Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt (Results 1 – 25 of 26) sorted by relevance

12

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c65 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_wpa_ie()
70 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie()
78 conf->wpa_key_mgmt); in wpa_write_wpa_ie()
157 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_rsn_ie()
162 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie()
168 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie()
173 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
180 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in wpa_write_rsn_ie()
185 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in wpa_write_rsn_ie()
192 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_write_rsn_ie()
[all …]
Dwpa_auth.c235 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
239 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
242 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) in wpa_use_aes_cmac()
639 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa()
832 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce()
842 if (wpa_verify_key_mic(sm->wpa_key_mgmt, &PTK, data, data_len) in wpa_try_alt_snonce()
848 if (!wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) in wpa_try_alt_snonce()
888 mic_len = wpa_mic_len(sm->wpa_key_mgmt); in wpa_receive()
981 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN && in wpa_receive()
982 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
[all …]
Dap_config.c56 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
741 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
768 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
952 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA; in hostapd_set_security_params()
962 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
974 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
Dwpa_auth_glue.c36 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()
81 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
Dwps_hostapd.c345 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X; in hapd_wps_reconfig_in_memory()
347 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hapd_wps_reconfig_in_memory()
1060 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
1062 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
1072 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
1074 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
Dwpa_auth_i.h108 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
Dwpa_auth.h129 int wpa_key_mgmt; member
Dap_drv_ops.c301 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
Dap_config.h284 int wpa_key_mgmt; member
Dwpa_auth_ft.c400 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise); in wpa_auth_derive_ptk_ft()
653 if (!wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_sm_write_assoc_resp_ies()
895 &sm->PTK, ptk_name, sm->wpa_key_mgmt, in wpa_ft_process_auth_req()
Dbeacon.c968 params->key_mgmt_suites = hapd->conf->wpa_key_mgmt; in ieee802_11_build_ap_params()
Dieee802_11.c936 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth()
940 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
Dieee802_1x.c443 if (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in add_common_radius_sta_attr()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1107 if (hapd->conf->wpa && hapd->conf->wpa_key_mgmt) { in hostapd_ctrl_iface_get_config()
1113 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_config()
1119 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_config()
1126 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_config()
1132 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_config()
1139 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_config()
1148 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_config()
1154 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in hostapd_ctrl_iface_get_config()
1162 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in hostapd_ctrl_iface_get_config()
1169 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in hostapd_ctrl_iface_get_config()
[all …]
DREADME315 # wpa_psk or wpa_passphrase must be set and wpa_key_mgmt must include WPA-PSK.
318 # in wpa_key_mgmt.
334 #wpa_key_mgmt=WPA-PSK WPA-EAP
DREADME-WPS82 wpa_key_mgmt=WPA-PSK
Dconfig_file.c2406 bss->wpa_key_mgmt = hostapd_config_parse_key_mgmt(line, pos); in hostapd_config_fill()
2407 if (bss->wpa_key_mgmt == -1) in hostapd_config_fill()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c273 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in auth_init_group()
/external/wpa_supplicant_8/src/drivers/
Ddriver_bsd.c446 __func__, params->wpa_key_mgmt); in bsd_configure_wpa()
448 params->wpa_key_mgmt)) { in bsd_configure_wpa()
451 params->wpa_key_mgmt); in bsd_configure_wpa()
Ddriver_atheros.c329 __func__, params->wpa_key_mgmt); in atheros_configure_wpa()
331 params->wpa_key_mgmt)) { in atheros_configure_wpa()
334 params->wpa_key_mgmt); in atheros_configure_wpa()
Ddriver.h1425 int wpa_key_mgmt; member
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c244 bss->conf->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_mesh_init()
Dmesh_rsn.c152 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE; in __mesh_rsn_auth_init()
Dap.c234 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap()
1110 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
Dibss_rsn.c416 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in ibss_rsn_auth_init_group()

12