Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h37 #define WPA_KEY_MGMT_FT_IEEE8021X BIT(5) macro
57 WPA_KEY_MGMT_FT_IEEE8021X | in wpa_key_mgmt_wpa_ieee8021x()
80 WPA_KEY_MGMT_FT_IEEE8021X | in wpa_key_mgmt_ft()
Dwpa_common.c313 return WPA_KEY_MGMT_FT_IEEE8021X; in rsn_key_mgmt_to_bitfield()
964 if (akm & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_akm_to_suite()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c165 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie()
431 else if (data.key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_validate_wpa_ie()
506 else if (key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_validate_wpa_ie()
507 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X; in wpa_validate_wpa_ie()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c181 } else if (key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c216 if (sm->key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X) in wpa_ft_gen_req_ies()