Function esp_idf_hal::sys::esp_wifi_disable_pmf_config
source ยท pub unsafe extern "C" fn esp_wifi_disable_pmf_config(ifx: u32) -> i32
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