diff options
| author | vamsi krishna <vamsin@qti.qualcomm.com> | 2016-09-23 19:03:42 +0530 |
|---|---|---|
| committer | Hamad Kadmany <hkadmany@codeaurora.org> | 2016-10-10 11:46:33 +0300 |
| commit | 3e2d88530eda7aaca5057e1c5f9452b00c532a5c (patch) | |
| tree | a81832cc871ec7ebdea84f6f624c276549bda8c8 /src | |
| parent | f9148c1f63021584bb35d39f9489da3ee433557c (diff) | |
| download | android_external_wpa_supplicant_8-3e2d88530eda7aaca5057e1c5f9452b00c532a5c.tar.gz android_external_wpa_supplicant_8-3e2d88530eda7aaca5057e1c5f9452b00c532a5c.tar.bz2 android_external_wpa_supplicant_8-3e2d88530eda7aaca5057e1c5f9452b00c532a5c.zip | |
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.
Change-Id: I09003c4b3ce2a2924f7d709d4c6712222c3c0f54
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Git-commit: 2800ec85d21d4d939f7f0149c20572e27ded86d7
Git-repo: git://w1.fi/srv/git/hostap.git
CRs-Fixed: 1064000
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/qca-vendor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index f615b1e4..1afcb41d 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -862,6 +862,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, |
