From e77d13ef9542d162aa87dfbc13c5a569ca7e927c Mon Sep 17 00:00:00 2001 From: Sachin Ahuja Date: Tue, 1 Aug 2017 15:18:53 +0530 Subject: [PATCH] QCA vendor attribute to configure beacon miss penalize count for BTC Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 024c78176..07c1a21fb 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -1414,6 +1414,12 @@ enum qca_wlan_vendor_attr_config { */ QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52, + /* Unsigned 32-bit value to configure the number of continuous + * Beacon Miss which shall be used by the firmware to penalize + * the RSSI for BTC. + */ + QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS_BTC = 53, + /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =