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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 73 return "DEAUTH";
260 mgmt->u.deauth.reason_code =
262 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
320 mgmt.u.deauth.reason_code = host_to_le16(reason);
323 sizeof(mgmt.u.deauth),
383 sizeof(mgmt.u.deauth),
sta_info.c 359 "local deauth request");
443 int deauth = sta->timeout_next == STA_DEAUTH; local
447 deauth ? "deauthentication" : "disassociation",
450 if (deauth) {
500 "inactivity (timer DEAUTH/REMOVE)");
773 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
1104 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 643 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
653 * We have presumably received this deauth as a
655 * deauth. Don't let it take us offline!
657 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
668 if (len >= 24 + sizeof(mgmt->u.deauth))
669 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
683 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth");
692 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event triggered due to own deauth request")
    [all...]
driver_hostap.c 1041 * with this broadcast deauth frame. This gets the firmware in
1054 mgmt.u.deauth.reason_code = host_to_le16(reason);
1056 sizeof(mgmt.u.deauth), 0);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 2125 int deauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 480 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon21416
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 105 milliseconds