This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EK-LM4F232 + CC3000EM + SCAN AP

Hi,

      I am using the basic WIFI example, and I am not sure if the EK-LM4F232 is communicating with the CC3000EM, what command can be used to test the communication?

       How to use the function: "long wlan_ioctl_get_scan_results(unsigned long ulScanTimeout, unsigned char* ucResults);" ?

       I tested it using:

        unsigned char Result[128];

        unsigned long test;

        test = wlan_ioctl_get_scan_results(2000,Result);

        it returned test = 0; and Result with all bytes = 0;

 

      Ari.