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

  /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 28 milliseconds