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 =