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 <jouni@codeaurora.org>
This commit is contained in:
parent
a147951eec
commit
e99aaf7064
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue