/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | defs.h | 52 #define WPA_KEY_MGMT_IEEE8021X_SUITE_B BIT(16) macro 77 WPA_KEY_MGMT_IEEE8021X_SUITE_B | in wpa_key_mgmt_wpa_ieee8021x() 132 WPA_KEY_MGMT_IEEE8021X_SUITE_B | in wpa_key_mgmt_sha256() 147 return !!(akm & (WPA_KEY_MGMT_IEEE8021X_SUITE_B | in wpa_key_mgmt_suite_b()
|
D | wpa_common.c | 236 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in wpa_eapol_key_mic() 1141 return WPA_KEY_MGMT_IEEE8021X_SUITE_B; in rsn_key_mgmt_to_bitfield() 2024 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in wpa_key_mgmt_txt() 2066 if (akm & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpa_akm_to_suite()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | defs.h | 43 #define WPA_KEY_MGMT_IEEE8021X_SUITE_B BIT(16) macro 70 WPA_KEY_MGMT_IEEE8021X_SUITE_B | in wpa_key_mgmt_wpa_ieee8021x() 132 WPA_KEY_MGMT_IEEE8021X_SUITE_B | in wpa_key_mgmt_sha256() 147 return !!(akm & (WPA_KEY_MGMT_IEEE8021X_SUITE_B | in wpa_key_mgmt_suite_b()
|
D | wpa_common.c | 234 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in wpa_eapol_key_mic() 1486 return WPA_KEY_MGMT_IEEE8021X_SUITE_B; in rsn_key_mgmt_to_bitfield() 2379 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in wpa_key_mgmt_txt() 2423 if (akm & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpa_akm_to_suite()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth_ie.c | 210 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_write_rsn_ie() 586 else if (data.key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpa_validate_wpa_ie() 696 else if (key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpa_validate_wpa_ie() 697 sm->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_SUITE_B; in wpa_validate_wpa_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_ie.c | 237 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_write_rsn_ie() 642 else if (data.key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpa_validate_wpa_ie() 750 else if (key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpa_validate_wpa_ie() 751 sm->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_SUITE_B; in wpa_validate_wpa_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_ie.c | 199 } else if (key_mgmt == WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_gen_wpa_ie_rsn()
|
D | preauth.c | 56 WPA_KEY_MGMT_IEEE8021X_SUITE_B | in rsn_preauth_key_mgmt()
|
D | wpa.c | 2770 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in wpa_key_mgmt_suite()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | preauth.c | 316 sm->key_mgmt != WPA_KEY_MGMT_IEEE8021X_SUITE_B && in rsn_preauth_candidate_process()
|
D | wpa_ie.c | 185 } else if (key_mgmt == WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_gen_wpa_ie_rsn()
|
D | wpa.c | 2495 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in wpa_key_mgmt_suite()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_supplicant.c | 1464 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_supplicant_set_suites() 1465 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SUITE_B; in wpa_supplicant_set_suites() 3257 params.key_mgmt_suite == WPA_KEY_MGMT_IEEE8021X_SUITE_B || in wpas_start_assoc_cb() 3264 params.key_mgmt_suite == WPA_KEY_MGMT_IEEE8021X_SUITE_B || in wpas_start_assoc_cb()
|
D | config.c | 765 val |= WPA_KEY_MGMT_IEEE8021X_SUITE_B; in wpa_config_parse_key_mgmt() 982 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_config_write_key_mgmt()
|
D | ctrl_iface.c | 2678 if (data.key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_supplicant_ie_txt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_supplicant.c | 1603 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_supplicant_set_suites() 1604 wpa_s->key_mgmt = WPA_KEY_MGMT_IEEE8021X_SUITE_B; in wpa_supplicant_set_suites() 3927 params.key_mgmt_suite == WPA_KEY_MGMT_IEEE8021X_SUITE_B || in wpas_start_assoc_cb() 3934 params.key_mgmt_suite == WPA_KEY_MGMT_IEEE8021X_SUITE_B || in wpas_start_assoc_cb()
|
D | config.c | 816 val |= WPA_KEY_MGMT_IEEE8021X_SUITE_B; in wpa_config_parse_key_mgmt() 1031 if (ssid->key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in wpa_config_write_key_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4530 if (ie_data->key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpas_dbus_get_bss_security_prop()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 5125 if (ie_data->key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) in wpas_dbus_get_bss_security_prop()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_ctrl_iface.c | 1123 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in hostapd_ctrl_iface_get_key_mgmt()
|
D | ap_config_file.c | 728 val |= WPA_KEY_MGMT_IEEE8021X_SUITE_B; in hostapd_config_parse_key_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211.c | 5560 params->key_mgmt_suite == WPA_KEY_MGMT_IEEE8021X_SUITE_B || in nl80211_connect_common() 5599 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in nl80211_connect_common()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 728 val |= WPA_KEY_MGMT_IEEE8021X_SUITE_B; in hostapd_config_parse_key_mgmt()
|
D | ap_ctrl_iface.c | 1129 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in hostapd_ctrl_iface_get_key_mgmt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211.c | 6216 params->key_mgmt_suite == WPA_KEY_MGMT_IEEE8021X_SUITE_B || in nl80211_connect_common() 6255 case WPA_KEY_MGMT_IEEE8021X_SUITE_B: in nl80211_connect_common()
|