Home
last modified time | relevance | path

Searched refs:RSN_AUTH_KEY_MGMT_FT_SAE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c201 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_SAE); in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c281 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_SAE); in wpa_ft_gen_req_ies()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c245 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_SAE); in wpa_write_rsn_ie()
704 selector = RSN_AUTH_KEY_MGMT_FT_SAE; in wpa_validate_wpa_ie()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h78 #define RSN_AUTH_KEY_MGMT_FT_SAE RSN_SELECTOR(0x00, 0x0f, 0xac, 9) macro
H A Dwpa_common.c1796 if (RSN_SELECTOR_GET(s) == RSN_AUTH_KEY_MGMT_FT_SAE) in rsn_key_mgmt_to_bitfield()
2850 return RSN_AUTH_KEY_MGMT_FT_SAE; in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c294 case RSN_AUTH_KEY_MGMT_FT_SAE: in get_akm_suites_info()
H A Ddriver_nl80211.c6935 mgmt[0] = RSN_AUTH_KEY_MGMT_FT_SAE; in nl80211_connect_common()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c1514 else if (suite == RSN_AUTH_KEY_MGMT_FT_SAE) in is_sae_key_mgmt_suite()