Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_SAE_EXT_KEY (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h53 #define WPA_KEY_MGMT_SAE_EXT_KEY BIT(26) macro
96 WPA_KEY_MGMT_SAE_EXT_KEY | in wpa_key_mgmt_wpa_psk()
121 WPA_KEY_MGMT_SAE_EXT_KEY | in wpa_key_mgmt_sae()
128 return !!(akm & (WPA_KEY_MGMT_SAE_EXT_KEY | in wpa_key_mgmt_sae_ext_key()
193 WPA_KEY_MGMT_SAE_EXT_KEY)); in wpa_key_mgmt_cross_akm()
H A Dwpa_common.c41 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_kck_len()
81 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_kek_len()
121 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_mic_len()
242 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_eapol_key_mic()
1795 return WPA_KEY_MGMT_SAE_EXT_KEY; in rsn_key_mgmt_to_bitfield()
2777 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_key_mgmt_txt()
2847 if (akm & WPA_KEY_MGMT_SAE_EXT_KEY) in wpa_akm_to_suite()
3869 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_pasn_add_rsne()
4085 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpa_pasn_validate_rsne()
H A Dsae.c2236 sae->akmp = WPA_KEY_MGMT_SAE_EXT_KEY; in sae_parse_commit()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c239 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_write_rsn_ie()
701 else if (data.key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) in wpa_validate_wpa_ie()
821 else if (key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) in wpa_validate_wpa_ie()
822 sm->wpa_key_mgmt = WPA_KEY_MGMT_SAE_EXT_KEY; in wpa_validate_wpa_ie()
1035 sm->wpa_key_mgmt == WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_validate_wpa_ie()
H A Dieee802_11.c1232 (WPA_KEY_MGMT_SAE_EXT_KEY | WPA_KEY_MGMT_FT_SAE_EXT_KEY))) in sae_status_success()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c227 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_SAE_EXT_KEY | in wpas_pasn_get_params_from_bss()
254 } else if ((sel & WPA_KEY_MGMT_SAE_EXT_KEY) && in wpas_pasn_get_params_from_bss()
258 key_mgmt = WPA_KEY_MGMT_SAE_EXT_KEY; in wpas_pasn_get_params_from_bss()
H A Dwpa_supplicant.c1588 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpas_update_allowed_key_mgmt()
1590 wpa_s->allowed_key_mgmts |= WPA_KEY_MGMT_SAE_EXT_KEY; in wpas_update_allowed_key_mgmt()
1605 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpas_update_allowed_key_mgmt()
1607 wpa_s->allowed_key_mgmts |= WPA_KEY_MGMT_SAE_EXT_KEY; in wpas_update_allowed_key_mgmt()
1621 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpas_update_allowed_key_mgmt()
1623 wpa_s->allowed_key_mgmts |= WPA_KEY_MGMT_SAE_EXT_KEY; in wpas_update_allowed_key_mgmt()
1631 case WPA_KEY_MGMT_SAE_EXT_KEY: in wpas_update_allowed_key_mgmt()
1661 (WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_SAE_EXT_KEY)) && capab)) in wpas_update_allowed_key_mgmt()
1881 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_SAE_EXT_KEY | in wpa_supplicant_set_suites()
1970 } else if (sel & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_supplicant_set_suites()
[all …]
H A Dconfig.c828 val |= WPA_KEY_MGMT_SAE_EXT_KEY; in wpa_config_parse_key_mgmt()
1043 if (ssid->key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_config_write_key_mgmt()
H A Dsme.c1517 wpa_s->sme.ext_auth_key_mgmt = WPA_KEY_MGMT_SAE_EXT_KEY; in is_sae_key_mgmt_suite()
H A Dctrl_iface.c2890 if (data.key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_supplicant_ie_txt()
3335 ssid->key_mgmt != WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_supplicant_ctrl_iface_mesh_group_add()
11200 akmp = WPA_KEY_MGMT_SAE_EXT_KEY; in wpas_ctrl_iface_pasn_start()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c198 } else if (key_mgmt == WPA_KEY_MGMT_SAE_EXT_KEY) { in wpa_gen_wpa_ie_rsn()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c5218 WPA_KEY_MGMT_SAE_EXT_KEY)) { in wpa_driver_nl80211_set_ap()
6871 params->key_mgmt_suite == WPA_KEY_MGMT_SAE_EXT_KEY || in nl80211_connect_common()
6931 case WPA_KEY_MGMT_SAE_EXT_KEY: in nl80211_connect_common()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5477 if (ie_data->key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) in wpas_dbus_get_bss_security_prop()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c908 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in hostapd_ctrl_iface_get_key_mgmt()
H A Dconfig_file.c682 val |= WPA_KEY_MGMT_SAE_EXT_KEY; in hostapd_config_parse_key_mgmt()