commit | 7e44a0b597f04e67eee8cdcbe7ee706c6f5de38b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue May 11 20:02:49 2021 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue May 11 20:14:11 2021 +0200 |
tree | 0bea055b756085d2270ba2cb53df9ff643d70791 | |
parent | bf30ca922a0c0176007e074b0acc77ed345e9990 [diff] |
mac80211: prevent attacks on TKIP/WEP as well Similar to the issues fixed in previous patches, TKIP and WEP should be protected even if for TKIP we have the Michael MIC protecting it, and WEP is broken anyway. However, this also somewhat protects potential other algorithms that drivers might implement. Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20210511200110.430e8c202313.Ia37e4e5b6b3eaab1a5ae050e015f6c92859dbe27@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>