From f5f2985a2d9e191f28d373732b3f93c39cd47906 Mon Sep 17 00:00:00 2001 From: Nirav Shah Date: Thu, 1 Jul 2021 10:41:47 +0530 Subject: [PATCH] Update TWT attribute to send TSF value in TWT setup command Update QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME_TSF TWT attribute to use it in TWT setup command to pass TSF value. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 47666f04a..5b274e055 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -8547,9 +8547,13 @@ enum qca_wlan_twt_setup_state { * response. * * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME_TSF: Required (u64) - * This field is applicable for TWT response only. - * This field contains absolute TSF value of the wake time received - * from the TWT responder and is passed to the userspace. + * In TWT setup command this field contains absolute TSF that will + * be used by TWT requester during setup. + * In TWT response this field contains absolute TSF value of the + * wake time received from the TWT responder and is passed to + * the userspace. + * This is an optional parameter for + * 1. TWT SET Request * This is a required parameter for * 1. TWT SET Response * 2. TWT GET Response