esp_wifi_sta_enterprise_disable() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxReferencesCall TreeData UseImplementations

Return value

- ESP_OK: EAP authentication disabled successfully. - ESP_ERR_INVALID_STATE: EAP client is in an invalid state for disabling.

Notes

Disabling EAP authentication may cause the device to connect to the Wi-Fi network using other available authentication methods, if configured using esp_wifi_set_config().

References