]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add _IS_ML flag attribute to the ADD_STA_NODE QCA vendor command
authorAdil Saeed Musthafa <quic_adilm@quicinc.com>
Wed, 13 Sep 2023 22:56:03 +0000 (15:56 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 19 Sep 2023 20:41:48 +0000 (23:41 +0300)
Add an attribute QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_IS_ML to the
ADD_STA_NODE command. If this attribute is set, it implies that the node
being added is an MLD node.

Signed-off-by: Adil Saeed Musthafa <quic_adilm@quicinc.com>
src/common/qca-vendor.h

index 1b5286f93834231671747debdb379ce2ad5e9aa7..0a3dda0f10d3279cd7e84501cf5990016e9edfe5 100644 (file)
@@ -11989,6 +11989,12 @@ enum qca_wlan_vendor_attr_add_sta_node_params {
         */
        QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_AUTH_ALGO = 2,
 
+       /*
+        * This flag attribute is set if the node being added is an
+        * MLD STA node.
+        */
+       QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_IS_ML = 3,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_MAX =