Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_FT_IEEE8021X_SHA384 (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h51 #define WPA_KEY_MGMT_FT_IEEE8021X_SHA384 BIT(24) macro
60 WPA_KEY_MGMT_FT_IEEE8021X_SHA384 | \
70 WPA_KEY_MGMT_FT_IEEE8021X_SHA384 | in wpa_key_mgmt_wpa_ieee8021x()
156 WPA_KEY_MGMT_FT_IEEE8021X_SHA384 | in wpa_key_mgmt_sha384()
H A Dwpa_common.c30 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_kck_len()
74 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_kek_len()
109 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_mic_len()
140 akmp == WPA_KEY_MGMT_FT_IEEE8021X_SHA384 || in wpa_use_akm_defined()
342 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_eapol_key_mic()
1780 return WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in rsn_key_mgmt_to_bitfield()
2764 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_key_mgmt_txt()
2813 if (akm & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) in wpa_akm_to_suite()
3888 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_pasn_add_rsne()
4096 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpa_pasn_validate_rsne()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c204 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in wpa_write_rsn_ie()
686 else if (data.key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) in wpa_validate_wpa_ie()
802 else if (key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) in wpa_validate_wpa_ie()
803 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in wpa_validate_wpa_ie()
H A Dwpa_auth_ft.c3069 else if (key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) in wpa_ft_set_key_mgmt()
3070 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in wpa_ft_set_key_mgmt()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_initiator.c477 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpas_pasn_get_wrapped_data()
507 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpas_pasn_get_wrapped_data_format()
984 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in wpas_pasn_start()
H A Dpasn_responder.c289 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in pasn_get_wrapped_data()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c238 } else if ((sel & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) && in wpas_pasn_get_params_from_bss()
240 key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in wpas_pasn_get_params_from_bss()
H A Dwpas_glue.c612 akmp == WPA_KEY_MGMT_FT_IEEE8021X_SHA384) && in wpa_supplicant_add_pmkid()
H A Dconfig.c809 val |= WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in wpa_config_parse_key_mgmt()
976 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in wpa_config_write_key_mgmt()
H A Dwpa_supplicant.c1895 } else if ((sel & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) && in wpa_supplicant_set_suites()
1897 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in wpa_supplicant_set_suites()
H A Dctrl_iface.c11192 akmp = WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in wpas_ctrl_iface_pasn_start()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c185 } else if (key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c275 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X_SHA384) in wpa_ft_gen_req_ies()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c853 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
H A Dconfig_file.c667 val |= WPA_KEY_MGMT_FT_IEEE8021X_SHA384; in hostapd_config_parse_key_mgmt()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6876 params->key_mgmt_suite == WPA_KEY_MGMT_FT_IEEE8021X_SHA384 || in nl80211_connect_common()
6946 case WPA_KEY_MGMT_FT_IEEE8021X_SHA384: in nl80211_connect_common()