Searched refs:auth_algs (Results 1 – 13 of 13) sorted by relevance
258 auth_algs=3
2344 bss->auth_algs = atoi(pos); in hostapd_config_fill()2345 if (bss->auth_algs == 0) { in hostapd_config_fill()
223 int auth_algs) in hostapd_drv_set_authmode() argument227 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
280 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
969 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
382 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()388 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
933 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()943 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
422 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
1774 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument1778 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()1779 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()1781 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()1783 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()1802 params->key_mgmt_suites, params->auth_algs, in atheros_set_ap()
934 unsigned int auth_algs; member
3379 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap()3380 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()3383 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
230 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()