Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55b47480 authored by spuligil's avatar spuligil Committed by Madan Koyyalamudi
Browse files

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
parent 4b855f97
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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