HomeSort by: relevance | last modified time | path
    Searched refs:auth_algs (Results 1 - 14 of 14) sorted by relevancy

  /src/share/examples/hostapd/
hostapd.conf 90 auth_algs=3
  /src/external/bsd/wpa/dist/hostapd/
hostapd.conf 334 auth_algs=3
3364 #auth_algs=1
3377 #auth_algs=1
config_file.c 3049 } else if (os_strcmp(buf, "auth_algs") == 0) {
3050 bss->auth_algs = atoi(pos);
3051 if (bss->auth_algs == 0) {
  /src/external/bsd/wpa/dist/src/ap/
ap_drv_ops.h 271 int auth_algs)
275 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
ap_config.c 58 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
65 bss->auth_algs = WPA_AUTH_ALG_OPEN;
ap_config.h 355 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
beacon.c 2449 params->auth_algs = hapd->conf->auth_algs;
wps_hostapd.c 436 bss->auth_algs = 1;
442 bss->auth_algs = 1;
655 fprintf(nconf, "auth_algs=1\n");
661 fprintf(nconf, "auth_algs=1\n");
673 str_starts(buf, "auth_algs=") ||
ieee802_11.c 2957 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
2979 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
hostapd.c 758 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs);
  /src/external/bsd/wpa/dist/src/drivers/
driver_atheros.c 1901 static int atheros_set_authmode(void *priv, int auth_algs)
1905 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1906 (auth_algs & WPA_AUTH_ALG_SHARED))
1908 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1910 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1926 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1929 params->key_mgmt_suites, params->auth_algs,
driver.h 1505 * auth_algs - WPA_AUTH_ALG_* bitfield
1507 unsigned int auth_algs; member in struct:wpa_driver_ap_params
driver_nl80211.c 5155 wpa_printf(MSG_DEBUG, "nl80211: auth_algs=0x%x", params->auth_algs);
5156 if ((params->auth_algs & (WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED)) ==
5159 } else if (params->auth_algs & WPA_AUTH_ALG_SHARED) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
ap.c 576 bss->auth_algs = ssid->auth_alg;

Completed in 78 milliseconds