diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-07-21 15:12:52 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-09-08 15:42:38 -0700 |
| commit | b95a8e54b3fe20eb3ffe2a9c7384cca217d22fdf (patch) | |
| tree | ed9b2a21d04156783bfaac9eea24e9904f99d305 /uapi/linux | |
| parent | d7441fbc9edd13acb3767c7899c280ac997f08a5 (diff) | |
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
Diffstat (limited to 'uapi/linux')
| -rw-r--r-- | uapi/linux/qca_vendor.h | 5 |
1 files changed, 5 insertions, 0 deletions
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, |
