@ -26,7 +26,7 @@
* ssid : SSID string with null termination .
* ssid : SSID string with null termination .
* password : Password string with null termination .
* password : Password string with null termination .
* bssid : BSSID 6 bytes .
* bssid : BSSID 6 bytes .
* d : DHCP is in available . 0 : DC HP 1 : Static IP
* d : DHCP is in available . 0 : DHC P 1 : Static IP
* ip - dns2 : Optional fields for static IPs configuration , these fields are available when d = 1.
* ip - dns2 : Optional fields for static IPs configuration , these fields are available when d = 1.
* ip : Static IP ( uint32_t )
* ip : Static IP ( uint32_t )
* gw : Gateway address ( uint32_t )
* gw : Gateway address ( uint32_t )
@ -353,7 +353,7 @@ void AutoConnectCredential::_retrieveEntry(station_config_t* config) {
* ssid : SSID string with null termination .
* ssid : SSID string with null termination .
* password : Password string with null termination .
* password : Password string with null termination .
* bssid : BSSID 6 bytes .
* bssid : BSSID 6 bytes .
* d : DHCP is in available . 0 : DC HP 1 : Static IP
* d : DHCP is in available . 0 : DHC P 1 : Static IP
* ip - dns2 : Optional fields for static IPs configuration , these fields are available when d = 1.
* ip - dns2 : Optional fields for static IPs configuration , these fields are available when d = 1.
* ip : Static IP ( uint32_t )
* ip : Static IP ( uint32_t )
* gw : Gateway address ( uint32_t )
* gw : Gateway address ( uint32_t )
@ -576,7 +576,7 @@ size_t AutoConnectCredential::_commit(void) {
}
}
/**
/**
* Actualy d elete the credential entry for the specified SSID from Preferences .
* D elete the credential entry Actuall y for the specified SSID from Preferences .
* @ param ssid A SSID character string to be deleted .
* @ param ssid A SSID character string to be deleted .
* @ param commit If false , delete only a credential entry without updating Preferences .
* @ param commit If false , delete only a credential entry without updating Preferences .
* @ retval true The entry successfully delete .
* @ retval true The entry successfully delete .