commit | 8b935ee2ea17db720d70f6420f77f594c0c93f75 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Oct 05 16:17:01 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Oct 12 09:19:10 2016 +0200 |
tree | 75123183c4319ac542567a26747f87705561c441 | |
parent | 7f6990c830f3e8d703f13d7963acf51936c52ad2 [diff] |
cfg80211: add ability to check DA/SA in A-MSDU decapsulation We should not accept arbitrary DA/SA inside A-MSDUs, it could be used to circumvent protections, like allowing a station to send frames and make them seem to come from somewhere else. Add the necessary infrastructure in cfg80211 to allow such checks, in further patches we'll start using them. Signed-off-by: Johannes Berg <johannes.berg@intel.com>