]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add channel load percentage attribute into QCA vendor command
authorJia Ding <jiad@codeaurora.org>
Wed, 23 Jun 2021 06:46:59 +0000 (14:46 +0800)
committerJouni Malinen <j@w1.fi>
Tue, 13 Jul 2021 20:45:40 +0000 (23:45 +0300)
Add channel load percentage attribute in enum ll_stats_results.

Signed-off-by: Jia Ding <jiad@codeaurora.org>
src/common/qca-vendor.h

index ccf42459cd281c4d3ec33e9376725c4a224644f8..f6393f1d470f9e5f6af9877ff6411caab953a2e9 100644 (file)
@@ -3867,6 +3867,10 @@ enum qca_wlan_vendor_attr_ll_stats_results {
         * QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO.
         */
        QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_RX_TIME = 85,
+       /* u8 value representing the channel load percentage. Possible values
+        * are 0-100.
+        */
+       QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_LOAD_PERCENTAGE = 86,
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =