aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunil Dutt <usdutt@qti.qualcomm.com>2016-07-22 20:52:29 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-24 21:46:37 -0700
commita8fc65ac2d37ebae79814c23deaa84e9d8ca18c3 (patch)
treeaf0fef53422114bc0e36287c4fe3292cc55136fc
parentd92828bee932c4a7150c868073fed7b6eff75f2c (diff)
downloadandroid_external_wpa_supplicant_8-a8fc65ac2d37ebae79814c23deaa84e9d8ca18c3.tar.gz
android_external_wpa_supplicant_8-a8fc65ac2d37ebae79814c23deaa84e9d8ca18c3.tar.bz2
android_external_wpa_supplicant_8-a8fc65ac2d37ebae79814c23deaa84e9d8ca18c3.zip
Assign QCA vendor attribute for setting TX fail count threshold
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: 6c34b9c2d239d804bb9b260da2ba34c3921d3787 Git-repo: git://w1.fi/srv/git/hostap.git Change-Id: Ib255c47f0ded8b68837293647345cfd830048e6a CRs-Fixed: 1049832
-rw-r--r--src/common/qca-vendor.h4
1 files changed, 4 insertions, 0 deletions
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,