]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to enable/disable scan
authorSandeep Puligilla <spuligil@qti.qualcomm.com>
Tue, 25 Jul 2017 19:30:55 +0000 (12:30 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 18 Aug 2017 18:10:53 +0000 (21:10 +0300)
This commit introduces QCA vendor attribute to
disable/enable scan.

Signed-off-by: Sandeep Puligilla <spuligil@qti.qualcomm.com>
src/common/qca-vendor.h

index 86fe0d796394032fe4f8834c971b2e48e263f43c..85f20e80285241be3ae394be01c34bab57dbb3eb 100644 (file)
@@ -1403,6 +1403,12 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_LRO = 50,
 
+       /*
+        * 8 bit unsigned value to globally enable/disable scan
+        * 1 - Enable, 0 - Disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_ENABLE = 51,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =