]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure beacon miss count
authorSachin Ahuja <sahuja@qti.qualcomm.com>
Wed, 26 Jul 2017 07:33:20 +0000 (13:03 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 18 Aug 2017 18:10:53 +0000 (21:10 +0300)
This can be used to dynamically enable/disable beacon miss count.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 85f20e80285241be3ae394be01c34bab57dbb3eb..024c78176115c049cb6bc26c3143cf40c0dfb1f4 100644 (file)
@@ -1409,6 +1409,11 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_ENABLE = 51,
 
+       /* 8-bit unsigned value to set the total beacon miss count
+        * This paramater will set the total beacon miss count.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =