]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attribute to configure MLD ID in ML probe request
authorGururaj Pandurangi <quic_panduran@quicinc.com>
Mon, 21 Aug 2023 17:30:54 +0000 (10:30 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 28 Aug 2023 10:57:14 +0000 (13:57 +0300)
Add a vendor attribute for EHT testbed STA to configure MLD ID in the ML
Probe Request frame transmitted as part of host initiated scan request.

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

index 58d7507064151ea9fdabeb00a9b1e9133e0dbafb..34aa41ce745501006faa38383fd11e0ede7d070e 100644 (file)
@@ -9896,6 +9896,16 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_MLO_LINK_POWER_SAVE = 71,
 
+       /* 8-bit unsigned value to configure the MLD ID of the BSS whose link
+        * info is requested in the ML Probe Request frame. In the MLO-MBSSID
+        * testcase, STA can request information of non-Tx BSS through Tx BSS
+        * by configuring non-Tx BSS MLD ID within the ML probe request that
+        * is transmitted via host initiated scan request.
+        *
+        * This attribute is used for testing purposes.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MLD_ID_ML_PROBE_REQ = 72,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =