Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_FT_SAE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h43 #define WPA_KEY_MGMT_FT_SAE BIT(11) macro
74 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_wpa_psk()
81 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_ft()
87 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_sae()
Dwpa_common.c983 if (akm & WPA_KEY_MGMT_FT_SAE) in wpa_akm_to_suite()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c194 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_write_rsn_ie()
445 else if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
520 else if (key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
521 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_validate_wpa_ie()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c220 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE) in wpa_ft_gen_req_ies()
Dwpa.c428 if ((sm->key_mgmt == WPA_KEY_MGMT_FT_SAE) && in wpa_supplicant_get_pmk()