qcacmn: Modify KEK and KCK length in WMI_GTK_OFFLOAD_CMDID for AKM24

In order to support AKM24, the max length of KCK is modified to
24 bytes and KEK max length is modified to 32 bytes for
cmd WMI_GTK_OFFLOAD_CMDID.

Change-Id: Ia504a1ce92c80793fc1302fdf03b8d93471d9322
CRs-Fixed: 3305317
This commit is contained in:
Vijay Raj
2022-10-03 05:59:19 -07:00
committed by Madan Koyyalamudi
orang tua 03abb0b8e4
melakukan af28913edf
2 mengubah file dengan 36 tambahan dan 2 penghapusan

Melihat File

@@ -2756,6 +2756,8 @@ static int32_t wlan_crypto_rsn_suite_to_keymgmt(const uint8_t *sel)
return WLAN_CRYPTO_KEY_MGMT_FT_PSK_SHA384;
case RSN_AUTH_KEY_MGMT_PSK_SHA384:
return WLAN_CRYPTO_KEY_MGMT_PSK_SHA384;
case RSN_AUTH_KEY_MGMT_SAE_EXT_KEY:
return WLAN_CRYPTO_KEY_MGMT_SAE_EXT_KEY;
}
return status;