Home
last modified time | relevance | path

Searched refs:RSN_AUTH_KEY_MGMT_802_1X_SHA256 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c188 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_802_1X_SHA256); in wpa_gen_wpa_ie_rsn()
H A Dwpa.c2761 return RSN_AUTH_KEY_MGMT_802_1X_SHA256; in wpa_key_mgmt_suite()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c216 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_802_1X_SHA256); in wpa_write_rsn_ie()
667 selector = RSN_AUTH_KEY_MGMT_802_1X_SHA256; in wpa_validate_wpa_ie()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h71 #define RSN_AUTH_KEY_MGMT_802_1X_SHA256 RSN_SELECTOR(0x00, 0x0f, 0xac, 5) macro
H A Dwpa_common.c1475 if (RSN_SELECTOR_GET(s) == RSN_AUTH_KEY_MGMT_802_1X_SHA256) in rsn_key_mgmt_to_bitfield()
2412 return RSN_AUTH_KEY_MGMT_802_1X_SHA256; in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c286 case RSN_AUTH_KEY_MGMT_802_1X_SHA256: in get_akm_suites_info()
H A Ddriver_nl80211.c6241 mgmt = RSN_AUTH_KEY_MGMT_802_1X_SHA256; in nl80211_connect_common()