Other Parts Discussed in Thread: CC3235SF
Hi,
I have executed the sample program in the SDK "power_measurement_CC3235SF_LAUNCHXL_tirtos_ccs" in intermittent connected mode.
When it wakes up from hibernation mode, it connects to WIFI very fast. The below settings help to make a fast connection.
sl_WlanPolicySet(SL_WLAN_POLICY_CONNECTION,
SL_WLAN_CONNECTION_POLICY(1, 1, 0,
0), NULL, 0);
I have added provisioning code on top of it.
After that, if I update the new SSID, when the device wakes up from hibernate, it connects with the old WIFI network using the old IP address.
New profile not reflect when I execute Sl_Start(0,0,0)
Is there any way to reset the network settings after adding a new profile?
Regards,
Sundar