HomeSort by relevance Sort by last modified time
    Searched full:ieee80211_authenticate (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant/
mlme.c 638 static void ieee80211_authenticate(struct wpa_supplicant *wpa_s) function
647 wpa_s->mlme.state = IEEE80211_AUTHENTICATE;
1068 if (wpa_s->mlme.state != IEEE80211_AUTHENTICATE && !adhoc) {
1218 if (wpa_s->mlme.state == IEEE80211_AUTHENTICATE ||
1221 wpa_s->mlme.state = IEEE80211_AUTHENTICATE;
    [all...]
wpa_supplicant_i.h 183 IEEE80211_DISABLED, IEEE80211_AUTHENTICATE,
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 279 static void ieee80211_authenticate(struct wpa_supplicant *wpa_s) function
291 wpa_s->mlme.state = IEEE80211_AUTHENTICATE;
773 if (wpa_s->mlme.state != IEEE80211_AUTHENTICATE && !adhoc) {
937 if (wpa_s->mlme.state == IEEE80211_AUTHENTICATE ||
940 wpa_s->mlme.state = IEEE80211_AUTHENTICATE;
    [all...]
wpa_supplicant_i.h 180 IEEE80211_DISABLED, IEEE80211_AUTHENTICATE,
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 270 static void ieee80211_authenticate(struct wpa_supplicant *wpa_s) function
282 wpa_s->mlme.state = IEEE80211_AUTHENTICATE;
759 if (wpa_s->mlme.state != IEEE80211_AUTHENTICATE && !adhoc) {
946 if (wpa_s->mlme.state == IEEE80211_AUTHENTICATE ||
949 wpa_s->mlme.state = IEEE80211_AUTHENTICATE;
    [all...]
wpa_supplicant_i.h 234 IEEE80211_DISABLED, IEEE80211_AUTHENTICATE,

Completed in 32 milliseconds