|
@@ -34138,6 +34138,9 @@ typedef struct {
|
|
|
#define TWT_EN_DIS_FLAGS_GET_I_B_TWT(flag) WMI_GET_BITS(flag, 5, 1)
|
|
|
#define TWT_EN_DIS_FLAGS_SET_I_B_TWT(flag, val) WMI_SET_BITS(flag, 5, 1, val)
|
|
|
|
|
|
+#define TWT_EN_DIS_FLAGS_GET_B_R_TWT(flag) WMI_GET_BITS(flag, 6, 1)
|
|
|
+#define TWT_EN_DIS_FLAGS_SET_B_R_TWT(flag, val) WMI_SET_BITS(flag, 6, 1, val)
|
|
|
+
|
|
|
typedef struct {
|
|
|
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_twt_enable_cmd_fixed_param */
|
|
|
/** pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values. In non-DBDC case host should set it to 0
|
|
@@ -34368,6 +34371,12 @@ typedef struct {
|
|
|
* If set to 0, FW will send QoS NULL immediately.
|
|
|
*/
|
|
|
A_UINT32 announce_timeout_us;
|
|
|
+
|
|
|
+ A_UINT32 link_id_bitmap;
|
|
|
+
|
|
|
+ /* parameters required for R-TWT feature */
|
|
|
+ A_UINT32 r_twt_dl_tid_bitmap;
|
|
|
+ A_UINT32 r_twt_ul_tid_bitmap;
|
|
|
} wmi_twt_add_dialog_cmd_fixed_param;
|
|
|
|
|
|
/* status code of adding TWT dialog */
|