esp_eap_client_set_disable_time_check() function
Set EAP client certificates time check (disable or not). This function enables or disables the time check for EAP client certificates. When disabled, the certificates' expiration time will not be checked during the authentication process.
Arguments
disable
True to disable EAP client certificates time check, false to enable it.
Return value
- ESP_OK: The EAP client certificates time check setting was updated successfully.
![]()
return esp_eap_client_set_disable_time_check(disable);
esp_eap_client_set_disable_time_check() is called by 1 function:
![]()
esp_eap_client_set_disable_time_check()
esp_eap_client_set_disable_time_check() writes 1 variable:
![]()
esp_eap_client_set_disable_time_check()