Function esp_idf_sys::esp_eap_client_set_fast_params
source ยท pub unsafe extern "C" fn esp_eap_client_set_fast_params(
config: esp_eap_fast_config,
) -> esp_err_t
Expand description
@brief Set the parameters for EAP-FAST Phase 1 authentication.
EAP-FAST supports Fast Provisioning, where clients can be authenticated faster using precomputed keys (PAC). This function allows configuring parameters for Fast Provisioning.
@attention 1. Disabling the ESP_WIFI_MBEDTLS_TLS_CLIENT config is required to use EAP-FAST.
@param[in] config Configuration structure with Fast Provisioning parameters.
@return
- ESP_OK: The parameters for EAP-FAST Phase 1 authentication were set successfully.