From 02a9bcccbcfedef9a8d256a92421abc1d3e28bfe Mon Sep 17 00:00:00 2001 From: Jyoti Kumari Date: Mon, 8 May 2023 14:05:05 +0530 Subject: [PATCH] qcacmn: Add ECSA Target TSF attribute in QCN IE Add ECSA Target TSF attribute in QCN IE. This attribute will be included in regular ECSA public action frame and will be use to send target_tsf and twt_switch_mode to earbud during LL_LT_SAP CSA. Change-Id: I6a11164d8044752991275fc8304783d3a7abe868 CRs-Fixed: 3491885 --- umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h b/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h index 1e02311934..40b7ef5fc1 100644 --- a/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h +++ b/umac/cmn_services/cmn_defs/inc/wlan_cmn_ieee80211.h @@ -206,6 +206,7 @@ * @QCN_ATTRIB_HE_240_MHZ_SUPP: HE 240 MHZ support * @QCN_ATTRIB_ECSA_SUPP: ECSA support * @QCN_ATTRIB_EDCA_PIFS_PARAM: EDCA PIFS param + * @QCN_ATTRIB_ECSA_TARGET_TSF_INFO: ECSA Target TSF information * @QCN_ATTRIB_MAX: Maximum attribute */ enum qcn_attribute_id { @@ -222,7 +223,8 @@ enum qcn_attribute_id { QCN_ATTRIB_HE_240_MHZ_SUPP = 0X0B, QCN_ATTRIB_ECSA_SUPP = 0X0C, QCN_ATTRIB_EDCA_PIFS_PARAM = 0X0D, - QCN_ATTRIB_MAX = 0x0E + QCN_ATTRIB_ECSA_TARGET_TSF_INFO = 0x0E, + QCN_ATTRIB_MAX = 0x0F }; /* Extender vendor specific IE */