Home
last modified time | relevance | path

Searched refs:pmf_enable (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c290 … hostapd_data *hapd, struct sta_info *sta_info, u8 *ies, u8 ies_len, bool *pmf_enable, int subtype) in check_n_add_wps_sta() argument
322 …, u8 *bssid, u8 *wpa_ie, u8 wpa_ie_len, u8 *rsnxe, u8 rsnxe_len, bool *pmf_enable, int subtype, ui… in hostap_sta_join() argument
377 if (check_n_add_wps_sta(hapd, sta_info, wpa_ie, wpa_ie_len, pmf_enable, subtype) == 0) { in hostap_sta_join()
385 …if (hostap_new_assoc_sta(sta_info, bssid, wpa_ie, wpa_ie_len, rsnxe, rsnxe_len, pmf_enable, subtyp… in hostap_sta_join()
Desp_hostap.c354 bool *pmf_enable, int subtype, uint8_t *pairwise_cipher, uint8_t *reason) in hostap_new_assoc_sta() argument
405 *pmf_enable = wpa_auth_uses_mfp(sta->wpa_sm); in hostap_new_assoc_sta()
Desp_wifi_driver.h129 …, u8 *bssid, u8 *wpa_ie, u8 wpa_ie_len, u8* rsnxe, u8 rsnxe_len, bool *pmf_enable, int subtype, ui…
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h387 bool *pmf_enable, int subtype, uint8_t *pairwise_cipher, uint8_t *reason);