I am writing an open source managed driver for the CC3000. I have many of the basic SPI commands working, but I can't get the HCI_CMND_CONNECT arguments right. In accordance with the guide, I have set my policy to 0,0,0 and want to directly connect to a particular ssid. I also have the Stellaris working with the CC3000, but the example for connecting to AP (Command 02 following by ssid and ssid length) does not seem to work. When I look at the SPI command in my logic analyzer, I don't the the SSID (encoded in ASCII) anywhere in the message transmitted. Is there an updated/patched version of this example that can connect explicitly?
Does anyone have the argument format (byte sizes and order) for the HCI_CMND_CONNECT SPI command? Obviously, referencing the non-working example is not useful.
Or Can anyone give me a logic Analyzer trace (or byte array) of an example connection with SSID encoded?
Thanks.