Home
last modified time | relevance | path

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

/hostap-3.7.0/src/common/
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()
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()
/hostap-3.7.0/src/ap/
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()
Dap_config.c1187 WPA_KEY_MGMT_FT_PSK | in hostapd_config_check_bss_6g()
Dwpa_auth_ft.c2959 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_ft_set_key_mgmt()
2960 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_ft_set_key_mgmt()
Dieee802_11.c2834 case WPA_KEY_MGMT_FT_PSK: in pasn_get_wrapped_data()
/hostap-3.7.0/wlantest/
Dsta.c204 sta->key_mgmt & WPA_KEY_MGMT_FT_PSK ? "FT-PSK " : "", in sta_update_assoc()
Dbss.c338 bss->key_mgmt & WPA_KEY_MGMT_FT_PSK ? "FT-PSK " : "", in bss_update()
Dctrl.c945 if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in info_print_key_mgmt()
/hostap-3.7.0/src/rsn_supp/
Dwpa_ie.c184 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c256 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
Dwpa.c2757 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_suite()
/hostap-3.7.0/wpa_supplicant/
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()
Dwpas_glue.c1270 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
Dwpa_supplicant.c1638 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1639 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
1769 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_set_suites()
3914 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpas_start_assoc_cb()
3940 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK) && in wpas_start_assoc_cb()
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()
Ddpp_supplicant.c1310 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
Dctrl_iface.c2819 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_ie_txt()
10732 akmp = WPA_KEY_MGMT_FT_PSK; in wpas_ctrl_iface_pasn_start()
/hostap-3.7.0/src/drivers/
Ddriver_nl80211.c6225 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in nl80211_connect_common()
6253 case WPA_KEY_MGMT_FT_PSK: in nl80211_connect_common()
6394 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpa_driver_nl80211_try_connect()
/hostap-3.7.0/wpa_supplicant/dbus/
Ddbus_new_handlers.c5114 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()
/hostap-3.7.0/hostapd/
Dctrl_iface.c1066 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
Dconfig_file.c708 val |= WPA_KEY_MGMT_FT_PSK; in hostapd_config_parse_key_mgmt()