HomeSort by relevance Sort by last modified time
    Searched refs:deauth (Results 1 - 7 of 7) 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 293 "local deauth request");
369 int deauth = sta->timeout_next == STA_DEAUTH; local
373 deauth ? "deauthentication" : "disassociation",
376 if (deauth) {
421 "inactivity (timer DEAUTH/REMOVE)");
647 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
959 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
ieee802_11.c 1091 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
1092 reply.u.deauth.reason_code = host_to_le16(reason_code);
1095 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 1941 int deauth = 0; local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 426 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon18400
    [all...]

Completed in 209 milliseconds