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 76 return "DEAUTH";
279 mgmt->u.deauth.reason_code =
281 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
339 mgmt.u.deauth.reason_code = host_to_le16(reason);
342 sizeof(mgmt.u.deauth),
405 sizeof(mgmt.u.deauth),
sta_info.c 394 "local deauth request");
478 int deauth = sta->timeout_next == STA_DEAUTH; local
482 deauth ? "deauthentication" : "disassociation",
485 if (deauth) {
535 "inactivity (timer DEAUTH/REMOVE)");
844 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
    [all...]
ieee802_11.c     [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 247 public void deauth(long bssid, boolean ess, int delay, String url) method in class:OSUManager
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 709 * deauth event be wrongly ignored.
714 "nl80211: Received a locally generated deauth event. Clear ignore_next_local_deauth flag");
718 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
735 "nl80211: Ignore deauth/disassoc event from old AP "
747 * We have presumably received this deauth as a
749 * deauth. Don't let it take us offline!
751 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
762 if (len >= 24 + sizeof(mgmt->u.deauth))
763 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
779 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/syslinux/gpxe/src/net/80211/
net80211.c 193 int deauth );
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 2403 int deauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 788 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon39383
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 726 milliseconds