]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Allocate QCA vendor subcmd for DFS CAC Start event
authorAhmad Kholaif <akholaif@qca.qualcomm.com>
Thu, 5 Feb 2015 21:13:48 +0000 (13:13 -0800)
committerJouni Malinen <j@w1.fi>
Mon, 9 Feb 2015 16:48:36 +0000 (18:48 +0200)
When DFS offloading capability is supported by the driver, the driver
should use this event to indicate when channel availability check (CAC)
is started on a DFS channel.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/qca-vendor.h

index 6a5243cf813d2f03af220f780a88a23e6fa068bb..8f961bf1c6ba8e142987a4e45a3445652cfdc004 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Qualcomm Atheros OUI and vendor specific assignments
- * Copyright (c) 2014, Qualcomm Atheros, Inc.
+ * Copyright (c) 2014-2015, Qualcomm Atheros, Inc.
  *
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
@@ -69,6 +69,9 @@ enum qca_radiotap_vendor_ids {
  * @QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES: Command to get the features
  *     supported by the driver. enum qca_wlan_vendor_features defines
  *     the possible features.
+ *
+ * @QCA_NL80211_VENDOR_SUBCMD_CAC_STARTED: Event used by driver, which
+ *     supports DFS offloading, to indicate a channel availability check start.
  */
 enum qca_nl80211_vendor_subcmds {
        QCA_NL80211_VENDOR_SUBCMD_UNSPEC = 0,
@@ -115,6 +118,7 @@ enum qca_nl80211_vendor_subcmds {
        /* 53 - reserved for QCA */
        QCA_NL80211_VENDOR_SUBCMD_DO_ACS = 54,
        QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES = 55,
+       QCA_NL80211_VENDOR_SUBCMD_CAC_STARTED = 56,
 };