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

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 192 auth_algs=3
    [all...]
config_file.c     [all...]
  /hardware/ti/wlan/mac80211/config/
hostapd.conf 17 auth_algs=1
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 200 int auth_algs)
204 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
ap_config.h 239 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
beacon.c 678 params.auth_algs = hapd->conf->auth_algs;
ap_config.c 46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
ieee802_11.c 345 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
351 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
    [all...]
wps_hostapd.c 440 fprintf(nconf, "auth_algs=1\n");
444 fprintf(nconf, "auth_algs=3\n");
446 fprintf(nconf, "auth_algs=2\n");
448 fprintf(nconf, "auth_algs=1\n");
478 str_starts(buf, "auth_algs=") ||
897 if (conf->auth_algs & WPA_AUTH_ALG_OPEN)
899 if (conf->auth_algs & WPA_AUTH_ALG_SHARED)
    [all...]
hostapd.c 365 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
driver.h 650 * auth_algs - WPA_AUTH_ALG_* bitfield
652 unsigned int auth_algs; member in struct:wpa_driver_ap_params
    [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 217 unsigned int auth_algs; /* bitfield of allowed auth algs */ member in struct:wpa_client_mlme
mlme.c 844 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_OPEN)
846 if (wpa_s->mlme.auth_algs &
849 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_LEAP)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 171 bss->auth_algs = ssid->auth_alg;

Completed in 202 milliseconds