Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_SAE (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h46 #define WPA_KEY_MGMT_SAE BIT(10) macro
81 WPA_KEY_MGMT_SAE | in wpa_key_mgmt_wpa_psk()
101 return !!(akm & (WPA_KEY_MGMT_SAE | in wpa_key_mgmt_sae()
Dwpa_common.c916 return WPA_KEY_MGMT_SAE; in rsn_key_mgmt_to_bitfield()
1670 case WPA_KEY_MGMT_SAE: in wpa_key_mgmt_txt()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c82 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE) in mesh_config_create()
421 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_supplicant_join_mesh()
443 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_supplicant_join_mesh()
Dmesh_rsn.c158 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE; in __mesh_rsn_auth_init()
Dconfig_file.c155 ssid->key_mgmt != WPA_KEY_MGMT_SAE)) { in wpa_config_validate_network()
Dconfig.c751 val |= WPA_KEY_MGMT_SAE; in wpa_config_parse_key_mgmt()
932 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_config_write_key_mgmt()
Dwpa_supplicant.c1322 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE); in wpa_supplicant_set_suites()
1362 } else if (sel & WPA_KEY_MGMT_SAE) { in wpa_supplicant_set_suites()
1363 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE; in wpa_supplicant_set_suites()
Dctrl_iface.c2538 if (data.key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_supplicant_ie_txt()
2940 ssid->key_mgmt != WPA_KEY_MGMT_SAE) { in wpa_supplicant_ctrl_iface_mesh_group_add()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c192 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_write_rsn_ie()
574 else if (data.key_mgmt & WPA_KEY_MGMT_SAE) in wpa_validate_wpa_ie()
676 else if (key_mgmt & WPA_KEY_MGMT_SAE) in wpa_validate_wpa_ie()
677 sm->wpa_key_mgmt = WPA_KEY_MGMT_SAE; in wpa_validate_wpa_ie()
Dwpa_auth.c4043 WPA_KEY_MGMT_SAE)) in wpa_auth_pmksa_add_sae()
4119 spa, 0, NULL, WPA_KEY_MGMT_SAE); in wpa_auth_pmksa_create_entry()
Dieee802_11.c2493 if (!sa || sa->akmp != WPA_KEY_MGMT_SAE) { in check_assoc_ies()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c174 } else if (key_mgmt == WPA_KEY_MGMT_SAE) { in wpa_gen_wpa_ie_rsn()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1068 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in hostapd_ctrl_iface_get_key_mgmt()
Dconfig_file.c691 val |= WPA_KEY_MGMT_SAE; in hostapd_config_parse_key_mgmt()