]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: add support for GCMP encryption
authorAyala Beker <ayala.beker@intel.com>
Thu, 7 Apr 2016 13:21:57 +0000 (16:21 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 5 Jul 2016 23:07:49 +0000 (02:07 +0300)
commit2a53d166c464d7b51d6f7204d445fc0254b25f51
tree8b717a54a2272473558cf125ce42a415a9fc35f2
parent9c07e9aafcbe4b2a98c18d9b0ee28c84d749ea84
iwlwifi: mvm: add support for GCMP encryption

Newer hardware supports GCMP and GCMP 256-bit ciphers.
Add support for adding/setting GCMP key for TX mode.

In the TX command handling GCMP-256 is handled in a different
way as the key size should be up to 128-bits:
Set the key value to the key index in the key table,
and specify that this key should be taken form the key table
instead of from the TX command.

While at it - convert security control flags to an enum.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-sta.h
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-tx.h
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/mvm/tx.c