]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Introduce QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL
authorSunil Dutt <usdutt@codeaurora.org>
Sat, 8 Feb 2020 11:26:15 +0000 (16:56 +0530)
committerJouni Malinen <jouni@codeaurora.org>
Wed, 12 Feb 2020 19:19:37 +0000 (21:19 +0200)
This attribute aims to configure the STA to send the Beacon Report
Response with failure reason for the scenarios where the Beacon Report
Request cannot be handled.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index f21e966d68be57d32b6ed912a92148aef9cdb7a4..0f9610b7ea20f4cb51ac29bc7d7eda9c6943a135 100644 (file)
@@ -2072,6 +2072,13 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
 
+       /* 8-bit unsigned value. This attribute enables/disables the host driver
+        * to send the Beacon Report Response with failure reason for the
+        * scenarios where STA cannot honor the Beacon Report Request from AP.
+        * 1-Enable, 0-Disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL = 60,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =