Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h28 #define WPA_KEY_MGMT_PSK BIT(1) macro
80 return !!(akm & (WPA_KEY_MGMT_PSK | in wpa_key_mgmt_wpa_psk_no_sae()
87 return !!(akm & (WPA_KEY_MGMT_PSK | in wpa_key_mgmt_wpa_psk()
H A Dwpa_common.c1464 return WPA_KEY_MGMT_PSK; in rsn_key_mgmt_to_bitfield()
1725 return WPA_KEY_MGMT_PSK; in wpa_key_mgmt_to_bitfield()
2348 case WPA_KEY_MGMT_PSK: in wpa_key_mgmt_txt()
2417 if (akm & WPA_KEY_MGMT_PSK) in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/rsn_supp/
H A 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()
H A Dwpa.c2750 case WPA_KEY_MGMT_PSK: in wpa_key_mgmt_suite()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c70 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie()
191 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie()
678 else if (data.key_mgmt & WPA_KEY_MGMT_PSK) in wpa_validate_wpa_ie()
711 else if (data.key_mgmt & WPA_KEY_MGMT_PSK) in wpa_validate_wpa_ie()
799 sm->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_validate_wpa_ie()
H A Dap_config.c76 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
1183 if (bss->wpa_key_mgmt & (WPA_KEY_MGMT_PSK | in hostapd_config_check_bss_6g()
1252 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
H A 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()
1203 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h21 #define DEFAULT_KEY_MGMT (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X)
H A 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()
H A Dap.c544 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_conf_ap()
971 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) in wpa_supplicant_create_ap()
972 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_create_ap()
H A Dwps_supplicant.c532 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_wps_cred()
537 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_wps_cred()
552 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_supplicant_wps_cred()
2056 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpas_wps_network_to_cred()
H A Dwpas_glue.c1270 ssid->key_mgmt &= ~(WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in disable_wpa_wpa2()
H A Dwpa_supplicant.c1640 } else if (sel & WPA_KEY_MGMT_PSK) { in wpa_supplicant_set_suites()
1641 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_set_suites()
1755 sae_only = (ssid->key_mgmt & (WPA_KEY_MGMT_PSK | in wpa_supplicant_set_suites()
3890 (params.key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpas_start_assoc_cb()
3915 if ((params.key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpas_start_assoc_cb()
H A Dconfig.c777 val |= WPA_KEY_MGMT_PSK; in wpa_config_parse_key_mgmt()
880 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_config_write_key_mgmt()
H A Dp2p_supplicant.c1203 s->key_mgmt = WPA_KEY_MGMT_PSK; in wpas_p2p_store_persistent_group()
2079 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpas_start_wps_go()
6887 ssid->key_mgmt = WPA_KEY_MGMT_PSK; in wpas_start_p2p_client()
H A Ddpp_supplicant.c1257 ssid->key_mgmt |= WPA_KEY_MGMT_PSK | in wpas_dpp_add_network()
H A Dctrl_iface.c2787 if (data.key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_supplicant_ie_txt()
/freebsd/contrib/wpa/src/drivers/
H A 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()
H A 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()
H A Ddriver_nl80211.c6010 params->key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpa_driver_nl80211_ibss()
6207 params->key_mgmt_suite == WPA_KEY_MGMT_PSK || in nl80211_connect_common()
6282 case WPA_KEY_MGMT_PSK: in nl80211_connect_common()
6376 (params->key_mgmt_suite == WPA_KEY_MGMT_PSK || in wpa_driver_nl80211_try_connect()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5112 if (ie_data->key_mgmt & WPA_KEY_MGMT_PSK) in wpas_dbus_get_bss_security_prop()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1053 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
H A Dconfig_file.c703 val |= WPA_KEY_MGMT_PSK; in hostapd_config_parse_key_mgmt()