]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/common/qca-vendor.h
Add QCA vendor attributes for ACS over EDMG (IEEE 802.11ay)
[thirdparty/hostap.git] / src / common / qca-vendor.h
index 6226cc61c42c91eb03a81cc0cd349f5e62d4d617..5d24d279d58bde238897c1629db494b914760d7c 100644 (file)
 
 #define OUI_QCA 0x001374
 
+#ifndef BIT
+#define BIT(x) (1U << (x))
+#endif
+
 /**
  * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
  */
@@ -72,7 +76,7 @@ enum qca_radiotap_vendor_ids {
  *
  * @QCA_NL80211_VENDOR_SUBCMD_DO_ACS: ACS command/event which is used to
  *     invoke the ACS function in device and pass selected channels to
- *     hostapd.
+ *     hostapd. Uses enum qca_wlan_vendor_attr_acs_offload attributes.
  *
  * @QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES: Command to get the features
  *     supported by the driver. enum qca_wlan_vendor_features defines
@@ -170,6 +174,11 @@ enum qca_radiotap_vendor_ids {
  *     to notify the connected station's status. The attributes for this
  *     command are defined in enum qca_wlan_vendor_attr_link_properties.
  *
+ * @QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY: This command is used to configure
+ *     DFS policy and channel hint for ACS operation. This command uses the
+ *     attributes defined in enum qca_wlan_vendor_attr_acs_config and
+ *     enum qca_acs_dfs_mode.
+ *
  * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START: Command used to
  *     start the P2P Listen offload function in device and pass the listen
  *     channel, period, interval, count, device types, and vendor specific
@@ -560,7 +569,10 @@ enum qca_radiotap_vendor_ids {
  *     resumed or not by the driver/firmware later will be reported to
  *     userspace using the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES
  *     flag. The beacon reporting shall be resumed for all the cases except
- *     disconnection case as indicated by setting
+ *     either when userspace sets
+ *     QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME flag in the command
+ *     which triggered the current beacon reporting or during any disconnection
+ *     case as indicated by setting
  *     QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON to
  *     QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED by the
  *     driver.
@@ -581,6 +593,59 @@ enum qca_radiotap_vendor_ids {
  *     by the firmware to user space for persistent storage. The attributes
  *     defined in enum qca_vendor_attr_interop_issues_ap are used to deliver
  *     the parameters.
+ * @QCA_NL80211_VENDOR_SUBCMD_OEM_DATA: This command/event is used to
+ *     send/receive OEM data binary blobs to/from application/service to/from
+ *     firmware. The attributes defined in enum
+ *     qca_wlan_vendor_attr_oem_data_params are used to deliver the
+ *     parameters.
+ * @QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT: This command/event is used
+ *     to send/receive avoid frequency data using
+ *     enum qca_wlan_vendor_attr_avoid_frequency_ext.
+ *     This new command is alternative to existing command
+ *     QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY since existing command/event
+ *     is using stream of bytes instead of structured data using vendor
+ *     attributes.
+ *
+ * @QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE: This vendor subcommand is used to
+ *     add the STA node details in driver/firmware. Attributes for this event
+ *     are specified in enum qca_wlan_vendor_attr_add_sta_node_params.
+ * @QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE: This command is used to set BT
+ *     coex chain mode from application/service.
+ *     The attributes defined in enum qca_vendor_attr_btc_chain_mode are used
+ *     to deliver the parameters.
+ *
+ * @QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO: This vendor subcommand is used to
+ *     get information of a station from driver to userspace. This command can
+ *     be used in both STA and AP modes. For STA mode, it provides information
+ *     of the current association when in connected state or the last
+ *     association when in disconnected state. For AP mode, only information
+ *     of the currently connected stations is available. This command uses
+ *     attributes defined in enum qca_wlan_vendor_attr_get_sta_info.
+ *
+ * @QCA_NL80211_VENDOR_SUBCMD_REQUEST_SAR_LIMITS_EVENT: This acts as an event.
+ *     Host drivers can request the user space entity to set the SAR power
+ *     limits with this event. Accordingly, the user space entity is expected
+ *     to set the SAR power limits. Host drivers can retry this event to the
+ *     user space for the SAR power limits configuration from user space. If
+ *     the driver does not get the SAR power limits from user space for all
+ *     the retried attempts, it can configure a default SAR power limit.
+ *
+ * @QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO: This acts as a vendor event and
+ *     is used to update the information about the station from the driver to
+ *     userspace. Uses attributes from enum
+ *     qca_wlan_vendor_attr_update_sta_info.
+ *
+ * @QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON: This acts as an event.
+ *     The host driver initiates the disconnection for scenarios such as beacon
+ *     miss, NUD failure, peer kick out, etc. The disconnection indication
+ *     through cfg80211_disconnected() expects the reason codes from enum
+ *     ieee80211_reasoncode which does not signify these various reasons why
+ *     the driver has triggered the disconnection. This event will be used to
+ *     send the driver specific reason codes by the host driver to userspace.
+ *     Host drivers should trigger this event and pass the respective reason
+ *     code immediately prior to triggering cfg80211_disconnected(). The
+ *     attributes used with this event are defined in enum
+ *     qca_wlan_vendor_attr_driver_disconnect_reason.
  */
 enum qca_nl80211_vendor_subcmds {
        QCA_NL80211_VENDOR_SUBCMD_UNSPEC = 0,
@@ -680,7 +745,8 @@ enum qca_nl80211_vendor_subcmds {
        QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE = 109,
        /* 110..114 - reserved for QCA */
        QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB = 115,
-       /* 116..117 - reserved for QCA */
+       QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY = 116,
+       /* 117 - reserved for QCA */
        QCA_NL80211_VENDOR_SUBCMD_SET_SAP_CONFIG = 118,
        QCA_NL80211_VENDOR_SUBCMD_TSF = 119,
        QCA_NL80211_VENDOR_SUBCMD_WISA = 120,
@@ -751,6 +817,14 @@ enum qca_nl80211_vendor_subcmds {
        QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG = 179,
        QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING = 180,
        QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP = 181,
+       QCA_NL80211_VENDOR_SUBCMD_OEM_DATA = 182,
+       QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT = 183,
+       QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE = 184,
+       QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE = 185,
+       QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO = 186,
+       QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS_EVENT = 187,
+       QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO = 188,
+       QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON = 189,
 };
 
 enum qca_wlan_vendor_attr {
@@ -1087,31 +1161,178 @@ enum qca_wlan_vendor_attr_p2p_listen_offload {
        QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST - 1
 };
 
+/**
+ * enum qca_wlan_vendor_attr_acs_offload - Defines attributes to be used with
+ * vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL: Required (u8).
+ * Used with event to notify the primary channel number selected in ACS
+ * operation.
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL is deprecated; use
+ * QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY instead.
+ * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
+ * is still used if either of the driver or user space application doesn't
+ * support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL: Required (u8).
+ * Used with event to notify the secondary channel number selected in ACS
+ * operation.
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL is deprecated; use
+ * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY instead.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL is still used if either of
+ * the driver or user space application doesn't support 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE: Required (u8).
+ * (a) Used with command to configure hw_mode from
+ * enum qca_wlan_vendor_acs_hw_mode for ACS operation.
+ * (b) Also used with event to notify the hw_mode of selected primary channel
+ * in ACS operation.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED: Flag attribute.
+ * Used with command to configure ACS operation for HT mode.
+ * Disable (flag attribute not present) - HT disabled and
+ * Enable (flag attribute present) - HT enabled.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED: Flag attribute.
+ * Used with command to configure ACS operation for HT40 mode.
+ * Disable (flag attribute not present) - HT40 disabled and
+ * Enable (flag attribute present) - HT40 enabled.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED: Flag attribute.
+ * Used with command to configure ACS operation for VHT mode.
+ * Disable (flag attribute not present) - VHT disabled and
+ * Enable (flag attribute present) - VHT enabled.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH: Optional (u16) with command and
+ * mandatory with event.
+ * If specified in command path, ACS operation is configured with the given
+ * channel width (in MHz).
+ * In event path, specifies the channel width of the primary channel selected.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST: Required and type is NLA_UNSPEC.
+ * Used with command to configure channel list using an array of
+ * channel numbers (u8).
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * the driver mandates use of QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST whereas
+ * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST is optional.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL: Required (u8).
+ * Used with event to notify the VHT segment 0 center channel number selected in
+ * ACS operation. The value is the index of the channel center frequency for
+ * 20 MHz, 40 MHz, and 80 MHz channels. The value is the center frequency index
+ * of the primary 80 MHz segment for 160 MHz and 80+80 MHz channels.
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is deprecated; use
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY instead.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is still used if either of
+ * the driver or user space application doesn't support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL: Required (u8).
+ * Used with event to notify the VHT segment 1 center channel number selected in
+ * ACS operation. The value is zero for 20 MHz, 40 MHz, and 80 MHz channels.
+ * The value is the index of the channel center frequency for 160 MHz channels
+ * and the center frequency index of the secondary 80 MHz segment for 80+80 MHz
+ * channels.
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is deprecated; use
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY instead.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is still used if either of
+ * the driver or user space application doesn't support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST: Required and type is NLA_UNSPEC.
+ * Used with command to configure the channel list using an array of channel
+ * center frequencies in MHz (u32).
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * the driver first parses the frequency list and if it fails to get a frequency
+ * list, parses the channel list specified using
+ * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST (considers only 2 GHz and 5 GHz channels in
+ * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST).
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY: Required (u32).
+ * Used with event to notify the primary channel center frequency (MHz) selected
+ * in ACS operation.
+ * Note: If the driver supports the 6 GHz band, the event sent from the driver
+ * includes this attribute along with QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY: Required (u32).
+ * Used with event to notify the secondary channel center frequency (MHz)
+ * selected in ACS operation.
+ * Note: If the driver supports the 6 GHz band, the event sent from the driver
+ * includes this attribute along with
+ * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY: Required (u32).
+ * Used with event to notify the VHT segment 0 center channel frequency (MHz)
+ * selected in ACS operation.
+ * Note: If the driver supports the 6 GHz band, the event sent from the driver
+ * includes this attribute along with
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY: Required (u32).
+ * Used with event to notify the VHT segment 1 center channel frequency (MHz)
+ * selected in ACS operation.
+ * Note: If the driver supports the 6 GHz band, the event sent from the driver
+ * includes this attribute along with
+ * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED: Flag attribute.
+ * Used with command to notify the driver of EDMG request for ACS
+ * operation.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL: Optional (u8).
+ * Used with event to notify the EDMG channel number selected in ACS
+ * operation.
+ * EDMG primary channel is indicated by QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
+ */
 enum qca_wlan_vendor_attr_acs_offload {
        QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_INVALID = 0,
-       QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL,
-       QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL,
-       QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE,
-       QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED,
-       QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED,
-       QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED,
-       QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH,
-       QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST,
-       QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL,
-       QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL,
-       QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST,
+       QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL = 1,
+       QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL = 2,
+       QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE = 3,
+       QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED = 4,
+       QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED = 5,
+       QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED = 6,
+       QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH = 7,
+       QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST = 8,
+       QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL = 9,
+       QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL = 10,
+       QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST = 11,
+       QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY = 12,
+       QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY = 13,
+       QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY = 14,
+       QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY = 15,
+       QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED = 16,
+       QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL = 17,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_ACS_MAX =
        QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST - 1
 };
 
+/**
+ * enum qca_wlan_vendor_acs_hw_mode - Defines HW mode to be used with the
+ * vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
+ *
+ * @QCA_ACS_MODE_IEEE80211B: 802.11b mode
+ * @QCA_ACS_MODE_IEEE80211G: 802.11g mode
+ * @QCA_ACS_MODE_IEEE80211A: 802.11a mode
+ * @QCA_ACS_MODE_IEEE80211AD: 802.11ad mode
+ * @QCA_ACS_MODE_IEEE80211ANY: all modes
+ * @QCA_ACS_MODE_IEEE80211AX: 802.11ax mode
+ */
 enum qca_wlan_vendor_acs_hw_mode {
        QCA_ACS_MODE_IEEE80211B,
        QCA_ACS_MODE_IEEE80211G,
        QCA_ACS_MODE_IEEE80211A,
        QCA_ACS_MODE_IEEE80211AD,
        QCA_ACS_MODE_IEEE80211ANY,
+       QCA_ACS_MODE_IEEE80211AX,
 };
 
 /**
@@ -1143,6 +1364,13 @@ enum qca_wlan_vendor_acs_hw_mode {
  * @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
  *     managed regulatory.
  * @QCA_WLAN_VENDOR_FEATURE_TWT: Device supports TWT (Target Wake Time).
+ * @QCA_WLAN_VENDOR_FEATURE_11AX: Device supports 802.11ax (HE)
+ * @QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT: Device supports 6 GHz band operation
+ * @QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG: Device is capable of receiving
+ *     and applying thermal configuration through
+ *     %QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL and
+ *     %QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW attributes from
+ *     userspace.
  * @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
  */
 enum qca_wlan_vendor_features {
@@ -1155,6 +1383,9 @@ enum qca_wlan_vendor_features {
        QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON            = 6,
        QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
        QCA_WLAN_VENDOR_FEATURE_TWT                     = 8,
+       QCA_WLAN_VENDOR_FEATURE_11AX                    = 9,
+       QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT            = 10,
+       QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG          = 11,
        NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
 };
 
@@ -1496,6 +1727,9 @@ enum qca_vendor_element_id {
  *     randomisation
  * @QCA_WLAN_VENDOR_ATTR_SCAN_BSSID: 6-byte MAC address representing the
  *     specific BSSID to scan for.
+ * @QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME: Unsigned 64-bit dwell time in
+ *     microseconds. This is a common value which applies across all
+ *     frequencies specified by QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES.
  */
 enum qca_wlan_vendor_attr_scan {
        QCA_WLAN_VENDOR_ATTR_SCAN_INVALID_PARAM = 0,
@@ -1510,6 +1744,7 @@ enum qca_wlan_vendor_attr_scan {
        QCA_WLAN_VENDOR_ATTR_SCAN_MAC = 9,
        QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK = 10,
        QCA_WLAN_VENDOR_ATTR_SCAN_BSSID = 11,
+       QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME = 12,
        QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_SCAN_MAX =
        QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST - 1
@@ -1847,18 +2082,77 @@ enum qca_wlan_vendor_attr_config {
         */
        QCA_WLAN_VENDOR_ATTR_CONFIG_GTX = 57,
 
+       /* Attribute to configure disconnect IEs to the driver.
+        * This carries an array of unsigned 8-bit characters.
+        *
+        * If this is configured, driver shall fill the IEs in disassoc/deauth
+        * frame.
+        * These IEs are expected to be considered only for the next
+        * immediate disconnection (disassoc/deauth frame) originated by
+        * the DUT, irrespective of the entity (user space/driver/firmware)
+        * triggering the disconnection.
+        * The host drivers are not expected to use the IEs set through
+        * this interface for further disconnections after the first immediate
+        * disconnection initiated post the configuration.
+        * If the IEs are also updated through cfg80211 interface (after the
+        * enhancement to cfg80211_disconnect), host driver is expected to
+        * take the union of IEs from both of these interfaces and send in
+        * further disassoc/deauth frames.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES = 58,
+
+       /* 8-bit unsigned value for ELNA bypass.
+        * 1-Enable, 0-Disable
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
+
+       /* 8-bit unsigned value. This attribute enables/disables the host driver
+        * to send the Beacon Report Response with failure reason for the
+        * scenarios where STA cannot honor the Beacon Report Request from AP.
+        * 1-Enable, 0-Disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL = 60,
+
+       /* 8-bit unsigned value. This attribute enables/disables the host driver
+        * to send roam reason information in the Reassociation Request frame to
+        * the target AP when roaming within the same ESS.
+        * 1-Enable, 0-Disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON = 61,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
        QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST - 1,
 };
 
+/* Compatibility defines for previously used incorrect enum
+ * qca_wlan_vendor_attr_config names. These values should not be used in any
+ * new implementation. */
+#define QCA_WLAN_VENDOR_ATTR_DISCONNECT_IES \
+       QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES
+#define QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL \
+       QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL
+
 /**
  * enum qca_wlan_vendor_attr_sap_config - Parameters for AP configuration
+ *
+ * @QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL: Optional (u8)
+ * Channel number on which Access Point should restart.
+ * Note: If both the driver and user space application supports the 6 GHz band,
+ * this attribute is deprecated and QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY
+ * should be used.
+ * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL
+ * is still used if either of the driver or user space application doesn't
+ * support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY: Optional (u32)
+ * Channel center frequency (MHz) on which the access point should restart.
  */
 enum qca_wlan_vendor_attr_sap_config {
        QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_INVALID = 0,
-       /* 1 - reserved for QCA */
+       QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL = 1,
+
        /* List of frequencies on which AP is expected to operate.
         * This is irrespective of ACS configuration. This list is a priority
         * based one and is looked for before the AP is created to ensure the
@@ -1866,6 +2160,7 @@ enum qca_wlan_vendor_attr_sap_config {
         * the system.
         */
        QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST = 2,
+       QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY = 3,
 
        QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_MAX =
@@ -1944,6 +2239,54 @@ enum qca_wlan_set_qdepth_thresh_attr {
                QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST - 1,
 };
 
+/**
+ * enum qca_acs_dfs_mode - Defines different types of DFS channel
+ * configurations for ACS operation.
+ *
+ * @QCA_ACS_DFS_MODE_NONE: Refer to invalid DFS mode
+ * @QCA_ACS_DFS_MODE_ENABLE: Consider DFS channels in ACS operation
+ * @QCA_ACS_DFS_MODE_DISABLE: Do not consider DFS channels in ACS operation
+ * @QCA_ACS_DFS_MODE_DEPRIORITIZE: Deprioritize DFS channels in ACS operation
+ */
+enum qca_acs_dfs_mode {
+       QCA_ACS_DFS_MODE_NONE = 0,
+       QCA_ACS_DFS_MODE_ENABLE = 1,
+       QCA_ACS_DFS_MODE_DISABLE = 2,
+       QCA_ACS_DFS_MODE_DEPRIORITIZE = 3,
+};
+
+/**
+ * enum qca_wlan_vendor_attr_acs_config - Defines Configuration attributes
+ * used by the vendor command QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_DFS_MODE: Required (u8)
+ * DFS mode for ACS operation from enum qca_acs_dfs_mode.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT: Required (u8)
+ * channel number hint for ACS operation, if valid channel is specified then
+ * ACS operation gives priority to this channel.
+ * Note: If both the driver and user space application supports the 6 GHz band,
+ * this attribute is deprecated and QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT
+ * should be used.
+ * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT
+ * is still used if either of the driver or user space application doesn't
+ * support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT: Required (u32).
+ * Channel center frequency (MHz) hint for ACS operation, if a valid center
+ * frequency is specified, ACS operation gives priority to this channel.
+ */
+enum qca_wlan_vendor_attr_acs_config {
+       QCA_WLAN_VENDOR_ATTR_ACS_MODE_INVALID = 0,
+       QCA_WLAN_VENDOR_ATTR_ACS_DFS_MODE = 1,
+       QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT = 2,
+       QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT = 3,
+
+       QCA_WLAN_VENDOR_ATTR_ACS_DFS_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_ACS_DFS_MAX =
+               QCA_WLAN_VENDOR_ATTR_ACS_DFS_AFTER_LAST - 1,
+};
+
 /**
  * enum qca_wlan_vendor_attr_get_hw_capability - Wi-Fi hardware capability
  */
@@ -3327,6 +3670,345 @@ enum qca_wlan_vendor_attr_logger_results {
        QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST - 1,
 };
 
+/**
+ * enum qca_scan_freq_list_type: Frequency list types
+ *
+ * @QCA_PREFERRED_SCAN_FREQ_LIST: The driver shall use the scan frequency list
+ *     specified with attribute QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST as
+ *     a preferred frequency list for roaming.
+ *
+ * @QCA_SPECIFIC_SCAN_FREQ_LIST: The driver shall use the frequency list
+ *     specified with attribute QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST as
+ *     a specific frequency list for roaming.
+ */
+enum qca_scan_freq_list_type {
+       QCA_PREFERRED_SCAN_FREQ_LIST = 1,
+       QCA_SPECIFIC_SCAN_FREQ_LIST = 2,
+};
+
+/**
+ * enum qca_vendor_attr_scan_freq_list_scheme: Frequency list scheme
+ *
+ * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: Nested attribute of u32 values
+ *     List of frequencies in MHz to be considered for a roam scan.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE: Unsigned 32-bit value.
+ *     Type of frequency list scheme being configured/gotten as defined by the
+ *     enum qca_scan_freq_list_type.
+ */
+enum qca_vendor_attr_scan_freq_list_scheme {
+       QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST = 1,
+       QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE = 2,
+
+       /* keep last */
+       QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_AFTER_LAST,
+       QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_MAX =
+       QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_AFTER_LAST - 1,
+};
+
+/*
+ * enum qca_vendor_roam_triggers: Bitmap of roaming triggers
+ *
+ * @QCA_ROAM_TRIGGER_REASON_PER: Set if the roam has to be triggered based on
+ *     a bad packet error rates (PER).
+ * @QCA_ROAM_TRIGGER_REASON_BEACON_MISS: Set if the roam has to be triggered
+ *     based on beacon misses from the connected AP.
+ * @QCA_ROAM_TRIGGER_REASON_POOR_RSSI: Set if the roam has to be triggered
+ *     due to poor RSSI of the connected AP.
+ * @QCA_ROAM_TRIGGER_REASON_BETTER_RSSI: Set if the roam has to be triggered
+ *     upon finding a BSSID with a better RSSI than the connected BSSID.
+ *     Here the RSSI of the current BSSID need not be poor.
+ * @QCA_ROAM_TRIGGER_REASON_PERIODIC: Set if the roam has to be triggered
+ *     by triggering a periodic scan to find a better AP to roam.
+ * @QCA_ROAM_TRIGGER_REASON_DENSE: Set if the roam has to be triggered
+ *     when the connected channel environment is too noisy/congested.
+ * @QCA_ROAM_TRIGGER_REASON_BTM: Set if the roam has to be triggered
+ *     when BTM Request frame is received from the connected AP.
+ * @QCA_ROAM_TRIGGER_REASON_BSS_LOAD: Set if the roam has to be triggered
+ *     when the channel utilization is goes above the configured threshold.
+ *
+ * Set the corresponding roam trigger reason bit to consider it for roam
+ * trigger.
+ * Userspace can set multiple bits and send to the driver. The driver shall
+ * consider all of them to trigger/initiate a roam scan.
+ */
+enum qca_vendor_roam_triggers {
+       QCA_ROAM_TRIGGER_REASON_PER             = 1 << 0,
+       QCA_ROAM_TRIGGER_REASON_BEACON_MISS     = 1 << 1,
+       QCA_ROAM_TRIGGER_REASON_POOR_RSSI       = 1 << 2,
+       QCA_ROAM_TRIGGER_REASON_BETTER_RSSI     = 1 << 3,
+       QCA_ROAM_TRIGGER_REASON_PERIODIC        = 1 << 4,
+       QCA_ROAM_TRIGGER_REASON_DENSE           = 1 << 5,
+       QCA_ROAM_TRIGGER_REASON_BTM             = 1 << 6,
+       QCA_ROAM_TRIGGER_REASON_BSS_LOAD        = 1 << 7,
+};
+
+/**
+ * enum qca_vendor_attr_roam_candidate_selection_criteria:
+ *
+ * Each attribute carries a weightage in percentage (%).
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_RSSI: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the RSSI selection
+ *     criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the rate selection
+ *     criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BW: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the band width selection
+ *     criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BAND: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the band selection
+ *     criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_NSS: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the NSS selection
+ *     criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_CHAN_CONGESTION: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the channel congestion
+ *     selection criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BEAMFORMING: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the beamforming selection
+ *     criteria among other parameters.
+ *
+ * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_OCE_WAN: Unsigned 8-bit value.
+ *     Represents the weightage to be given for the OCE selection
+ *     criteria among other parameters.
+ */
+enum qca_vendor_attr_roam_candidate_selection_criteria {
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_RSSI = 1,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE = 2,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BW = 3,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BAND = 4,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_NSS = 5,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_CHAN_CONGESTION = 6,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BEAMFORMING = 7,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_OCE_WAN = 8,
+
+       /* keep last */
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_AFTER_LAST,
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_MAX =
+       QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_AFTER_LAST - 1,
+};
+
+/**
+ * enum qca_vendor_attr_roam_control - Attributes to carry roam configuration
+ *     The following attributes are used to set/get/clear the respective
+ *     configurations to/from the driver.
+ *     For the get, the attribute for the configuration to be queried shall
+ *     carry any of its acceptable values to the driver. In return, the driver
+ *     shall send the configured values within the same attribute to the user
+ *     space.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_ENABLE: Unsigned 8-bit value.
+ *     Signifies to enable/disable roam control in driver.
+ *     1-enable, 0-disable
+ *     Enable: Mandates the driver to do the further roams using the
+ *     configuration parameters set through
+ *     QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET.
+ *     Disable: Disables the driver/firmware roaming triggered through
+ *     QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET. Further roaming is
+ *     expected to continue with the default configurations.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_STATUS: Unsigned 8-bit value.
+ *     This is used along with QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET.
+ *     Roam control status is obtained through this attribute.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_CLEAR_ALL: Flag attribute to indicate the
+ *     complete config set through QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET
+ *     is to be cleared in the driver.
+ *     This is used along with QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR
+ *     and shall be ignored if used with other sub commands.
+ *     If this attribute is specified along with subcmd
+ *     QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR, the driver shall ignore
+ *     all other attributes, if there are any.
+ *     If this attribute is not specified when the subcmd
+ *     QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR is sent, the driver shall
+ *     clear the data corresponding to the attributes specified.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_FREQ_LIST_SCHEME: Nested attribute to carry the
+ *     list of frequencies and its type, represented by
+ *     enum qca_vendor_attr_scan_freq_list_scheme.
+ *     Frequency list and its type are mandatory for this attribute to set
+ *     the frequencies.
+ *     Frequency type is mandatory for this attribute to get the frequencies
+ *     and the frequency list is obtained through
+ *     QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST.
+ *     Frequency list type is mandatory for this attribute to clear the
+ *     frequencies.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_SCAN_PERIOD: Unsigned 32-bit value.
+ *     Carries the value of scan period in seconds to set.
+ *     The value of scan period is obtained with the same attribute for get.
+ *     Clears the scan period in the driver when specified with clear command.
+ *     Scan period is the idle time in seconds between each subsequent
+ *     channel scans.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_FULL_SCAN_PERIOD: Unsigned 32-bit value.
+ *     Carries the value of full scan period in seconds to set.
+ *     The value of full scan period is obtained with the same attribute for
+ *     get.
+ *     Clears the full scan period in the driver when specified with clear
+ *     command. Full scan period is the idle period in seconds between two
+ *     successive full channel roam scans.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_TRIGGERS: Unsigned 32-bit value.
+ *     Carries a bitmap of the roam triggers specified in
+ *     enum qca_vendor_roam_triggers.
+ *     The driver shall enable roaming by enabling corresponding roam triggers
+ *     based on the trigger bits sent with this attribute.
+ *     If this attribute is not configured, the driver shall proceed with
+ *     default behavior.
+ *     The bitmap configured is obtained with the same attribute for get.
+ *     Clears the bitmap configured in driver when specified with clear
+ *     command.
+ *
+ * @QCA_ATTR_ROAM_CONTROL_SELECTION_CRITERIA: Nested attribute signifying the
+ *     weightage in percentage (%) to be given for each selection criteria.
+ *     Different roam candidate selection criteria are represented by
+ *     enum qca_vendor_attr_roam_candidate_selection_criteria.
+ *     The driver shall select the roam candidate based on corresponding
+ *     candidate selection scores sent.
+ *
+ *     An empty nested attribute is used to indicate that no specific
+ *     preference score/criteria is configured (i.e., to disable this mechanism
+ *     in the set case and to show that the mechanism is disabled in the get
+ *     case).
+ *
+ *     Userspace can send multiple attributes out of this enum to the driver.
+ *     Since this attribute represents the weight/percentage of preference for
+ *     the respective selection criteria, it is preferred to configure 100%
+ *     total weightage. The value in each attribute or cumulative weight of the
+ *     values in all the nested attributes should not exceed 100%. The driver
+ *     shall reject such configuration.
+ *
+ *     If the weights configured through this attribute are less than 100%,
+ *     the driver shall honor the weights (x%) passed for the corresponding
+ *     selection criteria and choose/distribute rest of the weight (100-x)%
+ *     for the other selection criteria, based on its internal logic.
+ *
+ *     The selection criteria configured is obtained with the same
+ *     attribute for get.
+ *
+ *     Clears the selection criteria configured in the driver when specified
+ *     with clear command.
+ */
+enum qca_vendor_attr_roam_control {
+       QCA_ATTR_ROAM_CONTROL_ENABLE = 1,
+       QCA_ATTR_ROAM_CONTROL_STATUS = 2,
+       QCA_ATTR_ROAM_CONTROL_CLEAR_ALL = 3,
+       QCA_ATTR_ROAM_CONTROL_FREQ_LIST_SCHEME= 4,
+       QCA_ATTR_ROAM_CONTROL_SCAN_PERIOD = 5,
+       QCA_ATTR_ROAM_CONTROL_FULL_SCAN_PERIOD = 6,
+       QCA_ATTR_ROAM_CONTROL_TRIGGERS = 7,
+       QCA_ATTR_ROAM_CONTROL_SELECTION_CRITERIA = 8,
+
+       /* keep last */
+       QCA_ATTR_ROAM_CONTROL_AFTER_LAST,
+       QCA_ATTR_ROAM_CONTROL_MAX =
+       QCA_ATTR_ROAM_CONTROL_AFTER_LAST - 1,
+};
+
+/*
+ * enum qca_wlan_vendor_attr_roaming_config_params: Attributes for data used by
+ * QCA_NL80211_VENDOR_SUBCMD_ROAM sub command.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD: Unsigned 32-bit value.
+ *     Represents the different roam sub commands referred by
+ *     enum qca_wlan_vendor_roaming_subcmd.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID: Unsigned 32-bit value.
+ *     Represents the Request ID for the specific set of commands.
+ *     This also helps to map specific set of commands to the respective
+ *     ID / client. e.g., helps to identify the user entity configuring the
+ *     Blacklist BSSID and accordingly clear the respective ones with the
+ *     matching ID.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS: Unsigned
+ *     32-bit value.Represents the number of whitelist SSIDs configured.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST: Nested attribute
+ *     to carry the list of Whitelist SSIDs.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID: SSID (binary attribute,
+ *     0..32 octets). Represents the white list SSID. Whitelist SSIDs
+ *     represent the list of SSIDs to which the firmware/driver can consider
+ *     to roam to.
+ *
+ * The following PARAM_A_BAND_XX attributes are applied to 5GHz BSSIDs when
+ * comparing with a 2.4GHz BSSID. They are not applied when comparing two
+ * 5GHz BSSIDs.The following attributes are set through the Roaming SUBCMD -
+ * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_GSCAN_ROAM_PARAMS.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD: Signed 32-bit
+ *     value, RSSI threshold above which 5GHz RSSI is favored.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD: Signed 32-bit
+ *     value, RSSI threshold below which 5GHz RSSI is penalized.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR: Unsigned 32-bit
+ *     value, factor by which 5GHz RSSI is boosted.
+ *     boost=(RSSI_measured-5GHz_boost_threshold)*5GHz_boost_factor
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR: Unsigned 32-bit
+ *     value, factor by which 5GHz RSSI is penalized.
+ *     penalty=(5GHz_penalty_threshold-RSSI_measured)*5GHz_penalty_factor
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST: Unsigned 32-bit
+ *     value, maximum boost that can be applied to a 5GHz RSSI.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS: Unsigned 32-bit
+ *     value, boost applied to current BSSID to ensure the currently
+ *     associated BSSID is favored so as to prevent ping-pong situations.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER: Signed 32-bit
+ *     value, RSSI below which "Alert" roam is enabled.
+ *     "Alert" mode roaming - firmware is "urgently" hunting for another BSSID
+ *     because the RSSI is low, or because many successive beacons have been
+ *     lost or other bad link conditions.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE: Unsigned 32-bit
+ *     value. 1-Enable, 0-Disable. Represents "Lazy" mode, where
+ *     firmware is hunting for a better BSSID or white listed SSID even though
+ *     the RSSI of the link is good. The parameters enabling the roaming are
+ *     configured through the PARAM_A_BAND_XX attrbutes.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS: Nested attribute,
+ *     represents the BSSIDs preferred over others while evaluating them
+ *     for the roaming.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID: Unsigned
+ *     32-bit value. Represents the number of preferred BSSIDs set.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID: 6-byte MAC
+ *     address representing the BSSID to be preferred.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER: Signed
+ *     32-bit value, representing the modifier to be applied to the RSSI of
+ *     the BSSID for the purpose of comparing it with other roam candidate.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS: Nested attribute,
+ *     represents the BSSIDs to get blacklisted for roaming.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID: Unsigned
+ *     32-bit value, represents the number of blacklisted BSSIDs.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID: 6-byte MAC
+ *     address representing the Blacklisted BSSID.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT: Flag attribute,
+ *     indicates this BSSID blacklist as a hint to the driver. The driver can
+ *     select this BSSID in the worst case (when no other BSSIDs are better).
+ *
+ * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL: Nested attribute to
+ *     set/get/clear the roam control config as
+ *     defined @enum qca_vendor_attr_roam_control.
+ */
 enum qca_wlan_vendor_attr_roaming_config_params {
        QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_INVALID = 0,
 
@@ -3363,6 +4045,8 @@ enum qca_wlan_vendor_attr_roaming_config_params {
        /* Flag attribute indicates this BSSID blacklist as a hint */
        QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT = 21,
 
+       QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL = 22,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_MAX =
@@ -3370,22 +4054,63 @@ enum qca_wlan_vendor_attr_roaming_config_params {
 };
 
 /*
- * enum qca_wlan_vendor_attr_roam_subcmd: Attributes for data used by
- * QCA_NL80211_VENDOR_SUBCMD_ROAM sub command.
- */
-enum qca_wlan_vendor_attr_roam_subcmd {
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_INVALID = 0,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SSID_WHITE_LIST = 1,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_GSCAN_ROAM_PARAMS = 2,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_LAZY_ROAM = 3,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PREFS = 4,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PARAMS = 5,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BLACKLIST_BSSID = 6,
-
-       /* keep last */
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_AFTER_LAST,
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_MAX =
-       QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_AFTER_LAST - 1,
+ * enum qca_wlan_vendor_roaming_subcmd: Referred by
+ * QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SSID_WHITE_LIST: Sub command to
+ *     configure the white list SSIDs. These are configured through
+ *     the following attributes.
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS,
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST,
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_GSCAN_ROAM_PARAMS: Sub command to
+ *     configure the Roam params. These parameters are evaluated on the GScan
+ *     results. Refers the attributes PARAM_A_BAND_XX above to configure the
+ *     params.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_LAZY_ROAM: Sets the Lazy roam. Uses
+ *     the attribute QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE
+ *     to enable/disable Lazy roam.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PREFS: Sets the BSSID
+ *     preference. Contains the attribute
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS to set the BSSID
+ *     preference.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID: Sets the Blacklist
+ *     BSSIDs. Refers QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS to
+ *     set the same.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET: Command to set the
+ *     roam control config to the driver with the attribute
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET: Command to obtain the
+ *     roam control config from driver with the attribute
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
+ *     For the get, the attribute for the configuration to be queried shall
+ *     carry any of its acceptable value to the driver. In return, the driver
+ *     shall send the configured values within the same attribute to the user
+ *     space.
+ *
+ * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR: Command to clear the
+ *     roam control config in the driver with the attribute
+ *     QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
+ *     The driver shall continue with its default roaming behavior when data
+ *     corresponding to an attribute is cleared.
+ */
+enum qca_wlan_vendor_roaming_subcmd {
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_INVALID = 0,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_SSID_WHITE_LIST = 1,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_GSCAN_ROAM_PARAMS = 2,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_LAZY_ROAM = 3,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PREFS = 4,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PARAMS = 5,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID = 6,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET = 7,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET = 8,
+       QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR = 9,
 };
 
 enum qca_wlan_vendor_attr_gscan_config_params {
@@ -3753,8 +4478,8 @@ enum qca_wlan_vendor_attr_gscan_results {
 
        /* Unsigned 32-bit value; a GSCAN Capabilities attribute.
         * This is used to limit the maximum number of BSSIDs while sending
-        * the vendor command QCA_NL80211_VENDOR_SUBCMD_ROAM with attributes
-        * QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BLACKLIST_BSSID and
+        * the vendor command QCA_NL80211_VENDOR_SUBCMD_ROAM with subcmd
+        * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID and attribute
         * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID.
         */
        QCA_WLAN_VENDOR_ATTR_GSCAN_MAX_NUM_BLACKLISTED_BSSID = 46,
@@ -3856,6 +4581,44 @@ enum qca_wlan_vendor_acs_select_reason {
        QCA_WLAN_VENDOR_ACS_SELECT_REASON_DFS,
        /* Represents the reason that LTE co-exist in the current band. */
        QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX,
+       /* Represents the reason that generic, uncategorized interference has
+        * been found in the current channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_GENERIC_INTERFERENCE,
+       /* Represents the reason that excessive 802.11 interference has been
+        * found in the current channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_80211_INTERFERENCE,
+       /* Represents the reason that generic Continuous Wave (CW) interference
+        * has been found in the current channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_CW_INTERFERENCE,
+       /* Represents the reason that Microwave Oven (MWO) interference has been
+        * found in the current channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_MWO_INTERFERENCE,
+       /* Represents the reason that generic Frequency-Hopping Spread Spectrum
+        * (FHSS) interference has been found in the current channel. This may
+        * include 802.11 waveforms.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_FHSS_INTERFERENCE,
+       /* Represents the reason that non-802.11 generic Frequency-Hopping
+        * Spread Spectrum (FHSS) interference has been found in the current
+        * channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_NON_80211_FHSS_INTERFERENCE,
+       /* Represents the reason that generic Wideband (WB) interference has
+        * been found in the current channel. This may include 802.11 waveforms.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_WB_INTERFERENCE,
+       /* Represents the reason that non-802.11 generic Wideband (WB)
+        * interference has been found in the current channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_NON_80211_WB_INTERFERENCE,
+       /* Represents the reason that Jammer interference has been found in the
+        * current channel.
+        */
+       QCA_WLAN_VENDOR_ACS_SELECT_REASON_JAMMER_INTERFERENCE,
 };
 
 /**
@@ -4023,6 +4786,46 @@ enum qca_wlan_vendor_external_acs_event_chan_info_attr {
         */
        QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2 = 11,
 
+       /*
+        * VHT segment 0 in MHz (u32) and the attribute is mandatory.
+        * Note: Event QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS includes
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
+        * along with
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0.
+        *
+        * If both the driver and user-space application supports the 6 GHz
+        * band, QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0
+        * is deprecated and
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
+        * should be used.
+        *
+        * To maintain backward compatibility,
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
+        * is still used if either of the driver or user space application
+        * doesn't support the 6 GHz band.
+        */
+       QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0 = 12,
+
+       /*
+        * VHT segment 1 in MHz (u32) and the attribute is mandatory.
+        * Note: Event QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS includes
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
+        * along with
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1.
+        *
+        * If both the driver and user-space application supports the 6 GHz
+        * band, QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1
+        * is deprecated and
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
+        * should be considered.
+        *
+        * To maintain backward compatibility,
+        * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
+        * is still used if either of the driver or user space application
+        * doesn't support the 6 GHz band.
+        */
+       QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1 = 13,
+
        /* keep last */
        QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST,
        QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX =
@@ -4123,9 +4926,100 @@ enum qca_wlan_vendor_attr_external_acs_event {
 };
 
 /**
- * qca_wlan_vendor_attr_external_acs_channels: Attributes to vendor subcmd
+ * enum qca_wlan_vendor_attr_external_acs_channels: Attributes to vendor subcmd
  * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This carries a list of channels
  * in priority order as decided after ACS operation in userspace.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON: Required (u8).
+ * One of reason code from enum qca_wlan_vendor_acs_select_reason.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST: Required
+ * Array of nested values for each channel with following attributes:
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST is deprecated and use
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST
+ * is still used if either of the driver or user space application doesn't
+ * support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY: Required (u8).
+ * Primary channel number
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY is deprecated and use
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY
+ * is still used if either of the driver or user space application doesn't
+ * support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY: Required (u8).
+ * Secondary channel number, required only for 160 and 80+80 MHz bandwidths.
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY is deprecated and use
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY
+ * is still used if either of the driver or user space application
+ * doesn't support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0: Required (u8).
+ * VHT seg0 channel number
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 is deprecated and use
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0
+ * is still used if either of the driver or user space application
+ * doesn't support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1: Required (u8).
+ * VHT seg1 channel number
+ * Note: If both the driver and user-space application supports the 6 GHz band,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 is deprecated and use
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1.
+ * To maintain backward compatibility,
+ * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1
+ * is still used if either of the driver or user space application
+ * doesn't support the 6 GHz band.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH: Required (u8).
+ * Takes one of enum nl80211_chan_width values.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST: Required
+ * Array of nested values for each channel with following attributes:
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY in MHz (u32),
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY in MHz (u32),
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 in MHz (u32),
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 in MHz (u32),
+ *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
+ * Note: If user-space application has no support of the 6 GHz band, this
+ * attribute is optional.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY: Required (u32)
+ * Primary channel frequency in MHz
+ * Note: If user-space application has no support of the 6 GHz band, this
+ * attribute is optional.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY: Required (u32)
+ * Secondary channel frequency in MHz used for HT 40 MHz channels.
+ * Note: If user-space application has no support of the 6 GHz band, this
+ * attribute is optional.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0: Required (u32)
+ * VHT seg0 channel frequency in MHz
+ * Note: If user-space application has no support of the 6GHz band, this
+ * attribute is optional.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1: Required (u32)
+ * VHT seg1 channel frequency in MHz
+ * Note: If user-space application has no support of the 6 GHz band, this
+ * attribute is optional.
  */
 enum qca_wlan_vendor_attr_external_acs_channels {
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_INVALID = 0,
@@ -4156,6 +5050,12 @@ enum qca_wlan_vendor_attr_external_acs_channels {
        /* Channel width (u8). Takes one of enum nl80211_chan_width values. */
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH = 8,
 
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST = 9,
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY = 10,
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY = 11,
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 = 12,
+       QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 = 13,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST,
        QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_MAX =
@@ -4673,8 +5573,18 @@ enum qca_wlan_vendor_attr_spectral_cap {
         * u8 attribute.
         */
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_DEFAULT_AGC_MAX_GAIN = 10,
-       /* Flag attribute to indicate agile spectral scan capability */
+       /* Flag attribute to indicate agile spectral scan capability
+        * for 20/40/80 MHz modes.
+        */
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL = 11,
+       /* Flag attribute to indicate agile spectral scan capability
+        * for 160 MHz mode.
+        */
+       QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_160 = 12,
+       /* Flag attribute to indicate agile spectral scan capability
+        * for 80+80 MHz mode.
+        */
+       QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13,
 
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
@@ -4824,6 +5734,39 @@ enum qca_wlan_vendor_hang_reason {
        QCA_WLAN_HANG_DXE_FAILURE = 12,
        /* WMI pending commands exceed the maximum count */
        QCA_WLAN_HANG_WMI_EXCEED_MAX_PENDING_CMDS = 13,
+       /* Timeout for peer STA connection accept command's response from the
+        * FW in AP mode. This command is triggered when a STA (peer) connects
+        * to AP (DUT).
+        */
+       QCA_WLAN_HANG_AP_STA_CONNECT_REQ_TIMEOUT = 14,
+       /* Timeout for the AP connection accept command's response from the FW
+        * in STA mode. This command is triggered when the STA (DUT) connects
+        * to an AP (peer).
+        */
+       QCA_WLAN_HANG_STA_AP_CONNECT_REQ_TIMEOUT = 15,
+       /* Timeout waiting for the response to the MAC HW mode change command
+        * sent to FW as a part of MAC mode switch among DBS (Dual Band
+        * Simultaneous), SCC (Single Channel Concurrency), and MCC (Multi
+        * Channel Concurrency) mode.
+        */
+       QCA_WLAN_HANG_MAC_HW_MODE_CHANGE_TIMEOUT = 16,
+       /* Timeout waiting for the response from FW to configure the MAC HW's
+        * mode. This operation is to configure the single/two MACs in either
+        * SCC/MCC/DBS mode.
+        */
+       QCA_WLAN_HANG_MAC_HW_MODE_CONFIG_TIMEOUT = 17,
+       /* Timeout waiting for response of VDEV start command from the FW */
+       QCA_WLAN_HANG_VDEV_START_RESPONSE_TIMED_OUT = 18,
+       /* Timeout waiting for response of VDEV restart command from the FW */
+       QCA_WLAN_HANG_VDEV_RESTART_RESPONSE_TIMED_OUT = 19,
+       /* Timeout waiting for response of VDEV stop command from the FW */
+       QCA_WLAN_HANG_VDEV_STOP_RESPONSE_TIMED_OUT = 20,
+       /* Timeout waiting for response of VDEV delete command from the FW */
+       QCA_WLAN_HANG_VDEV_DELETE_RESPONSE_TIMED_OUT = 21,
+       /* Timeout waiting for response of peer all delete request command to
+        * the FW on a specific VDEV.
+        */
+       QCA_WLAN_HANG_VDEV_PEER_DELETE_ALL_RESPONSE_TIMED_OUT = 22,
 };
 
 /**
@@ -4836,6 +5779,12 @@ enum qca_wlan_vendor_attr_hang {
         * qca_wlan_vendor_hang_reason.
         */
        QCA_WLAN_VENDOR_ATTR_HANG_REASON = 1,
+       /* The binary blob data associated with the hang reason specified by
+        * QCA_WLAN_VENDOR_ATTR_HANG_REASON. This binary data is expected to
+        * contain the required dump to analyze the reason for the hang.
+        * NLA_BINARY attribute, the max size is 1024 bytes.
+        */
+       QCA_WLAN_VENDOR_ATTR_HANG_REASON_DATA = 2,
 
        QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_HANG_MAX =
@@ -4936,12 +5885,22 @@ enum qca_wlan_vendor_attr_rrop_info {
 enum qca_wlan_vendor_attr_rtplinst {
        QCA_WLAN_VENDOR_ATTR_RTPLINST_INVALID = 0,
 
-       /* Primary channel number (u8) */
+       /* Primary channel number (u8).
+        * Note: If both the driver and user space application support the
+        * 6 GHz band, this attribute is deprecated and
+        * QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY_FREQUENCY should be used. To
+        * maintain backward compatibility,
+        * QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY is still used if either the
+        * driver or user space application or both do not support the 6 GHz
+        * band.
+        */
        QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY = 1,
        /* Representative Tx power in dBm (s32) with emphasis on throughput. */
        QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_THROUGHPUT = 2,
        /* Representative Tx power in dBm (s32) with emphasis on range. */
        QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_RANGE = 3,
+       /* Primary channel center frequency (u32) in MHz */
+       QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY_FREQUENCY = 4,
 
        QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_RTPLINST_MAX =
@@ -5472,6 +6431,29 @@ enum qca_wlan_vendor_attr_wake_stats {
                QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST - 1,
 };
 
+/**
+ * enum qca_wlan_vendor_thermal_level - Defines various thermal levels
+ * configured by userspace to the driver/firmware. The values will be
+ * encapsulated in QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL attribute.
+ * The driver/firmware takes actions requested by userspace such as throttling
+ * wifi TX etc. in order to mitigate high temperature.
+ *
+ * @QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE: Stop/clear all throttling actions.
+ * @QCA_WLAN_VENDOR_THERMAL_LEVEL_LIGHT: Throttle TX lightly.
+ * @QCA_WLAN_VENDOR_THERMAL_LEVEL_MODERATE: Throttle TX moderately.
+ * @QCA_WLAN_VENDOR_THERMAL_LEVEL_SEVERE: Throttle TX severely.
+ * @QCA_WLAN_VENDOR_THERMAL_LEVEL_CRITICAL: Critical thermal level reached.
+ * @QCA_WLAN_VENDOR_THERMAL_LEVEL_EMERGENCY: Emergency thermal level reached.
+ */
+enum qca_wlan_vendor_thermal_level {
+       QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE = 0,
+       QCA_WLAN_VENDOR_THERMAL_LEVEL_LIGHT = 1,
+       QCA_WLAN_VENDOR_THERMAL_LEVEL_MODERATE = 2,
+       QCA_WLAN_VENDOR_THERMAL_LEVEL_SEVERE = 3,
+       QCA_WLAN_VENDOR_THERMAL_LEVEL_CRITICAL = 4,
+       QCA_WLAN_VENDOR_THERMAL_LEVEL_EMERGENCY = 5,
+};
+
 /**
  * enum qca_wlan_vendor_attr_thermal_cmd - Vendor subcmd attributes to set
  * cmd value. Used for NL attributes for data used by
@@ -5485,6 +6467,21 @@ enum qca_wlan_vendor_attr_thermal_cmd {
         * u32 attribute.
         */
        QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE = 1,
+       /* Userspace uses this attribute to configure thermal level to the
+        * driver/firmware. Used in request, u32 attribute, possible values
+        * are defined in enum qca_wlan_vendor_thermal_level.
+        */
+       QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL = 2,
+       /* Userspace uses this attribute to configure the time in which the
+        * driver/firmware should complete applying settings it received from
+        * userspace with QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL
+        * command type. Used in request, u32 attribute, value is in
+        * milliseconds. A value of zero indicates to apply the settings
+        * immediately. The driver/firmware can delay applying the configured
+        * thermal settings within the time specified in this attribute if
+        * there is any critical ongoing operation.
+        */
+       QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW = 3,
 
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST,
@@ -5508,12 +6505,15 @@ enum qca_wlan_vendor_attr_thermal_cmd {
  * suspend action.
  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME: Request to execute thermal
  * resume action.
+ * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL: Configure thermal level to
+ * the driver/firmware.
  */
 enum qca_wlan_vendor_attr_thermal_cmd_type {
        QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS,
        QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE,
        QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND,
        QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME,
+       QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL,
 };
 
 /**
@@ -7033,6 +8033,23 @@ enum qca_wlan_vendor_attr_beacon_reporting_params {
         * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. NLA_FLAG attribute.
         */
        QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES = 12,
+       /* Optionally set by userspace to request the driver not to resume
+        * beacon reporting after a pause is completed, when the
+        * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
+        * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
+        * If this flag is set, the driver will not resume beacon reporting
+        * after any pause in beacon reporting is completed. Userspace has to
+        * send QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command again in order
+        * to initiate beacon reporting again. If this flag is set in the recent
+        * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command, then in the
+        * subsequent QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE event (if any)
+        * the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES shall not be
+        * set by the driver. Setting this flag until and unless there is a
+        * specific need is not recommended as there is a chance of some beacons
+        * received after pause command and next start command being not
+        * reported.
+        */
+       QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME = 13,
 
        /* Keep last */
        QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST,
@@ -7082,4 +8099,543 @@ enum qca_vendor_attr_interop_issues_ap {
                QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST - 1
 };
 
+/**
+ * enum qca_vendor_oem_device_type - Represents the target device in firmware.
+ * It is used by QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO.
+ *
+ * @QCA_VENDOR_OEM_DEVICE_VIRTUAL: The command is intended for
+ * a virtual device.
+ *
+ * @QCA_VENDOR_OEM_DEVICE_PHYSICAL: The command is intended for
+ * a physical device.
+ */
+enum qca_vendor_oem_device_type {
+       QCA_VENDOR_OEM_DEVICE_VIRTUAL = 0,
+       QCA_VENDOR_OEM_DEVICE_PHYSICAL = 1,
+};
+
+/**
+ * enum qca_wlan_vendor_attr_oem_data_params - Used by the vendor command/event
+ * QCA_NL80211_VENDOR_SUBCMD_OEM_DATA.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA: The binary blob for the vendor
+ * command/event QCA_NL80211_VENDOR_SUBCMD_OEM_DATA are carried through this
+ * attribute.
+ * NLA_BINARY attribute, the max size is 1024 bytes.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO: The binary blob will be routed
+ * based on this field. This optional attribute is included to specify whether
+ * the device type is a virtual device or a physical device for the
+ * command/event. This attribute can be omitted for a virtual device (default)
+ * command/event.
+ * This u8 attribute is used to carry information for the device type using
+ * values defined by enum qca_vendor_oem_device_type.
+ */
+enum qca_wlan_vendor_attr_oem_data_params {
+       QCA_WLAN_VENDOR_ATTR_OEM_DATA_INVALID = 0,
+       QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA = 1,
+       QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO = 2,
+
+       /* keep last */
+       QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_MAX =
+               QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST - 1
+};
+
+/**
+ * enum qca_wlan_vendor_attr_avoid_frequency_ext - Defines attributes to be
+ * used with vendor command/event QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_RANGE: Required
+ * Nested attribute containing multiple ranges with following attributes:
+ *     QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START and
+ *     QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START: Required (u32)
+ * Starting center frequency in MHz.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END: Required (u32)
+ * Ending center frequency in MHz.
+ */
+enum qca_wlan_vendor_attr_avoid_frequency_ext {
+       QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_INVALID = 0,
+       QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_RANGE = 1,
+       QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START = 2,
+       QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END = 3,
+
+       QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_MAX =
+               QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_AFTER_LAST - 1
+};
+
+/*
+ * enum qca_wlan_vendor_attr_add_sta_node_params - Used by the vendor command
+ * QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE.
+ */
+enum qca_wlan_vendor_attr_add_sta_node_params {
+       QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_INVALID = 0,
+       /* 6 byte MAC address of STA */
+       QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_MAC_ADDR = 1,
+       /* Authentication algorithm used by the station of size u16;
+        * defined in enum nl80211_auth_type.
+        */
+       QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_AUTH_ALGO = 2,
+
+       /* keep last */
+       QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_MAX =
+               QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST - 1
+};
+
+/**
+ * enum qca_btc_chain_mode - Specifies BT coex chain mode.
+ * This enum defines the valid set of values of BT coex chain mode.
+ * These values are used by attribute %QCA_VENDOR_ATTR_BTC_CHAIN_MODE of
+ * %QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE.
+ *
+ * @QCA_BTC_CHAIN_SHARED: chains of BT and WLAN 2.4G are shared.
+ * @QCA_BTC_CHAIN_SEPARATED: chains of BT and WLAN 2.4G are separated.
+ */
+enum qca_btc_chain_mode {
+       QCA_BTC_CHAIN_SHARED = 0,
+       QCA_BTC_CHAIN_SEPARATED = 1,
+};
+
+/**
+ * enum qca_vendor_attr_btc_chain_mode - Specifies attributes for BT coex
+ * chain mode.
+ * Attributes for data used by QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE.
+ *
+ * @QCA_VENDOR_ATTR_COEX_BTC_CHAIN_MODE: u32 attribute.
+ * Indicates the BT coex chain mode, are 32-bit values from
+ * enum qca_btc_chain_mode. This attribute is mandatory.
+ *
+ * @QCA_VENDOR_ATTR_COEX_BTC_CHAIN_MODE_RESTART: flag attribute.
+ * If set, vdev should be restarted when BT coex chain mode is updated.
+ * This attribute is optional.
+ */
+enum qca_vendor_attr_btc_chain_mode {
+       QCA_VENDOR_ATTR_BTC_CHAIN_MODE_INVALID = 0,
+       QCA_VENDOR_ATTR_BTC_CHAIN_MODE = 1,
+       QCA_VENDOR_ATTR_BTC_CHAIN_MODE_RESTART = 2,
+
+       /* Keep last */
+       QCA_VENDOR_ATTR_BTC_CHAIN_MODE_LAST,
+       QCA_VENDOR_ATTR_BTC_CHAIN_MODE_MAX =
+       QCA_VENDOR_ATTR_BTC_CHAIN_MODE_LAST - 1,
+};
+
+/**
+ * enum qca_vendor_wlan_sta_flags - Station feature flags
+ * Bits will be set to 1 if the corresponding features are enabled.
+ * @QCA_VENDOR_WLAN_STA_FLAG_AMPDU: AMPDU is enabled for the station
+ * @QCA_VENDOR_WLAN_STA_FLAG_TX_STBC: TX Space-time block coding is enabled
+    for the station
+ * @QCA_VENDOR_WLAN_STA_FLAG_RX_STBC: RX Space-time block coding is enabled
+    for the station
+ */
+enum qca_vendor_wlan_sta_flags {
+       QCA_VENDOR_WLAN_STA_FLAG_AMPDU = BIT(0),
+       QCA_VENDOR_WLAN_STA_FLAG_TX_STBC = BIT(1),
+       QCA_VENDOR_WLAN_STA_FLAG_RX_STBC = BIT(2),
+};
+
+/**
+ * enum qca_vendor_wlan_sta_guard_interval - Station guard interval
+ * @QCA_VENDOR_WLAN_STA_GI_800_NS: Legacy normal guard interval
+ * @QCA_VENDOR_WLAN_STA_GI_400_NS: Legacy short guard interval
+ * @QCA_VENDOR_WLAN_STA_GI_1600_NS: Guard interval used by HE
+ * @QCA_VENDOR_WLAN_STA_GI_3200_NS: Guard interval used by HE
+ */
+enum qca_vendor_wlan_sta_guard_interval {
+       QCA_VENDOR_WLAN_STA_GI_800_NS = 0,
+       QCA_VENDOR_WLAN_STA_GI_400_NS = 1,
+       QCA_VENDOR_WLAN_STA_GI_1600_NS = 2,
+       QCA_VENDOR_WLAN_STA_GI_3200_NS = 3,
+};
+
+/**
+ * enum qca_wlan_vendor_attr_get_sta_info - Defines attributes
+ * used by QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO vendor command.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAC:
+ * Required attribute in request for AP mode only, 6-byte MAC address,
+ * corresponding to the station's MAC address for which information is
+ * requested. For STA mode this is not required as the info always correspond
+ * to the self STA and the current/last association.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_FLAGS:
+ * Optionally used in response, u32 attribute, contains a bitmap of different
+ * fields defined in enum qca_vendor_wlan_sta_flags, used in AP mode only.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_GUARD_INTERVAL:
+ * Optionally used in response, u32 attribute, possible values are defined in
+ * enum qca_vendor_wlan_sta_guard_interval, used in AP mode only.
+ * Guard interval used by the station.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_RETRY_COUNT:
+ * Optionally used in response, u32 attribute, used in AP mode only.
+ * Value indicates the number of data frames received from station with retry
+ * bit set to 1 in FC.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BC_MC_COUNT:
+ * Optionally used in response, u32 attribute, used in AP mode only.
+ * Counter for number of data frames with broadcast or multicast address in
+ * the destination address received from the station.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_SUCCEED:
+ * Optionally used in response, u32 attribute, used in both STA and AP modes.
+ * Value indicates the number of data frames successfully transmitted only
+ * after retrying the packets and for which the TX status has been updated
+ * back to host from target.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_EXHAUSTED:
+ * Optionally used in response, u32 attribute, used in both STA and AP mode.
+ * Value indicates the number of data frames not transmitted successfully even
+ * after retrying the packets for the number of times equal to the total number
+ * of retries allowed for that packet and for which the TX status has been
+ * updated back to host from target.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_TOTAL:
+ * Optionally used in response, u32 attribute, used in AP mode only.
+ * Counter in the target for the number of data frames successfully transmitted
+ * to the station.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY:
+ * Optionally used in response, u32 attribute, used in AP mode only.
+ * Value indicates the number of data frames successfully transmitted only
+ * after retrying the packets.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY_EXHAUSTED:
+ * Optionally used in response, u32 attribute, used in both STA & AP mode.
+ * Value indicates the number of data frames not transmitted successfully even
+ * after retrying the packets for the number of times equal to the total number
+ * of retries allowed for that packet.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_PROBE_REQ_BMISS_COUNT: u32, used in
+ * the STA mode only. Represent the number of probe requests sent by the STA
+ * while attempting to roam on missing certain number of beacons from the
+ * connected AP. If queried in the disconnected state, this represents the
+ * count for the last connected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_PROBE_RESP_BMISS_COUNT: u32, used in
+ * the STA mode. Represent the number of probe responses received by the station
+ * while attempting to roam on missing certain number of beacons from the
+ * connected AP. When queried in the disconnected state, this represents the
+ * count when in last connected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_ALL_COUNT: u32, used in the
+ * STA mode only. Represents the total number of frames sent out by STA
+ * including Data, ACK, RTS, CTS, Control Management. This data is maintained
+ * only for the connect session. Represents the count of last connected session,
+ * when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_COUNT: u32, used in the STA mode.
+ * Total number of RTS sent out by the STA. This data is maintained per connect
+ * session. Represents the count of last connected session, when queried in the
+ * disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_RETRY_FAIL_COUNT: u32, used in the
+ * STA mode.Represent the number of RTS transmission failure that reach retry
+ * limit. This data is maintained per connect session. Represents the count of
+ * last connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_NON_AGGREGATED_COUNT: u32, used in
+ * the STA mode. Represent the total number of non aggregated frames transmitted
+ * by the STA. This data is maintained per connect session. Represents the count
+ * of last connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_AGGREGATED_COUNT: u32, used in the
+ * STA mode. Represent the total number of aggregated frames transmitted by the
+ * STA. This data is maintained per connect session. Represents the count of
+ * last connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_GOOD_PLCP_COUNT: u32, used in
+ * the STA mode. Represents the number of received frames with a good PLCP. This
+ * data is maintained per connect session. Represents the count of last
+ * connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_INVALID_DELIMITER_COUNT: u32,
+ * used in the STA mode. Represents the number of occasions that no valid
+ * delimiter is detected by A-MPDU parser. This data is maintained per connect
+ * session. Represents the count of last connected session, when queried in the
+ * disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_CRC_FAIL_COUNT: u32, used in the
+ * STA mode. Represents the number of frames for which CRC check failed in the
+ * MAC. This data is maintained per connect session. Represents the count of
+ * last connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_ACKS_GOOD_FCS_COUNT: u32, used in the
+ * STA mode. Represents the number of unicast ACKs received with good FCS. This
+ * data is maintained per connect session. Represents the count of last
+ * connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BLOCKACK_COUNT: u32, used in the STA
+ * mode. Represents the number of received Block Acks. This data is maintained
+ * per connect session. Represents the count of last connected session, when
+ * queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BEACON_COUNT: u32, used in the STA
+ * mode. Represents the number of beacons received from the connected BSS. This
+ * data is maintained per connect session. Represents the count of last
+ * connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_OTHER_BEACON_COUNT: u32, used in the
+ * STA mode. Represents the number of beacons received by the other BSS when in
+ * connected state (through the probes done by the STA). This data is maintained
+ * per connect session. Represents the count of last connected session, when
+ * queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_UCAST_DATA_GOOD_FCS_COUNT: u64, used in
+ * the STA mode. Represents the number of received DATA frames with good FCS and
+ * matching Receiver Address when in connected state. This data is maintained
+ * per connect session. Represents the count of last connected session, when
+ * queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_DATA_BC_MC_DROP_COUNT: u32, used in the
+ * STA mode. Represents the number of RX Data multicast frames dropped by the HW
+ * when in the connected state. This data is maintained per connect session.
+ * Represents the count of last connected session, when queried in the
+ * disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_1MBPS: u32, used in the
+ * STA mode. This represents the target power in dBm for the transmissions done
+ * to the AP in 2.4 GHz at 1 Mbps (DSSS) rate. This data is maintained per
+ * connect session. Represents the count of last connected session, when
+ * queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_6MBPS: u32, used in the
+ * STA mode. This represents the Target power in dBm for transmissions done to
+ * the AP in 2.4 GHz at 6 Mbps (OFDM) rate. This data is maintained per connect
+ * session. Represents the count of last connected session, when queried in the
+ * disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_MCS0: u32, used in the
+ * STA mode. This represents the Target power in dBm for transmissions done to
+ * the AP in 2.4 GHz at MCS0 rate. This data is maintained per connect session.
+ * Represents the count of last connected session, when queried in the
+ * disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_6MBPS: u32, used in the
+ * STA mode. This represents the Target power in dBm for transmissions done to
+ * the AP in 5 GHz at 6 Mbps (OFDM) rate. This data is maintained per connect
+ * session. Represents the count of last connected session, when queried in
+ * the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_MCS0: u32, used in the
+ * STA mode. This represents the Target power in dBm for for transmissions done
+ * to the AP in 5 GHz at MCS0 rate. This data is maintained per connect session.
+ * Represents the count of last connected session, when queried in the
+ * disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_HW_BUFFERS_OVERFLOW_COUNT: u32, used
+ * in the STA mode. This represents the Nested attribute representing the
+ * overflow counts of each receive buffer allocated to the hardware during the
+ * STA's connection. The number of hw buffers might vary for each WLAN
+ * solution and hence this attribute represents the nested array of all such
+ * HW buffer count. This data is maintained per connect session. Represents
+ * the count of last connected session, when queried in the disconnected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX_TX_POWER: u32, Max TX power (dBm)
+ * allowed as per the regulatory requirements for the current or last connected
+ * session. Used in the STA mode.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_LATEST_TX_POWER: u32, Latest TX power
+ * (dBm) used by the station in its latest unicast frame while communicating
+ * to the AP in the connected state. When queried in the disconnected state,
+ * this represents the TX power used by the STA with last AP communication
+ * when in connected state.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_ANI_LEVEL: u32, Adaptive noise immunity
+ * level used to adjust the RX sensitivity. Represents the current ANI level
+ * when queried in the connected state. When queried in the disconnected
+ * state, this corresponds to the latest ANI level at the instance of
+ * disconnection.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_IES: Binary attribute containing
+ * the raw information elements from Beacon frames. Represents the Beacon frames
+ * of the current BSS in the connected state. When queried in the disconnected
+ * state, these IEs correspond to the last connected BSSID.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_PROBE_RESP_IES: Binary attribute
+ * containing the raw information elements from Probe Response frames.
+ * Represents the Probe Response frames of the current BSS in the connected
+ * state. When queried in the disconnected state, these IEs correspond to the
+ * last connected BSSID.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_GET_STA_DRIVER_DISCONNECT_REASON: u32, Driver
+ * disconnect reason for the last disconnection if the disconnection is
+ * triggered from the host driver. The values are referred from
+ * enum qca_disconnect_reason_codes.
+ */
+enum qca_wlan_vendor_attr_get_sta_info {
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_INVALID = 0,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAC = 1,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_FLAGS = 2,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_GUARD_INTERVAL = 3,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_RETRY_COUNT = 4,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BC_MC_COUNT = 5,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_SUCCEED = 6,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_EXHAUSTED = 7,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_TOTAL = 8,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY = 9,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY_EXHAUSTED = 10,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_PROBE_REQ_BMISS_COUNT = 11,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_PROBE_RESP_BMISS_COUNT = 12,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_ALL_COUNT = 13,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_COUNT = 14,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_RETRY_FAIL_COUNT = 15,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_NON_AGGREGATED_COUNT = 16,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_AGGREGATED_COUNT = 17,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_GOOD_PLCP_COUNT = 18,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_INVALID_DELIMITER_COUNT = 19,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_CRC_FAIL_COUNT = 20,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_ACKS_GOOD_FCS_COUNT = 21,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BLOCKACK_COUNT = 22,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BEACON_COUNT = 23,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_OTHER_BEACON_COUNT = 24,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_UCAST_DATA_GOOD_FCS_COUNT = 25,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_DATA_BC_MC_DROP_COUNT = 26,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_1MBPS = 27,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_6MBPS = 28,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_MCS0 = 29,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_6MBPS = 30,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_MCS0 = 31,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_HW_BUFFERS_OVERFLOW_COUNT = 32,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX_TX_POWER = 33,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_LATEST_TX_POWER = 34,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_ANI_LEVEL = 35,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_IES = 36,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_PROBE_RESP_IES = 37,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_DRIVER_DISCONNECT_REASON = 38,
+
+       /* keep last */
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX =
+       QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_AFTER_LAST - 1,
+};
+
+/**
+ * enum qca_wlan_vendor_attr_update_sta_info - Defines attributes
+ * used by QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO vendor command.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_CONNECT_CHANNELS: Type is NLA_UNSPEC.
+ * Used in STA mode. This attribute represents the list of channel center
+ * frequencies in MHz (u32) the station has learnt during the last connection
+ * or roaming attempt. This information shall not signify the channels for
+ * an explicit scan request from the user space. Host drivers can update this
+ * information to the user space in both connected and disconnected state.
+ * In the disconnected state this information shall signify the channels
+ * scanned in the last connection/roam attempt that lead to the disconnection.
+ */
+enum qca_wlan_vendor_attr_update_sta_info {
+       QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_INVALID = 0,
+       QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_CONNECT_CHANNELS = 1,
+
+       /* keep last */
+       QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_MAX =
+       QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_AFTER_LAST - 1,
+};
+
+/**
+ * enum qca_disconnect_reason_codes - Specifies driver disconnect reason codes.
+ * Used when the driver triggers the STA to disconnect from the AP.
+ *
+ * @QCA_DISCONNECT_REASON_UNSPECIFIED: The host driver triggered the
+ * disconnection with the AP due to unspecified reasons.
+ *
+ * @QCA_DISCONNECT_REASON_INTERNAL_ROAM_FAILURE: The host driver triggered the
+ * disconnection with the AP due to a roaming failure. This roaming is triggered
+ * internally (host driver/firmware).
+ *
+ * @QCA_DISCONNECT_REASON_EXTERNAL_ROAM_FAILURE: The driver disconnected from
+ * the AP when the user/external triggered roaming fails.
+ *
+ * @QCA_DISCONNECT_REASON_GATEWAY_REACHABILITY_FAILURE: This reason code is used
+ * by the host driver whenever gateway reachability failure is detected and the
+ * driver disconnects with AP.
+ *
+ * @QCA_DISCONNECT_REASON_UNSUPPORTED_CHANNEL_CSA: The driver disconnected from
+ * the AP on a channel switch announcement from it with an unsupported channel.
+ *
+ * @QCA_DISCONNECT_REASON_OPER_CHANNEL_DISABLED_INDOOR: On a concurrent AP start
+ * with indoor channels disabled and if the STA is connected on one of these
+ * disabled channels, the host driver disconnected the STA with this reason
+ * code.
+ *
+ * @QCA_DISCONNECT_REASON_OPER_CHANNEL_USER_DISABLED: Disconnection due to an
+ * explicit request from the user to disable the current operating channel.
+ *
+ * @QCA_DISCONNECT_REASON_DEVICE_RECOVERY: STA disconnected from the AP due to
+ * the internal host driver/firmware recovery.
+ *
+ * @QCA_DISCONNECT_REASON_KEY_TIMEOUT: The driver triggered the disconnection on
+ * a timeout for the key installations from the user space.
+ *
+ * @QCA_DISCONNECT_REASON_OPER_CHANNEL_BAND_CHANGE: The dDriver disconnected the
+ * STA on a band change request from the user space to a different band from the
+ * current operation channel/band.
+ *
+ * @QCA_DISCONNECT_REASON_IFACE_DOWN: The STA disconnected from the AP on an
+ * interface down trigger from the user space.
+ *
+ * @QCA_DISCONNECT_REASON_PEER_XRETRY_FAIL: The host driver disconnected the
+ * STA on getting continuous transmission failures for multiple Data frames.
+ *
+ * @QCA_DISCONNECT_REASON_PEER_INACTIVITY: The STA does a keep alive
+ * notification to the AP by transmitting NULL/G-ARP frames. This disconnection
+ * represents inactivity from AP on such transmissions.
+
+ * @QCA_DISCONNECT_REASON_SA_QUERY_TIMEOUT: This reason code is used on
+ * disconnection when SA Query times out (AP does not respond to SA Query).
+ *
+ * @QCA_DISCONNECT_REASON_BEACON_MISS_FAILURE: The host driver disconnected the
+ * STA on missing the beacons continuously from the AP.
+ *
+ * @QCA_DISCONNECT_REASON_CHANNEL_SWITCH_FAILURE: Disconnection due to STA not
+ * able to move to the channel mentioned by the AP in CSA.
+ *
+ * @QCA_DISCONNECT_REASON_USER_TRIGGERED: User triggered disconnection.
+ */
+enum qca_disconnect_reason_codes {
+       QCA_DISCONNECT_REASON_UNSPECIFIED = 0,
+       QCA_DISCONNECT_REASON_INTERNAL_ROAM_FAILURE = 1,
+       QCA_DISCONNECT_REASON_EXTERNAL_ROAM_FAILURE = 2,
+       QCA_DISCONNECT_REASON_GATEWAY_REACHABILITY_FAILURE = 3,
+       QCA_DISCONNECT_REASON_UNSUPPORTED_CHANNEL_CSA = 4,
+       QCA_DISCONNECT_REASON_OPER_CHANNEL_DISABLED_INDOOR = 5,
+       QCA_DISCONNECT_REASON_OPER_CHANNEL_USER_DISABLED = 6,
+       QCA_DISCONNECT_REASON_DEVICE_RECOVERY = 7,
+       QCA_DISCONNECT_REASON_KEY_TIMEOUT = 8,
+       QCA_DISCONNECT_REASON_OPER_CHANNEL_BAND_CHANGE = 9,
+       QCA_DISCONNECT_REASON_IFACE_DOWN = 10,
+       QCA_DISCONNECT_REASON_PEER_XRETRY_FAIL = 11,
+       QCA_DISCONNECT_REASON_PEER_INACTIVITY = 12,
+       QCA_DISCONNECT_REASON_SA_QUERY_TIMEOUT = 13,
+       QCA_DISCONNECT_REASON_BEACON_MISS_FAILURE = 14,
+       QCA_DISCONNECT_REASON_CHANNEL_SWITCH_FAILURE = 15,
+       QCA_DISCONNECT_REASON_USER_TRIGGERED = 16,
+};
+
+/**
+ * enum qca_wlan_vendor_attr_driver_disconnect_reason - Defines attributes
+ * used by %QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON vendor command.
+ *
+ * @QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASCON_CODE: u32 attribute.
+ * This attribute represents the driver specific reason codes (local
+ * driver/firmware initiated reasons for disconnection) defined
+ * in enum qca_disconnect_reason_codes.
+ */
+enum qca_wlan_vendor_attr_driver_disconnect_reason {
+       QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_INVALID = 0,
+       QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASCON_CODE = 1,
+
+       /* keep last */
+       QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_AFTER_LAST,
+       QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_MAX =
+       QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_AFTER_LAST - 1,
+};
+
 #endif /* QCA_VENDOR_H */