Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt (Results 1 – 25 of 28) 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.c203 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
207 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
569 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa()
968 wpa_key_mgmt_ft(sm->wpa_key_mgmt); in wpa_receive()
1533 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in SM_STATE()
1706 wpa_key_mgmt_wpa_ieee8021x(sm->wpa_key_mgmt)) { in SM_STATE()
1722 wpa_key_mgmt_sha256(sm->wpa_key_mgmt)); in SM_STATE()
1736 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_derive_ptk()
1743 wpa_key_mgmt_sha256(sm->wpa_key_mgmt)); in wpa_derive_ptk()
1763 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in SM_STATE()
[all …]
Dwps_hostapd.c315 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X; in hapd_wps_reconfig_in_memory()
317 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hapd_wps_reconfig_in_memory()
985 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
987 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
997 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
999 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
Dwpa_auth_i.h104 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
Dwpa_auth_glue.c35 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()
Dwpa_auth.h127 int wpa_key_mgmt; member
Dap_config.h250 int wpa_key_mgmt; member
Dap_drv_ops.c274 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
Dap_config.c56 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
Dwpa_auth_ft.c635 if (sm->wpa_key_mgmt != WPA_KEY_MGMT_FT_IEEE8021X && in wpa_sm_write_assoc_resp_ies()
636 sm->wpa_key_mgmt != WPA_KEY_MGMT_FT_PSK) in wpa_sm_write_assoc_resp_ies()
Dbeacon.c720 params.key_mgmt_suites = hapd->conf->wpa_key_mgmt; in ieee802_11_set_beacon()
Dieee802_11.c585 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth()
589 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c638 if (hapd->conf->wpa && hapd->conf->wpa_key_mgmt) { in hostapd_ctrl_iface_get_config()
644 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_config()
650 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_config()
657 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_config()
663 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_config()
671 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_config()
677 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in hostapd_ctrl_iface_get_config()
DREADME321 # wpa_psk or wpa_passphrase must be set and wpa_key_mgmt must include WPA-PSK.
324 # in wpa_key_mgmt.
340 #wpa_key_mgmt=WPA-PSK WPA-EAP
Dconfig_file.c1118 if (bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
1145 if (wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
2131 bss->wpa_key_mgmt = in hostapd_config_fill()
2133 if (bss->wpa_key_mgmt == -1) in hostapd_config_fill()
DREADME-WPS84 wpa_key_mgmt=WPA-PSK
/external/wpa_supplicant_8/src/common/
Ddefs.h139 enum wpa_key_mgmt { enum
/external/wpa_supplicant_8/src/drivers/
Ddriver_madwifi.c286 __func__, params->wpa_key_mgmt); in madwifi_configure_wpa()
288 params->wpa_key_mgmt)) { in madwifi_configure_wpa()
290 params->wpa_key_mgmt); in madwifi_configure_wpa()
Ddriver_bsd.c420 __func__, params->wpa_key_mgmt); in bsd_configure_wpa()
422 params->wpa_key_mgmt)) { in bsd_configure_wpa()
424 params->wpa_key_mgmt); in bsd_configure_wpa()
Ddriver.h422 enum wpa_key_mgmt key_mgmt_suite;
1024 int wpa_key_mgmt; member
Ddriver_atheros.c308 __func__, params->wpa_key_mgmt); in atheros_configure_wpa()
310 params->wpa_key_mgmt)) { in atheros_configure_wpa()
312 params->wpa_key_mgmt); in atheros_configure_wpa()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c277 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in auth_init_group()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h769 enum wpa_key_mgmt key_mgmt2driver(int key_mgmt);
Dap.c178 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap()
969 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
Dibss_rsn.c374 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in ibss_rsn_auth_init_group()

12