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
This commit is contained in:
Jyoti Kumari
2023-05-08 14:05:05 +05:30
committed by Rahul Choudhary
parent ece1e3a025
commit 02a9bcccbc

View File

@@ -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 */