]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add AllPlay type to the QCA vendor element
authorHarshal Udas <hudas@codeaurora.org>
Fri, 24 Jul 2020 19:39:32 +0000 (12:39 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 13 Aug 2020 18:24:37 +0000 (21:24 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index 659ae9c5f44b8757df6cb8a0982d674ff13e2138..b3a661314ef91dd07d6dbf75e76681ea029f2520 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Qualcomm Atheros OUI and vendor specific assignments
  * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
- * Copyright (c) 2018-2019, The Linux Foundation
+ * Copyright (c) 2018-2020, The Linux Foundation
  *
  * This software may be distributed under the terms of the BSD license.
  * See README for more details.
@@ -1741,6 +1741,8 @@ enum qca_vendor_attr_wisa_cmd {
  *     (not including the Element ID Extension field). Please note that the
  *     draft is still work in progress and this element payload is subject to
  *     change.
+ *
+ *  @QCA_VENDOR_ELEM_ALLPLAY: Allplay element
  */
 enum qca_vendor_element_id {
        QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST = 0,
@@ -1749,6 +1751,7 @@ enum qca_vendor_element_id {
        QCA_VENDOR_ELEM_RAPS = 3,
        QCA_VENDOR_ELEM_MU_EDCA_PARAMS = 4,
        QCA_VENDOR_ELEM_BSS_COLOR_CHANGE = 5,
+       QCA_VENDOR_ELEM_ALLPLAY = 6,
 };
 
 /**