From: Harsh Kumar Bijlani Date: Mon, 10 Oct 2022 06:54:20 +0000 (+0530) Subject: Add service class id attribute in SCS rule config vendor subcommand X-Git-Tag: hostap_2_11~1653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb0821c90c68eb1eaded6ef7e1aed575c097d9fe;p=thirdparty%2Fhostap.git Add service class id attribute in SCS rule config vendor subcommand Add service class id attribute QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_SERVICE_CLASS_ID in SCS rule configuration vendor subcommand QCA_NL80211_VENDOR_SUBCMD_SCS_RULE_CONFIG. Signed-off-by: Harsh Kumar Bijlani --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 215ba9186..7980a56d5 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -13190,6 +13190,10 @@ enum qca_wlan_vendor_attr_coap_offload { * QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_NEXT_HEADER attribute with the * filter mask specified by the * QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_FILTER_MASK attribute. + * + * @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_SERVICE_CLASS_ID: Optional u16 + * attribute. + * Represents the service class id of the configured SCS rule. */ enum qca_wlan_vendor_attr_scs_rule_config { QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_INVALID = 0, @@ -13211,6 +13215,7 @@ enum qca_wlan_vendor_attr_scs_rule_config { QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_NEXT_HEADER = 16, QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_FILTER_MASK = 17, QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_TCLAS10_FILTER_VALUE = 18, + QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_SERVICE_CLASS_ID = 19, /* Keep last */ QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_AFTER_LAST,