]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attribute to indicate uplink TID for classified flows
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Sun, 16 Mar 2025 18:22:38 +0000 (23:52 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 24 Mar 2025 20:31:04 +0000 (22:31 +0200)
Add support for indicating uplink TID to be used for classified flows to
the driver.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/common/qca-vendor.h

index 6a3dc50b43f2e06d3978bf1410f62db772a624e8..1a536985b60ac7a92b8d647d142b3b4395a4fa24 100644 (file)
@@ -18259,11 +18259,16 @@ enum qca_wlan_vendor_attr_flow_stats {
  * @QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_TRAFFIC_TYPE: Mandatory u8
  * attribute indicates the traffic type learned for this flow tuple. Uses the
  * enum qca_traffic_type values.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_UL_TID: Optional u8 attribute
+ * indicates the TID value to be used by the driver in uplink direction for this
+ * flow tuple.
  */
 enum qca_wlan_vendor_attr_flow_classify_result {
        QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_INVALID = 0,
        QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_FLOW_TUPLE = 1,
        QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_TRAFFIC_TYPE = 2,
+       QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_UL_TID = 3,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_FLOW_CLASSIFY_RESULT_LAST,