Function esp_idf_sys::esp_wifi_disable_pmf_config
source ยท pub unsafe extern "C" fn esp_wifi_disable_pmf_config(
ifx: wifi_interface_t,
) -> esp_err_t
Expand description
@brief Disable PMF configuration for specified interface
@attention This API should be called after esp_wifi_set_config() and before esp_wifi_start().
@param ifx Interface to be configured.
@return
- ESP_OK: succeed
- others: failed