Home
last modified time | relevance | path

Searched refs:RSN_AUTH_KEY_MGMT_802_1X_SHA384 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c235 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_802_1X_SHA384); in wpa_gen_wpa_ie_rsn()
H A Dwpa.c3970 return RSN_AUTH_KEY_MGMT_802_1X_SHA384; in wpa_key_mgmt_suite()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c218 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_802_1X_SHA384); in wpa_write_rsn_ie()
726 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA384; in wpa_validate_wpa_ie()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h92 #define RSN_AUTH_KEY_MGMT_802_1X_SHA384 RSN_SELECTOR(0x00, 0x0f, 0xac, 23) macro
H A Dwpa_common.c1784 if (RSN_SELECTOR_GET(s) == RSN_AUTH_KEY_MGMT_802_1X_SHA384) in rsn_key_mgmt_to_bitfield()
2820 return RSN_AUTH_KEY_MGMT_802_1X_SHA384; in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6968 mgmt[0] = RSN_AUTH_KEY_MGMT_802_1X_SHA384; in nl80211_connect_common()