Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h47 #define WPA_KEY_MGMT_FT_SAE BIT(11) macro
72 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_wpa_psk()
79 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_ft()
85 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_sae()
Dwpa_common.c483 return WPA_KEY_MGMT_FT_SAE; in rsn_key_mgmt_to_bitfield()
1178 case WPA_KEY_MGMT_FT_SAE: in wpa_key_mgmt_txt()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c197 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_write_rsn_ie()
509 else if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
591 else if (key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
592 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_validate_wpa_ie()
Dwpa_auth.c3456 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.c176 } else if (key_mgmt == WPA_KEY_MGMT_FT_SAE) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c207 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE) in wpa_ft_gen_req_ies()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1175 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE); in wpa_supplicant_set_suites()
1202 } else if (sel & WPA_KEY_MGMT_FT_SAE) { in wpa_supplicant_set_suites()
1203 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_supplicant_set_suites()
Dconfig.c675 val |= WPA_KEY_MGMT_FT_SAE; in wpa_config_parse_key_mgmt()
842 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_config_write_key_mgmt()
Dctrl_iface.c2352 if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) { in wpa_supplicant_ie_txt()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1139 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_config()
Dconfig_file.c699 val |= WPA_KEY_MGMT_FT_SAE; in hostapd_config_parse_key_mgmt()