Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddefs.h37 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
59 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \
89 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk_no_sae()
96 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk()
116 return !!(akm & WPA_KEY_MGMT_FT_PSK); in wpa_key_mgmt_ft_psk()
Dwpa_common.c1472 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
2371 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_txt()
2416 if (akm & WPA_KEY_MGMT_FT_PSK) in wpa_akm_to_suite()
3420 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_add_rsne()
3631 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_validate_rsne()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddefs.h42 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
62 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \
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.c1122 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
2007 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_txt()
2052 if (akm & WPA_KEY_MGMT_FT_PSK) in wpa_akm_to_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ie.c180 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
607 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
717 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
718 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
Dwpa_auth_ft.c2765 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_ft_set_key_mgmt()
2766 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_ft_set_key_mgmt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c1184 WPA_KEY_MGMT_FT_PSK | in hostapd_config_check_bss_6g()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ie.c190 } 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpasn_supplicant.c617 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data()
647 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data_format()
1054 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_start()
Dwpas_glue.c1276 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
Dwpa_supplicant.c1707 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1708 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
1846 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_set_suites()
4077 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) {
4103 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK) &&
Dconfig.c855 val |= WPA_KEY_MGMT_FT_PSK; in wpa_config_parse_key_mgmt()
1028 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_config_write_key_mgmt()
Ddpp_supplicant.c1258 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_ie.c168 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c229 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c1512 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1513 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
1611 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_set_suites()
3248 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpas_start_assoc_cb()
3274 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK) && in wpas_start_assoc_cb()
Dconfig.c735 val |= WPA_KEY_MGMT_FT_PSK; in wpa_config_parse_key_mgmt()
880 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_config_write_key_mgmt()
Ddpp_supplicant.c885 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c5553 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in nl80211_connect_common()
5581 case WPA_KEY_MGMT_FT_PSK: in nl80211_connect_common()
5721 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpa_driver_nl80211_try_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c6263 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in nl80211_connect_common()
6291 case WPA_KEY_MGMT_FT_PSK: in nl80211_connect_common()
6432 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpa_driver_nl80211_try_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers.c4519 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers.c5114 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()

12