pub unsafe extern "C" fn esp_wifi_disable_pmf_config(
ifx: wifi_interface_t,
) -> esp_err_tExpand description
@brief Disable PMF configuration for specified interface
@attention This API should be called after esp_wifi_set_config() and before esp_wifi_start().
@attention SoftAP: PMF cannot be disabled for WIFI_AUTH_WPA3_PSK, WIFI_AUTH_WPA2_WPA3_PSK, WIFI_AUTH_OWE.
@attention Station: PMF cannot be disabled when wifi_sta_config_t.threshold.authmode is WIFI_AUTH_WPA3_PSK, WIFI_AUTH_WPA2_WPA3_PSK, or WIFI_AUTH_OWE (see wifi_scan_threshold_t).
@param ifx Interface to be configured.
@return
- ESP_OK: succeed
- others: failed