From: Thomas Pedersen <tho...@cozybit.com> They may contain encrypted information elements (as AMPE frames do) but they are not encrypted.
Signed-off-by: Thomas Pedersen <tho...@cozybit.com> Signed-off-by: Javier Cardona <jav...@cozybit.com> --- include/linux/ieee80211.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index ee1c96a..a26dcb8 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1515,6 +1515,7 @@ static inline bool ieee80211_is_robust_mgmt_frame(struct ieee80211_hdr *hdr) category = ((u8 *) hdr) + 24; return *category != WLAN_CATEGORY_PUBLIC && *category != WLAN_CATEGORY_HT && + *category != WLAN_CATEGORY_SELF_PROTECTED && *category != WLAN_CATEGORY_VENDOR_SPECIFIC; } -- 1.7.1 _______________________________________________ Devel mailing list Devel@lists.open80211s.org http://open80211s.com/mailman/listinfo/devel