Hi,
we are developing an iOS app which communicates with this evaluation board: http://www.ti.com/tool/CC3220SF-LAUNCHXL
During the provisioning process we need to get a list of the wifi networks the SimpleLink can scan.
We call the HTTP GET “http://mysimplelink.net/netlist.txt” to get that list.
The wifi list we get is a string with all the networks where each one is described with the couple “(PROTOCOL_ID)(SSID)”, where PROTOCOL_ID is a int which identifies the protocol type (0 = open, 1= wep, 2 = WPA1, 3 = WPA2, 4 = security unknown). Can you confirm that?
Unfortunately it happens that often the protocol is not correct and not reliable. For example, every “wep” wifi is recognised as “wpa1” and the SimpleLink cannot distinguish the protected wifi from the open ones.
We are using the evaluation board with an example of yours -> http://dev.ti.com/tirex/#/?link=Software%2FSimpleLink%20CC3220%20SDK%2FExamples%2FDevelopment%20Tools%2FCC3220SF-LAUNCHXL%2FDemos%2Fprovisioning
This issue seems to be related in some way with this issue of another user but there’s no solution yet:
http://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/t/685659
I have to point up that this is a very critical issue for us, since often we can’t proceed with the configuration of our product.
Thanks
