]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add Link ID for External ACS vendor command
authorDiya Sati <quic_dsati@quicinc.com>
Tue, 11 Jun 2024 06:46:03 +0000 (12:16 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 19 Jun 2024 19:28:50 +0000 (22:28 +0300)
The Link Id attribute is required for external ACS context to identify
the link on which the command is received for an AP MLD.

Signed-off-by: Diya Sati <quic_dsati@quicinc.com>
src/common/qca-vendor.h

index 8ca5eadfd9e9bcf50dcde781caa002d9fc118a1d..d91777d81c73289b95b9fe0a8111d5c6fc4687df 100644 (file)
@@ -7512,6 +7512,9 @@ enum qca_wlan_vendor_attr_external_acs_event {
  * for EHT (IEEE 802.11be). Encoding for this attribute follows the
  * convention used in the Disabled Subchannel Bitmap field of the EHT Operation
  * element.
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_LINK_ID: Mandatory on AP MLD (u8).
+ * Used with command to configure external ACS operation for a specific link
+ * affiliated to an AP MLD.
  */
 enum qca_wlan_vendor_attr_external_acs_channels {
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_INVALID = 0,
@@ -7548,6 +7551,7 @@ enum qca_wlan_vendor_attr_external_acs_channels {
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 = 12,
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 = 13,
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_PUNCTURE_BITMAP = 14,
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_LINK_ID = 15,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST,