Home | History | Annotate | Download | only in drivers

Lines Matching refs:deauth

709 			 * deauth event be wrongly ignored.
714 "nl80211: Received a locally generated deauth event. Clear ignore_next_local_deauth flag");
718 "nl80211: Ignore deauth/disassoc event from old AP " MACSTR " when already authenticating with " MACSTR,
735 "nl80211: Ignore deauth/disassoc event from old AP "
747 * We have presumably received this deauth as a
749 * deauth. Don't let it take us offline!
751 wpa_printf(MSG_DEBUG, "nl80211: Deauth received "
762 if (len >= 24 + sizeof(mgmt->u.deauth))
763 reason_code = le_to_host16(mgmt->u.deauth.reason_code);
779 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event due to previous forced deauth-during-auth");
788 wpa_printf(MSG_DEBUG, "nl80211: Ignore deauth event triggered due to own deauth request");
791 wpa_printf(MSG_WARNING, "nl80211: Was expecting local deauth but got another disconnect event first");
795 if (frame + len > mgmt->u.deauth.variable) {
796 event.deauth_info.ie = mgmt->u.deauth.variable;
798 mgmt->u.deauth.variable;
826 if (len >= 24 + sizeof(mgmt->u.deauth))
827 reason_code = le_to_host16(mgmt->u.deauth.reason_code);