From b95a8e54b3fe20eb3ffe2a9c7384cca217d22fdf Mon Sep 17 00:00:00 2001 From: Sandeep Puligilla Date: Fri, 21 Jul 2017 15:12:52 -0700 Subject: qcacld-3.0: vendor support to block scans Add vendor command support to block all the scans triggered from host. Change-Id: I7860408f3ea3f0531e923e0613d555e2cdff5e5e CRs-Fixed: 2080146 --- uapi/linux/qca_vendor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uapi/linux') diff --git a/uapi/linux/qca_vendor.h b/uapi/linux/qca_vendor.h index b380aaece2b0..8d5744c765fb 100644 --- a/uapi/linux/qca_vendor.h +++ b/uapi/linux/qca_vendor.h @@ -3175,6 +3175,11 @@ enum qca_wlan_vendor_attr_config { * 1 - Enable , 0 - Disable. */ 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, /* 8-bit unsigned value to set the total beacon miss count */ QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52, -- cgit v1.2.3