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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 75 return "DEAUTH";
278 mgmt->u.deauth.reason_code =
280 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
338 mgmt.u.deauth.reason_code = host_to_le16(reason);
341 sizeof(mgmt.u.deauth),
401 sizeof(mgmt.u.deauth),
sta_info.c 378 "local deauth request");
462 int deauth = sta->timeout_next == STA_DEAUTH; local
466 deauth ? "deauthentication" : "disassociation",
469 if (deauth) {
519 "inactivity (timer DEAUTH/REMOVE)");
807 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 659 * deauth event be wrongly ignored.
664 "nl80211: Received a locally generated deauth event. Clear ignore_next_local_deauth flag");
668 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
685 "nl80211: Ignore deauth/disassoc event from old AP "
697 * We have presumably received this deauth as a
699 * deauth. Don't let it take us offline!
701 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
712 if (len >= 24 + sizeof(mgmt->u.deauth))
713 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
729 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth")
    [all...]
driver_hostap.c 1034 * with this broadcast deauth frame. This gets the firmware in
1047 mgmt.u.deauth.reason_code = host_to_le16(reason);
1049 sizeof(mgmt.u.deauth), 0, 0, NULL, 0);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 2201 int deauth = 0; local
    [all...]
  /frameworks/base/packages/Osu/src/com/android/
MainActivity.java 121 } else if (bundle.containsKey(AppBridge.DEAUTH)) {
123 bundle.getBoolean(AppBridge.DEAUTH),
271 mOsuManager.deauth(bssid, ess, delay, url);
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 497 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon26979
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 69 private static final String DEAUTH = "deauth";
70 private static final String DEAUTH_DELAY = "deauth-delay";
71 private static final String DEAUTH_URL = "deauth-url";
378 intent.putExtra(DEAUTH, ess);
672 public void deauth(long bssid, boolean ess, int delay, String url) throws MalformedURLException { method in class:OSUManager
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 602 milliseconds