pub unsafe extern "C" fn esp_wifi_sta_wpa2_ent_set_fast_phase1_params(
config: esp_eap_fast_config,
) -> esp_err_t
Expand description
@brief Set Phase 1 parameters for EAP-FAST
@deprecated This function is deprecated and will be removed in the future.
Please use esp_eap_client_set_fast_params
instead.
@attention 1. Disabling the ESP_WIFI_MBEDTLS_TLS_CLIENT config is required to use EAP-FAST.
@param config: eap fast phase 1 configuration
@return
- ESP_OK: succeed
- ESP_ERR_INVALID_ARG: fail(out of bound arguments)
- ESP_ERR_NO_MEM: fail(internal memory malloc fail)