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

  /external/wpa_supplicant_8/hostapd/
dump_state.c 142 "DEAUTH")));
ctrl_iface.c 186 mgmt->u.deauth.reason_code =
188 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
241 mgmt.u.deauth.reason_code =
245 sizeof(mgmt.u.deauth),
301 sizeof(mgmt.u.deauth),
  /external/wpa_supplicant_8/src/ap/
sta_info.c 267 "local deauth request");
352 int deauth = sta->timeout_next == STA_DEAUTH; local
355 deauth ? "deauthentication" : "disassociation",
358 if (deauth) {
ieee802_11.c 854 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
855 reply.u.deauth.reason_code = host_to_le16(reason_code);
858 wpa_printf(MSG_INFO, "Failed to send deauth: %s",
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 253 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon13982
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 457 wpa_msg(wpa_s, MSG_INFO, "SME: Deauth request to the driver "
562 * mac80211-workaround to force deauth on failed auth cmd,
ap.c 602 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
mlme.c 477 "deauth frame");
489 mgmt->u.deauth.reason_code = host_to_le16(reason);
938 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
    [all...]
wpa_cli.c     [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 893 * We have presumably received this deauth as a
895 * deauth. Don't let it take us offline!
897 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
908 if (len >= 24 + sizeof(mgmt->u.deauth))
909 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
934 if (frame + len > mgmt->u.deauth.variable) {
935 event.deauth_info.ie = mgmt->u.deauth.variable;
937 mgmt->u.deauth.variable;
960 if (len >= 24 + sizeof(mgmt->u.deauth))
961 reason_code = le_to_host16(mgmt->u.deauth.reason_code)
    [all...]
driver_hostap.c 1042 * with this broadcast deauth frame. This gets the firmware in
1055 mgmt.u.deauth.reason_code = host_to_le16(reason);
1057 sizeof(mgmt.u.deauth));
    [all...]
driver_atheros.c 697 wpa_printf(MSG_DEBUG, "%s: Failed to deauth STA (addr " MACSTR
    [all...]
driver_madwifi.c 682 wpa_printf(MSG_DEBUG, "%s: Failed to deauth STA (addr " MACSTR
    [all...]
driver_test.c 968 return sendto(drv->test_socket, "DEAUTH", 6, 0,
    [all...]
driver_wext.c     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 346 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon14199
  /external/wpa_supplicant/
driver_test.c 450 } else if (os_strcmp(buf, "DEAUTH") == 0) {
mlme.c 102 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon13917
791 "deauth frame");
803 mgmt->u.deauth.reason_code = host_to_le16(reason);
1210 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 570 } else if (os_strcmp(buf, "DEAUTH") == 0) {
    [all...]
driver_wext.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 490 "deauth frame");
502 mgmt->u.deauth.reason_code = host_to_le16(reason);
929 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
    [all...]

Completed in 1311 milliseconds