]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add time slice duty cycle attribute into QCA vendor command
authorYu Ouyang <yuo@codeaurora.org>
Fri, 27 Aug 2021 06:07:52 +0000 (14:07 +0800)
committerJouni Malinen <j@w1.fi>
Wed, 1 Sep 2021 17:50:20 +0000 (20:50 +0300)
Add a new attribute into qca_wlan_vendor_attr_ll_stats_results to
support getting interface time slicing duty cycle info.

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

index 79b7505876aa9539e243607c19a7bba47ac6891d..0a9551d9fdc985fafbe8dadb012e1cacebf1878c 100644 (file)
@@ -3887,6 +3887,10 @@ enum qca_wlan_vendor_attr_ll_stats_results {
         * are 0-100.
         */
        QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_LOAD_PERCENTAGE = 86,
+       /* u8 value representing the time slicing duty cycle percentage.
+        * Possible values are 0-100.
+        */
+       QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_TS_DUTY_CYCLE = 87,
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =