]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor definitions for simultaneous offchannel
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>
Tue, 15 Sep 2015 13:21:07 +0000 (18:51 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 30 Sep 2015 22:41:46 +0000 (01:41 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 1ef6b0c7e88241415d368ee6e1738bc8e85231ff..1db46a1e8d2f8f7334c2b6db67876e976221593b 100644 (file)
@@ -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 */
 };