Lines Matching refs:deauth
1626 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
1636 * We have presumably received this deauth as a
1638 * deauth. Don't let it take us offline!
1640 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
1651 if (len >= 24 + sizeof(mgmt->u.deauth))
1652 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
1669 if (frame + len > mgmt->u.deauth.variable) {
1670 event.deauth_info.ie = mgmt->u.deauth.variable;
1672 mgmt->u.deauth.variable;
1700 if (len >= 24 + sizeof(mgmt->u.deauth))
1701 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
5229 * DEAUTH event, so ignore the event from NL80211.
7064 * to allow us to deauth frames to that bad station.
8648 mgmt.u.deauth.reason_code = host_to_le16(reason);
8651 sizeof(mgmt.u.deauth), 0, 0, 0, 0,