diff options
author | Liad Kaufman <liad.kaufman@intel.com> | 2018-11-01 16:30:15 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2019-01-29 16:10:30 +0200 |
commit | 34a880d8bd4c29f7aaf02a46e2569234bd178528 (patch) | |
tree | 6ffda8b2c37d61bcdcf001650f5eac88c4f3cde1 /drivers/net/wireless/intel/iwlwifi/mvm/utils.c | |
parent | 9adcc117bc7d16e5ef226fec0a1d1f25765bf9ce (diff) | |
download | linux-34a880d8bd4c29f7aaf02a46e2569234bd178528.tar.gz linux-34a880d8bd4c29f7aaf02a46e2569234bd178528.tar.bz2 linux-34a880d8bd4c29f7aaf02a46e2569234bd178528.zip |
iwlwifi: mvm: remove sta key on wep ap
If WEP is used, no one removes the STA key upon STA
removal, leading to a situation where after 16
connect/disconnects - the AP could no longer decrypt
incoming data frames since iwl_mvm_set_fw_key_idx()
called from iwl_mvm_set_sta_key() during association
returns STA_KEY_IDX_INVALID, thus not setting the key
for that connecting STA.
Fix this by removing the key in the driver when the
STA is removed.
Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/utils.c')
0 files changed, 0 insertions, 0 deletions