From cb0cc6efa6f1780db2c0acaea04e59e8228affda Mon Sep 17 00:00:00 2001 From: Sunil Dutt Date: Fri, 9 Dec 2016 17:38:26 +0530 Subject: [PATCH] Define QCA Beacon miss threshold attributes for 2.4 and 5 GHz bands These thresholds values indicate how many Beacon frames can be missed before before disconnecting from the AP. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index b7329a9f4..85376509b 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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,