From: Yu Ouyang Date: Fri, 27 Aug 2021 06:07:52 +0000 (+0800) Subject: Add time slice duty cycle attribute into QCA vendor command X-Git-Tag: hostap_2_10~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a3427757149117c7d355bbebf3abe760a7fa71;p=thirdparty%2Fhostap.git Add time slice duty cycle attribute into QCA vendor command 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 --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 79b750587..0a9551d9f 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =