]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define QCA Beacon miss threshold attributes for 2.4 and 5 GHz bands
authorSunil Dutt <usdutt@qti.qualcomm.com>
Fri, 9 Dec 2016 12:08:26 +0000 (17:38 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 11 Dec 2016 19:11:41 +0000 (21:11 +0200)
These thresholds values indicate how many Beacon frames can be missed
before before disconnecting from the AP.

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

index b7329a9f4eaf34706b5c5aa84f7457ae208a06d7..85376509bd3b1cd21680b9672ae471ef4614790b 100644 (file)
@@ -1019,6 +1019,10 @@ enum qca_wlan_vendor_attr_config {
        QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC = 35,
        /* 32-bit unsigned value to set window size for specific peer */
        QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_WINLIMIT = 36,
+       /* 8-bit unsigned value to set the beacon miss threshold in 2.4 GHz */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_24 = 37,
+       /* 8-bit unsigned value to set the beacon miss threshold in 5 GHz */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_5 = 38,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,