]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attributes for ELNA bypass
authorPaul Zhang <paulz@codeaurora.org>
Mon, 22 Jul 2019 10:57:11 +0000 (18:57 +0800)
committerJouni Malinen <j@w1.fi>
Mon, 22 Jul 2019 17:48:43 +0000 (20:48 +0300)
Add attributes QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS under
the enum qca_wlan_vendor_attr_config to support set and get
the ELNA bypass.

Signed-off-by: Paul Zhang <paulz@codeaurora.org>
src/common/qca-vendor.h

index d496640a75afcc772c16419149de25e1ba9c8a60..ff8c22a7546cb45bfd17fc951d860c85972197fb 100644 (file)
@@ -1874,6 +1874,11 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_DISCONNECT_IES = 58,
 
+       /* 8-bit unsigned value for ELNA bypass.
+        * 1-Enable, 0-Disable
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =