]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add service class id attribute in SCS rule config vendor subcommand
authorHarsh Kumar Bijlani <quic_hbijlani@quicinc.com>
Mon, 10 Oct 2022 06:54:20 +0000 (12:24 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 14 Oct 2022 13:35:29 +0000 (16:35 +0300)
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<quic_hbijlani@quicinc.com>
src/common/qca-vendor.h

index 215ba9186db1ea366ea0a759f703138734295f8a..7980a56d5aef22f833e31e772ad4841cd1a771a1 100644 (file)
@@ -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,