summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-09-05 20:29:51 +0000
committersam <sam@FreeBSD.org>2007-09-05 20:29:51 +0000
commitb24b5693c076b919fdd0a4bc8661c8856701580e (patch)
tree9b23969a3f8ba850b17499d66261c733d1d8dea5 /sys/net80211/ieee80211_input.c
parent31b9300aaae2359c1de8a4289e294f0ad852dab2 (diff)
downloadFreeBSD-src-b24b5693c076b919fdd0a4bc8661c8856701580e.zip
FreeBSD-src-b24b5693c076b919fdd0a4bc8661c8856701580e.tar.gz
Miscellaneous fixups to 802.11 defs:
o update 11n definitions to D2.0 spec o add IEEE80211_CAPINFO_SPECTRUM_MGMT for DFS support o add CSA ie definition for DFS support o purge some unused definitions o correct 802.11 reason and status codes o correct reason code returned when a sta tries to associate to an ap operating with WPA/RSN but without a WPA/RSN ie Reviewed by: thompsa, avatar Approved by: re (blanket wireless)
Diffstat (limited to 'sys/net80211/ieee80211_input.c')
-rw-r--r--sys/net80211/ieee80211_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c
index b8f70dc..ba57da1 100644
--- a/sys/net80211/ieee80211_input.c
+++ b/sys/net80211/ieee80211_input.c
@@ -2701,7 +2701,7 @@ ieee80211_recv_mgmt(struct ieee80211com *ic, struct mbuf *m0,
ether_sprintf(wh->i_addr2));
IEEE80211_SEND_MGMT(ic, ni,
IEEE80211_FC0_SUBTYPE_DEAUTH,
- IEEE80211_REASON_RSN_REQUIRED);
+ IEEE80211_REASON_IE_INVALID);
ieee80211_node_leave(ic, ni);
ic->ic_stats.is_rx_assoc_badwpaie++;
return;
OpenPOWER on IntegriCloud