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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c243 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),
H A Dsta_info.c329 "local deauth request");
405 int deauth = sta->timeout_next == STA_DEAUTH; local
409 deauth ? "deauthentication" : "disassociation",
412 if (deauth) {
1044 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c1152 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",
1509 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1517 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
1534 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
1803 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
2040 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
2044 "deauth", MAC2STR(sta->addr));
2114 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c243 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),
H A Dsta_info.c329 "local deauth request");
405 int deauth = sta->timeout_next == STA_DEAUTH; local
409 deauth ? "deauthentication" : "disassociation",
412 if (deauth) {
1044 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c1152 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",
1509 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1517 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
1534 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
1803 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
2040 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
2044 "deauth", MAC2STR(sta->addr));
2114 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c243 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),
H A Dsta_info.c329 "local deauth request");
405 int deauth = sta->timeout_next == STA_DEAUTH; local
409 deauth ? "deauthentication" : "disassociation",
412 if (deauth) {
1044 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c1152 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",
1509 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1517 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
1534 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
1803 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
2040 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
2044 "deauth", MAC2STR(sta->addr));
2114 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/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.c1822 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
1832 * We have presumably received this deauth as a
1834 * deauth. Don't let it take us offline!
1847 if (len >= 24 + sizeof(mgmt->u.deauth))
1848 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1862 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth");
1871 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event triggered due to own deauth request");
1874 wpa_printf(MSG_WARNING, "nl80211: Was expecting local deauth bu
[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.c1822 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
1832 * We have presumably received this deauth as a
1834 * deauth. Don't let it take us offline!
1847 if (len >= 24 + sizeof(mgmt->u.deauth))
1848 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1862 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth");
1871 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event triggered due to own deauth request");
1874 wpa_printf(MSG_WARNING, "nl80211: Was expecting local deauth bu
[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.c1822 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
1832 * We have presumably received this deauth as a
1834 * deauth. Don't let it take us offline!
1847 if (len >= 24 + sizeof(mgmt->u.deauth))
1848 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1862 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth");
1871 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event triggered due to own deauth request");
1874 wpa_printf(MSG_WARNING, "nl80211: Was expecting local deauth bu
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c2001 int deauth = 0; local
2019 deauth = 1;
2028 deauth = 1;
2031 if (deauth) {
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c2001 int deauth = 0; local
2019 deauth = 1;
2028 deauth = 1;
2031 if (deauth) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c2001 int deauth = 0; local
2019 deauth = 1;
2028 deauth = 1;
2031 if (deauth) {
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h446 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon32669
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h446 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon32922
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h446 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon33173
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c2599 const u8 *ie, size_t ie_len, int deauth)
2608 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore deauth event in AP mode");
2623 if (deauth && reason_code > 0) {
2597 wpas_event_disconnect(struct wpa_supplicant *wpa_s, const u8 *addr, u16 reason_code, int locally_generated, const u8 *ie, size_t ie_len, int deauth) argument

Completed in 961 milliseconds