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 187 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 193 int auth_algs)
197 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
ap_config.h 204 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
beacon.c 642 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 343 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
349 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
    [all...]
wps_hostapd.c 420 fprintf(nconf, "auth_algs=1\n");
424 fprintf(nconf, "auth_algs=3\n");
426 fprintf(nconf, "auth_algs=2\n");
428 fprintf(nconf, "auth_algs=1\n");
457 str_starts(buf, "auth_algs=") ||
873 if (conf->auth_algs & WPA_AUTH_ALG_OPEN)
875 if (conf->auth_algs & WPA_AUTH_ALG_SHARED)
    [all...]
hostapd.c 315 hostapd_drv_set_authmode(hapd, hapd->conf->auth_algs);
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
driver.h 624 * auth_algs - WPA_AUTH_ALG_* bitfield
626 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 149 bss->auth_algs = ssid->auth_alg;

Completed in 215 milliseconds