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

@brief Get 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_get_disable_time_check instead.

@param disable: store disable value

@return

  • ESP_OK: succeed