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.

CC3000 scan

Other Parts Discussed in Thread: MSP430F5438

Hello,

I use MSP430F5438 to link CC3000.

I have some questions.

1.I want to Auto Connect AP, so I set  wlan_ioctl_set_connection_policy(1, 0, 0).

But it still type ssid to connect AP.

CC3000 can not Auto Connect AP.

Should I need to set wlan_add_profile?

2.I want to scan AP to receive RSSI.

I set wlan_ioctl_set_scan_params.

Then how do I set  wlan_ioctl_get_scan_results(unsigned long ulScanTimeout,
                                                                  unsigned char *ucResults)??

Thank you