Searched refs:auth_algs (Results 1 – 12 of 12) sorted by relevance
297 auth_algs=3
2857 bss->auth_algs = atoi(pos);2858 if (bss->auth_algs == 0) {
248 int auth_algs) in hostapd_drv_set_authmode() argument252 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
345 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
1316 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
388 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()394 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
56 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
2101 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()2118 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
556 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
1911 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument1915 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()
1277 unsigned int auth_algs; member
375 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()