From: Pankaj Rawat Date: Wed, 10 Dec 2025 09:47:39 +0000 (+0530) Subject: Add new traffic type value for flow report vendor attribute X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f58e57fca48b0540d6b5315f7475c513d87788e;p=thirdparty%2Fhostap.git Add new traffic type value for flow report vendor attribute Define new traffic type value for QCA_WLAN_VENDOR_ATTR_FLOW_STATS_TRAFFIC_TYPE attribute to detect livestream traffic. Signed-off-by: Pankaj Rawat --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index abe2d4420..7bb7a1b5e 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -19077,6 +19077,7 @@ enum qca_wlan_vendor_attr_ap_suspend { * @QCA_TRAFFIC_TYPE_INVALID: Invalid traffic type * @QCA_TRAFFIC_TYPE_BROWSING: Traffic type is browsing website * @QCA_TRAFFIC_TYPE_APERIODIC_BURSTS: Traffic type is aperiodic bursts + * @QCA_TRAFFIC_TYPE_LIVESTREAM: Traffic type is livestream */ enum qca_traffic_type { QCA_TRAFFIC_TYPE_STREAMING = 0, @@ -19088,6 +19089,7 @@ enum qca_traffic_type { QCA_TRAFFIC_TYPE_INVALID = 6, QCA_TRAFFIC_TYPE_BROWSING = 7, QCA_TRAFFIC_TYPE_APERIODIC_BURSTS = 8, + QCA_TRAFFIC_TYPE_LIVESTREAM = 9, }; /**