]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Update TWT attribute to send TSF value in TWT setup command
authorNirav Shah <nnshah@codeaurora.org>
Thu, 1 Jul 2021 05:11:47 +0000 (10:41 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 26 Jul 2021 21:38:57 +0000 (00:38 +0300)
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 <jouni@codeaurora.org>
src/common/qca-vendor.h

index 47666f04ae7cce409ee508b8692c1eec1797424a..5b274e0556d5ddff42a782d60329a43c35596231 100644 (file)
@@ -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