Searched refs:auth_algs (Results 1 – 14 of 14) sorted by relevance
334 auth_algs=3
3075 bss->auth_algs = atoi(pos); in hostapd_config_fill()3076 if (bss->auth_algs == 0) { in hostapd_config_fill()
271 int auth_algs) in hostapd_drv_set_authmode() argument275 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
61 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()68 bss->auth_algs = WPA_AUTH_ALG_OPEN; in hostapd_config_defaults_bss()
355 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
436 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()442 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
2545 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
2959 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()2984 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
761 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
1901 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument1905 if ((auth_algs & WPA_AUTH_ALG_OPEN) && in atheros_set_authmode()1906 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()1908 else if (auth_algs & WPA_AUTH_ALG_OPEN) in atheros_set_authmode()1910 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()1929 params->key_mgmt_suites, params->auth_algs, in atheros_set_ap()
1519 unsigned int auth_algs; member
2152 wpa_printf(MSG_EXCESSIVE, "auth_algs=0x%x", params->auth_algs); in wpa_drv_zep_set_ap()
5155 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap()5156 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()5159 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
576 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()