Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h33 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
55 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \
81 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk_no_sae()
88 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk()
108 return !!(akm & WPA_KEY_MGMT_FT_PSK); in wpa_key_mgmt_ft_psk()
H A Dwpa_common.c1469 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
2364 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_txt()
2409 if (akm & WPA_KEY_MGMT_FT_PSK) in wpa_akm_to_suite()
3381 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_add_rsne()
3592 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_validate_rsne()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c209 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
663 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
771 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
772 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
H A Dap_config.c1184 WPA_KEY_MGMT_FT_PSK | in hostapd_config_check_bss_6g()
H A Dwpa_auth_ft.c2958 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_ft_set_key_mgmt()
2959 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_ft_set_key_mgmt()
H A Dieee802_11.c2824 case WPA_KEY_MGMT_FT_PSK: in pasn_get_wrapped_data()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c184 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c256 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
H A Dwpa.c2757 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_suite()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c612 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data()
642 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data_format()
1049 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_start()
H A Dwpas_glue.c1270 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
H A Dwpa_supplicant.c1625 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1626 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
1756 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_set_suites()
3891 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpas_start_assoc_cb()
3917 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK) && in wpas_start_assoc_cb()
H A Dconfig.c788 val |= WPA_KEY_MGMT_FT_PSK; in wpa_config_parse_key_mgmt()
931 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_config_write_key_mgmt()
H A Ddpp_supplicant.c1258 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
H A Dctrl_iface.c2816 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_ie_txt()
10795 akmp = WPA_KEY_MGMT_FT_PSK; in wpas_ctrl_iface_pasn_start()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6209 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in nl80211_connect_common()
6237 case WPA_KEY_MGMT_FT_PSK: in nl80211_connect_common()
6378 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpa_driver_nl80211_try_connect()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5114 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1066 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
H A Dconfig_file.c708 val |= WPA_KEY_MGMT_FT_PSK; in hostapd_config_parse_key_mgmt()