Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_FT_SAE (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h47 #define WPA_KEY_MGMT_FT_SAE BIT(11) macro
65 WPA_KEY_MGMT_FT_SAE | \
91 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_wpa_psk()
114 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_sae()
130 WPA_KEY_MGMT_FT_SAE | in wpa_key_mgmt_sha256()
Dwpa_common.c224 case WPA_KEY_MGMT_FT_SAE: in wpa_eapol_key_mic()
1138 return WPA_KEY_MGMT_FT_SAE; in rsn_key_mgmt_to_bitfield()
2020 case WPA_KEY_MGMT_FT_SAE: in wpa_key_mgmt_txt()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c204 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_write_rsn_ie()
619 else if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
729 else if (key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
730 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_validate_wpa_ie()
Dwpa_auth.c4751 return sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE; in wpa_auth_uses_ft_sae()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c180 } else if (key_mgmt == WPA_KEY_MGMT_FT_SAE) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c222 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE) in wpa_ft_gen_req_ies()
Dwpa.c294 if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE && in wpa_supplicant_get_pmk()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c644 wpa_s->key_mgmt == WPA_KEY_MGMT_FT_SAE ? in sme_send_authentication()
645 WPA_KEY_MGMT_FT_SAE : in sme_send_authentication()
987 (ssid->key_mgmt & (WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE))) in sme_handle_external_auth_start()
Dwpa_supplicant.c1411 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE); in wpa_supplicant_set_suites()
1475 } else if (sel & WPA_KEY_MGMT_FT_SAE) { in wpa_supplicant_set_suites()
1476 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_supplicant_set_suites()
2672 if (wpa_s->key_mgmt & (WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE)) in wpas_populate_assoc_ies()
Dconfig.c757 val |= WPA_KEY_MGMT_FT_SAE; in wpa_config_parse_key_mgmt()
958 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_config_write_key_mgmt()
Ddpp_supplicant.c859 WPA_KEY_MGMT_FT_SAE; in wpas_dpp_add_network()
Dctrl_iface.c2649 if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_supplicant_ie_txt()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsta_network.cpp2134 key_mgmt_mask |= WPA_KEY_MGMT_FT_SAE; in setFastTransitionKeyMgmt()
2153 key_mgmt_mask &= ~WPA_KEY_MGMT_FT_SAE; in resetFastTransitionKeyMgmt()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c4550 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpas_dbus_get_bss_security_prop()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1079 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_key_mgmt()
Dconfig_file.c801 val |= WPA_KEY_MGMT_FT_SAE; in hostapd_config_parse_key_mgmt()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c5529 params->key_mgmt_suite == WPA_KEY_MGMT_FT_SAE || in nl80211_connect_common()
5566 case WPA_KEY_MGMT_FT_SAE: in nl80211_connect_common()