From e99aaf7064a3dd95921990ee1adc9d404cd26bde Mon Sep 17 00:00:00 2001 From: Aleti Nageshwar Reddy Date: Wed, 4 Aug 2021 16:37:21 +0530 Subject: [PATCH] Add QCA vendor attribute for TWT termination due to power save exit Add QCA new status vendor attribute QCA_WLAN_VENDOR_TWT_STATUS_POWER_SAVE_EXIT_TERMINATE to indicate the TWT session termination due to power save exit request from userspace. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index bcb79fe79..9b36f4789 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -8792,6 +8792,9 @@ enum qca_wlan_vendor_attr_twt_setup { * setup request due to channel switch in progress. * @QCA_WLAN_VENDOR_TWT_STATUS_SCAN_IN_PROGRESS: FW rejected the TWT setup * request due to scan in progress. + * QCA_WLAN_VENDOR_TWT_STATUS_POWER_SAVE_EXIT_TERMINATE: The driver requested to + * terminate an existing TWT session on power save exit request from userspace. + * Used on the TWT_TERMINATE notification from the driver/firmware. */ enum qca_wlan_vendor_twt_status { QCA_WLAN_VENDOR_TWT_STATUS_OK = 0, @@ -8816,6 +8819,7 @@ enum qca_wlan_vendor_twt_status { QCA_WLAN_VENDOR_TWT_STATUS_ROAMING_IN_PROGRESS = 19, QCA_WLAN_VENDOR_TWT_STATUS_CHANNEL_SWITCH_IN_PROGRESS = 20, QCA_WLAN_VENDOR_TWT_STATUS_SCAN_IN_PROGRESS = 21, + QCA_WLAN_VENDOR_TWT_STATUS_POWER_SAVE_EXIT_TERMINATE = 22, }; /**