Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h48 #define WPA_KEY_MGMT_FT_FILS_SHA384 BIT(21) macro
60 WPA_KEY_MGMT_FT_FILS_SHA384)
75 WPA_KEY_MGMT_FT_FILS_SHA384)); in wpa_key_mgmt_wpa_ieee8021x()
122 WPA_KEY_MGMT_FT_FILS_SHA384)); in wpa_key_mgmt_fils()
142 WPA_KEY_MGMT_FT_FILS_SHA384)); in wpa_key_mgmt_sha384()
H A Dwpa_common.c33 case WPA_KEY_MGMT_FT_FILS_SHA384: in wpa_kck_len()
51 case WPA_KEY_MGMT_FT_FILS_SHA384: in wpa_kck2_len()
64 case WPA_KEY_MGMT_FT_FILS_SHA384: in wpa_kek_len()
87 case WPA_KEY_MGMT_FT_FILS_SHA384: in wpa_kek2_len()
105 case WPA_KEY_MGMT_FT_FILS_SHA384: in wpa_mic_len()
662 } else if (akmp == WPA_KEY_MGMT_FT_FILS_SHA384) { in fils_pmk_to_ptk()
1496 return WPA_KEY_MGMT_FT_FILS_SHA384; in rsn_key_mgmt_to_bitfield()
2389 case WPA_KEY_MGMT_FT_FILS_SHA384: in wpa_key_mgmt_txt()
2433 if (akm & WPA_KEY_MGMT_FT_FILS_SHA384) in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c264 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in wpa_write_rsn_ie()
646 else if (data.key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) in wpa_validate_wpa_ie()
754 else if (key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) in wpa_validate_wpa_ie()
755 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_FILS_SHA384; in wpa_validate_wpa_ie()
924 sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_FILS_SHA384) && in wpa_validate_wpa_ie()
1137 WPA_KEY_MGMT_FT_FILS_SHA384)) in wpa_auth_write_assoc_resp_fils()
1209 WPA_KEY_MGMT_FT_FILS_SHA384; in wpa_auth_write_fd_rsn_info()
1219 else if (suite == WPA_KEY_MGMT_FT_FILS_SHA384) in wpa_auth_write_fd_rsn_info()
H A Dwpa_auth_ft.c2567 WPA_KEY_MGMT_FT_FILS_SHA384)))) { in wpa_sm_write_assoc_resp_ies()
2963 else if (key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) in wpa_ft_set_key_mgmt()
2964 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_FILS_SHA384; in wpa_ft_set_key_mgmt()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c209 } else if (key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c263 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_FILS_SHA384) in wpa_ft_gen_req_ies()
H A Dwpa.c4511 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_FILS_SHA384) in fils_ft_build_assoc_req_rsne()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c831 val |= WPA_KEY_MGMT_FT_FILS_SHA384; in wpa_config_parse_key_mgmt()
1083 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in wpa_config_write_key_mgmt()
H A Dwpa_supplicant.c1583 } else if (sel & WPA_KEY_MGMT_FT_FILS_SHA384) { in wpa_supplicant_set_suites()
1584 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_FILS_SHA384; in wpa_supplicant_set_suites()
H A Dctrl_iface.c2889 if (data.key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in wpa_supplicant_ie_txt()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5139 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) in wpas_dbus_get_bss_security_prop()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1101 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
H A Dconfig_file.c743 val |= WPA_KEY_MGMT_FT_FILS_SHA384; in hostapd_config_parse_key_mgmt()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6222 params->key_mgmt_suite == WPA_KEY_MGMT_FT_FILS_SHA384 || in nl80211_connect_common()
6273 case WPA_KEY_MGMT_FT_FILS_SHA384: in nl80211_connect_common()