pub unsafe extern "C" fn esp_eap_client_set_disable_time_check(
    disable: bool
) -> esp_err_t
Expand description

@brief 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.

@param[in] disable True to disable EAP client certificates time check, false to enable it.

@return

  • ESP_OK: The EAP client certificates time check setting was updated successfully.