pub unsafe extern "C" fn esp_wifi_sta_wpa2_ent_set_disable_time_check(
disable: bool,
) -> esp_err_t
Expand description
@brief Set wpa2 enterprise certs time check(disable or not).
@deprecated This function is deprecated and will be removed in the future.
Please use esp_eap_client_set_disable_time_check
instead.
@param true: disable wpa2 enterprise certs time check @param false: enable wpa2 enterprise certs time check
@return
- ESP_OK: succeed