Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

- ESP_OK: succeed - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init - ESP_ERR_INVALID_ARG: It doesn't normally happen, the function called inside the API was passed invalid argument, user should check if the WiFi related config is correct - ESP_ERR_NO_MEM: out of memory - ESP_ERR_WIFI_CONN: WiFi internal error, station or soft-AP control block wrong - ESP_FAIL: other WiFi internal errors

References

from examples