pub unsafe extern "C" fn esp_wifi_sta_enterprise_disable(
) -> esp_err_t
Expand description

@brief Disable EAP authentication(WiFi Enterprise) for the station mode.

This function disables Extensible Authentication Protocol (EAP) authentication for the Wi-Fi station mode. When EAP authentication is disabled, the ESP device will not attempt to authenticate using EAP credentials when connecting to a secure Wi-Fi network.

@note 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().

@return

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