Эх сурвалжийг харах

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
spuligil 5 жил өмнө
parent
commit
42dcb1139c

+ 1 - 0
fw/wmi_services.h

@@ -415,6 +415,7 @@ typedef  enum  {
     WMI_SERVICE_QMI_STATS_SUPPORT = 225,
     WMI_SERVICE_CFR_CAPTURE_FILTER_SUPPORT = 226, /* Indicate FW Supports Channel Frequency Response (CFR) via WMI_CFR_CAPTURE_FILTER_CMDID */
     WMI_SERVICE_STA_BSS_MAX_IDLE_TIME = 227, /* Indicate FW supports BSS Max Idle time feature via WMI_VDEV_BSS_MAX_IDLE_TIME_CMDID */
+    WMI_SERVICE_BIP_CIPHER_SUPPORT = 228, /* FW supports new BIP_CIPHER suites (WMI_CIPHER_BIP_xxx) */
 
 
     /******* ADD NEW SERVICES HERE *******/

+ 7 - 0
fw/wmi_unified.h

@@ -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

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 728
+#define __WMI_REVISION_ 729
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work