Hello,
I'm trying to run "Provisioning WPS" example; but it doesn,t work.
When I debbug it I can get the SSID and BSSID; but no IP is acquired.
The router is a Belkin N300 and and WPS works work with the computer and phone.
Any tip?
Thanks.
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.
Hello,
I'm trying to run "Provisioning WPS" example; but it doesn,t work.
When I debbug it I can get the SSID and BSSID; but no IP is acquired.
The router is a Belkin N300 and and WPS works work with the computer and phone.
Any tip?
Thanks.
I have tried with another AP and it works. Thanks Ankur1.
When I get the saved profile the MAC and security parameters are empty. Does the simplelink connect using only the SSID or the MAC too? I have had problems before with some repeaters that duplicate the SSID.
Hi Adolfo,
The MAC of the AP is not stored when the profile is saved using the WPS. However you can add the profiles with MAC of AP by using the API (i.e. sl_WlanProfileAdd()).
The return value of the 'sl_WlanProfileGet' API gives the security type of the saved profile but the key isn't exposed to the user.
Regards,
Ankur