/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | defs.h | 37 #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()
|
D | wpa_common.c | 1472 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/ |
D | defs.h | 42 #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()
|
D | wpa_common.c | 1122 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/ |
D | wpa_auth_ie.c | 180 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()
|
D | wpa_auth_ft.c | 2765 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/ |
D | wpa_auth_ie.c | 209 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()
|
D | ap_config.c | 1184 WPA_KEY_MGMT_FT_PSK | in hostapd_config_check_bss_6g()
|
D | wpa_auth_ft.c | 2958 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/ |
D | wpa_ie.c | 190 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
|
D | wpa_ft.c | 256 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/ |
D | pasn_supplicant.c | 617 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()
|
D | wpas_glue.c | 1276 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
|
D | wpa_supplicant.c | 1707 } 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) &&
|
D | config.c | 855 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()
|
D | dpp_supplicant.c | 1258 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/ |
D | wpa_ie.c | 168 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
|
D | wpa_ft.c | 229 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/ |
D | wpa_supplicant.c | 1512 } 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()
|
D | config.c | 735 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()
|
D | dpp_supplicant.c | 885 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/ |
D | driver_nl80211.c | 5553 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/ |
D | driver_nl80211.c | 6263 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/ |
D | dbus_new_handlers.c | 4519 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/ |
D | dbus_new_handlers.c | 5114 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()
|