浏览代码

qcacmn: Add vendor attribute to configure WEP/TKIP in HE

Add vendor wifi test config command attribue to force
WEP/TKIP in HE mode.

Change-Id: Iaa00b296b7bcadf355eeddfa837f82a68d1c7b35
CRs-Fixed: 2196977
Kiran Kumar Lokere 7 年之前
父节点
当前提交
2a450cc1c3
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      os_if/linux/qca_vendor.h

+ 7 - 0
os_if/linux/qca_vendor.h

@@ -5561,6 +5561,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
 	 */
 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS = 5,
 
+	/* 8-bit unsigned value to configure the driver to allow or not to
+	 * allow the connection with WEP/TKIP in HT/VHT/HE modes.
+	 * This attribute is used to configure the testbed device.
+	 * 1-allow wep/tkip in HT/VHT/HE, 0-do not allow wep/tkip
+	 */
+	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE = 6,
+
 	/* keep last */
 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =