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

@brief Get EAP client certificates time check status.

This function retrieves the current status of the EAP client certificates time check.

@param[out] disable Pointer to a boolean variable to store the disable status.

@return

  • ESP_OK: The status of EAP client certificates time check was retrieved successfully.