Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_FT_SAE_EXT_KEY (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
HDdefs.h54 #define WPA_KEY_MGMT_FT_SAE_EXT_KEY BIT(27) macro
62 WPA_KEY_MGMT_FT_SAE_EXT_KEY | \
98 WPA_KEY_MGMT_FT_SAE_EXT_KEY)); in wpa_key_mgmt_wpa_psk()
123 WPA_KEY_MGMT_FT_SAE_EXT_KEY)); in wpa_key_mgmt_sae()
129 WPA_KEY_MGMT_FT_SAE_EXT_KEY)); in wpa_key_mgmt_sae_ext_key()
HDwpa_common.c42 case WPA_KEY_MGMT_FT_SAE_EXT_KEY: in wpa_kck_len()
82 case WPA_KEY_MGMT_FT_SAE_EXT_KEY: in wpa_kek_len()
122 case WPA_KEY_MGMT_FT_SAE_EXT_KEY: in wpa_mic_len()
243 case WPA_KEY_MGMT_FT_SAE_EXT_KEY: in wpa_eapol_key_mic()
1012 if (kck_len == 16 && key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_ft_mic()
1020 if (kck_len == 16 && key_mgmt != WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_ft_mic()
1167 if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_ft_parse_fte()
1799 return WPA_KEY_MGMT_FT_SAE_EXT_KEY; in rsn_key_mgmt_to_bitfield()
2191 if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_derive_pmk_r0()
2442 if (akmp == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_pmk_r1_to_ptk()
[all …]
HDsae.c2239 sae->akmp = WPA_KEY_MGMT_FT_SAE_EXT_KEY; in sae_parse_commit()
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
HDwpa_ft.c282 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY) in wpa_ft_gen_req_ies()
356 if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_ft_gen_req_ies()
369 } else if ((sm->key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_ft_gen_req_ies()
1062 if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_ft_validate_reassoc_resp()
1065 else if ((sm->key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_ft_validate_reassoc_resp()
HDwpa_ie.c202 } else if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_gen_wpa_ie_rsn()
HDwpa.c346 sm->key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY) && in wpa_supplicant_get_pmk()
/freebsd-13-stable/contrib/wpa/src/ap/
HDwpa_auth_ie.c249 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_write_rsn_ie()
705 else if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) in wpa_validate_wpa_ie()
825 else if (key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) in wpa_validate_wpa_ie()
826 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_SAE_EXT_KEY; in wpa_validate_wpa_ie()
HDwpa_auth_ft.c822 if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_write_ftie()
825 else if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_write_ftie()
828 else if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_write_ftie()
843 if (key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_write_ftie()
855 } else if ((key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_write_ftie()
2130 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_auth_derive_ptk_ft()
2763 if (!key_len && sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_sm_write_assoc_resp_ies()
2783 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_sm_write_assoc_resp_ies()
2790 } else if ((sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_sm_write_assoc_resp_ies()
3263 if (parse.key_mgmt != WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_ft_process_auth_req()
[all …]
HDwpa_auth.c2678 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY &&
6697 sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY;
HDieee802_11.c1232 (WPA_KEY_MGMT_SAE_EXT_KEY | WPA_KEY_MGMT_FT_SAE_EXT_KEY))) in sae_status_success()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDpasn_supplicant.c228 WPA_KEY_MGMT_FT_SAE | WPA_KEY_MGMT_FT_SAE_EXT_KEY); in wpas_pasn_get_params_from_bss()
HDconfig.c832 val |= WPA_KEY_MGMT_FT_SAE_EXT_KEY; in wpa_config_parse_key_mgmt()
1063 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_config_write_key_mgmt()
HDwpa_supplicant.c1882 WPA_KEY_MGMT_FT_SAE | WPA_KEY_MGMT_FT_SAE_EXT_KEY); in wpa_supplicant_set_suites()
1966 } else if (sel & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_supplicant_set_suites()
1967 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE_EXT_KEY; in wpa_supplicant_set_suites()
HDsme.c1519 wpa_s->sme.ext_auth_key_mgmt = WPA_KEY_MGMT_FT_SAE_EXT_KEY; in is_sae_key_mgmt_suite()
HDctrl_iface.c2919 if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in wpa_supplicant_ie_txt()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new_handlers.c5481 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) in wpas_dbus_get_bss_security_prop()
/freebsd-13-stable/contrib/wpa/hostapd/
HDctrl_iface.c867 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in hostapd_ctrl_iface_get_key_mgmt()
HDconfig_file.c686 val |= WPA_KEY_MGMT_FT_SAE_EXT_KEY; in hostapd_config_parse_key_mgmt()
/freebsd-13-stable/contrib/wpa/src/drivers/
HDdriver_nl80211.c6873 params->key_mgmt_suite == WPA_KEY_MGMT_FT_SAE_EXT_KEY || in nl80211_connect_common()
6937 case WPA_KEY_MGMT_FT_SAE_EXT_KEY: in nl80211_connect_common()