From 2800ec85d21d4d939f7f0149c20572e27ded86d7 Mon Sep 17 00:00:00 2001 From: vamsi krishna Date: Fri, 23 Sep 2016 19:03:42 +0530 Subject: [PATCH] MBO: Add QCA vendor option to configure driver to ignore assoc disallow MBO capable APs can set association disallowed in the Beacon/Probe Response frames. For testing purposes, the STA needs to be configured to not ignore the association disallowed set by APs and continue to connect to such AP like non-MBO enabled STA. Add a QCA vendor attribute for QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION vendor sub command to configure the driver to ignore association disallowed functionality. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index a38b657..0fff3aa 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -878,6 +878,10 @@ enum qca_wlan_vendor_attr_config { QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX, /* 8-bit unsigned value to trigger QPower: 1-Enable, 0-Disable */ QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER, + /* 8-bit unsigned value to configure the driver and below layers to + * ignore the assoc disallowed set by APs while connecting + * 1-Ignore, 0-Don't ignore */ + QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED, /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST, -- 2.1.4