Searched refs:deauth (Results 1 - 20 of 20) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c131 mgmt->u.deauth.reason_code =
133 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
187 mgmt.u.deauth.reason_code =
191 sizeof(mgmt.u.deauth),
248 sizeof(mgmt.u.deauth),
H A Dsta_info.c285 "local deauth request");
361 int deauth = sta->timeout_next == STA_DEAUTH; local
365 deauth ? "deauthentication" : "disassociation",
368 if (deauth) {
950 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c827 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
828 reply.u.deauth.reason_code = host_to_le16(reason_code);
831 wpa_printf(MSG_INFO, "Failed to send deauth: %s",
1174 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1182 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
1199 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
1443 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
1646 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
1650 "deauth", MAC2STR(sta->addr));
1712 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c131 mgmt->u.deauth.reason_code =
133 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
187 mgmt.u.deauth.reason_code =
191 sizeof(mgmt.u.deauth),
248 sizeof(mgmt.u.deauth),
H A Dsta_info.c285 "local deauth request");
361 int deauth = sta->timeout_next == STA_DEAUTH; local
365 deauth ? "deauthentication" : "disassociation",
368 if (deauth) {
950 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c827 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
828 reply.u.deauth.reason_code = host_to_le16(reason_code);
831 wpa_printf(MSG_INFO, "Failed to send deauth: %s",
1174 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1182 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
1199 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
1443 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
1646 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
1650 "deauth", MAC2STR(sta->addr));
1712 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c131 mgmt->u.deauth.reason_code =
133 pos = (u8 *) (&mgmt->u.deauth.reason_code + 1);
187 mgmt.u.deauth.reason_code =
191 sizeof(mgmt.u.deauth),
248 sizeof(mgmt.u.deauth),
H A Dsta_info.c285 "local deauth request");
361 int deauth = sta->timeout_next == STA_DEAUTH; local
365 deauth ? "deauthentication" : "disassociation",
368 if (deauth) {
950 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c827 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
828 reply.u.deauth.reason_code = host_to_le16(reason_code);
831 wpa_printf(MSG_INFO, "Failed to send deauth: %s",
1174 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1182 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
1199 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
1443 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
1646 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
1650 "deauth", MAC2STR(sta->addr));
1712 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dieee802_11_defs.h253 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon15171
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c1033 * 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);
H A Ddriver_nl80211.c1371 * We have presumably received this deauth as a
1373 * deauth. Don't let it take us offline!
1386 if (len >= 24 + sizeof(mgmt->u.deauth))
1387 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1404 if (frame + len > mgmt->u.deauth.variable) {
1405 event.deauth_info.ie = mgmt->u.deauth.variable;
1407 mgmt->u.deauth.variable;
1430 if (len >= 24 + sizeof(mgmt->u.deauth))
1431 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
6065 * to allow us to deauth frame
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c1033 * 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);
H A Ddriver_nl80211.c1371 * We have presumably received this deauth as a
1373 * deauth. Don't let it take us offline!
1386 if (len >= 24 + sizeof(mgmt->u.deauth))
1387 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1404 if (frame + len > mgmt->u.deauth.variable) {
1405 event.deauth_info.ie = mgmt->u.deauth.variable;
1407 mgmt->u.deauth.variable;
1430 if (len >= 24 + sizeof(mgmt->u.deauth))
1431 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
6065 * to allow us to deauth frame
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c1033 * 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);
H A Ddriver_nl80211.c1371 * We have presumably received this deauth as a
1373 * deauth. Don't let it take us offline!
1386 if (len >= 24 + sizeof(mgmt->u.deauth))
1387 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1404 if (frame + len > mgmt->u.deauth.variable) {
1405 event.deauth_info.ie = mgmt->u.deauth.variable;
1407 mgmt->u.deauth.variable;
1430 if (len >= 24 + sizeof(mgmt->u.deauth))
1431 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
6065 * to allow us to deauth frame
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h419 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon15388
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h419 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon15612
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h419 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon15838
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c490 "deauth frame");
502 mgmt->u.deauth.reason_code = host_to_le16(reason);
929 reason_code = le_to_host16(mgmt->u.deauth.reason_code);

Completed in 1828 milliseconds