Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_CCKM (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddefs.h50 #define WPA_KEY_MGMT_CCKM BIT(14) macro
74 WPA_KEY_MGMT_CCKM | in wpa_key_mgmt_wpa_ieee8021x()
168 return akm == WPA_KEY_MGMT_CCKM; in wpa_key_mgmt_cckm()
Dwpa_common.c2062 if (akm & WPA_KEY_MGMT_CCKM) in wpa_akm_to_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddefs.h45 #define WPA_KEY_MGMT_CCKM BIT(14) macro
71 WPA_KEY_MGMT_CCKM | in wpa_key_mgmt_wpa_ieee8021x()
172 return akm == WPA_KEY_MGMT_CCKM; in wpa_key_mgmt_cckm()
Dwpa_common.c2419 if (akm & WPA_KEY_MGMT_CCKM) in wpa_akm_to_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ie.c89 } else if (key_mgmt == WPA_KEY_MGMT_CCKM) { in wpa_gen_wpa_ie_wpa()
175 } else if (key_mgmt == WPA_KEY_MGMT_CCKM) { in wpa_gen_wpa_ie_rsn()
Dwpa.c2807 case WPA_KEY_MGMT_CCKM: in wpa_key_mgmt_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_ie.c89 } else if (key_mgmt == WPA_KEY_MGMT_CCKM) { in wpa_gen_wpa_ie_wpa()
159 } else if (key_mgmt == WPA_KEY_MGMT_CCKM) { in wpa_gen_wpa_ie_rsn()
Dwpa.c2489 case WPA_KEY_MGMT_CCKM: in wpa_key_mgmt_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c5554 params->key_mgmt_suite == WPA_KEY_MGMT_CCKM || in nl80211_connect_common()
5572 case WPA_KEY_MGMT_CCKM: in nl80211_connect_common()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c6247 params->key_mgmt_suite == WPA_KEY_MGMT_CCKM || in nl80211_connect_common()
6265 case WPA_KEY_MGMT_CCKM: in nl80211_connect_common()