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.

WLAN Scanning using CC3000

Hi,

I want to scan the available WLAN networks.

I called the API wlan_ioctl_set_scan_params(1,100,100,5,0x7FF,-80,0,205,NULL);   

and after that

i stopped the scanning by calling the same API wlan_ioctl_set_scan_params(0,100,100,5,0x7FF,-80,0,205,NULL);

After this i called the get scan results for getting the scan data.

I'm not getting all the available networks.Some times some Networks are missing.

Is this the right way to call the APIs or did i miss anything.

During scanning is there any restriction regarding the connectivity?

Regards,

Lakshmi Praveen K