Hello,
I am using CC3200 for an IoT based application where it needs to be in hibernate mode. It should wake and connect to a WPS router when a particular GPIO gets high.
I am able do wake it up through GPIO13 and set the connection policy to auto mode as mentioned below.
sl_WlanPolicySet(SL_POLICY_CONNECTION,SL_CONNECTION_POLICY(1,0,0,0,0),NULL,0);
But somehow it is not getting connected to the WPS router automatically after coming out of the hibernate mode. I need to press the WPS switch every time it wakes up.
Any help is appreciated.
Thanks,
Sameer