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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 145 return "DEAUTH";
348 mgmt->u.deauth.reason_code =
350 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
408 mgmt.u.deauth.reason_code = host_to_le16(reason);
411 sizeof(mgmt.u.deauth),
474 sizeof(mgmt.u.deauth),
sta_info.c 405 "local deauth request");
489 int deauth = sta->timeout_next == STA_DEAUTH; local
493 deauth ? "deauthentication" : "disassociation",
496 if (deauth) {
546 "inactivity (timer DEAUTH/REMOVE)");
855 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 727 * deauth event be wrongly ignored.
732 "nl80211: Received a locally generated deauth event. Clear ignore_next_local_deauth flag");
736 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
753 "nl80211: Ignore deauth/disassoc event from old AP "
765 * We have presumably received this deauth as a
767 * deauth. Don't let it take us offline!
769 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
780 if (len >= 24 + sizeof(mgmt->u.deauth))
781 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
797 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth")
    [all...]
driver_hostap.c 1032 * with this broadcast deauth frame. This gets the firmware in
1045 mgmt.u.deauth.reason_code = host_to_le16(reason);
1047 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 2399 int deauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 791 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon44586
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 315 milliseconds