From: Sunil Dutt Date: Fri, 9 Dec 2016 12:08:26 +0000 (+0530) Subject: Define QCA Beacon miss threshold attributes for 2.4 and 5 GHz bands X-Git-Tag: hostap_2_7~2036 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0cc6efa6f1780db2c0acaea04e59e8228affda;p=thirdparty%2Fhostap.git 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 --- 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,