Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h46 #define WPA_KEY_MGMT_SAE BIT(10) macro
67 WPA_KEY_MGMT_SAE | in wpa_key_mgmt_wpa_psk()
80 return !!(akm & (WPA_KEY_MGMT_SAE | in wpa_key_mgmt_sae()
Dwpa_common.c398 return WPA_KEY_MGMT_SAE; in rsn_key_mgmt_to_bitfield()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c192 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_write_rsn_ie()
493 else if (data.key_mgmt & WPA_KEY_MGMT_SAE) in wpa_validate_wpa_ie()
571 else if (key_mgmt & WPA_KEY_MGMT_SAE) in wpa_validate_wpa_ie()
572 sm->wpa_key_mgmt = WPA_KEY_MGMT_SAE; in wpa_validate_wpa_ie()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c171 } else if (key_mgmt == WPA_KEY_MGMT_SAE) { in wpa_gen_wpa_ie_rsn()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1073 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE); in wpa_supplicant_set_suites()
1085 } else if (sel & WPA_KEY_MGMT_SAE) { in wpa_supplicant_set_suites()
1086 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE; in wpa_supplicant_set_suites()
Dconfig.c530 val |= WPA_KEY_MGMT_SAE; in wpa_config_parse_key_mgmt()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c967 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in hostapd_ctrl_iface_get_config()
Dconfig_file.c679 val |= WPA_KEY_MGMT_SAE; in hostapd_config_parse_key_mgmt()