qca-wifi: Changing MIC length for GCMP cipher

Target assert is observed due to sending insufficient MIC data for
GCMP cipher suite. So, Changing the MIC length for GCMP ciphher
suite from 8 to 16 bytes

Change-Id: I5a407f9eb0cca70b498d91eac2f60f1b8d16fb69
Este commit está contenido en:
Shiva Sankar Gajula
2019-09-19 10:27:39 +05:30
padre 3bc0b63914
commit 16c74d3294

Ver fichero

@@ -274,7 +274,7 @@ const struct wlan_crypto_cipher gcmp_cipher_table = {
WLAN_CRYPTO_CIPHER_AES_GCM,
WLAN_CRYPTO_IV_LEN + WLAN_CRYPTO_KEYID_LEN + WLAN_CRYPTO_EXT_IV_LEN,
0,
WLAN_CRYPTO_MIC_LEN,
WLAN_CRYPTO_MIC256_LEN,
128,
ccmp_setkey,
ccmp_encap,