]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define a new QCA vendor attribute for Optimized Power Management
authorAlan Chen <alache@codeaurora.org>
Tue, 16 Jun 2020 22:33:18 +0000 (15:33 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 17 Jun 2020 18:59:47 +0000 (21:59 +0300)
Define a new attribute configuring Optimized Power Management.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index 2136c020ced340c80fc85c66ee75455b3f516a8a..73b0aba3123a6cbf69d81038f9e45a98d6ac56f5 100644 (file)
@@ -2216,6 +2216,10 @@ enum qca_wlan_vendor_attr_config {
         * higher value configuration shall be returned with a failure.
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_NSS = 70,
+       /* 8-bit unsigned value to trigger Optimized Power Management:
+        * 1-Enable, 0-Disable
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_OPTIMIZED_POWER_MANAGEMENT = 71,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,