Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c216 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_FILS_SHA256); in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c286 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_FILS_SHA256); in wpa_ft_gen_req_ies()
H A Dwpa.c5920 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_FILS_SHA256); in fils_ft_build_assoc_req_rsne()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c278 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_FT_FILS_SHA256); in wpa_write_rsn_ie()
677 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; in wpa_validate_wpa_ie()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h84 #define RSN_AUTH_KEY_MGMT_FT_FILS_SHA256 RSN_SELECTOR(0x00, 0x0f, 0xac, 16) macro
H A Dwpa_common.c1809 if (RSN_SELECTOR_GET(s) == RSN_AUTH_KEY_MGMT_FT_FILS_SHA256) in rsn_key_mgmt_to_bitfield()
2842 return RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c327 case RSN_AUTH_KEY_MGMT_FT_FILS_SHA256: in get_akm_suites_info()
H A Ddriver_nl80211.c6956 mgmt[0] = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256; in nl80211_connect_common()