From: Sandeep Puligilla Date: Tue, 25 Jul 2017 19:30:55 +0000 (-0700) Subject: QCA vendor attribute to enable/disable scan X-Git-Tag: hostap_2_7~1169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505554bbf784fd8e1a8abe7369c1216f93617547;p=thirdparty%2Fhostap.git QCA vendor attribute to enable/disable scan This commit introduces QCA vendor attribute to disable/enable scan. Signed-off-by: Sandeep Puligilla --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 86fe0d796..85f20e802 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =