Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c253 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_DPP); in wpa_write_rsn_ie()
632 selector = RSN_AUTH_KEY_MGMT_DPP; in wpa_validate_wpa_ie()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dwpa_common.h73 #define RSN_AUTH_KEY_MGMT_DPP RSN_SELECTOR(0x50, 0x6f, 0x9a, 0x02) macro
H A Dwpa_common.c1157 if (RSN_SELECTOR_GET(s) == RSN_AUTH_KEY_MGMT_DPP) in rsn_key_mgmt_to_bitfield()
2085 return RSN_AUTH_KEY_MGMT_DPP; in wpa_akm_to_suite()
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c205 RSN_SELECTOR_PUT(pos, RSN_AUTH_KEY_MGMT_DPP); in wpa_gen_wpa_ie_rsn()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1004 case RSN_AUTH_KEY_MGMT_DPP: in get_akm_suites_info()
H A Ddriver_nl80211.c5624 mgmt = RSN_AUTH_KEY_MGMT_DPP; in nl80211_connect_common()