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

  /external/wpa_supplicant/
wpa_supplicant_i.h 183 IEEE80211_DISABLED, IEEE80211_AUTHENTICATE,
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...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 180 IEEE80211_DISABLED, IEEE80211_AUTHENTICATE,
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...]

Completed in 15 milliseconds