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.

CC3200SDK: CC3200 scan policy issue

Part Number: CC3200SDK

We are using § sl_WlanGetNetworkList() in a loop to get the data of SSID and RSSI . But certain APs appear and disappear. Is there a way to consistently print the details of all the available APs. Also how to speed up the scan cycle to print more values within a given time.

  • Hi Rihong,

    It is possible that certain APs appear and disappear because their RSSI values may be cutting it close to the RSSI threshold. You can try modifying this value by using the sl_WlanSet() function and seeing if this improves the stability.

    Unfortunately there is no way to "speed up" the scan cycle, only modify the interval in which it scans.


    Thanks,
    Alexis