Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/hostapd/
H A Dhostapd.conf297 auth_algs=3
H A Dconfig_file.c2857 bss->auth_algs = atoi(pos);
2858 if (bss->auth_algs == 0) {
/freebsd-12.1/contrib/wpa/src/ap/
H A Dap_drv_ops.h248 int auth_algs) in hostapd_drv_set_authmode() argument
252 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
H A Dap_config.h345 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
H A Dbeacon.c1316 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
H A Dwps_hostapd.c388 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
394 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
H A Dap_config.c56 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
H A Dieee802_11.c2101 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
2118 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
H A Dhostapd.c556 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs); in hostapd_setup_encryption()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1911 static int atheros_set_authmode(void *priv, int auth_algs) in atheros_set_authmode() argument
1915 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()
H A Ddriver.h1277 unsigned int auth_algs; member
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dap.c375 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()