Browse Source

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

Add WMI_SERVICE_RESTRICTED_TWT_REQUESTER,_RESPONDER flag defs

Change-Id: I302187f8cbd0dbc98b7d9f3c469e05f736e8b361
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
78fbce4e29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      fw/wmi_services.h

+ 2 - 0
fw/wmi_services.h

@@ -625,6 +625,8 @@ typedef  enum  {
     WMI_SERVICE_MLO_TSF_SYNC = 372, /* FW supports TSF sync across multiple chips */
     WMI_SERVICE_RF_PATH_SEL_INIT_SUPPORT = 373, /* FW supports RF Path selection using WMI Init command field */
     WMI_SERVICE_VDEV_PARAM_CHWIDTH_WITH_NOTIFY_SUPPORT = 374, /* FW supports VDEV param channel width switch with OMN/OMI notification  */
+    WMI_SERVICE_RESTRICTED_TWT_REQUESTER = 375, /* Indicates FW supports Restricted TWT REQUESTER */
+    WMI_SERVICE_RESTRICTED_TWT_RESPONDER = 376, /* Indicates FW supports Restricted TWT RESPONDER */
 
     WMI_MAX_EXT2_SERVICE