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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dctrl_iface_ap.c452 mgmt->u.deauth.reason_code =
454 pos = mgmt->u.deauth.variable;
512 mgmt.u.deauth.reason_code = host_to_le16(reason);
515 sizeof(mgmt.u.deauth),
578 sizeof(mgmt.u.deauth),
H A Dsta_info.c425 "local deauth request");
509 int deauth = sta->timeout_next == STA_DEAUTH; local
511 if (!deauth && !(sta->flags & WLAN_STA_ASSOC)) {
515 deauth = 1;
520 deauth ? "deauthentication" : "disassociation",
523 if (deauth) {
1366 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
H A Dieee802_11.c3348 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
3349 reply.u.deauth.reason_code = host_to_le16(reason_code);
3352 wpa_printf(MSG_INFO, "Failed to send deauth: %s",
4335 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
4343 MAC2STR(mgmt->sa), le_to_host16(mgmt->u.deauth.reason_code));
4361 hapd, sta, le_to_host16(mgmt->u.deauth.reason_code));
4690 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "mgmt::deauth");
4954 wpa_printf(MSG_DEBUG, "STA " MACSTR " acknowledged deauth",
4958 "deauth", MAC2STR(sta->addr));
5095 wpa_printf(MSG_DEBUG, "mgmt::deauth c
[all...]
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c745 * deauth event be wrongly ignored.
750 "nl80211: Received a locally generated deauth event. Clear ignore_next_local_deauth flag");
754 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
771 "nl80211: Ignore deauth/disassoc event from old AP "
783 * We have presumably received this deauth as a
785 * deauth. Don't let it take us offline!
798 if (len >= 24 + sizeof(mgmt->u.deauth))
799 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
815 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth
[all...]
H A Ddriver_hostap.c1039 * with this broadcast deauth frame. This gets the firmware in
1052 mgmt.u.deauth.reason_code = host_to_le16(reason);
1054 sizeof(mgmt.u.deauth), 0, 0, NULL, 0);
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c2595 int deauth = 0; local
2613 deauth = 1;
2622 deauth = 1;
2625 if (deauth) {
/freebsd-13-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h876 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon6346
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Devents.c3538 const u8 *ie, size_t ie_len, int deauth)
3547 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore deauth event in AP mode");
3565 if (deauth && reason_code > 0) {
3536 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 135 milliseconds