Hi all,
I'm starting a new application with my cc3200 Launchpad, starting from the wlan_station example. I want to give the user the possibility to enter the SSID and password of the local wifi network via a terminal and afterwards call the WlanConnect function from the example. So far so good.
As provided in the warning in the WlanConnect function header the function will be stuck forever in case either the SSID or the password is incorrect. If this is the case I want to prompt to the user which one of the two was incorrect, but it seems to be hard to do this.
How can I detect a wrong SSID or password and call an other function from there? A time out would work for detecting that one of the two is wrong, but this doesn't make a distinction.
Thanks in forward