esp_eap_client_get_disable_time_check() function
Get EAP client certificates time check status. This function retrieves the current status of the EAP client certificates time check.
Arguments
disable
Pointer to a boolean variable to store the disable status.
Return value
- ESP_OK: The status of EAP client certificates time check was retrieved successfully.
![]()
return esp_eap_client_get_disable_time_check(disable);
esp_eap_client_get_disable_time_check() is called by 1 function and calls 1 function:
![]()
esp_eap_client_get_disable_time_check()