aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangq <zhangq@qti.qualcomm.com>2016-06-30 10:59:21 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-24 21:46:15 -0700
commitd92828bee932c4a7150c868073fed7b6eff75f2c (patch)
tree4da5c1bb7165c28f34d58dcfcf906a47af2c5268
parentcfec9904e97a97c55b957079b13b5a79c8654d8c (diff)
downloadandroid_external_wpa_supplicant_8-d92828bee932c4a7150c868073fed7b6eff75f2c.tar.gz
android_external_wpa_supplicant_8-d92828bee932c4a7150c868073fed7b6eff75f2c.tar.bz2
android_external_wpa_supplicant_8-d92828bee932c4a7150c868073fed7b6eff75f2c.zip
Assign QCA vendor attributes for set retry configuration
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: 52fec3669cac7b38e3e8947ce9e228291a2fe8e1 Git-repo: git://w1.fi/srv/git/hostap.git Change-Id: I4c6ef759c18750b9d4c118750495fdde2f7928b2 CRs-Fixed: 1049832
-rw-r--r--src/common/qca-vendor.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 063f5241..a91cade8 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -632,6 +632,21 @@ enum qca_wlan_vendor_attr_config {
/* 8-bit unsigned value to configure the maximum RX MPDU for
* aggregation. */
QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MPDU_AGGREGATION,
+ /* 8-bit unsigned value to configure the Non aggregrate/11g sw
+ * retry threshold (0 disable, 31 max). */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_NON_AGG_RETRY,
+ /* 8-bit unsigned value to configure the aggregrate sw
+ * retry threshold (0 disable, 31 max). */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_AGG_RETRY,
+ /* 8-bit unsigned value to configure the MGMT frame
+ * retry threshold (0 disable, 31 max). */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_MGMT_RETRY,
+ /* 8-bit unsigned value to configure the CTRL frame
+ * retry threshold (0 disable, 31 max). */
+ QCA_WLAN_VENDOR_ATTR_CONFIG_CTRL_RETRY,
+ /* 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,
/* keep last */
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,