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/
H A Ddefs.h45 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
69 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \
99 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk_no_sae()
106 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk()
127 return !!(akm & WPA_KEY_MGMT_FT_PSK); in wpa_key_mgmt_ft_psk()
H A Dwpa_common.c1535 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
2436 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_txt()
2483 if (akm & WPA_KEY_MGMT_FT_PSK) in wpa_akm_to_suite()
3687 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_add_rsne()
3898 case WPA_KEY_MGMT_FT_PSK: in wpa_pasn_validate_rsne()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A 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()
H A 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_standard/src/ap/
H A Dwpa_auth_ie.c209 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
669 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
779 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
780 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
H A Dap_config.c1185 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
H A 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/rsn_supp/
H A Dwpa_ie.c190 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
H A Dwpa_ft.c260 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ie.c168 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
H A 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_standard/wpa_supplicant/
H A Dpasn_supplicant.c624 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data()
654 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_get_wrapped_data_format()
1061 case WPA_KEY_MGMT_FT_PSK: in wpas_pasn_start()
H A Dwpa_supplicant.c1749 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1750 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
1795 if (bss && !is_zero_ether_addr(bss->mld_addr) && wpa_s->key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1902 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_set_suites()
4147 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) {
4173 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK) &&
H A Dwpas_glue.c1302 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
H A Dconfig.c856 val |= WPA_KEY_MGMT_FT_PSK; in wpa_config_parse_key_mgmt()
1031 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_config_write_key_mgmt()
H A Dctrl_iface.c2984 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_ie_txt()
3868 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) {
3869 ssid->key_mgmt &= ~WPA_KEY_MGMT_FT_PSK;
11321 akmp = WPA_KEY_MGMT_FT_PSK;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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()
H A Ddpp_supplicant.c885 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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/
H A Ddriver_nl80211.c6537 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK ||
6566 case WPA_KEY_MGMT_FT_PSK:
6717 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A 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/
H A Ddbus_new_handlers.c5126 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()

Completed in 120 milliseconds

12