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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 72 return "DEAUTH";
243 mgmt->u.deauth.reason_code =
245 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
303 mgmt.u.deauth.reason_code = host_to_le16(reason);
306 sizeof(mgmt.u.deauth),
366 sizeof(mgmt.u.deauth),
sta_info.c 329 "local deauth request");
405 int deauth = sta->timeout_next == STA_DEAUTH; local
409 deauth ? "deauthentication" : "disassociation",
412 if (deauth) {
462 "inactivity (timer DEAUTH/REMOVE)");
728 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
1044 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
ieee802_11.c 1152 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
1153 reply.u.deauth.reason_code = host_to_le16(reason_code);
1156 wpa_printf(MSG_INFO, "Failed to send deauth: %s",
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1033 * with this broadcast deauth frame. This gets the firmware in
1046 mgmt.u.deauth.reason_code = host_to_le16(reason);
1048 sizeof(mgmt.u.deauth), 0);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 2005 int deauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 446 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon38134
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 66 milliseconds