What should I pass to the following shown below to clear out the AP password? I thought a null string would work, but it appears that it doesn't.
sl_WlanSet(SL_WLAN_CFG_AP_ID, SL_WLAN_AP_OPT_PASSWORD, length, characterstring);
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.
What should I pass to the following shown below to clear out the AP password? I thought a null string would work, but it appears that it doesn't.
sl_WlanSet(SL_WLAN_CFG_AP_ID, SL_WLAN_AP_OPT_PASSWORD, length, characterstring);