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

/freebsd-12-stable/contrib/wpa/hostapd/
H A Dhostapd.conf297 auth_algs=3
H A Dconfig_file.c2856 } else if (os_strcmp(buf, "auth_algs") == 0) {
2857 bss->auth_algs = atoi(pos);
2858 if (bss->auth_algs == 0) {
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h248 int auth_algs)
252 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
247 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h345 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c1316 params->auth_algs = hapd->conf->auth_algs;
H A Dwps_hostapd.c388 bss->auth_algs = 1;
394 bss->auth_algs = 1;
603 fprintf(nconf, "auth_algs=1\n");
609 fprintf(nconf, "auth_algs=1\n");
621 str_starts(buf, "auth_algs=") ||
H A Dap_config.c56 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
H A Dieee802_11.c2101 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
2118 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
H A Dhostapd.c556 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1911 static int atheros_set_authmode(void *priv, int auth_algs) argument
1915 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1916 (auth_algs & WPA_AUTH_ALG_SHARED))
1918 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1920 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1936 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1939 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h1275 * auth_algs - WPA_AUTH_ALG_* bitfield
1277 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dap.c375 bss->auth_algs = ssid->auth_alg;

Completed in 298 milliseconds