Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/hostapd/
Dhostapd.conf324 auth_algs=3
Dconfig_file.c2865 bss->auth_algs = atoi(pos); in hostapd_config_fill()
2866 if (bss->auth_algs == 0) { in hostapd_config_fill()
/freebsd-12-stable/contrib/wpa/src/ap/
Dap_drv_ops.h251 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()
Dap_config.c58 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()
Dap_config.h348 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
Dbeacon.c1689 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
Dwps_hostapd.c436 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
442 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
Dhostapd.c577 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
Dieee802_11.c3618 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
3640 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_atheros.c1900 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()
Ddriver.h1330 unsigned int auth_algs; member
Ddriver_nl80211.c4615 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap()
4616 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
4619 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dap.c539 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()