Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_PSK (Results 1 – 25 of 27) sorted by relevance

12

/external/wpa_supplicant_8/src/common/
Ddefs.h28 #define WPA_KEY_MGMT_PSK BIT(1) macro
78 return !!(akm & (WPA_KEY_MGMT_PSK | in wpa_key_mgmt_wpa_psk_no_sae()
85 return !!(akm & (WPA_KEY_MGMT_PSK | in wpa_key_mgmt_wpa_psk()
Dwpa_common.c1163 return WPA_KEY_MGMT_PSK; in rsn_key_mgmt_to_bitfield()
1419 return WPA_KEY_MGMT_PSK; in wpa_key_mgmt_to_bitfield()
2025 case WPA_KEY_MGMT_PSK: in wpa_key_mgmt_txt()
2092 if (akm & WPA_KEY_MGMT_PSK) in wpa_akm_to_suite()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c85 } else if (key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_wpa()
173 } else if (key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_rsn()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c70 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie()
162 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie()
644 else if (data.key_mgmt & WPA_KEY_MGMT_PSK) in wpa_validate_wpa_ie()
677 else if (data.key_mgmt & WPA_KEY_MGMT_PSK) in wpa_validate_wpa_ie()
765 sm->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_validate_wpa_ie()
Dap_config.c76 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
1153 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
Dwps_hostapd.c389 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hapd_wps_reconfig_in_memory()
1171 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
1201 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h20 #define DEFAULT_KEY_MGMT (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X)
Dibss_rsn.c247 wpa_sm_set_param(peer->supp, WPA_PARAM_KEY_MGMT, WPA_KEY_MGMT_PSK); in ibss_rsn_supp_init()
450 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in ibss_rsn_auth_init_group()
Dap.c399 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_conf_ap()
819 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) in wpa_supplicant_create_ap()
820 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_create_ap()
Dwps_supplicant.c531 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_wps_cred()
536 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_wps_cred()
547 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_supplicant_wps_cred()
2051 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpas_wps_network_to_cred()
Dwpas_glue.c1249 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
Dwpa_supplicant.c1569 } else if (sel & WPA_KEY_MGMT_PSK) { in wpa_supplicant_set_suites()
1570 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_set_suites()
1697 sae_only = (ssid->key_mgmt & (WPA_KEY_MGMT_PSK | in wpa_supplicant_set_suites()
3668 (params.key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpas_start_assoc_cb()
3693 if ((params.key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpas_start_assoc_cb()
Dconfig.c725 val |= WPA_KEY_MGMT_PSK; in wpa_config_parse_key_mgmt()
828 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_config_write_key_mgmt()
Dp2p_supplicant.c1145 s->key_mgmt = WPA_KEY_MGMT_PSK; in wpas_p2p_store_persistent_group()
2021 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpas_start_wps_go()
6565 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpas_start_p2p_client()
Ddpp_supplicant.c1205 ssid->key_mgmt |= WPA_KEY_MGMT_PSK | in wpas_dpp_add_network()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/
Dhidl_manager.h347 WPA_KEY_MGMT_PSK,
Dsta_network.cpp2446 if (key_mgmt_mask & WPA_KEY_MGMT_PSK) { in setFastTransitionKeyMgmt()
2474 if (key_mgmt_mask & WPA_KEY_MGMT_PSK) { in resetFastTransitionKeyMgmt()
Dhidl_manager.cpp1483 } else if (config->key_mgmt & WPA_KEY_MGMT_PSK) { in notifyDppConfigReceived()
Dp2p_iface.cpp169 wpa_network->key_mgmt = WPA_KEY_MGMT_PSK; in addGroupClientNetwork()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c2054 case WPA_KEY_MGMT_PSK: in wpa_driver_wext_keymgmt2wext()
2188 params->key_mgmt_suite == WPA_KEY_MGMT_PSK) in wpa_driver_wext_associate()
Ddriver_ndis.c1105 if (params->key_mgmt_suite == WPA_KEY_MGMT_PSK) in wpa_driver_ndis_associate()
1134 else if (params->key_mgmt_suite == WPA_KEY_MGMT_PSK) in wpa_driver_ndis_associate()
Ddriver_nl80211.c5626 params->key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpa_driver_nl80211_ibss()
5825 params->key_mgmt_suite == WPA_KEY_MGMT_PSK || in nl80211_connect_common()
5900 case WPA_KEY_MGMT_PSK: in nl80211_connect_common()
5994 (params->key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpa_driver_nl80211_try_connect()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c4716 if (ie_data->key_mgmt & WPA_KEY_MGMT_PSK) in wpas_dbus_get_bss_security_prop()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1045 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
Dconfig_file.c701 val |= WPA_KEY_MGMT_PSK; in hostapd_config_parse_key_mgmt()

12