mac80211: 802.11w - Drop unprotected robust management frames if MFP is used
authorJouni Malinen <j@w1.fi>
Thu, 8 Jan 2009 11:32:08 +0000 (13:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:06 +0000 (16:00 -0500)
commit97ebe12a035e11f8af7a06a34f4d848f9b2f0b49
treed6c96bf228c0a3c7e2022541d01d08f4cc1a6864
parent1acc97b63a3f32481ebbb4e831323e9aa8834f66
mac80211: 802.11w - Drop unprotected robust management frames if MFP is used

Use ieee80211_drop_unencrypted() to decide whether a received frame
should be dropped with management frames, too. If MFP is negotiated,
unprotected robust management frames will be dropped.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c