User Manual

Removes the profile with the matching ssid from non-volatile memory.
Parameters:
ssid: A string containing the access point's SSID/name.
Returns: 'true' (1) if the profile was successfully found and removed, otherwise 'false' (0).
void clearProfiles (void)
Clears all profiles from non-volatile memory.
Parameters: None
Returns: Nothing
char* profileSSID (uint8_t pos);
Returns a string containing the SSID name for the profile stored at the specified position.
Parameters:
pos: The position in NVM for the profile, which can be a value between 0 and 4 (since the position is a zero-
based integer).
Returns: NULL if no profile was found at the specified 'pos', otherwise a string corresponding to SSID name for the
stored profile.
int32_t profileEncryptionType (uint8_t pos);
Returns the `wl_enc_type_t` value for the profile stored at the specified position.
Parameters:
pos: The position in NVM for the profile, which can be a value between 0 and 4 (since the position is a zero-
based integer).
Returns: '-1' if no profile was found at the specified 'pos', otherwise an integer corresponding to one of the entries in
'wl_enc_type_t' (see the list of options in addProfile above).
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 72 of 202