From 2a450cc1c31773daa3bcc53a2183d870f1ebc67b Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Mon, 26 Feb 2018 15:09:18 -0800 Subject: [PATCH] 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 --- os_if/linux/qca_vendor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/os_if/linux/qca_vendor.h b/os_if/linux/qca_vendor.h index 604c90ea23..da1eb7889c 100644 --- a/os_if/linux/qca_vendor.h +++ b/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 =