HomeSort by relevance Sort by last modified time
    Searched refs:auth_algs (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 242 auth_algs=3
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 225 int auth_algs)
229 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
ap_config.h 251 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
beacon.c 893 params->auth_algs = hapd->conf->auth_algs;
wps_hostapd.c 379 bss->auth_algs = 1;
385 bss->auth_algs = 1;
558 fprintf(nconf, "auth_algs=1\n");
564 fprintf(nconf, "auth_algs=1\n");
576 str_starts(buf, "auth_algs=") ||
    [all...]
ap_config.c 46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
ieee802_11.c 598 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
608 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
    [all...]
hostapd.c 401 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
driver.h 803 * auth_algs - WPA_AUTH_ALG_* bitfield
805 unsigned int auth_algs; member in struct:wpa_driver_ap_params
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 213 bss->auth_algs = ssid->auth_alg;

Completed in 1004 milliseconds