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 157 mgmt->u.deauth.reason_code =
159 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
214 mgmt.u.deauth.reason_code =
218 sizeof(mgmt.u.deauth),
279 sizeof(mgmt.u.deauth),
sta_info.c 318 "local deauth request");
394 int deauth = sta->timeout_next == STA_DEAUTH; local
398 deauth ? "deauthentication" : "disassociation",
401 if (deauth) {
451 "inactivity (timer DEAUTH/REMOVE)");
677 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
979 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
ieee802_11.c 1105 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
1106 reply.u.deauth.reason_code = host_to_le16(reason_code);
1109 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 1935 int deauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 426 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon30544
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 305 milliseconds