aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>2015-09-15 18:51:07 +0530
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-04-01 16:50:01 +0530
commita5568fdc37437531ea1843dd4dfcce6f78f20d55 (patch)
treeca706e08106044d90f167909fbaf21e98a3d7d61 /src
parent6f7892586e2e897ac321e0e888ec2632cbbb828e (diff)
downloadandroid_external_wpa_supplicant_8-a5568fdc37437531ea1843dd4dfcce6f78f20d55.tar.gz
android_external_wpa_supplicant_8-a5568fdc37437531ea1843dd4dfcce6f78f20d55.tar.bz2
android_external_wpa_supplicant_8-a5568fdc37437531ea1843dd4dfcce6f78f20d55.zip
Add QCA vendor definitions for simultaneous offchannel
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: 94fb165c3ac317b93ddb9a96c620fcf87a2c68e2 Git-repo: git://w1.fi/srv/git/hostap.git Change-Id: I0a284ec156b742ee3aac6411ce2e93e7be85221a CRs-fixed: 909284
Diffstat (limited to 'src')
-rw-r--r--src/common/qca-vendor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 1ef6b0c7..1db46a1e 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -249,11 +249,14 @@ enum qca_wlan_vendor_acs_hw_mode {
* after roaming, rather than having the user space wpa_supplicant do it.
* @QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY: Device supports automatic
* band selection based on channel selection results.
+ * @QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS: Device supports
+ * simultaneous off-channel operations.
* @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
*/
enum qca_wlan_vendor_features {
QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
+ QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS = 2,
NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
};