Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h33 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
58 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \
86 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk_no_sae()
93 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk()
115 return !!(akm & WPA_KEY_MGMT_FT_PSK); in wpa_key_mgmt_ft_psk()
H A Dwpa_common.c1777 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
2766 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_txt()
2817 if (akm & WPA_KEY_MGMT_FT_PSK) in wpa_akm_to_suite()
3882 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_add_rsne()
4094 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_validate_rsne()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c210 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
691 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
807 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
808 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
H A Dap_config.c1222 WPA_KEY_MGMT_FT_PSK | in hostapd_config_check_bss_6g()
H A Dwpa_auth_ft.c3003 WPA_KEY_MGMT_FT_PSK) < 0 || in wpa_ft_psk_pmk_r1()
3072 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_ft_set_key_mgmt()
3073 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_ft_set_key_mgmt()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_initiator.c475 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data()
505 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data_format()
982 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_start()
H A Dpasn_responder.c287 case WPA_KEY_MGMT_FT_PSK: in pasn_get_wrapped_data()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c289 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpas_pasn_get_params_from_bss()
290 key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpas_pasn_get_params_from_bss()
H A Dwpas_glue.c1294 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
H A Dbss.c1675 ie.key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in wpa_bss_parse_basic_ml_element()
H A Dwpa_supplicant.c1981 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1982 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
4450 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in wpas_start_assoc_cb()
4452 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK)))) { in wpas_start_assoc_cb()
H A Dconfig.c804 val |= WPA_KEY_MGMT_FT_PSK; in wpa_config_parse_key_mgmt()
955 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_config_write_key_mgmt()
H A Ddpp_supplicant.c1470 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
H A Devents.c757 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_ssid_bss_match()
H A Dctrl_iface.c2905 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_ie_txt()
11190 akmp = WPA_KEY_MGMT_FT_PSK; in wpas_ctrl_iface_pasn_start()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c188 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c278 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
H A Dwpa.c3952 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_suite()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5446 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.c840 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
H A Dconfig_file.c662 val |= WPA_KEY_MGMT_FT_PSK; in hostapd_config_parse_key_mgmt()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6865 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in nl80211_connect_common()
6916 case WPA_KEY_MGMT_FT_PSK: in nl80211_connect_common()