]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor status for TWT termination due to multiple MLO links activated
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Wed, 11 Sep 2024 19:21:19 +0000 (00:51 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 19 Sep 2024 09:58:02 +0000 (12:58 +0300)
Add a new status value
QCA_WLAN_VENDOR_TWT_STATUS_MULTIPLE_LINKS_ACTIVE_TERMINATE to indicate
the TWT session termination due to more than one MLO link being in
active state.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/common/qca-vendor.h

index ddf19662748966d23e11a959133a45c73eecf522..0b7aab78ae3e5c67227dc2e6f36abad62dae00f0 100644 (file)
@@ -11103,6 +11103,9 @@ enum qca_wlan_vendor_attr_twt_setup {
  * required bit in its capabilities.
  * @QCA_WLAN_VENDOR_TWT_STATUS_TWT_NOT_REQUIRED: The peer has cleared
  * the TWT required bit(1->0) in its capabilities.
+ * @QCA_WLAN_VENDOR_TWT_STATUS_MULTIPLE_LINKS_ACTIVE_TERMINATE: FW terminated
+ * the TWT session due to more than one MLO link becoming active. Used on the
+ * TWT_TERMINATE notification from the driver/firmware.
  */
 enum qca_wlan_vendor_twt_status {
        QCA_WLAN_VENDOR_TWT_STATUS_OK = 0,
@@ -11130,6 +11133,7 @@ enum qca_wlan_vendor_twt_status {
        QCA_WLAN_VENDOR_TWT_STATUS_POWER_SAVE_EXIT_TERMINATE = 22,
        QCA_WLAN_VENDOR_TWT_STATUS_TWT_REQUIRED = 23,
        QCA_WLAN_VENDOR_TWT_STATUS_TWT_NOT_REQUIRED = 24,
+       QCA_WLAN_VENDOR_TWT_STATUS_MULTIPLE_LINKS_ACTIVE_TERMINATE = 25,
 };
 
 /**