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

fw-api: CL 3661812 - update fw common interface files

WMI: add group key ID to vdev install key cmd msg
Also add WMI_ROAM_SYNCH_FRAME_EVENTID to ALL_EVT_LIST

Change-Id: I36d8821efc1412cb432e94069f2f969807630f45
CRs-Fixed: 1107600
spuligil 7 жил өмнө
parent
commit
ad88d22e2f

+ 1 - 0
fw/wmi_tlv_defs.h

@@ -1300,6 +1300,7 @@ typedef enum {
     OP(WMI_EXTSCAN_HOTLIST_SSID_MATCH_EVENTID) \
     OP(WMI_D0_WOW_DISABLE_ACK_EVENTID) \
     OP(WMI_ROAM_SYNCH_EVENTID) \
+    OP(WMI_ROAM_SYNCH_FRAME_EVENTID) \
     OP(WMI_LPI_STATUS_EVENTID) \
     OP(WMI_LPI_HANDOFF_EVENTID) \
     OP(WMI_UPDATE_VDEV_RATE_STATS_EVENTID) \

+ 4 - 0
fw/wmi_unified.h

@@ -7435,6 +7435,10 @@ typedef struct {
     A_UINT32 key_txmic_len;
     /** key rx mic length */
     A_UINT32 key_rxmic_len;
+    /** specifies if the group_key_ix is valid, filled by the sender */
+    A_UINT32 is_group_key_ix_valid;
+    /** Multi group key ID */
+    A_UINT32 group_key_ix;
 /*
  * Following this struct are this TLV.
  *     A_UINT8  key_data[]; <-- actual key data; contains key followed by tx mic followed by rx mic

+ 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_ 458
+#define __WMI_REVISION_ 459
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work