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

  /device/generic/goldfish/wifi/
simulated_hostapd.conf 257 auth_algs=3
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.conf 297 auth_algs=3
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 233 int auth_algs)
237 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
ap_config.h 309 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
beacon.c     [all...]
wps_hostapd.c 376 bss->auth_algs = 1;
382 bss->auth_algs = 1;
566 fprintf(nconf, "auth_algs=1\n");
572 fprintf(nconf, "auth_algs=1\n");
584 str_starts(buf, "auth_algs=") ||
    [all...]
ap_config.c 53 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
ieee802_11.c     [all...]
hostapd.c 465 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
driver.h 1205 * auth_algs - WPA_AUTH_ALG_* bitfield
1207 unsigned int auth_algs; member in struct:wpa_driver_ap_params
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 321 bss->auth_algs = ssid->auth_alg;
    [all...]

Completed in 1196 milliseconds