pub unsafe extern "C" fn esp_wifi_sta_wpa2_set_suiteb_192bit_certification(
enable: bool,
) -> i32
Expand description
@brief enable/disable 192 bit suite b certification checks
@deprecated This function is deprecated and will be removed in the future.
Please use esp_eap_client_set_suiteb_192bit_certification
instead.
@param enable: bool to enable/disable it.
@return
- ESP_OK: succeed