]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure beacon miss penalize count for BTC
authorSachin Ahuja <sahuja@qti.qualcomm.com>
Tue, 1 Aug 2017 09:48:53 +0000 (15:18 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 18 Aug 2017 18:10:53 +0000 (21:10 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 024c78176115c049cb6bc26c3143cf40c0dfb1f4..07c1a21fb3227f4f67b68dfe43a93a16da3c485a 100644 (file)
@@ -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 =