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

Commit 4ff93447 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ia6eafe7e87d13ac05baf77ebb9237a2e1bbb8754
WMI: TWT: add PROTECTION, FRAME_DISABLED flags, SP TSF field
CRs-Fixed: 2262693
parent 8c692fde
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -31310,6 +31310,12 @@ typedef struct {
#define WMI_TWT_SESSION_FLAG_ANNOUN_TWT_GET(_var) WMI_GET_BITS(_var, 18, 1)
#define WMI_TWT_SESSION_FLAG_ANNOUN_TWT_SET(_var, _val) WMI_SET_BITS(_var, 18, 1, _val)
#define WMI_TWT_SESSION_FLAG_TWT_PROTECTION_GET(_var) WMI_GET_BITS(_var, 19, 1)
#define WMI_TWT_SESSION_FLAG_TWT_PROTECTION_SET(_var, _val) WMI_SET_BITS(_var, 19, 1, _val)
#define WMI_TWT_SESSION_FLAG_TWT_INFO_FRAME_DISABLED_GET(_var) WMI_GET_BITS(_var, 20, 1)
#define WMI_TWT_SESSION_FLAG_TWT_INFO_FRAME_DISABLED_SET(_var, _val) WMI_SET_BITS(_var, 20, 1, _val)
typedef struct {
    /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_session_stats_info */
    A_UINT32 tlv_hdr;
@@ -31328,6 +31334,9 @@ typedef struct {
    A_UINT32     wake_intvl_us;
    /* this long time after TWT resumed the 1st Service Period will start */
    A_UINT32     sp_offset_us;
    /* service period start TSF */
    A_UINT32     sp_tsf_us_lo; /* bits 31:0 */
    A_UINT32     sp_tsf_us_hi; /* bits 63:32 */
} wmi_twt_session_stats_info;
enum wmi_twt_session_stats_type {
+1 −1
Original line number Diff line number Diff line
@@ -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_ 861
#define __WMI_REVISION_ 862

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work