Home
last modified time | relevance | path

Searched refs:auth_algs (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dhostapd.conf242 auth_algs=3
Dconfig_file.c2219 bss->auth_algs = atoi(pos); in hostapd_config_fill()
2220 if (bss->auth_algs == 0) { in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h225 int auth_algs) in hostapd_drv_set_authmode() argument
229 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
Dap_config.h251 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
Dbeacon.c893 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
Dap_config.c46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
Dwps_hostapd.c379 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
385 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
Dieee802_11.c598 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
608 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
Dhostapd.c401 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1870 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument
1874 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()
1875 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()
1877 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()
1879 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()
1898 params->key_mgmt_suites, params->auth_algs, in atheros_set_ap()
Ddriver.h805 unsigned int auth_algs; member
Ddriver_nl80211.c7450 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap()
7451 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
7454 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) in wpa_driver_nl80211_set_ap()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c213 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()