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

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 188 auth_algs=3
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 198 int auth_algs)
202 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
ap_config.c 52 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
wps_hostapd.c 392 fprintf(nconf, "auth_algs=1\n");
396 fprintf(nconf, "auth_algs=3\n");
398 fprintf(nconf, "auth_algs=2\n");
400 fprintf(nconf, "auth_algs=1\n");
429 str_starts(buf, "auth_algs=") ||
797 if (conf->auth_algs & WPA_AUTH_ALG_OPEN)
799 if (conf->auth_algs & WPA_AUTH_ALG_SHARED)
    [all...]
ieee802_11.c 400 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
408 ((hapd->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...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 268 unsigned int auth_algs; /* bitfield of allowed auth algs member in struct:wpa_client_mlme
mlme.c 830 if (wpa_s->mlme.auth_algs & WPA_AUTH_ALG_OPEN)
832 if (wpa_s->mlme.auth_algs & WPA_AUTH_ALG_SHARED)
834 if (wpa_s->mlme.auth_algs & WPA_AUTH_ALG_LEAP)
    [all...]
  /external/wpa_supplicant/
mlme.c 1139 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_OPEN)
1141 if (wpa_s->mlme.auth_algs &
1144 if (wpa_s->mlme.auth_algs & IEEE80211_AUTH_ALG_LEAP)
    [all...]
wpa_supplicant_i.h 218 unsigned int auth_algs; /* bitfield of allowed auth algs */ member in struct:wpa_client_mlme
  /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...]

Completed in 1313 milliseconds