From a8fc65ac2d37ebae79814c23deaa84e9d8ca18c3 Mon Sep 17 00:00:00 2001 From: Sunil Dutt Date: Fri, 22 Jul 2016 20:52:29 +0530 Subject: Assign QCA vendor attribute for setting TX fail count threshold Signed-off-by: Jouni Malinen Git-commit: 6c34b9c2d239d804bb9b260da2ba34c3921d3787 Git-repo: git://w1.fi/srv/git/hostap.git Change-Id: Ib255c47f0ded8b68837293647345cfd830048e6a CRs-Fixed: 1049832 --- 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 a91cade8..ecb3f9d2 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -647,6 +647,10 @@ enum qca_wlan_vendor_attr_config { /* 8-bit unsigned value to configure the propagation delay for * 2G/5G band (0~63, units in us) */ QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_DELAY, + /* Unsigned 32-bit value to configure the number of unicast TX fail + * packet count. The peer is disconnected once this threshold is + * reached. */ + QCA_WLAN_VENDOR_ATTR_CONFIG_TX_FAIL_COUNT, /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, -- cgit v1.2.3