From dbcad01f99790cd93c0867d0eec819c1739c7d04 Mon Sep 17 00:00:00 2001 From: Varun Reddy Yeturu Date: Wed, 30 May 2018 15:31:13 -0700 Subject: [PATCH] qcacmn: Add support to store target TWT capabilities Add support to read the TWT services being advertised by the target and make use of it internally in the host at appropriate places Change-Id: I3691622447271467d9276788574a2f2717928f83 CRs-Fixed: 2251389 --- wmi_unified_param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index dd76ac48ec..151ecf47d3 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5953,6 +5953,8 @@ typedef enum { wmi_service_host_dfs_check_support, wmi_service_dual_beacon_on_single_mac_scc_support, wmi_service_dual_beacon_on_single_mac_mcc_support, + wmi_service_twt_requestor, + wmi_service_twt_responder, wmi_services_max, } wmi_conv_service_ids;