Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/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.c2756 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_ft_set_key_mgmt()
2757 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_ft_set_key_mgmt()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c168 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c220 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
Dwpa.c2454 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_suite()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dhidl_manager.h341 WPA_KEY_MGMT_FT_PSK,
Dsta_network.cpp2138 key_mgmt_mask |= WPA_KEY_MGMT_FT_PSK; in setFastTransitionKeyMgmt()
2157 key_mgmt_mask &= ~WPA_KEY_MGMT_FT_PSK; in resetFastTransitionKeyMgmt()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1483 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
1484 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
1582 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_set_suites()
3213 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpas_start_assoc_cb()
3239 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.c856 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK; in wpas_dpp_add_network()
Dctrl_iface.c2642 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_ie_txt()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c5523 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK || in nl80211_connect_common()
5551 case WPA_KEY_MGMT_FT_PSK: in nl80211_connect_common()
5691 params->key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) { in wpa_driver_nl80211_try_connect()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c4519 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1058 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
Dconfig_file.c783 val |= WPA_KEY_MGMT_FT_PSK; in hostapd_config_parse_key_mgmt()