fw-api: CL 8441602 - update fw common interface files
Change-Id: I504a98d0408cbe4b4d57461b7ded171231931578 WMI: add WMI_CIPHER_BIP_CMAC,GMAC_128,256 defs (also WMI fix: add TLV header to wmi_cfr_filter_group_config struct) CRs-Fixed: 2262693
This commit is contained in:
@@ -9507,6 +9507,10 @@ typedef struct {
|
||||
#define WMI_CIPHER_AES_GCM 0x9
|
||||
#define WMI_CIPHER_AES_GMAC 0xa
|
||||
#define WMI_CIPHER_WAPI_GCM_SM4 0xb
|
||||
#define WMI_CIPHER_BIP_CMAC_128 0xc
|
||||
#define WMI_CIPHER_BIP_CMAC_256 0xd
|
||||
#define WMI_CIPHER_BIP_GMAC_128 0xe
|
||||
#define WMI_CIPHER_BIP_GMAC_256 0xf
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_install_key_cmd_fixed_param */
|
||||
@@ -28068,6 +28072,9 @@ typedef struct {
|
||||
WMI_GET_BITS(param, WMI_CFR_GROUP_NSS_BIT_POS, WMI_CFR_GROUP_NSS_MASK_NUM_BITS)
|
||||
|
||||
typedef struct {
|
||||
/** TLV tag and len; tag equals
|
||||
* WMITLV_TAG_STRUC_wmi_cfr_filter_group_config */
|
||||
A_UINT32 tlv_header;
|
||||
/* Filter group number for which the below filters needs to be applied */
|
||||
A_UINT32 filter_group_id;
|
||||
/* Indicates which of the below filter's value is valid
|
||||
|
Verwijs in nieuw issue
Block a user