Parcourir la source

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

Change-Id: I693c045e74eca3aa1198fc86c7fe686e3a8ca45e
WMI: add event_id field to twt_notify_event msg
CRs-Fixed: 2262693
spuligil il y a 3 ans
Parent
commit
55b474800c
2 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -32253,9 +32253,17 @@ typedef enum _WMI_DISABLE_TWT_REASON_T {
     WMI_DISABLE_TWT_REASON_P2P_GO_NOA,                  /* P2P GO NOA reason */
 } WMI_DISABLE_TWT_REASON_T;
 
+/* Notification event ID to Host */
+typedef enum _WMI_TWT_NOTIFICATION_ID_T {
+    WMI_TWT_NOTIFY_EVENT_READY = 1,
+    WMI_TWT_NOTIFY_EVENT_AP_TWT_REQ_BIT_SET = 2,
+    WMI_TWT_NOTIFY_EVENT_AP_TWT_REQ_BIT_CLEAR = 3,
+} WMI_TWT_NOTIFICATION_ID_T;
+
 typedef struct {
     A_UINT32 tlv_header;    /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_notify_event_fixed_param */
     A_UINT32 vdev_id;      /* vdev id of TWT notify event */
+    A_UINT32 event_id;     /* refer to WMI_TWT_NOTIFICATION_ID_T */
 } wmi_twt_notify_event_fixed_param;
 
 /* from IEEE 802.11ah section 9.4.2.200 */

+ 1 - 1
fw/wmi_version.h

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