Searched refs:auth_algs (Results 1 – 16 of 16) sorted by relevance
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_checkHiddenWEP | 27 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN, 31 for auth_alg in auth_algs:
|
D | control.wifi_checkWEP104 | 32 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN, 35 for auth_algorithm in auth_algs:
|
D | control.wifi_checkWEP40 | 32 auth_algs = (xmlrpc_security_types.WEPConfig.AUTH_ALGORITHM_OPEN, 35 for auth_algorithm in auth_algs:
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.conf | 320 auth_algs=3
|
D | config_file.c | 2840 bss->auth_algs = atoi(pos); 2841 if (bss->auth_algs == 0) {
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.h | 251 int auth_algs) in hostapd_drv_set_authmode() argument 255 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
|
D | ap_config.c | 58 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss() 65 bss->auth_algs = WPA_AUTH_ALG_OPEN; in hostapd_config_defaults_bss()
|
D | ap_config.h | 345 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
|
D | beacon.c | 1656 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
|
D | wps_hostapd.c | 436 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory() 442 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
|
D | hostapd.c | 573 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
|
D | ieee802_11.c | 3486 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth() 3508 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 1900 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument 1904 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode() 1905 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode() 1907 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode() 1909 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode() 1928 params->key_mgmt_suites, params->auth_algs, in atheros_set_ap()
|
D | driver.h | 1324 unsigned int auth_algs; member
|
D | driver_nl80211.c | 4681 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap() 4682 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap() 4685 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 450 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()
|