Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkHiddenWEP28 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN,
32 for auth_alg in auth_algs:
Dcontrol.wifi_checkWEP4032 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN,
35 for auth_algorithm in auth_algs:
Dcontrol.wifi_checkWEP10432 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN,
35 for auth_algorithm in auth_algs:
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
Dcontrol.WEP4031 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN,
34 for auth_algorithm in auth_algs:
/external/wpa_supplicant_8/hostapd/
Dhostapd.conf297 auth_algs=3
Dconfig_file.c2836 bss->auth_algs = atoi(pos); in hostapd_config_fill()
2837 if (bss->auth_algs == 0) { in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h241 int auth_algs) in hostapd_drv_set_authmode() argument
245 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
Dap_config.h331 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
Dbeacon.c1311 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
Dwps_hostapd.c388 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
394 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
Dap_config.c54 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
Dieee802_11.c2096 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
2113 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
Dhostapd.c546 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1911 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument
1915 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()
1916 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()
1918 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()
1920 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()
1939 params->key_mgmt_suites, params->auth_algs, in atheros_set_ap()
Ddriver.h1236 unsigned int auth_algs; member
Ddriver_nl80211.c4131 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap()
4132 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
4135 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c370 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()