Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dhostapd.conf342 auth_algs=3
H A Dconfig_file.c2980 bss->auth_algs = atoi(pos); in hostapd_config_fill()
2981 if (bss->auth_algs == 0) { in hostapd_config_fill()
/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dap_config.h363 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member
H A Dwps_hostapd.c437 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
443 bss->auth_algs = 1; in hapd_wps_reconfig_in_memory()
H A Dbeacon.c2629 params->auth_algs = hapd->conf->auth_algs; in ieee802_11_build_ap_params()
H A Dieee802_11.c4314 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
4352 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1654 unsigned int auth_algs; member
H A Ddriver_nl80211.c5860 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs); in wpa_driver_nl80211_set_ap()
5861 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) == in wpa_driver_nl80211_set_ap()
5864 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) { in wpa_driver_nl80211_set_ap()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c573 bss->auth_algs = ssid->auth_alg; in wpa_supplicant_conf_ap()