esp_eap_client_set_fast_params() function
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.
Arguments
config
Configuration structure with Fast Provisioning parameters.
Return value
- ESP_OK: The parameters for EAP-FAST Phase 1 authentication were set successfully.
![]()
return esp_eap_client_set_fast_params(config);
esp_eap_client_set_fast_params() is called by 1 function and calls 2 functions:
![]()
esp_eap_client_set_fast_params()
esp_eap_client_set_fast_params() reads 4 variables and writes 1 variable:
![]()
esp_eap_client_set_fast_params()