]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add Link ID attribute for external ACS vendor command
authorDiya Sati <quic_dsati@quicinc.com>
Tue, 16 Jul 2024 13:37:00 +0000 (19:07 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 1 Aug 2024 07:38:24 +0000 (10:38 +0300)
The Link Id attribute is required for
qca_wlan_vendor_attr_external_acs_event to identify the link on which
the command is received for an AP MLD.

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

index 41724d147a6f384a9a28377fcab8230d792c8312..f5dc60c591744d55ae2fd8d8f3d127a186ab0885 100644 (file)
@@ -7490,6 +7490,10 @@ enum qca_wlan_vendor_attr_external_acs_event {
         * for External ACS
         */
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AFC_CAPABILITY = 15,
+       /* Link ID attibute (u8) is used to identify a specific link affiliated
+        * to an AP MLD.
+        */
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LINK_ID = 16,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,