]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: don't compare TKIP TX MIC key in reinstall prevention
authorJohannes Berg <johannes.berg@intel.com>
Tue, 24 Oct 2017 19:12:13 +0000 (21:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 25 Oct 2017 09:04:45 +0000 (11:04 +0200)
commit2032dd3c142df6f79691a166cc1fd1523886a3ad
tree5bdf986177e4800adf4dd1766fac1f2f673c57d6
parentc27781526798524970743ffef6c798181e1a6fff
mac80211: don't compare TKIP TX MIC key in reinstall prevention

For the reinstall prevention, the code I had added compares the
whole key. It turns out though that iwlwifi firmware doesn't
provide the TKIP TX MIC key as it's not needed in client mode,
and thus the comparison will always return false.

For client mode, thus always zero out the TX MIC key part before
doing the comparison in order to avoid accepting the reinstall
of the key with identical encryption and RX MIC key, but not the
same TX MIC key (since the supplicant provides the real one.)

Fixes: d00eb66b86da ("mac80211: accept key reinstall without changing anything")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/key.c