Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h43 #define WPA_KEY_MGMT_FT_SAE BIT(11) macro
68 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_ft()
74 WPA_KEY_MGMT_FT_SAE)); in wpa_key_mgmt_sae()
Dwpa_common.c382 return WPA_KEY_MGMT_FT_SAE; in rsn_key_mgmt_to_bitfield()
/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()
425 else if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
503 else if (key_mgmt & WPA_KEY_MGMT_FT_SAE) in wpa_validate_wpa_ie()
504 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_validate_wpa_ie()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c173 } else if (key_mgmt == WPA_KEY_MGMT_FT_SAE) { in wpa_gen_wpa_ie_rsn()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1046 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE); in wpa_supplicant_set_suites()
1061 } else if (sel & WPA_KEY_MGMT_FT_SAE) { in wpa_supplicant_set_suites()
1062 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE; in wpa_supplicant_set_suites()
Dconfig.c516 val |= WPA_KEY_MGMT_FT_SAE; in wpa_config_parse_key_mgmt()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c633 val |= WPA_KEY_MGMT_FT_SAE; in hostapd_config_parse_key_mgmt()