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.

CC3220S-LAUNCHXL: Clearing the AP password

Part Number: CC3220S-LAUNCHXL

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);

  • Hi,

    In case of enabled IEEE 802.11 security, password need to be inserted. If you don't want to use password, just disable security by SL_WLAN_AP_OPT_SECURITY_TYPE option set to SL_WLAN_SEC_TYPE_OPEN.

    Jan