]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add new attributes in SCS rule config QCA vendor subcommand
authorHarsh Kumar Bijlani <quic_hbijlani@quicinc.com>
Mon, 12 Dec 2022 17:37:52 +0000 (23:07 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 15 Dec 2022 16:12:53 +0000 (18:12 +0200)
Add new attributes for the destination MAC address and netdev index in
SCS rule config subcommand.

Signed-off-by: Harsh Kumar Bijlani<quic_hbijlani@quicinc.com>
src/common/qca-vendor.h

index 383a0b32f367ea760b87019dc5849e90e16a3a3c..f379985d3a2e7899a0bb292693009ea64460878d 100644 (file)
@@ -13384,6 +13384,13 @@ enum qca_wlan_vendor_attr_coap_offload {
  * @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_SERVICE_CLASS_ID: Optional u16
  * attribute.
  * Represents the service class id of the configured SCS rule.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_DST_MAC_ADDR: Optional 6 bytes
+ * MAC address.
+ * Represents the destination MAC address in the rule.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_NETDEV_IF_INDEX: Optional u32 attribute
+ * Represents the netdevice interface index in the rule.
  */
 enum qca_wlan_vendor_attr_scs_rule_config {
        QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_INVALID = 0,
@@ -13406,6 +13413,8 @@ enum qca_wlan_vendor_attr_scs_rule_config {
        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,
+       QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_DST_MAC_ADDR = 20,
+       QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_NETDEV_IF_INDEX = 21,
 
        /* Keep last */
        QCA_WLAN_VENDOR_ATTR_SCS_RULE_CONFIG_AFTER_LAST,