Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146781600
D55644.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
D55644.diff
View Options
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -251,8 +251,8 @@
/* XXX driver hook to wakeup the hardware? */
case IEEE80211_S_RUN:
IEEE80211_SEND_MGMT(ni,
- IEEE80211_FC0_SUBTYPE_DISASSOC,
- IEEE80211_REASON_ASSOC_LEAVE);
+ IEEE80211_FC0_SUBTYPE_DEAUTH,
+ IEEE80211_REASON_AUTH_LEAVE);
ieee80211_sta_leave(ni);
break;
case IEEE80211_S_ASSOC:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 6, 1:29 PM (7 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29277958
Default Alt Text
D55644.diff (489 B)
Attached To
Mode
D55644: net80211: sta: RUN to INIT is a DEAUTH not a DISASSOC
Attached
Detach File
Event Timeline
Log In to Comment