xref: /wlan-dirver/qca-wifi-host-cmn/os_if/linux/qca_vendor.h (revision 2848159cbf2fd6863dcd893e613ae04648250714)
1 /*
2  * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for
5  * any purpose with or without fee is hereby granted, provided that the
6  * above copyright notice and this permission notice appear in all
7  * copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18 
19 /**
20  * DOC: declares vendor commands interfacing with linux kernel
21  */
22 
23 
24 #ifndef _WLAN_QCA_VENDOR_H_
25 #define _WLAN_QCA_VENDOR_H_
26 
27 /* Vendor id to be used in vendor specific command and events
28  * to user space.
29  * NOTE: The authoritative place for definition of QCA_NL80211_VENDOR_ID,
30  * vendor subcmd definitions prefixed with QCA_NL80211_VENDOR_SUBCMD, and
31  * qca_wlan_vendor_attr is open source file src/common/qca-vendor.h in
32  * git://w1.fi/srv/git/hostap.git; the values here are just a copy of that
33  */
34 
35 #define QCA_NL80211_VENDOR_ID           0x001374
36 
37 #ifndef BIT
38 #define BIT(x) (1U << (x))
39 #endif
40 
41 /**
42  * enum qca_nl80211_vendor_subcmds: NL 80211 vendor sub command
43  *
44  * @QCA_NL80211_VENDOR_SUBCMD_UNSPEC: Unspecified
45  * @QCA_NL80211_VENDOR_SUBCMD_TEST: Test
46  *	Sub commands 2 to 8 are not used
47  * @QCA_NL80211_VENDOR_SUBCMD_ROAMING: Roaming
48  * @QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY: Avoid frequency.
49  * @QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY: DFS capability
50  * @QCA_NL80211_VENDOR_SUBCMD_NAN: NAN command/event which is used to pass
51  *	NAN Request/Response and NAN Indication messages. These messages are
52  *	interpreted between the framework and the firmware component. While
53  *	sending the command from userspace to the driver, payload is not
54  *	encapsulated inside any attribute. Attribute QCA_WLAN_VENDOR_ATTR_NAN
55  *	is used when receiving vendor events in userspace from the driver.
56  * @QCA_NL80211_VENDOR_SUBCMD_STATS_EXT: Ext stats
57  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET: Link layer stats set
58  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET: Link layer stats get
59  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR: Link layer stats clear
60  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_RADIO_RESULTS: Link layer stats radio
61  *	results
62  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_IFACE_RESULTS: Link layer stats interface
63  *	results
64  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_PEERS_RESULTS: Link layer stats peer
65  *	results
66  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START: Ext scan start
67  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP: Ext scan stop
68  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_VALID_CHANNELS: Ext scan get valid
69  *	channels
70  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES: Ext scan get capability
71  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS: Ext scan get cached
72  *	results
73  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_RESULTS_AVAILABLE: Ext scan results
74  *	available. Used when report_threshold is reached in scan cache.
75  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_FULL_SCAN_RESULT: Ext scan full scan
76  *	result. Used to report scan results when each probe rsp. is received,
77  *	if report_events enabled in wifi_scan_cmd_params.
78  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_EVENT: Ext scan event from target.
79  *	Indicates progress of scanning state-machine.
80  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_AP_FOUND: Ext scan hotlist
81  *	ap found
82  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_BSSID_HOTLIST: Ext scan set hotlist
83  *	bssid
84  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_BSSID_HOTLIST: Ext scan reset
85  *	hotlist bssid
86  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SIGNIFICANT_CHANGE: Ext scan significant
87  *	change
88  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SIGNIFICANT_CHANGE: Ext scan set
89  *	significant change
90  *	ap found
91  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SIGNIFICANT_CHANGE: Ext scan reset
92  *	significant change
93  * @QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE: Ext tdls enable
94  * @QCA_NL80211_VENDOR_SUBCMD_TDLS_DISABLE: Ext tdls disable
95  * @QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS: Ext tdls get status
96  * @QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE: Ext tdls state
97  * @QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES: Get supported features
98  * @QCA_NL80211_VENDOR_SUBCMD_SCANNING_MAC_OUI: Set scanning_mac_oui
99  * @QCA_NL80211_VENDOR_SUBCMD_NO_DFS_FLAG: No DFS flag
100  * @QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX: Get Concurrency Matrix
101  * @QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY: Get the key mgmt offload keys
102  * @QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH: After roaming, send the
103  * roaming and auth information.
104  * @QCA_NL80211_VENDOR_SUBCMD_OCB_SET_SCHED: Set OCB schedule
105  *
106  * @QCA_NL80211_VENDOR_SUBCMD_DO_ACS: ACS command/event which is used to
107  *	invoke the ACS function in device and pass selected channels to
108  *	hostapd. Uses enum qca_wlan_vendor_attr_acs_offload attributes.
109  *
110  * @QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES: Get the supported features by the
111  * driver.
112  * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED: Indicate that driver
113  *	started CAC on DFS channel
114  * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED: Indicate that driver
115  * 	completed the CAC check on DFS channel
116  * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED: Indicate that the CAC
117  * 	check was aborted by the driver
118  * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED: Indicate that the
119  * 	driver completed NOP
120  * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED: Indicate that the
121  * 	driver detected radar signal on the current operating channel
122  * @QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO: get wlan driver information
123  * @QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START: start wifi logger
124  * @QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP: memory dump request
125  * @QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET: get logger feature set
126  * @QCA_NL80211_VENDOR_SUBCMD_ROAM: roam
127  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SSID_HOTLIST: extscan set ssid hotlist
128  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SSID_HOTLIST:
129  *	extscan reset ssid hotlist
130  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_SSID_FOUND: hotlist ssid found
131  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_SSID_LOST: hotlist ssid lost
132  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_SET_LIST: set pno list
133  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_SET_PASSPOINT_LIST: set passpoint list
134  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_RESET_PASSPOINT_LIST:
135  *	reset passpoint list
136  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_NETWORK_FOUND: pno network found
137  * @QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_PASSPOINT_NETWORK_FOUND:
138  *	passpoint network found
139  * @QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION: set wifi config
140  * @QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION: get wifi config
141  * @QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET: get logging features
142  * @QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES: get link properties
143  * @QCA_NL80211_VENDOR_SUBCMD_GW_PARAM_CONFIG: set gateway parameters
144  * @QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST: get preferred channel
145 	list
146  * @QCA_NL80211_VENDOR_SUBCMD_SET_PROBABLE_OPER_CHANNEL: channel hint
147  * @QCA_NL80211_VENDOR_SUBCMD_SETBAND: Command to configure the band
148  *	to the host driver. This command sets the band through either
149  *	the attribute QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE or
150  *	QCA_WLAN_VENDOR_ATTR_SETBAND_MASK. QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE
151  *	refers enum qca_set_band as unsigned integer values and
152  *	QCA_WLAN_VENDOR_ATTR_SETBAND_MASK refers it as 32 bit unsigned BitMask
153  *	values. Also, the acceptable values for
154  *	QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE are only till QCA_SETBAND_2G. Further
155  *	values/bitmask's are valid for QCA_WLAN_VENDOR_ATTR_SETBAND_MASK. The
156  *	attribute QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE is deprecated and the
157  *	recommendation is to use the QCA_WLAN_VENDOR_ATTR_SETBAND_MASK. If the
158  *	implementations configure using both the attributes, the configurations
159  *	through QCA_WLAN_VENDOR_ATTR_SETBAND_MASK shall always take the
160  *	precedence.
161  * @QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN: venodr scan command
162  * @QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE: vendor scan complete
163  * @QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN: vendor abort scan
164  * @QCA_NL80211_VENDOR_SUBCMD_OTA_TEST: enable OTA test
165  * @QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE: set tx power by percentage
166  * @QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE_DECR_DB: reduce tx power by DB
167  * @QCA_NL80211_VENDOR_SUBCMD_SET_SAP_CONFIG: SAP configuration
168  * @QCA_NL80211_VENDOR_SUBCMD_TSF: TSF operations command
169  * @QCA_NL80211_VENDOR_SUBCMD_WISA: WISA mode configuration
170  * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START: Command used to
171  *	start the P2P Listen Offload function in device and pass the listen
172  *	channel, period, interval, count, number of device types, device
173  *	types and vendor information elements to device driver and firmware.
174  * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP: Command/event used to
175  *	indicate stop request/response of the P2P Listen Offload function in
176  *	device. As an event, it indicates either the feature stopped after it
177  *	was already running or feature has actually failed to start.
178  * @QCA_NL80211_VENDOR_SUBCMD_GET_STATION: send BSS Information
179  * @QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH: After SAP starts
180  *     beaconing, this sub command provides the driver, the frequencies on the
181  *     5 GHz to check for any radar activity. Driver selects one channel from
182  *     this priority list provided through
183  *     @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST and starts
184  *     to check for radar activity on it. If no radar activity is detected
185  *     during the channel availability check period, driver internally switches
186  *     to the selected frequency of operation. If the frequency is zero, driver
187  *     internally selects a channel. The status of this conditional switch is
188  *     indicated through an event using the same sub command through
189  *     @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS. Attributes are
190  *     listed in qca_wlan_vendor_attr_sap_conditional_chan_switch
191  * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT: Command/event used to config
192  *      indication period and threshold for MAC layer counters.
193  * @QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS: Configure the TDLS behavior
194  *	in the host driver. The different TDLS configurations are defined
195  *	by the attributes in enum qca_wlan_vendor_attr_tdls_configuration.
196  * @QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES: Get HE related capabilities
197  * @QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS:Set the Specific Absorption Rate
198  *	(SAR) power limits. A critical regulation for FCC compliance, OEMs
199  *	require methods to set SAR limits on TX power of WLAN/WWAN.
200  *	enum qca_vendor_attr_sar_limits attributes are used with this command.
201  * @QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS: Vendor command used to get/set
202  *      configuration of vendor ACS.
203  * @QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE: Vendor event carrying the
204  *      requisite information leading to a power save failure. The information
205  *      carried as part of this event is represented by the
206  *      enum qca_attr_chip_power_save_failure attributes.
207  * @QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET: Start/Stop the NUD statistics
208  *      collection. Uses attributes defined in enum qca_attr_nud_stats_set.
209  * @QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET: Get the NUD statistics. These
210  *      statistics are represented by the enum qca_attr_nud_stats_get
211  *      attributes.
212  * @QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS: Sub-command to fetch
213  *      the BSS transition status, whether accept or reject, for a list of
214  *      candidate BSSIDs provided by the userspace. This uses the vendor
215  *      attributes QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON and
216  *      QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO. The userspace shall specify
217  *      the attributes QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON and an
218  *      array of QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID nested in
219  *      QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO in the request. In the response
220  *      the driver shall specify array of
221  *      QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID and
222  *      QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS pairs nested in
223  *      QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO.
224  * @QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL: Set the trace level for a
225  *      specific QCA module. The trace levels are represented by
226  *      enum qca_attr_trace_level attributes.
227  * @QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT: Set the Beam Refinement
228  *      Protocol antenna limit in different modes. See enum
229  *      qca_wlan_vendor_attr_brp_ant_limit_mode.
230  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START: Start spectral scan. The scan
231  *      parameters are specified by enum qca_wlan_vendor_attr_spectral_scan.
232  *      This returns a cookie (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE)
233  *      identifying the operation in success case. In failure cases an
234  *      error code (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE)
235  *      describing the reason for the failure is returned.
236  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP: Stop spectral scan. This uses
237  *      a cookie (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE) from
238  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START to identify the scan to
239  *      be stopped.
240  * @QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS: Set the active Type Of Service on the
241  *     specific interface. This can be used to modify some of the low level
242  *     scan parameters (off channel dwell time, home channel time) in the
243  *     driver/firmware. These parameters are maintained within the host
244  *     driver.
245  *     This command is valid only when the interface is in the connected
246  *     state.
247  *     These scan parameters shall be reset by the driver/firmware once
248  *     disconnected. The attributes used with this command are defined in
249  *     enum qca_wlan_vendor_attr_active_tos.
250  * @QCA_NL80211_VENDOR_SUBCMD_HANG: Event indicating to the user space that the
251  *      driver has detected an internal failure. This event carries the
252  *      information indicating the reason that triggered this detection. The
253  *      attributes for this command are defined in
254  *      enum qca_wlan_vendor_attr_hang.
255  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG: Get the current values
256  *     of spectral parameters used. The spectral scan parameters are specified
257  *     by enum qca_wlan_vendor_attr_spectral_scan.
258  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS: Get the debug stats
259  *     for spectral scan functionality. The debug stats are specified by
260  *     enum qca_wlan_vendor_attr_spectral_diag_stats.
261  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO: Get spectral
262  *     scan system capabilities. The capabilities are specified
263  *     by enum qca_wlan_vendor_attr_spectral_cap.
264  * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS: Get the current
265  *     status of spectral scan. The status values are specified
266  *     by enum qca_wlan_vendor_attr_spectral_scan_status.
267  * @QCA_NL80211_VENDOR_SUBCMD_PEER_FLUSH_PENDING: Sub-command to flush
268  *     peer pending packets. Specify the peer MAC address in
269  *     QCA_WLAN_VENDOR_ATTR_PEER_ADDR and the access category of the packets
270  *     in QCA_WLAN_VENDOR_ATTR_AC. The attributes are listed
271  *     in enum qca_wlan_vendor_attr_flush_pending.
272  * @QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO: Get vendor specific Representative
273  *     RF Operating Parameter (RROP) information. The attributes for this
274  *     information are defined in enum qca_wlan_vendor_attr_rrop_info. This is
275  *     intended for use by external Auto Channel Selection applications.
276  * @QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS: Get the Specific Absorption Rate
277  *	(SAR) power limits. This is a companion to the command
278  *	@QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS and is used to retrieve the
279  *	settings currently in use. The attributes returned by this command are
280  *	defined by enum qca_vendor_attr_sar_limits.
281  * @QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO: Provides the current behaviour of
282  *      the WLAN hardware MAC's associated with each WLAN netdev interface.
283  *      This works both as a query (user space asks the current mode) or event
284  *      interface (driver advertizing the current mode to the user space).
285  *      Driver does not trigger this event for temporary hardware mode changes.
286  *      Mode changes w.r.t Wi-Fi connection updation ( VIZ creation / deletion,
287  *      channel change etc ) are updated with this event. Attributes for this
288  *      interface are defined in enum qca_wlan_vendor_attr_mac.
289  * @QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH: Set MSDU queue depth threshold
290  *	per peer per TID. Attributes for this command are define in
291  *	enum qca_wlan_set_qdepth_thresh_attr
292  * @QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD: Provides the thermal shutdown action
293  *	guide for WLAN driver. Request to suspend of driver and FW if the
294  *	temperature is higher than the suspend threshold; resume action is
295  *	requested to driver if the temperature is lower than the resume
296  *	threshold. In user poll mode, request temperature data by user. For test
297  *	purpose, getting thermal shutdown configuration parameters is needed.
298  *	Attributes for this interface are defined in
299  *	enum qca_wlan_vendor_attr_thermal_cmd.
300  * @QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT: Thermal events reported from
301  *	driver. Thermal temperature and indication of resume completion are
302  *	reported as thermal events. The attributes for this command are defined
303  *	in enum qca_wlan_vendor_attr_thermal_event.
304  * @QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION: Sub command to set WiFi
305  *	test configuration. Attributes for this command are defined in
306  *	enum qca_wlan_vendor_attr_wifi_test_config.
307  * @QCA_NL80211_VENDOR_SUBCMD_NAN_EXT: An extendable version of NAN vendor
308  *	command. The earlier command for NAN, QCA_NL80211_VENDOR_SUBCMD_NAN,
309  *	carried a payload which was a binary blob of data. The command was not
310  *	extendable to send more information. The newer version carries the
311  *	legacy blob encapsulated within an attribute and can be extended with
312  *	additional vendor attributes that can enhance the NAN command
313  *	interface.
314  * @QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG: This command is used to
315  *	configure parameters per peer to capture Channel Frequency Response
316  *	(CFR) and enable Periodic CFR capture. The attributes for this command
317  *	are defined in enum qca_wlan_vendor_peer_cfr_capture_attr.
318  * @QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE: Sub command to get firmware state.
319  *	The returned firmware state is specified in the attribute
320  *	QCA_WLAN_VENDOR_ATTR_FW_STATE.
321  * @QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH: This vendor subcommand
322  *	is used by host driver to flush per-peer cached statistics to user space
323  *	application. This interface is used as an event from host driver to
324  *	user space application. Attributes for this event are specified in
325  *	enum qca_wlan_vendor_attr_peer_stats_cache_params.
326  *	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA attribute is expected to be
327  *	sent as event from host driver.
328  * @QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG: This sub command is used to
329  *	improve the success rate of Zigbee joining network.
330  *	Due to PTA master limitation, zigbee joining network success rate is
331  *	low while wlan is working. Wlan host driver need to configure some
332  *	parameters including Zigbee state and specific WLAN periods to enhance
333  *	PTA master. All this parameters are delivered by the NetLink attributes
334  *	defined in "enum qca_mpta_helper_vendor_attr".
335  * @QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING: This sub command is used to
336  *	implement Beacon frame reporting feature.
337  *
338  *	Userspace can request the driver/firmware to periodically report
339  *	received Beacon frames whose BSSID is same as the current connected
340  *	BSS's MAC address.
341  *
342  *	In case the STA seamlessly (without sending disconnect indication to
343  *	userspace) roams to a different BSS, Beacon frame reporting will be
344  *	automatically enabled for the Beacon frames whose BSSID is same as the
345  *	MAC address of the new BSS. Beacon reporting will be stopped when the
346  *	STA is disconnected (when the disconnect indication is sent to
347  *	userspace) and need to be explicitly enabled by userspace for next
348  *	connection.
349  *
350  *	When a Beacon frame matching configured conditions is received, and if
351  *	userspace has requested to send asynchronous beacon reports, the
352  *	driver/firmware will encapsulate the details of the Beacon frame in an
353  *	event and send it to userspace along with updating the BSS information
354  *	in cfg80211 scan cache, otherwise driver will only update the cfg80211
355  *	scan cache with the information from the received Beacon frame but
356  *	will not send any active report to userspace.
357  *
358  *	The userspace can request the driver/firmware to stop reporting Beacon
359  *	frames. If the driver/firmware is not able to receive Beacon frames
360  *	due to other Wi-Fi operations such as off-channel activities, etc.,
361  *	the driver/firmware will send a pause event to userspace and stop
362  *	reporting Beacon frames. Whether the beacon reporting will be
363  *	automatically resumed or not by the driver/firmware later will be
364  *	reported to userspace using the
365  *	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES flag. The beacon
366  *	reporting shall be resumed for all the cases except either when
367  *	userspace sets QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME flag
368  *	in the command which triggered the current beacon reporting or during
369  *	any disconnection case as indicated by setting
370  *	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON to
371  *	QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED by the
372  *	driver.
373  *
374  *	After QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_PAUSE event is received
375  *	by userspace with QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES
376  *	flag not set, the next first
377  *	QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO event from the driver
378  *	shall be considered as un-pause event.
379  *
380  *	All the attributes used with this command are defined in
381  *	enum qca_wlan_vendor_attr_beacon_reporting_params.
382  * @QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP: In practice, some aps have
383  *	interop issues with the DUT. This sub command is used to transfer the
384  *	ap info between driver and user space. This works both as a command
385  *	or event. As a command, it configs the stored list of aps from user
386  *	space to firmware; as an event, it indicates the ap info detected by
387  *	firmware to user space for persistent storage. The attributes defined
388  *	in enum qca_vendor_attr_interop_issues_ap are used to deliver the
389  *	parameters.
390  * @QCA_NL80211_VENDOR_SUBCMD_OEM_DATA: This command is used to send OEM data
391  *	binary blobs from application/service to firmware. The attributes
392  *	defined in enum qca_wlan_vendor_attr_oem_data_params are used to
393  *	deliver the parameters.
394  * @QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT: This command/event is used
395  *	to send/receive avoid frequency data using
396  *	enum qca_wlan_vendor_attr_avoid_frequency_ext.
397  *	This new command is alternative to existing command
398  *	QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY since existing command/event
399  *	is using stream of bytes instead of structured data using vendor
400  *	attributes.
401  * @QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE: This vendor subcommand is used to
402  *	add the STA node details in driver/firmware. Attributes for this event
403  *	are specified in enum qca_wlan_vendor_attr_add_sta_node_params.
404  * @QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE: This command is used to set BT
405  *	coex chain mode from application/service.
406  *	The attributes defined in enum qca_vendor_attr_btc_chain_mode are used
407  *	to deliver the parameters.
408  * @QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO: This vendor subcommand is used to
409  *	get information of a station from driver to userspace. This command can
410  *	be used in both STA and AP modes. For STA mode, it provides information
411  *	of the current association when in connected state or the last
412  *	association when in disconnected state. For AP mode, only information
413  *	of the currently connected stations is available. This command uses
414  *	attributes defined in enum qca_wlan_vendor_attr_get_sta_info.
415  * @QCA_NL80211_VENDOR_SUBCMD_REQUEST_SAR_LIMITS_EVENT: This acts as an event.
416  *	Host drivers can request the user space entity to set the SAR power
417  *	limits with this event. Accordingly, the user space entity is expected
418  *	to set the SAR power limits. Host drivers can retry this event to the
419  *	user space for the SAR power limits configuration from user space. If
420  *	the driver does not get the SAR power limits from user space for all
421  *	the retried attempts, it can configure a default SAR power limit.
422  * @QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO: This acts as a vendor event and
423  *	is used to update the information about the station from the driver to
424  *	userspace. Uses attributes from enum
425  *	qca_wlan_vendor_attr_update_sta_info.
426  *
427  * @QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON: This acts as an event.
428  *	The host driver initiates the disconnection for scenarios such as beacon
429  *	miss, NUD failure, peer kick out, etc. The disconnection indication
430  *	through cfg80211_disconnected() expects the reason codes from enum
431  *	ieee80211_reasoncode which does not signify these various reasons why
432  *	the driver has triggered the disconnection. This event will be used to
433  *	send the driver specific reason codes by the host driver to userspace.
434  *	Host drivers should trigger this event and pass the respective reason
435  *	code immediately prior to triggering cfg80211_disconnected(). The
436  *	attributes used with this event are defined in enum
437  *	qca_wlan_vendor_attr_driver_disconnect_reason.
438  *
439  * @QCA_NL80211_VENDOR_SUBCMD_CONFIG_TSPEC: This vendor subcommand is used to
440  *	add/delete TSPEC for each AC. One command is for one specific AC only.
441  *	This command can only be used in STA mode and the STA must be
442  *	associated with an AP when the command is issued. Uses attributes
443  *	defined in enum qca_wlan_vendor_attr_config_tspec.
444  *
445  * @QCA_NL80211_VENDOR_SUBCMD_CONFIG_TWT: Vendor subcommand to configure TWT.
446  *	Uses attributes defined in enum qca_wlan_vendor_attr_config_twt.
447  *
448  * @QCA_NL80211_VENDOR_SUBCMD_GETBAND: Command to get the configured band from
449  *	the host driver. The band configurations obtained are referred through
450  *	QCA_WLAN_VENDOR_ATTR_SETBAND_MASK.
451  *
452  * @QCA_NL80211_VENDOR_SUBCMD_MEDIUM_ASSESS: Vendor subcommand/event for medium
453  *	assessment.
454  *	Uses attributes defined in enum qca_wlan_vendor_attr_medium_assess.
455  *
456  * @QCA_NL80211_VENDOR_SUBCMD_UPDATE_SSID: This acts as a vendor event and is
457  *	used to update SSID information in hostapd when it is updated in the
458  *	driver. Uses the attribute NL80211_ATTR_SSID.
459  *
460  * @QCA_NL80211_VENDOR_SUBCMD_WIFI_FW_STATS: This vendor subcommand is used by
461  *	the driver to send opaque data from the firmware to userspace. The
462  *	driver sends an event to userspace whenever such data is received from
463  *	the firmware.
464  *
465  *	QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA is used as the attribute to
466  *	send this opaque data for this event.
467  *
468  *	The format of the opaque data is specific to the particular firmware
469  *	version and there is no guarantee of the format remaining same.
470  *
471  * @QCA_NL80211_VENDOR_SUBCMD_MBSSID_TX_VDEV_STATUS: This acts as an event.
472  *	The host driver selects Tx VDEV, and notifies user. The attributes
473  *	used with this event are defined in enum
474  *	qca_wlan_vendor_attr_mbssid_tx_vdev_status.
475  */
476 
477 enum qca_nl80211_vendor_subcmds {
478 	QCA_NL80211_VENDOR_SUBCMD_UNSPEC = 0,
479 	QCA_NL80211_VENDOR_SUBCMD_TEST = 1,
480 	QCA_NL80211_VENDOR_SUBCMD_ROAMING = 9,
481 	QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY = 10,
482 	QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY = 11,
483 	QCA_NL80211_VENDOR_SUBCMD_NAN = 12,
484 	QCA_NL80211_VENDOR_SUBCMD_STATS_EXT = 13,
485 
486 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET = 14,
487 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET = 15,
488 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR = 16,
489 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_RADIO_RESULTS = 17,
490 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_IFACE_RESULTS = 18,
491 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_PEERS_RESULTS = 19,
492 
493 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START = 20,
494 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP = 21,
495 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_VALID_CHANNELS = 22,
496 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES = 23,
497 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS = 24,
498 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_RESULTS_AVAILABLE = 25,
499 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_FULL_SCAN_RESULT = 26,
500 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_EVENT = 27,
501 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_AP_FOUND = 28,
502 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_BSSID_HOTLIST = 29,
503 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_BSSID_HOTLIST = 30,
504 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SIGNIFICANT_CHANGE = 31,
505 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SIGNIFICANT_CHANGE = 32,
506 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SIGNIFICANT_CHANGE = 33,
507 
508 	QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE = 34,
509 	QCA_NL80211_VENDOR_SUBCMD_TDLS_DISABLE = 35,
510 	QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS = 36,
511 	QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE = 37,
512 
513 	QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES = 38,
514 
515 	QCA_NL80211_VENDOR_SUBCMD_SCANNING_MAC_OUI = 39,
516 	QCA_NL80211_VENDOR_SUBCMD_NO_DFS_FLAG = 40,
517 
518 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_AP_LOST = 41,
519 
520 	/* Get Concurrency Matrix */
521 	QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX = 42,
522 
523 	QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY = 50,
524 	QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH = 51,
525 	QCA_NL80211_VENDOR_SUBCMD_APFIND = 52,
526 
527 	/* Deprecated */
528 	QCA_NL80211_VENDOR_SUBCMD_OCB_SET_SCHED = 53,
529 
530 	QCA_NL80211_VENDOR_SUBCMD_DO_ACS = 54,
531 
532 	QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES = 55,
533 
534 	/* Off loaded DFS events */
535 	QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED = 56,
536 	QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED = 57,
537 	QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED = 58,
538 	QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED = 59,
539 	QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED = 60,
540 
541 	QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO = 61,
542 	QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START = 62,
543 	QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP = 63,
544 	QCA_NL80211_VENDOR_SUBCMD_ROAM = 64,
545 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SSID_HOTLIST = 65,
546 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SSID_HOTLIST = 66,
547 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_SSID_FOUND = 67,
548 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_SSID_LOST = 68,
549 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_SET_LIST = 69,
550 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_SET_PASSPOINT_LIST = 70,
551 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_RESET_PASSPOINT_LIST = 71,
552 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_NETWORK_FOUND = 72,
553 	QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_PNO_PASSPOINT_NETWORK_FOUND = 73,
554 
555 	/* Wi-Fi Configuration subcommands */
556 	QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION = 74,
557 	QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION = 75,
558 	QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET = 76,
559 	QCA_NL80211_VENDOR_SUBCMD_GET_RING_DATA = 77,
560 
561 	QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES = 78,
562 	QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS = 79,
563 	QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI = 80,
564 	QCA_NL80211_VENDOR_SUBCMD_NDP = 81,
565 
566 	/* NS Offload enable/disable cmd */
567 	QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD = 82,
568 
569 	QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER = 83,
570 	QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE = 84,
571 
572 	QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS = 85,
573 
574 	QCA_NL80211_VENDOR_SUBCMD_DATA_OFFLOAD = 91,
575 	/* OCB commands */
576 	QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG = 92,
577 	QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME = 93,
578 	QCA_NL80211_VENDOR_SUBCMD_OCB_START_TIMING_ADVERT = 94,
579 	QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT = 95,
580 	QCA_NL80211_VENDOR_SUBCMD_OCB_GET_TSF_TIMER = 96,
581 	QCA_NL80211_VENDOR_SUBCMD_DCC_GET_STATS = 97,
582 	QCA_NL80211_VENDOR_SUBCMD_DCC_CLEAR_STATS = 98,
583 	QCA_NL80211_VENDOR_SUBCMD_DCC_UPDATE_NDL = 99,
584 	QCA_NL80211_VENDOR_SUBCMD_DCC_STATS_EVENT = 100,
585 
586 	/* subcommand to get link properties */
587 	QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES = 101,
588 	/* LFR Subnet Detection */
589 	QCA_NL80211_VENDOR_SUBCMD_GW_PARAM_CONFIG = 102,
590 
591 	/* DBS subcommands */
592 	QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST = 103,
593 	QCA_NL80211_VENDOR_SUBCMD_SET_PROBABLE_OPER_CHANNEL = 104,
594 
595 	/* Vendor setband command */
596 	QCA_NL80211_VENDOR_SUBCMD_SETBAND = 105,
597 
598 	/* Vendor scan commands */
599 	QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN = 106,
600 	QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE = 107,
601 
602 	/* OTA test subcommand */
603 	QCA_NL80211_VENDOR_SUBCMD_OTA_TEST = 108,
604 	/* Tx power scaling subcommands */
605 	QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE = 109,
606 	/* Tx power scaling in db subcommands */
607 	QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE_DECR_DB = 115,
608 	QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY = 116,
609 	QCA_NL80211_VENDOR_SUBCMD_STA_CONNECT_ROAM_POLICY = 117,
610 	QCA_NL80211_VENDOR_SUBCMD_SET_SAP_CONFIG  = 118,
611 	QCA_NL80211_VENDOR_SUBCMD_TSF = 119,
612 	QCA_NL80211_VENDOR_SUBCMD_WISA = 120,
613 	QCA_NL80211_VENDOR_SUBCMD_GET_STATION = 121,
614 	QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START = 122,
615 	QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP = 123,
616 	QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH = 124,
617 	QCA_NL80211_VENDOR_SUBCMD_GPIO_CONFIG_COMMAND = 125,
618 
619 	QCA_NL80211_VENDOR_SUBCMD_GET_HW_CAPABILITY = 126,
620 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT = 127,
621 	/* FTM/indoor location subcommands */
622 	QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA = 128,
623 	QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION = 129,
624 	QCA_NL80211_VENDOR_SUBCMD_FTM_ABORT_SESSION = 130,
625 	QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT = 131,
626 	QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE = 132,
627 	QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER = 133,
628 	QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS = 134,
629 	QCA_NL80211_VENDOR_SUBCMD_AOA_ABORT_MEAS = 135,
630 	QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT = 136,
631 
632 	/* Encrypt/Decrypt command */
633 	QCA_NL80211_VENDOR_SUBCMD_ENCRYPTION_TEST = 137,
634 
635 	QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI = 138,
636 	/* DMG low level RF sector operations */
637 	QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG = 139,
638 	QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG = 140,
639 	QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SELECTED_SECTOR = 141,
640 	QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR = 142,
641 
642 	/* Configure the TDLS mode from user space */
643 	QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS = 143,
644 
645 	QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES = 144,
646 
647 	/* Vendor abort scan command */
648 	QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN = 145,
649 
650 	/* Set Specific Absorption Rate(SAR) Power Limits */
651 	QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS = 146,
652 
653 	/* External Auto channel configuration setting */
654 	QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS = 147,
655 
656 	QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE = 148,
657 	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET = 149,
658 	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET = 150,
659 	QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS = 151,
660 
661 	/* Set the trace level for QDF */
662 	QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL = 152,
663 
664 	QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT = 153,
665 
666 	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START = 154,
667 	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP = 155,
668 	QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS = 156,
669 	QCA_NL80211_VENDOR_SUBCMD_HANG = 157,
670 	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG = 158,
671 	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS = 159,
672 	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO = 160,
673 	QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS = 161,
674 	QCA_NL80211_VENDOR_SUBCMD_PEER_FLUSH_PENDING = 162,
675 	QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO = 163,
676 	QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS = 164,
677 	QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO = 165,
678 	QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH = 166,
679 	QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD = 167,
680 	QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT = 168,
681 	/* Wi-Fi test configuration subcommand */
682 	QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION = 169,
683 	QCA_NL80211_VENDOR_SUBCMD_NAN_EXT = 171,
684 	QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG = 173,
685 	QCA_NL80211_VENDOR_SUBCMD_THROUGHPUT_CHANGE_EVENT = 174,
686 	QCA_NL80211_VENDOR_SUBCMD_COEX_CONFIG = 175,
687 	QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE = 177,
688 	QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH = 178,
689 	QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG = 179,
690 	QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING = 180,
691 	QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP = 181,
692 	QCA_NL80211_VENDOR_SUBCMD_OEM_DATA = 182,
693 	QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT = 183,
694 	QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE = 184,
695 	QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE = 185,
696 	QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO = 186,
697 	QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS_EVENT = 187,
698 	QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO = 188,
699 	QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON = 189,
700 	QCA_NL80211_VENDOR_SUBCMD_CONFIG_TSPEC = 190,
701 	QCA_NL80211_VENDOR_SUBCMD_CONFIG_TWT = 191,
702 	QCA_NL80211_VENDOR_SUBCMD_GETBAND = 192,
703 	QCA_NL80211_VENDOR_SUBCMD_MEDIUM_ASSESS = 193,
704 	QCA_NL80211_VENDOR_SUBCMD_UPDATE_SSID = 194,
705 	QCA_NL80211_VENDOR_SUBCMD_WIFI_FW_STATS = 195,
706 	QCA_NL80211_VENDOR_SUBCMD_MBSSID_TX_VDEV_STATUS = 196,
707 };
708 
709 enum qca_wlan_vendor_tos {
710 	QCA_WLAN_VENDOR_TOS_BK = 0,
711 	QCA_WLAN_VENDOR_TOS_BE = 1,
712 	QCA_WLAN_VENDOR_TOS_VI = 2,
713 	QCA_WLAN_VENDOR_TOS_VO = 3,
714 };
715 
716 /**
717  * enum qca_wlan_vendor_attr_active_tos - Used by the vendor command
718  * QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS.
719  */
720 enum qca_wlan_vendor_attr_active_tos {
721 	QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_INVALID = 0,
722 	/* Type Of Service - Represented by qca_wlan_vendor_tos */
723 	QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS = 1,
724 	/* Flag attribute representing the start (attribute included) or stop
725 	 * (attribute not included) of the respective TOS.
726 	 */
727 	QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_START = 2,
728 	QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_MAX = 3,
729 };
730 
731 enum qca_wlan_vendor_hang_reason {
732 	/* Unspecified reason */
733 	QCA_WLAN_HANG_REASON_UNSPECIFIED = 0,
734 	/* No Map for the MAC entry for the received frame */
735 	QCA_WLAN_HANG_RX_HASH_NO_ENTRY_FOUND = 1,
736 	/* peer deletion timeout happened */
737 	QCA_WLAN_HANG_PEER_DELETION_TIMEDOUT = 2,
738 	/* peer unmap timeout */
739 	QCA_WLAN_HANG_PEER_UNMAP_TIMEDOUT = 3,
740 	/* Scan request timed out */
741 	QCA_WLAN_HANG_SCAN_REQ_EXPIRED = 4,
742 	/* Consecutive Scan attempt failures */
743 	QCA_WLAN_HANG_SCAN_ATTEMPT_FAILURES = 5,
744 	/* Unable to get the message buffer */
745 	QCA_WLAN_HANG_GET_MSG_BUFF_FAILURE = 6,
746 	/* Current command processing is timedout */
747 	QCA_WLAN_HANG_ACTIVE_LIST_TIMEOUT = 7,
748 	/* Timeout for an ACK from FW for suspend request */
749 	QCA_WLAN_HANG_SUSPEND_TIMEOUT = 8,
750 	/* Timeout for an ACK from FW for resume request */
751 	QCA_WLAN_HANG_RESUME_TIMEOUT = 9,
752 	/* Transmission timeout for consecutive data frames */
753 	QCA_WLAN_HANG_TRANSMISSIONS_TIMEOUT = 10,
754 	/* Timeout for the TX completion status of data frame */
755 	QCA_WLAN_HANG_TX_COMPLETE_TIMEOUT = 11,
756 	/* DXE failure for tx/Rx, DXE resource unavailability */
757 	QCA_WLAN_HANG_DXE_FAILURE = 12,
758 	/* WMI pending commands exceed the maximum count */
759 	QCA_WLAN_HANG_WMI_EXCEED_MAX_PENDING_CMDS = 13,
760 	/* Timeout for peer STA connection accept command's response from the
761 	 * FW in AP mode. This command is triggered when a STA (peer) connects
762 	 * to AP (DUT).
763 	 */
764 	QCA_WLAN_HANG_AP_STA_CONNECT_REQ_TIMEOUT = 14,
765 	/* Timeout for the AP connection accept command's response from the FW
766 	 * in STA mode. This command is triggered when the STA (DUT) connects
767 	 * to an AP (peer).
768 	 */
769 	QCA_WLAN_HANG_STA_AP_CONNECT_REQ_TIMEOUT = 15,
770 	/* Timeout waiting for the response to the MAC HW mode change command
771 	 * sent to FW as a part of MAC mode switch among DBS (Dual Band
772 	 * Simultaneous), SCC (Single Channel Concurrency), and MCC (Multi
773 	 * Channel Concurrency) mode.
774 	 */
775 	QCA_WLAN_HANG_MAC_HW_MODE_CHANGE_TIMEOUT = 16,
776 	/* Timeout waiting for the response from FW to configure the MAC HW's
777 	 * mode. This operation is to configure the single/two MACs in either
778 	 * SCC/MCC/DBS mode.
779 	 */
780 	QCA_WLAN_HANG_MAC_HW_MODE_CONFIG_TIMEOUT = 17,
781 	/* Timeout waiting for response of VDEV start command from the FW */
782 	QCA_WLAN_HANG_VDEV_START_RESPONSE_TIMED_OUT = 18,
783 	/* Timeout waiting for response of VDEV restart command from the FW */
784 	QCA_WLAN_HANG_VDEV_RESTART_RESPONSE_TIMED_OUT = 19,
785 	/* Timeout waiting for response of VDEV stop command from the FW */
786 	QCA_WLAN_HANG_VDEV_STOP_RESPONSE_TIMED_OUT = 20,
787 	/* Timeout waiting for response of VDEV delete command from the FW */
788 	QCA_WLAN_HANG_VDEV_DELETE_RESPONSE_TIMED_OUT = 21,
789 	/* Timeout waiting for response of peer all delete request command to
790 	 * the FW on a specific VDEV.
791 	 */
792 	QCA_WLAN_HANG_VDEV_PEER_DELETE_ALL_RESPONSE_TIMED_OUT = 22,
793 	/* WMI sequence mismatch between WMI command and Tx completion */
794 	QCA_WLAN_HANG_WMI_BUF_SEQUENCE_MISMATCH = 23,
795 	/* Write to Device HAL register failed */
796 	QCA_WLAN_HANG_REG_WRITE_FAILURE = 24,
797 	/* No credit left to send the wow_wakeup_from_sleep to firmware */
798 	QCA_WLAN_HANG_SUSPEND_NO_CREDIT = 25,
799 	/* Bus failure */
800 	QCA_WLAN_HANG_BUS_FAILURE = 26,
801 };
802 
803 /**
804  * enum qca_wlan_vendor_attr_hang - Used by the vendor command
805  * QCA_NL80211_VENDOR_SUBCMD_HANG.
806  */
807 enum qca_wlan_vendor_attr_hang {
808 	QCA_WLAN_VENDOR_ATTR_HANG_INVALID = 0,
809 	/*
810 	 * Reason for the Hang - Represented by enum
811 	 * qca_wlan_vendor_hang_reason.
812 	 */
813 	QCA_WLAN_VENDOR_ATTR_HANG_REASON = 1,
814 	/* The binary blob data associated with the hang reason specified by
815 	 * QCA_WLAN_VENDOR_ATTR_HANG_REASON. This binary data is expected to
816 	 * contain the required dump to analyze the reason for the hang.
817 	 * NLA_BINARY attribute, the max size is 1024 bytes.
818 	 */
819 	QCA_WLAN_VENDOR_ATTR_HANG_REASON_DATA = 2,
820 	QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST,
821 	QCA_WLAN_VENDOR_ATTR_HANG_MAX =
822 		QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST - 1,
823 };
824 
825 /**
826  * enum qca_vendor_attr_set_trace_level - Config params for QDF set trace level
827  * @QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_INVALID: Invalid trace level
828  * @QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_PARAM : Trace level parameters
829  * @QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_MODULE_ID : Module of which trace
830     level needs to be updated.
831  * @QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_TRACE_MASK : verbose mask, which need
832  * to be set.
833  * @QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_AFTER_LAST : after last.
834  * @QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_MAX : Max attribute.
835  */
836 enum qca_vendor_attr_set_trace_level {
837 	QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_INVALID = 0,
838 	/*
839 	* Array of QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_PARAM
840 	* attributes.
841 	*/
842 	QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_PARAM = 1,
843 	QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_MODULE_ID = 2,
844 	QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_TRACE_MASK = 3,
845 	QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_AFTER_LAST,
846 	QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_MAX =
847 		QCA_WLAN_VENDOR_ATTR_SET_TRACE_LEVEL_AFTER_LAST - 1,
848 };
849 
850 /**
851  * enum qca_wlan_vendor_attr_get_station - Sub commands used by
852  * QCA_NL80211_VENDOR_SUBCMD_GET_STATION to get the corresponding
853  * station information. The information obtained through these
854  * commands signify the current info in connected state and
855  * latest cached information during the connected state , if queried
856  * when in disconnected state.
857  *
858  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INVALID: Invalid attribute
859  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO: bss info
860  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_ASSOC_FAIL_REASON: assoc fail reason
861  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_REMOTE: remote station info
862  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_AFTER_LAST: After last
863  */
864 enum qca_wlan_vendor_attr_get_station {
865 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INVALID = 0,
866 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO,
867 	QCA_WLAN_VENDOR_ATTR_GET_STATION_ASSOC_FAIL_REASON,
868 	QCA_WLAN_VENDOR_ATTR_GET_STATION_REMOTE,
869 
870 	/* keep last */
871 	QCA_WLAN_VENDOR_ATTR_GET_STATION_AFTER_LAST,
872 	QCA_WLAN_VENDOR_ATTR_GET_STATION_MAX =
873 		QCA_WLAN_VENDOR_ATTR_GET_STATION_AFTER_LAST - 1,
874 };
875 
876 /**
877  * enum qca_wlan_vendor_attr_update_sta_info - Defines attributes
878  * used by QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO vendor command.
879  *
880  * @QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_CONNECT_CHANNELS: Type is NLA_UNSPEC.
881  * Used in STA mode. This attribute represents the list of channel center
882  * frequencies in MHz (u32) the station has learnt during the last connection
883  * or roaming attempt. This information shall not signify the channels for
884  * an explicit scan request from the user space. Host drivers can update this
885  * information to the user space in both connected and disconnected state.
886  * In the disconnected state this information shall signify the channels
887  * scanned in the last connection/roam attempt that lead to the disconnection.
888  */
889 enum qca_wlan_vendor_attr_update_sta_info {
890 	QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_INVALID = 0,
891 	QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_CONNECT_CHANNELS = 1,
892 
893 	/* keep last */
894 	QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_AFTER_LAST,
895 	QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_MAX =
896 		QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_AFTER_LAST - 1,
897 };
898 
899 /**
900  * enum qca_wlan_802_11_mode - dot11 mode
901  * @QCA_WLAN_802_11_MODE_11B: mode B
902  * @QCA_WLAN_802_11_MODE_11G: mode G
903  * @QCA_WLAN_802_11_MODE_11N: mode N
904  * @QCA_WLAN_802_11_MODE_11A: mode A
905  * @QCA_WLAN_802_11_MODE_11AC: mode AC
906  * @QCA_WLAN_802_11_MODE_11AX: mode AX
907  * @QCA_WLAN_802_11_MODE_INVALID: Invalid dot11 mode
908  */
909 enum qca_wlan_802_11_mode {
910 	QCA_WLAN_802_11_MODE_11B,
911 	QCA_WLAN_802_11_MODE_11G,
912 	QCA_WLAN_802_11_MODE_11N,
913 	QCA_WLAN_802_11_MODE_11A,
914 	QCA_WLAN_802_11_MODE_11AC,
915 	QCA_WLAN_802_11_MODE_11AX,
916 	QCA_WLAN_802_11_MODE_INVALID,
917 };
918 
919 /**
920  * enum qca_wlan_auth_type - Authentication key management type
921  * @QCA_WLAN_AUTH_TYPE_INVALID: Invalid key management type
922  * @QCA_WLAN_AUTH_TYPE_OPEN: Open key
923  * @QCA_WLAN_AUTH_TYPE_SHARED: shared key
924  * @QCA_WLAN_AUTH_TYPE_WPA: wpa key
925  * @QCA_WLAN_AUTH_TYPE_WPA_PSK: wpa psk key
926  * @QCA_WLAN_AUTH_TYPE_WPA_NONE: wpa none key
927  * @QCA_WLAN_AUTH_TYPE_RSN: rsn key
928  * @QCA_WLAN_AUTH_TYPE_RSN_PSK: rsn psk key
929  * @QCA_WLAN_AUTH_TYPE_FT: ft key
930  * @QCA_WLAN_AUTH_TYPE_FT_PSK: ft psk key
931  * @QCA_WLAN_AUTH_TYPE_SHA256: shared 256 key
932  * @QCA_WLAN_AUTH_TYPE_SHA256_PSK: shared 256 psk
933  * @QCA_WLAN_AUTH_TYPE_WAI: wai key
934  * @QCA_WLAN_AUTH_TYPE_WAI_PSK wai psk key
935  * @QCA_WLAN_AUTH_TYPE_CCKM_WPA: cckm wpa key
936  * @QCA_WLAN_AUTH_TYPE_CCKM_RSN: cckm rsn key
937  * @QCA_WLAN_AUTH_TYPE_AUTOSWITCH: Autoswitch key
938  * @QCA_WLAN_AUTH_TYPE_FT_SAE: FT sae akm
939  * @QCA_WLAN_AUTH_TYPE_FT_SUITEB_EAP_SHA384: FT suite B SHA384
940  * @QCA_WLAN_AUTH_TYPE_SAE: SAE key
941  * @QCA_WLAN_AUTH_TYPE_FILS_SHA256: FILS SHA 256 key
942  * @QCA_WLAN_AUTH_TYPE_FILS_SHA384: FILS SAH 384 key
943  * @QCA_WLAN_AUTH_TYPE_FT_FILS_SHA256: FT FILS SHA 256 key
944  * @QCA_WLAN_AUTH_TYPE_FT_FILS_SHA384: FT FILS SHA 384 key
945  * @QCA_WLAN_AUTH_TYPE_DPP_RSN: DPP RSN key
946  * @QCA_WLAN_AUTH_TYPE_OWE: owe key
947  * @QCA_WLAN_AUTH_TYPE_SUITEB_EAP_SHA256 : EAP SHA 256 key
948  * @QCA_WLAN_AUTH_TYPE_SUITEB_EAP_SHA384 : EAP SHA 384 key
949  */
950 enum qca_wlan_auth_type {
951 	QCA_WLAN_AUTH_TYPE_INVALID,
952 	QCA_WLAN_AUTH_TYPE_OPEN,
953 	QCA_WLAN_AUTH_TYPE_SHARED,
954 	QCA_WLAN_AUTH_TYPE_WPA,
955 	QCA_WLAN_AUTH_TYPE_WPA_PSK,
956 	QCA_WLAN_AUTH_TYPE_WPA_NONE,
957 	QCA_WLAN_AUTH_TYPE_RSN,
958 	QCA_WLAN_AUTH_TYPE_RSN_PSK,
959 	QCA_WLAN_AUTH_TYPE_FT,
960 	QCA_WLAN_AUTH_TYPE_FT_PSK,
961 	QCA_WLAN_AUTH_TYPE_SHA256,
962 	QCA_WLAN_AUTH_TYPE_SHA256_PSK,
963 	QCA_WLAN_AUTH_TYPE_WAI,
964 	QCA_WLAN_AUTH_TYPE_WAI_PSK,
965 	QCA_WLAN_AUTH_TYPE_CCKM_WPA,
966 	QCA_WLAN_AUTH_TYPE_CCKM_RSN,
967 	QCA_WLAN_AUTH_TYPE_AUTOSWITCH,
968 	QCA_WLAN_AUTH_TYPE_FT_SAE,
969 	QCA_WLAN_AUTH_TYPE_FT_SUITEB_EAP_SHA384,
970 	QCA_WLAN_AUTH_TYPE_SAE,
971 	QCA_WLAN_AUTH_TYPE_FILS_SHA256,
972 	QCA_WLAN_AUTH_TYPE_FILS_SHA384,
973 	QCA_WLAN_AUTH_TYPE_FT_FILS_SHA256,
974 	QCA_WLAN_AUTH_TYPE_FT_FILS_SHA384,
975 	QCA_WLAN_AUTH_TYPE_DPP_RSN,
976 	QCA_WLAN_AUTH_TYPE_OWE,
977 	QCA_WLAN_AUTH_TYPE_SUITEB_EAP_SHA256,
978 	QCA_WLAN_AUTH_TYPE_SUITEB_EAP_SHA384,
979 };
980 
981 /**
982  * enum qca_wlan_vendor_attr_get_station_info - Station Info queried
983  * through QCA_NL80211_VENDOR_SUBCMD_GET_STATION.
984  *
985  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_INVALID: Invalid Attribute
986  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_LINK_STANDARD_NL80211_ATTR:
987  *  Get the standard NL attributes Nested with this attribute.
988  *  Ex : Query BW , BITRATE32 , NSS , Signal , Noise of the Link -
989  *  NL80211_ATTR_SSID / NL80211_ATTR_SURVEY_INFO (Connected Channel) /
990  *  NL80211_ATTR_STA_INFO
991  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AP_STANDARD_NL80211_ATTR:
992  *  Get the standard NL attributes Nested with this attribute.
993  *  Ex : Query HT/VHT Capability advertized by the AP.
994  *  NL80211_ATTR_VHT_CAPABILITY / NL80211_ATTR_HT_CAPABILITY
995  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ROAM_COUNT:
996  *  Number of successful Roam attempts before a
997  *  disconnect, Unsigned 32 bit value
998  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AKM:
999  *  Authentication Key Management Type used for the connected session.
1000  *  Signified by enum qca_wlan_auth_type
1001  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_802_11_MODE: 802.11 Mode of the
1002  *  connected Session, signified by enum qca_wlan_802_11_mode
1003  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AP_HS20_INDICATION:
1004  *  HS20 Indication Element
1005  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ASSOC_FAIL_REASON:
1006  *  Status Code Corresponding to the Association Failure.
1007  *  Unsigned 32 bit value.
1008  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_MAX_PHY_RATE:
1009  *  Max phy rate of remote station
1010  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_PACKETS:
1011  *  TX packets to remote station
1012  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_BYTES:
1013  *  TX bytes to remote station
1014  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_PACKETS:
1015  *  RX packets from remote station
1016  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_BYTES:
1017  *  RX bytes from remote station
1018  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_LAST_TX_RATE:
1019  *  Last TX rate with remote station
1020  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_LAST_RX_RATE:
1021  *  Last RX rate with remote station
1022  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_WMM:
1023  *  Remote station enable/disable WMM
1024  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_SUPPORTED_MODE:
1025  *  Remote station connection mode
1026  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_AMPDU:
1027  *  Remote station AMPDU enable/disable
1028  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_STBC:
1029  *  Remote station TX Space-time block coding enable/disable
1030  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_STBC:
1031  *  Remote station RX Space-time block coding enable/disable
1032  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_CH_WIDTH:
1033  *  Remote station channel width
1034  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_SGI_ENABLE:
1035  *  Remote station short GI enable/disable
1036  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_PAD: Attribute type for padding
1037  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_BEACON_IES: Binary attribute
1038  *  containing the raw information elements from Beacon frames. Represents
1039  *  the Beacon frames of the current BSS in the connected state. When queried
1040  *  in the disconnected state, these IEs correspond to the last connected BSSID.
1041  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_DRIVER_DISCONNECT_REASON: u32, Driver
1042  *  disconnect reason for the last disconnection if the disconnection is
1043  *  triggered from the host driver. The values are referred from
1044  *  enum qca_disconnect_reason_codes. If the disconnect is from
1045  *  peer/userspace this value is QCA_DISCONNECT_REASON_UNSPECIFIED.
1046  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ASSOC_REQ_IES: Binary attribute
1047  *  Applicable in AP mode only. It contains the raw information elements
1048  *  from assoc request frame of the given peer station. User queries with the
1049  *  mac address of peer station when it disconnects. Host driver sends
1050  *  assoc request frame of the given station. Host driver doesn't provide
1051  *  the IEs when the peer station is still in connected state.
1052  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_HE_OPERATION: Attribute type for
1053  * sending HE operation info.
1054  * @QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AFTER_LAST: After last
1055  */
1056 enum qca_wlan_vendor_attr_get_station_info {
1057 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_INVALID = 0,
1058 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_LINK_STANDARD_NL80211_ATTR,
1059 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AP_STANDARD_NL80211_ATTR,
1060 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ROAM_COUNT,
1061 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AKM,
1062 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_802_11_MODE,
1063 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AP_HS20_INDICATION,
1064 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_HT_OPERATION,
1065 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_VHT_OPERATION,
1066 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ASSOC_FAIL_REASON,
1067 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_MAX_PHY_RATE,
1068 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_PACKETS,
1069 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_BYTES,
1070 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_PACKETS,
1071 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_BYTES,
1072 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_LAST_TX_RATE,
1073 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_LAST_RX_RATE,
1074 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_WMM,
1075 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_SUPPORTED_MODE,
1076 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_AMPDU,
1077 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_STBC,
1078 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_STBC,
1079 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_CH_WIDTH,
1080 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_SGI_ENABLE,
1081 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_PAD,
1082 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_RETRY_COUNT,
1083 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_BC_MC_COUNT,
1084 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_FAILURE,
1085 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_AVG_RSSI_PER_CHAIN,
1086 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_RETRY_SUCCEED,
1087 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_RX_LAST_PKT_RSSI,
1088 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_RETRY,
1089 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_RETRY_EXHAUST,
1090 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_TOTAL_FW,
1091 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_RETRY_FW,
1092 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_REMOTE_TX_RETRY_EXHAUST_FW,
1093 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_BEACON_IES,
1094 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_DRIVER_DISCONNECT_REASON,
1095 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_ASSOC_REQ_IES,
1096 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_HE_OPERATION,
1097 
1098 	/* keep last */
1099 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AFTER_LAST,
1100 	QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_MAX =
1101 		QCA_WLAN_VENDOR_ATTR_GET_STATION_INFO_AFTER_LAST - 1,
1102 };
1103 
1104 /**
1105  * enum qca_wlan_vendor_attr_tdls_enable - TDLS enable attribute
1106  *
1107  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_INVALID: Invalid initial value
1108  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAC_ADDR: An array of 6 x Unsigned 8-bit
1109  *	value
1110  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_CHANNEL: Signed 32-bit value, but lets
1111  *	keep as unsigned for now
1112  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_GLOBAL_OPERATING_CLASS: operating class
1113  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX_LATENCY_MS: Enable max latency in ms
1114  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MIN_BANDWIDTH_KBPS: Enable min bandwidth
1115  *	in KBPS
1116  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_AFTER_LAST: After last
1117  * @QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX: Max value
1118  */
1119 enum qca_wlan_vendor_attr_tdls_enable {
1120 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_INVALID = 0,
1121 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAC_ADDR,
1122 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_CHANNEL,
1123 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_GLOBAL_OPERATING_CLASS,
1124 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX_LATENCY_MS,
1125 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MIN_BANDWIDTH_KBPS,
1126 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_AFTER_LAST,
1127 	QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX =
1128 		QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_AFTER_LAST - 1,
1129 };
1130 
1131 /**
1132  * enum qca_wlan_vendor_attr_tdls_disable: tdls disable attribute
1133  *
1134  * @QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_INVALID: Invalid initial value
1135  * @QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAC_ADDR: An array of 6 x Unsigned
1136  *	8-bit value
1137  * @QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_AFTER_LAST: After last
1138  * @QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAX: Max value
1139  */
1140 enum qca_wlan_vendor_attr_tdls_disable {
1141 	QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_INVALID = 0,
1142 	QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAC_ADDR,
1143 	QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_AFTER_LAST,
1144 	QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAX =
1145 		QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_AFTER_LAST - 1,
1146 };
1147 
1148 /**
1149  * qca_chip_power_save_failure_reason: Power save failure reason
1150  * @QCA_CHIP_POWER_SAVE_FAILURE_REASON_PROTOCOL: Indicates power save failure
1151  * due to protocol/module.
1152  * @QCA_CHIP_POWER_SAVE_FAILURE_REASON_HARDWARE: power save failure
1153  * due to hardware
1154  */
1155 enum qca_chip_power_save_failure_reason {
1156 	QCA_CHIP_POWER_SAVE_FAILURE_REASON_PROTOCOL = 0,
1157 	QCA_CHIP_POWER_SAVE_FAILURE_REASON_HARDWARE = 1,
1158 };
1159 
1160 /**
1161  * qca_attr_chip_power_save_failure: attributes to vendor subcmd
1162  * @QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE. This carry the requisite
1163  * information leading to the power save failure.
1164  * @QCA_ATTR_CHIP_POWER_SAVE_FAILURE_INVALID : invalid
1165  * @QCA_ATTR_CHIP_POWER_SAVE_FAILURE_REASON : power save failure reason
1166  * represented by enum qca_chip_power_save_failure_reason
1167  * @QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST : Last
1168  * @QCA_ATTR_CHIP_POWER_SAVE_FAILURE_MAX : Max value
1169  */
1170 enum qca_attr_chip_power_save_failure {
1171 	QCA_ATTR_CHIP_POWER_SAVE_FAILURE_INVALID = 0,
1172 
1173 	QCA_ATTR_CHIP_POWER_SAVE_FAILURE_REASON = 1,
1174 
1175 	/* keep last */
1176 	QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST,
1177 	QCA_ATTR_CHIP_POWER_SAVE_FAILURE_MAX =
1178 		QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST - 1,
1179 };
1180 
1181 
1182 /**
1183  * enum qca_wlan_vendor_attr_tdls_get_status - tdls get status attribute
1184  *
1185  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_INVALID: Invalid initial value
1186  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAC_ADDR: An array of 6 x Unsigned
1187  *	8-bit value
1188  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_STATE: get status state,
1189  *	unsigned 32-bit value
1190  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_REASON: get status reason
1191  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_CHANNEL: get status channel,
1192  *	unsigned 32-bit value
1193  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_GLOBAL_OPERATING_CLASS: get operating
1194  *	class, unsigned 32-bit value
1195  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_AFTER_LAST: After last
1196  * @QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAX: Max value
1197  */
1198 enum qca_wlan_vendor_attr_tdls_get_status {
1199 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_INVALID = 0,
1200 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAC_ADDR,
1201 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_STATE,
1202 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_REASON,
1203 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_CHANNEL,
1204 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_GLOBAL_OPERATING_CLASS,
1205 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_AFTER_LAST,
1206 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAX =
1207 		QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_AFTER_LAST - 1,
1208 };
1209 
1210 /**
1211  * enum qca_wlan_vendor_attr_tdls_state - tdls state attribute
1212  *
1213  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_INVALID: Initial invalid value
1214  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAC_ADDR: An array of 6 x Unsigned
1215  *	8-bit value
1216  * @QCA_WLAN_VENDOR_ATTR_TDLS_NEW_STATE: TDLS new state,
1217  *	unsigned 32-bit value
1218  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_REASON: TDLS state reason
1219  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_CHANNEL: TDLS state channel,
1220  *	unsigned 32-bit value
1221  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_GLOBAL_OPERATING_CLASS: TDLS state
1222  *	operating class, unsigned 32-bit value
1223  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_AFTER_LAST: After last
1224  * @QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAX: Max value
1225  */
1226 enum qca_wlan_vendor_attr_tdls_state {
1227 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_INVALID = 0,
1228 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAC_ADDR,
1229 	QCA_WLAN_VENDOR_ATTR_TDLS_NEW_STATE,
1230 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_REASON,
1231 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_CHANNEL,
1232 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_GLOBAL_OPERATING_CLASS,
1233 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_AFTER_LAST,
1234 	QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAX =
1235 		QCA_WLAN_VENDOR_ATTR_TDLS_STATE_AFTER_LAST - 1,
1236 };
1237 
1238 /* enum's to provide TDLS capabilities */
1239 enum qca_wlan_vendor_attr_get_tdls_capabilities {
1240 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_INVALID = 0,
1241 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX_CONC_SESSIONS = 1,
1242 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_FEATURES_SUPPORTED = 2,
1243 
1244 	/* keep last */
1245 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST,
1246 	QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX =
1247 		QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST - 1,
1248 };
1249 
1250 enum qca_wlan_vendor_attr {
1251 	QCA_WLAN_VENDOR_ATTR_INVALID = 0,
1252 	/* used by QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY */
1253 	QCA_WLAN_VENDOR_ATTR_DFS     = 1,
1254 	/* used by QCA_NL80211_VENDOR_SUBCMD_NAN */
1255 	QCA_WLAN_VENDOR_ATTR_NAN     = 2,
1256 	/* used by QCA_NL80211_VENDOR_SUBCMD_STATS_EXT */
1257 	QCA_WLAN_VENDOR_ATTR_STATS_EXT     = 3,
1258 	/* used by QCA_NL80211_VENDOR_SUBCMD_STATS_EXT */
1259 	QCA_WLAN_VENDOR_ATTR_IFINDEX     = 4,
1260 	/*
1261 	 * used by QCA_NL80211_VENDOR_SUBCMD_ROAMING, u32 with values defined
1262 	 * by enum qca_roaming_policy.
1263 	 */
1264 	QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY = 5,
1265 	QCA_WLAN_VENDOR_ATTR_MAC_ADDR = 6,
1266 	/* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
1267 	QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS = 7,
1268 	QCA_WLAN_VENDOR_ATTR_TEST = 8,
1269 	/*
1270 	 * used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES
1271 	 * Unsigned 32-bit value.
1272 	 */
1273 	QCA_WLAN_VENDOR_ATTR_CONCURRENCY_CAPA = 9,
1274 	/* Unsigned 32-bit value */
1275 	QCA_WLAN_VENDOR_ATTR_MAX_CONCURRENT_CHANNELS_2_4_BAND = 10,
1276 	/* Unsigned 32-bit value */
1277 	QCA_WLAN_VENDOR_ATTR_MAX_CONCURRENT_CHANNELS_5_0_BAND = 11,
1278 	/* Unsigned 32-bit value from enum qca_set_band. Also, the acceptable
1279 	 * value for this attribute are only till QCA_SETBAND_2G. This attribute
1280 	 * is deprecated. Recommendation is to use
1281 	 * QCA_WLAN_VENDOR_ATTR_SETBAND_MASK instead. If the band is configured
1282 	 * using both the attributes, the ones configured through
1283 	 * QCA_WLAN_VENDOR_ATTR_SETBAND_MASK take the precedence.
1284 	 */
1285 	QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE = 12,
1286 	/* Dummy (NOP) attribute for 64 bit padding */
1287 	QCA_WLAN_VENDOR_ATTR_PAD = 13,
1288 	/*
1289 	 * Unique FTM session cookie (Unsigned 64 bit). Specified in
1290 	 * QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION. Reported in
1291 	 * the session in QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT and
1292 	 * QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE.
1293 	 */
1294 	QCA_WLAN_VENDOR_ATTR_FTM_SESSION_COOKIE = 14,
1295 	/*
1296 	 * Indoor location capabilities, returned by
1297 	 * QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA.
1298 	 * see enum qca_wlan_vendor_attr_loc_capa.
1299 	 */
1300 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA = 15,
1301 	/*
1302 	 * Array of nested attributes containing information about each peer
1303 	 * in FTM measurement session. See enum qca_wlan_vendor_attr_peer_info
1304 	 * for supported attributes for each peer.
1305 	 */
1306 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEERS = 16,
1307 	/*
1308 	 * Array of nested attributes containing measurement results for
1309 	 * one or more peers, reported by the
1310 	 * QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT event.
1311 	 * See enum qca_wlan_vendor_attr_peer_result for list of supported
1312 	 * attributes.
1313 	 */
1314 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEER_RESULTS = 17,
1315 	/* Flag attribute for enabling or disabling responder functionality. */
1316 	QCA_WLAN_VENDOR_ATTR_FTM_RESPONDER_ENABLE = 18,
1317 	/*
1318 	 * Used in the QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
1319 	 * command to specify the LCI report that will be sent by
1320 	 * the responder during a measurement exchange. The format is
1321 	 * defined in IEEE P802.11-REVmc/D7.0, 9.4.2.22.10.
1322 	 */
1323 	QCA_WLAN_VENDOR_ATTR_FTM_LCI = 19,
1324 	/*
1325 	 * Used in the QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
1326 	 * command to specify the location civic report that will
1327 	 * be sent by the responder during a measurement exchange.
1328 	 * The format is defined in IEEE P802.11-REVmc/D7.0, 9.4.2.22.13.
1329 	 */
1330 	QCA_WLAN_VENDOR_ATTR_FTM_LCR = 20,
1331 	/*
1332 	 * Session/measurement completion status code,
1333 	 * reported in QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE and
1334 	 * QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT
1335 	 * see enum qca_vendor_attr_loc_session_status.
1336 	 */
1337 	QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS = 21,
1338 	/*
1339 	 * Initial dialog token used by responder (0 if not specified),
1340 	 * unsigned 8 bit value.
1341 	 */
1342 	QCA_WLAN_VENDOR_ATTR_FTM_INITIAL_TOKEN = 22,
1343 	/*
1344 	 * AOA measurement type. Requested in QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS
1345 	 * and optionally in QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION if
1346 	 * AOA measurements are needed as part of an FTM session.
1347 	 * Reported by QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT. See
1348 	 * enum qca_wlan_vendor_attr_aoa_type.
1349 	 */
1350 	QCA_WLAN_VENDOR_ATTR_AOA_TYPE = 23,
1351 	/*
1352 	 * A bit mask (unsigned 32 bit value) of antenna arrays used
1353 	 * by indoor location measurements. Refers to the antenna
1354 	 * arrays described by QCA_VENDOR_ATTR_LOC_CAPA_ANTENNA_ARRAYS.
1355 	 */
1356 	QCA_WLAN_VENDOR_ATTR_LOC_ANTENNA_ARRAY_MASK = 24,
1357 	/*
1358 	 * AOA measurement data. Its contents depends on the AOA measurement
1359 	 * type and antenna array mask:
1360 	 * QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: array of U16 values,
1361 	 * phase of the strongest CIR path for each antenna in the measured
1362 	 * array(s).
1363 	 * QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: array of 2 U16
1364 	 * values, phase and amplitude of the strongest CIR path for each
1365 	 * antenna in the measured array(s).
1366 	 */
1367 	QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT = 25,
1368 	/*
1369 	 *  Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
1370 	 * to specify the chain number (unsigned 32 bit value) to inquire
1371 	 * the corresponding antenna RSSI value */
1372 	QCA_WLAN_VENDOR_ATTR_CHAIN_INDEX = 26,
1373 	/*
1374 	 *  Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
1375 	 * to report the specific antenna RSSI value (unsigned 32 bit value) */
1376 	QCA_WLAN_VENDOR_ATTR_CHAIN_RSSI = 27,
1377 	/* Frequency in MHz, various uses. Unsigned 32 bit value */
1378 	QCA_WLAN_VENDOR_ATTR_FREQ = 28,
1379 	/*
1380 	 *  TSF timer value, unsigned 64 bit value.
1381 	 * May be returned by various commands.
1382 	 */
1383 	QCA_WLAN_VENDOR_ATTR_TSF = 29,
1384 	/*
1385 	 * DMG RF sector index, unsigned 16 bit number. Valid values are
1386 	 * 0..127 for sector indices or 65535 as special value used to
1387 	 * unlock sector selection in
1388 	 * QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR.
1389 	 */
1390 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX = 30,
1391 	/*
1392 	 * DMG RF sector type, unsigned 8 bit value. One of the values
1393 	 * in enum qca_wlan_vendor_attr_dmg_rf_sector_type.
1394 	 */
1395 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE = 31,
1396 	/*
1397 	 * Bitmask of DMG RF modules for which information is requested. Each
1398 	 * bit corresponds to an RF module with the same index as the bit
1399 	 * number. Unsigned 32 bit number but only low 8 bits can be set since
1400 	 * all DMG chips currently have up to 8 RF modules.
1401 	 */
1402 	QCA_WLAN_VENDOR_ATTR_DMG_RF_MODULE_MASK = 32,
1403 	/*
1404 	 * Array of nested attributes where each entry is DMG RF sector
1405 	 * configuration for a single RF module.
1406 	 * Attributes for each entry are taken from enum
1407 	 * qca_wlan_vendor_attr_dmg_rf_sector_cfg.
1408 	 * Specified in QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG
1409 	 * and returned by QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG.
1410 	 */
1411 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG = 33,
1412 	/*
1413 	 * Used in QCA_NL80211_VENDOR_SUBCMD_STATS_EXT command
1414 	 * to report frame aggregation statistics to userspace.
1415 	 */
1416 	QCA_WLAN_VENDOR_ATTR_RX_AGGREGATION_STATS_HOLES_NUM = 34,
1417 	QCA_WLAN_VENDOR_ATTR_RX_AGGREGATION_STATS_HOLES_INFO = 35,
1418 	/*
1419 	 * Unsigned 8-bit value representing MBO transition reason code as
1420 	 * provided by the AP used by subcommand
1421 	 * QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS. This is
1422 	 * specified by the userspace in the request to the driver.
1423 	 */
1424 	QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON = 36,
1425 	/*
1426 	 * Array of nested attributes, BSSID and status code, used by subcommand
1427 	 * QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS, where each
1428 	 * entry is taken from enum qca_wlan_vendor_attr_btm_candidate_info.
1429 	 * The userspace space specifies the list/array of candidate BSSIDs in
1430 	 * the order of preference in the request. The driver specifies the
1431 	 * status code, for each BSSID in the list, in the response. The
1432 	 * acceptable candidates are listed in the order preferred by the
1433 	 * driver.
1434 	 */
1435 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO = 37,
1436 	/*
1437 	 * Used in QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT command
1438 	 * See enum qca_wlan_vendor_attr_brp_ant_limit_mode.
1439 	 */
1440 	QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE = 38,
1441 	/*
1442 	 * Used in QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT command
1443 	 * to define the number of antennas to use for BRP.
1444 	 * different purpose in each ANT_LIMIT_MODE:
1445 	 * DISABLE - ignored
1446 	 * EFFECTIVE - upper limit to number of antennas to be used
1447 	 * FORCE - exact number of antennas to be used
1448 	 * unsigned 8 bit value
1449 	 */
1450 	QCA_WLAN_VENDOR_ATTR_BRP_ANT_NUM_LIMIT = 39,
1451 	/*
1452 	 * Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
1453 	 * to report the corresponding antenna index to the chain RSSI value
1454 	 */
1455 	QCA_WLAN_VENDOR_ATTR_ANTENNA_INFO = 40,
1456 	/*
1457 	 * Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
1458 	 * to report the specific antenna EVM value (unsigned 32 bit value).
1459 	 * With a determinate group of antennas, the driver specifies the
1460 	 * EVM value for each antenna ID, and application extract them
1461 	 * in user space.
1462 	 */
1463 	QCA_WLAN_VENDOR_ATTR_CHAIN_EVM = 41,
1464 	/*
1465 	 * Used in QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE command to report
1466 	 * wlan firmware current state. FW state is an unsigned 8 bit value,
1467 	 * one of the values in enum qca_wlan_vendor_attr_fw_state.
1468 	 */
1469 	QCA_WLAN_VENDOR_ATTR_FW_STATE = 42,
1470 
1471 	/* Unsigned 32-bitmask value from enum qca_set_band. Substitutes the
1472 	 * attribute QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE for which only the
1473 	 * integer values of enum qca_set_band till QCA_SETBAND_2G are valid.
1474 	 * This attribute shall consider the bitmask combinations to define
1475 	 * the respective Band combinations and always takes precedence over
1476 	 * QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE.
1477 	 */
1478 	QCA_WLAN_VENDOR_ATTR_SETBAND_MASK = 43,
1479 
1480 	/* keep last */
1481 	QCA_WLAN_VENDOR_ATTR_AFTER_LAST,
1482 	QCA_WLAN_VENDOR_ATTR_MAX = QCA_WLAN_VENDOR_ATTR_AFTER_LAST - 1
1483 };
1484 
1485 enum qca_wlan_vendor_attr_extscan_config_params {
1486 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_INVALID = 0,
1487 
1488 	/* Unsigned 32-bit value */
1489 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID = 1,
1490 
1491 	/*
1492 	 * Attributes for data used by
1493 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_VALID_CHANNELS sub command.
1494 	 */
1495 
1496 	/* Unsigned 32-bit value */
1497 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND
1498 	= 2,
1499 	/* Unsigned 32-bit value */
1500 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_MAX_CHANNELS
1501 	= 3,
1502 
1503 	/*
1504 	 * Attributes for input params used by
1505 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START sub command.
1506 	 */
1507 
1508 	/* Unsigned 32-bit value; channel frequency */
1509 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_CHANNEL = 4,
1510 	/* Unsigned 32-bit value; dwell time in ms. */
1511 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_DWELL_TIME = 5,
1512 	/* Unsigned 8-bit value; 0: active; 1: passive; N/A for DFS */
1513 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_PASSIVE = 6,
1514 	/* Unsigned 8-bit value; channel class */
1515 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_CLASS = 7,
1516 
1517 	/* Unsigned 8-bit value; bucket index, 0 based */
1518 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_INDEX = 8,
1519 	/* Unsigned 8-bit value; band. */
1520 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_BAND = 9,
1521 	/* Unsigned 32-bit value; desired period, in ms. */
1522 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_PERIOD = 10,
1523 	/* Unsigned 8-bit value; report events semantics. */
1524 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_REPORT_EVENTS = 11,
1525 	/*
1526 	 * Unsigned 32-bit value. Followed by a nested array of
1527 	 * EXTSCAN_CHANNEL_SPEC_* attributes.
1528 	 */
1529 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS = 12,
1530 
1531 	/*
1532 	 * Array of QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_* attributes.
1533 	 * Array size: QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
1534 	 */
1535 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC = 13,
1536 
1537 	/* Unsigned 32-bit value; base timer period in ms. */
1538 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_BASE_PERIOD = 14,
1539 	/*
1540 	 * Unsigned 32-bit value; number of APs to store in each scan in the
1541 	 * BSSID/RSSI history buffer (keep the highest RSSI APs).
1542 	 */
1543 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN = 15,
1544 	/*
1545 	 * Unsigned 8-bit value; in %, when scan buffer is this much full, wake
1546 	 * up AP.
1547 	 */
1548 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_PERCENT
1549 	= 16,
1550 
1551 	/*
1552 	 * Unsigned 8-bit value; number of scan bucket specs; followed by a
1553 	 * nested array of_EXTSCAN_BUCKET_SPEC_* attributes and values. The size
1554 	 * of the array is determined by NUM_BUCKETS.
1555 	 */
1556 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS = 17,
1557 
1558 	/*
1559 	 * Array of QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_* attributes.
1560 	 * Array size: QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS
1561 	 */
1562 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC = 18,
1563 
1564 	/* Unsigned 8-bit value */
1565 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH
1566 	= 19,
1567 	/* Unsigned 32-bit value; maximum number of results to be returned. */
1568 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_MAX
1569 	= 20,
1570 
1571 	/* An array of 6 x unsigned 8-bit value */
1572 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_BSSID = 21,
1573 	/* Signed 32-bit value */
1574 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_LOW = 22,
1575 	/* Signed 32-bit value */
1576 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH = 23,
1577 	/* Unsigned 32-bit value */
1578 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_CHANNEL = 24,
1579 
1580 	/*
1581 	 * Number of hotlist APs as unsigned 32-bit value, followed by a nested
1582 	 * array of AP_THRESHOLD_PARAM attributes and values. The size of the
1583 	 * array is determined by NUM_AP.
1584 	 */
1585 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BSSID_HOTLIST_PARAMS_NUM_AP = 25,
1586 
1587 	/*
1588 	 * Array of QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_* attributes.
1589 	 * Array size: QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
1590 	 */
1591 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM = 26,
1592 
1593 	/* Unsigned 32-bit value; number of samples for averaging RSSI. */
1594 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE
1595 	= 27,
1596 	/* Unsigned 32-bit value; number of samples to confirm AP loss. */
1597 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE
1598 	= 28,
1599 	/* Unsigned 32-bit value; number of APs breaching threshold. */
1600 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING = 29,
1601 	/*
1602 	 * Unsigned 32-bit value; number of APs. Followed by an array of
1603 	 * AP_THRESHOLD_PARAM attributes. Size of the array is NUM_AP.
1604 	 */
1605 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP = 30,
1606 	/* Unsigned 32-bit value; number of samples to confirm AP loss. */
1607 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BSSID_HOTLIST_PARAMS_LOST_AP_SAMPLE_SIZE
1608 	= 31,
1609 	/*
1610 	 * Unsigned 32-bit value. If max_period is non zero or different than
1611 	 * period, then this bucket is an exponential backoff bucket.
1612 	 */
1613 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_MAX_PERIOD = 32,
1614 	/* Unsigned 32-bit value. */
1615 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_BASE = 33,
1616 	/*
1617 	 * Unsigned 32-bit value. For exponential back off bucket, number of
1618 	 * scans to perform for a given period.
1619 	 */
1620 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_STEP_COUNT = 34,
1621 	/*
1622 	 * Unsigned 8-bit value; in number of scans, wake up AP after these
1623 	 * many scans.
1624 	 */
1625 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_NUM_SCANS
1626 	= 35,
1627 
1628 	/*
1629 	 * Attributes for data used by
1630 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SSID_HOTLIST sub command.
1631 	 */
1632 
1633 	/* Unsigned 3-2bit value; number of samples to confirm SSID loss. */
1634 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_HOTLIST_PARAMS_LOST_SSID_SAMPLE_SIZE
1635 	= 36,
1636 	/*
1637 	 * Number of hotlist SSIDs as unsigned 32-bit value, followed by a
1638 	 * nested array of SSID_THRESHOLD_PARAM_* attributes and values. The
1639 	 * size of the array is determined by NUM_SSID.
1640 	 */
1641 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_HOTLIST_PARAMS_NUM_SSID = 37,
1642 	/*
1643 	 * Array of QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_THRESHOLD_PARAM_*
1644 	 * attributes.
1645 	 * Array size: QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_HOTLIST_PARAMS_NUM_SSID
1646 	 */
1647 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_THRESHOLD_PARAM = 38,
1648 
1649 	/* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
1650 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_THRESHOLD_PARAM_SSID = 39,
1651 	/* Unsigned 8-bit value */
1652 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_THRESHOLD_PARAM_BAND = 40,
1653 	/* Signed 32-bit value */
1654 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_THRESHOLD_PARAM_RSSI_LOW = 41,
1655 	/* Signed 32-bit value */
1656 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SSID_THRESHOLD_PARAM_RSSI_HIGH = 42,
1657 	/* Unsigned 32-bit value; a bitmask with additional extscan config flag.
1658 	 */
1659 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CONFIGURATION_FLAGS = 43,
1660 
1661 	/* keep last */
1662 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST,
1663 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX =
1664 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST - 1,
1665 };
1666 
1667 enum qca_wlan_vendor_attr_extscan_results {
1668 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_INVALID = 0,
1669 
1670 	/*
1671 	 * Unsigned 32-bit value; must match the request Id supplied by
1672 	 * Wi-Fi HAL in the corresponding subcmd NL msg.
1673 	 */
1674 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID = 1,
1675 
1676 	/*
1677 	 * Unsigned 32-bit value; used to indicate the status response from
1678 	 * firmware/driver for the vendor sub-command.
1679 	 */
1680 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS = 2,
1681 
1682 	/*
1683 	 * EXTSCAN Valid Channels attributes */
1684 	/* Unsigned 32bit value; followed by a nested array of CHANNELS. */
1685 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_CHANNELS = 3,
1686 	/*
1687 	 * An array of NUM_CHANNELS x unsigned 32-bit value integers
1688 	 * representing channel numbers.
1689 	 */
1690 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CHANNELS = 4,
1691 
1692 	/* EXTSCAN Capabilities attributes */
1693 
1694 	/* Unsigned 32-bit value */
1695 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE = 5,
1696 	/* Unsigned 32-bit value */
1697 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS = 6,
1698 	/* Unsigned 32-bit value */
1699 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN
1700 	= 7,
1701 	/* Unsigned 32-bit value */
1702 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_RSSI_SAMPLE_SIZE
1703 	= 8,
1704 	/* Signed 32-bit value */
1705 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SCAN_REPORTING_THRESHOLD
1706 	= 9,
1707 	/* Unsigned 32-bit value */
1708 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_BSSIDS = 10,
1709 	/* Unsigned 32-bit value */
1710 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SIGNIFICANT_WIFI_CHANGE_APS
1711 	= 11,
1712 	/* Unsigned 32-bit value */
1713 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_BSSID_HISTORY_ENTRIES
1714 	= 12,
1715 
1716 	/*
1717 	 * EXTSCAN Attributes used with
1718 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_RESULTS_AVAILABLE sub-command.
1719 	 */
1720 
1721 	/* Unsigned 32-bit value */
1722 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE = 13,
1723 
1724 	/*
1725 	 * EXTSCAN attributes used with
1726 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_FULL_SCAN_RESULT sub-command.
1727 	 */
1728 
1729 	/*
1730 	 * An array of NUM_RESULTS_AVAILABLE x
1731 	 * QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_*
1732 	 */
1733 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST = 14,
1734 
1735 	/* Unsigned 64-bit value; age of sample at the time of retrieval */
1736 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_TIME_STAMP = 15,
1737 	/* 33 x unsigned 8-bit value; NULL terminated SSID */
1738 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_SSID = 16,
1739 	/* An array of 6 x unsigned 8-bit value */
1740 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BSSID = 17,
1741 	/* Unsigned 32-bit value; channel frequency in MHz */
1742 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CHANNEL = 18,
1743 	/* Signed 32-bit value */
1744 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RSSI = 19,
1745 	/* Unsigned 32-bit value */
1746 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT = 20,
1747 	/* Unsigned 32-bit value */
1748 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT_SD = 21,
1749 	/* Unsigned 16-bit value */
1750 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BEACON_PERIOD = 22,
1751 	/* Unsigned 16-bit value */
1752 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CAPABILITY = 23,
1753 	/* Unsigned 32-bit value; size of the IE DATA blob */
1754 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_IE_LENGTH = 24,
1755 	/*
1756 	 * An array of IE_LENGTH x unsigned 8-bit value; blob of all the
1757 	 * information elements found in the beacon; this data should be a
1758 	 * packed list of wifi_information_element objects, one after the
1759 	 * other.
1760 	 */
1761 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_IE_DATA = 25,
1762 
1763 	/*
1764 	 * Unsigned 8-bit value; set by driver to indicate more scan results are
1765 	 * available.
1766 	 */
1767 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_MORE_DATA = 26,
1768 
1769 	/*
1770 	 * EXTSCAN attributes for
1771 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_EVENT sub-command.
1772 	 */
1773 	/* Unsigned 8-bit value */
1774 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_EVENT_TYPE = 27,
1775 	/* Unsigned 32-bit value */
1776 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_EVENT_STATUS = 28,
1777 
1778 	/*
1779 	 * EXTSCAN attributes for
1780 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_AP_FOUND sub-command.
1781 	 */
1782 	/*
1783 	 * Use attr QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE
1784 	 * to indicate number of results.
1785 	 * Also, use QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST to indicate the
1786 	 * list of results.
1787 	 */
1788 
1789 	/*
1790 	 * EXTSCAN attributes for
1791 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SIGNIFICANT_CHANGE sub-command.
1792 	 */
1793 	/* An array of 6 x unsigned 8-bit value */
1794 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_BSSID = 29,
1795 	/* Unsigned 32-bit value */
1796 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_CHANNEL
1797 	= 30,
1798 	/* Unsigned 32-bit value. */
1799 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_NUM_RSSI
1800 	= 31,
1801 	/*
1802 	 * A nested array of signed 32-bit RSSI values. Size of the array is
1803 	 * determined by (NUM_RSSI of SIGNIFICANT_CHANGE_RESULT_NUM_RSSI.
1804 	 */
1805 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_RSSI_LIST
1806 	= 32,
1807 
1808 	/*
1809 	 * EXTSCAN attributes used with
1810 	 * QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS sub-command.
1811 	 */
1812 	/*
1813 	 * Use attr QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE
1814 	 * to indicate number of extscan cached results returned.
1815 	 * Also, use QCA_WLAN_VENDOR_ATTR_EXTSCAN_CACHED_RESULTS_LIST to indicate
1816 	 *  the list of extscan cached results.
1817 	 */
1818 
1819 	/*
1820 	 * An array of NUM_RESULTS_AVAILABLE x
1821 	 * QCA_NL80211_VENDOR_ATTR_EXTSCAN_CACHED_RESULTS_*
1822 	 */
1823 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CACHED_RESULTS_LIST = 33,
1824 	/* Unsigned 32-bit value; a unique identifier for the scan unit. */
1825 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CACHED_RESULTS_SCAN_ID = 34,
1826 	/*
1827 	 * Unsigned 32-bit value; a bitmask w/additional information about scan.
1828 	 */
1829 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_CACHED_RESULTS_FLAGS = 35,
1830 	/*
1831 	 * Use attr QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE
1832 	 * to indicate number of wifi scan results/bssids retrieved by the scan.
1833 	 * Also, use QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST to indicate the
1834 	 * list of wifi scan results returned for each cached result block.
1835 	 */
1836 
1837 	/*
1838 	 * EXTSCAN attributes for
1839 	 * QCA_NL80211_VENDOR_SUBCMD_PNO_NETWORK_FOUND sub-command.
1840 	 */
1841 	/*
1842 	 * Use QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE for
1843 	 * number of results.
1844 	 * Use QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST to indicate the nested
1845 	 * list of wifi scan results returned for each
1846 	 * wifi_passpoint_match_result block.
1847 	 * Array size: QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE.
1848 	 */
1849 
1850 	/*
1851 	 * EXTSCAN attributes for
1852 	 * QCA_NL80211_VENDOR_SUBCMD_PNO_PASSPOINT_NETWORK_FOUND sub-command.
1853 	 */
1854 	/* Unsigned 32-bit value */
1855 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES
1856 	= 36,
1857 	/*
1858 	 * A nested array of
1859 	 * QCA_WLAN_VENDOR_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_MATCH_*
1860 	 * attributes. Array size =
1861 	 * *_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES.
1862 	 */
1863 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_MATCH_RESULT_LIST = 37,
1864 
1865 	/* Unsigned 32-bit value; network block id for the matched network */
1866 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_MATCH_ID = 38,
1867 	/*
1868 	 * Use QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST to indicate the nested
1869 	 * list of wifi scan results returned for each
1870 	 * wifi_passpoint_match_result block.
1871 	 */
1872 	/* Unsigned 32-bit value */
1873 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP_LEN = 39,
1874 	/*
1875 	 * An array size of PASSPOINT_MATCH_ANQP_LEN of unsigned 8-bit values;
1876 	 * ANQP data in the information_element format.
1877 	 */
1878 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP = 40,
1879 
1880 	/* Unsigned 32-bit value; a EXTSCAN Capabilities attribute. */
1881 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_SSIDS = 41,
1882 	/* Unsigned 32-bit value; a EXTSCAN Capabilities attribute. */
1883 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS = 42,
1884 	/* Unsigned 32-bit value; a EXTSCAN Capabilities attribute. */
1885 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS_BY_SSID
1886 	= 43,
1887 	/* Unsigned 32-bit value; a EXTSCAN Capabilities attribute. */
1888 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_NUM_WHITELISTED_SSID
1889 	= 44,
1890 
1891 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_BUCKETS_SCANNED = 45,
1892 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_MAX_NUM_BLACKLISTED_BSSID = 46,
1893 
1894 	/* keep last */
1895 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_AFTER_LAST,
1896 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_MAX =
1897 	QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_AFTER_LAST - 1,
1898 };
1899 
1900 /**
1901  * enum qca_vendor_interop_issues_ap_type - interop issues type
1902  * This enum defines the valid set of values of interop issues type. These
1903  * values are used by attribute %QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE.
1904  *
1905  * @QCA_VENDOR_INTEROP_ISSUES_AP_ON_STA_PS: the ap has power save interop issue
1906  * when the STA's Qpower feature is enabled.
1907  */
1908 enum qca_vendor_interop_issues_ap_type {
1909 	QCA_VENDOR_INTEROP_ISSUES_AP_INVALID = 0,
1910 	QCA_VENDOR_INTEROP_ISSUES_AP_ON_STA_PS = 1,
1911 };
1912 
1913 /**
1914  * enum qca_vendor_attr_interop_issues_ap - attribute for ap with interop issues
1915  * values are used by %QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP.
1916  *
1917  * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_INVALID: invalid value
1918  * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE: interop issues type
1919  * 32-bit unsigned value, The type defined in enum
1920  * qca_vendor_interop_issues_ap_type are used.
1921  * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST: aps' bssid container
1922  * array of nested QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID attributes,
1923  * it is present and mandatory for the command but is not used for
1924  * the event since only a single BSSID is reported in an event.
1925  * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID: ap's bssid
1926  * 6-byte MAC address. It is used within the nested
1927  * QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST attribute in command case
1928  * and without such encapsulation in the event case.
1929  * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST: last value
1930  * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX: max value
1931  */
1932 enum qca_vendor_attr_interop_issues_ap {
1933 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_INVALID,
1934 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE,
1935 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST,
1936 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID,
1937 	/* keep last */
1938 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST,
1939 	QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX =
1940 		QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST - 1
1941 };
1942 
1943 #ifdef WLAN_FEATURE_LINK_LAYER_STATS
1944 
1945 /**
1946  * enum qca_wlan_vendor_attr_ll_stats_set - vendor attribute set stats
1947  *
1948  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_INVALID: Invalid initial value
1949  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD: Size threshold
1950  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING:
1951  *	Aggresive stats gathering
1952  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST: After last
1953  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX: Max value
1954  */
1955 enum qca_wlan_vendor_attr_ll_stats_set {
1956 	QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_INVALID = 0,
1957 	QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD = 1,
1958 	QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING,
1959 	/* keep last */
1960 	QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST,
1961 	QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX =
1962 		QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST - 1
1963 };
1964 
1965 /**
1966  * enum qca_wlan_vendor_attr_ll_stats_get - vendor attribute get stats
1967  *
1968  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_INVALID: Invalid initial value
1969  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID: Unsigned 32bit value
1970  *	provided by the caller issuing the GET stats command. When reporting
1971  *	the stats results, the driver uses the same value to indicate which
1972  *	GET request the results correspond to.
1973  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK: Get config request mask
1974  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK: Config response mask
1975  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP: Config stop response
1976  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST: After last
1977  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX: Max value
1978  */
1979 enum qca_wlan_vendor_attr_ll_stats_get {
1980 	QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_INVALID = 0,
1981 	QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID,
1982 	QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK,
1983 	QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST,
1984 	QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX =
1985 		QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST - 1
1986 };
1987 
1988 /**
1989  * enum qca_wlan_vendor_attr_ll_stats_clr - vendor attribute clear stats
1990  *
1991  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_INVALID: Invalid initial value
1992  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK: Config request mask
1993  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ: Config stop mask
1994  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK: Config response mask
1995  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP: Config stop response
1996  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST: After last
1997  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX: Max value
1998  */
1999 enum qca_wlan_vendor_attr_ll_stats_clr {
2000 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_INVALID = 0,
2001 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK,
2002 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ,
2003 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK,
2004 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP,
2005 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST,
2006 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX =
2007 		QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST - 1
2008 };
2009 
2010 /**
2011  * enum qca_wlan_vendor_attr_ll_stats_results_type - ll stats result type
2012  *
2013  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_INVALID: Initial invalid value
2014  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_RADIO: Link layer stats type radio
2015  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_IFACE: Link layer stats type interface
2016  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_PEER: Link layer stats type peer
2017  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_AFTER_LAST: Last value
2018  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_MAX: Max value
2019  */
2020 enum qca_wlan_vendor_attr_ll_stats_results_type {
2021 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_INVALID = 0,
2022 
2023 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_RADIO = 1,
2024 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_IFACE,
2025 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_PEER,
2026 
2027 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_AFTER_LAST,
2028 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_MAX =
2029 		QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE_AFTER_LAST - 1
2030 };
2031 
2032 /**
2033  * enum qca_wlan_vendor_attr_ll_stats_results - vendor attribute stats results
2034  *
2035  * Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_* are nested
2036  * within the interface stats.
2037  *
2038  * Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_* could be nested
2039  * within the interface stats.
2040  *
2041  * Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_* are nested
2042  * within the interface stats.
2043  *
2044  * Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_* could be nested
2045  * within the peer info stats.
2046  *
2047  * Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_* could be
2048  * nested within the channel stats.
2049  *
2050  * Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ could be nested
2051  * within the radio stats.
2052  *
2053  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_INVALID: Invalid initial value
2054  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_REQ_ID: Unsigned 32bit value
2055  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_BEACON_RX: Unsigned 32bit value
2056  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_RX: Unsigned 32bit value
2057  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_RX: Unsigned 32bit value
2058  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_TX: Unsigned 32bit value
2059  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_MGMT: Unsigned 32bit value
2060  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_DATA: Unsigned 32bit value
2061  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_ACK: Unsigned 32bit value
2062  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE: Interface mode, e.g., STA,
2063  *	SOFTAP, IBSS, etc. Type = enum wifi_interface_mode
2064  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR: Interface MAC address.
2065  *	An array of 6 Unsigned int8_t
2066  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE:
2067  *	Type = enum wifi_connection_state,  e.g., DISCONNECTED, AUTHENTICATING,
2068  *	etc. Valid for STA, CLI only
2069  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING:
2070  *	Type = enum wifi_roam_state. Roaming state, e.g., IDLE or ACTIVE
2071  *	(is that valid for STA only?)
2072  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES: Unsigned 32bit value.
2073  *	WIFI_CAPABILITY_XXX
2074  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID: NULL terminated SSID. An
2075  *	array of 33 Unsigned 8bit values
2076  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID: BSSID. An array of 6
2077  *	Unsigned 8bit values
2078  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR: Country string
2079  *	advertised by AP. An array of 3 Unsigned 8bit values
2080  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR: Country string for
2081  *	this association. An array of 3 Unsigned 8bit values
2082  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC: Type = enum wifi_traffic_ac e.g.
2083  *	V0, VI, BE and BK
2084  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU: Unsigned int 32 value
2085  *	corresponding to respective AC
2086  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU: Unsigned int 32 value
2087  *	corresponding to respective AC
2088  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST: Unsigned int 32 value
2089  *	corresponding to respective AC
2090  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST: Unsigned int 32 value
2091  *	corresponding to respective AC
2092  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU: Unsigned int 32 value
2093  *	corresponding to respective AC
2094  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_AMPDU: Unsigned int 32 value
2095  *	corresponding to respective AC
2096  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LOST: Unsigned int 32 value
2097  *	corresponding to respective AC
2098  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES: Unsigned int 32 value
2099  *	corresponding to respective AC
2100  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_SHORT: Unsigned int 32 value
2101  *	corresponding to respective AC
2102  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MIN: Unsigned int 32
2103  *	value corresponding to respective AC
2104  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MAX: Unsigned int 32
2105  *	value corresponding to respective AC
2106  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_AVG: Unsigned int 32
2107  *	value corresponding to respective AC
2108  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_NUM_SAMPLES: Unsigned int 32
2109  *	value corresponding to respective AC
2110  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NUM_PEERS: Unsigned int 32
2111  *	value corresponding to respective AC
2112  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_TYPE: Type = enum wifi_peer_type
2113  *	Peer type, e.g., STA, AP, P2P GO etc
2114  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_MAC_ADDRESS: MAC addr corresponding
2115  *	to respective peer. An array of 6 Unsigned 8bit values
2116  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_CAPABILITIES: Unsigned int 32bit
2117  *	value representing capabilities corresponding to respective peer.
2118  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_NUM_RATES: Unsigned 32bit value.
2119  *	Number of rates
2120  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE: Unsigned int 8bit value:
2121  *	0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved
2122  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS: Unsigned int 8bit value:
2123  *	0:1x1, 1:2x2, 3:3x3, 4:4x4
2124  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW: Unsigned int 8bit value:
2125  *	0:20MHz, 1:40Mhz, 2:80Mhz, 3:160Mhz
2126  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX: Unsigned int 8bit value:
2127  *	OFDM/CCK rate code would be as per IEEE Std in the units of 0.5mbps
2128  *	HT/VHT it would be mcs index
2129  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BIT_RATE: Unsigned 32bit value.
2130  *	Bit rate in units of 100Kbps
2131  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU: Unsigned int 32bit value.
2132  *	Number of successfully transmitted data pkts i.e., with ACK received
2133  *	corresponding to the respective rate
2134  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RX_MPDU: Unsigned int 32bit value.
2135  *	Number of received data pkts corresponding to the respective rate
2136  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST: Unsigned int 32bit value.
2137  *	Number of data pkts losses, i.e., no ACK received corresponding to
2138  *	the respective rate
2139  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES: Unsigned int 32bit value.
2140  *	Total number of data pkt retries for the respective rate
2141  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_SHORT: Unsigned int 32bit value.
2142  *	Total number of short data pkt retries for the respective rate
2143  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_LONG: Unsigned int 32bit value.
2144  *	Total number of long data pkt retries for the respective rate
2145  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ID: Radio id
2146  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME: Unsigned 32bit value.
2147  *	Total number of msecs the radio is awake accruing over time
2148  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME: Unsigned 32bit value.
2149  *	Total number of msecs the radio is transmitting accruing over time
2150  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME: Unsigned 32bit value.
2151  *	Total number of msecs the radio is in active receive accruing over time
2152  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN: Unsigned 32bit value.
2153  *	Total number of msecs the radio is awake due to all scan accruing
2154  *	over time
2155  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD: Unsigned 32bit value.
2156  *	Total number of msecs the radio is awake due to NAN accruing over time.
2157  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_GSCAN: Unsigned 32bit value.
2158  *	Total number of msecs the radio is awake due to GSCAN accruing over time
2159  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_ROAM_SCAN: Unsigned 32bit value.
2160  *	Total number of msecs the radio is awake due to roam scan accruing over
2161  *	time.
2162  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_PNO_SCAN: Unsigned 32bit value.
2163  *	Total number of msecs the radio is awake due to PNO scan accruing over
2164  *	time.
2165  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20: Unsigned 32bit value.
2166  *	Total number of msecs the radio is awake due to HS2.0 scans and GAS
2167  *	exchange accruing over time.
2168  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_CHANNELS: Unsigned 32bit value.
2169  *	Number of channels
2170  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH:
2171  *	Type = enum wifi_channel_width. Channel width, e.g., 20, 40, 80, etc.
2172  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ:
2173  *	Unsigned 32bit value. Primary 20MHz channel.
2174  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0:
2175  *	Unsigned 32bit value. Center frequency (MHz) first segment.
2176  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1:
2177  *	Unsigned 32bit value. Center frequency (MHz) second segment.
2178  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME: Unsigned int 32bit value
2179  *	representing total number of msecs the radio is awake on that channel
2180  *	accruing over time, corresponding to the respective channel.
2181  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME:  Unsigned int 32bit
2182  *	value representing total number of msecs the CCA register is busy
2183  *	accruing  over time corresponding to the respective channel.
2184  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_NUM_RADIOS: Number of radios
2185  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO: Channel info
2186  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO: Peer info
2187  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO: Peer rate info
2188  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO: WMM info
2189  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_MORE_DATA: Unsigned 8bit value.
2190  *	Used by the driver; if set to 1, it indicates that more stats, e.g.,
2191  *	peers or radio, are to follow in the next
2192  *	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_*_RESULTS event. Otherwise, it
2193  *	is set to 0.
2194  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_AVERAGE_TSF_OFFSET: tsf offset
2195  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_DETECTED: leaky ap detected
2196  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_AVG_NUM_FRAMES_LEAKED:
2197  *	average number of frames leaked
2198  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_GUARD_TIME: guard time
2199  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE: Link Layer stats type
2200  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_TX_LEVELS: LL Radio Number of
2201  *      Tx Levels
2202  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL:Number of msecs the
2203  *      radio spent in transmitting for each power level
2204  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_SUCC_CNT: RTS successful count
2205  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_FAIL_CNT: RTS fail count
2206  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_SUCC_CNT: PPDU successful count
2207  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT: PPDU fail count
2208  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_TX_TIME:  Unsigned int 32bit
2209  *      value representing total number of msecs the radio is transmitting on
2210  *      this channel.
2211  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_RX_TIME:  Unsigned int 32bit
2212  *      value representing total number of msecs the radio is receiving all
2213  *      802.11 frames intended for this device on this channel.
2214  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST: After last
2215  * @QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX: Max value
2216  */
2217 
2218 enum qca_wlan_vendor_attr_ll_stats_results {
2219 	QCA_WLAN_VENDOR_ATTR_LL_STATS_INVALID = 0,
2220 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_REQ_ID = 1,
2221 
2222 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_BEACON_RX = 2,
2223 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_RX = 3,
2224 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_RX = 4,
2225 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_TX = 5,
2226 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_MGMT = 6,
2227 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_DATA = 7,
2228 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_ACK = 8,
2229 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE = 9,
2230 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR = 10,
2231 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE = 11,
2232 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING = 12,
2233 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES = 13,
2234 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID = 14,
2235 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID = 15,
2236 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR = 16,
2237 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR = 17,
2238 
2239 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC = 18,
2240 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU = 19,
2241 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU = 20,
2242 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST = 21,
2243 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST = 22,
2244 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU = 23,
2245 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_AMPDU = 24,
2246 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LOST = 25,
2247 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES = 26,
2248 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_SHORT = 27,
2249 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_LONG = 28,
2250 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MIN = 29,
2251 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MAX = 30,
2252 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_AVG = 31,
2253 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_NUM_SAMPLES = 32,
2254 
2255 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NUM_PEERS = 33,
2256 
2257 	QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_TYPE = 34,
2258 	QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_MAC_ADDRESS = 35,
2259 	QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_CAPABILITIES = 36,
2260 	QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_NUM_RATES = 37,
2261 
2262 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE = 38,
2263 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS = 39,
2264 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW = 40,
2265 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX = 41,
2266 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BIT_RATE = 42,
2267 
2268 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU = 43,
2269 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RX_MPDU = 44,
2270 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST = 45,
2271 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES = 46,
2272 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_SHORT = 47,
2273 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_LONG = 48,
2274 
2275 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ID = 49,
2276 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME = 50,
2277 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME = 51,
2278 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME = 52,
2279 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN = 53,
2280 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD = 54,
2281 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_GSCAN = 55,
2282 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_ROAM_SCAN = 56,
2283 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_PNO_SCAN = 57,
2284 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20 = 58,
2285 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_CHANNELS = 59,
2286 
2287 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH = 60,
2288 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ = 61,
2289 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0 = 62,
2290 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1 = 63,
2291 
2292 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME = 64,
2293 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME = 65,
2294 
2295 	QCA_WLAN_VENDOR_ATTR_LL_STATS_NUM_RADIOS = 66,
2296 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO = 67,
2297 	QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO = 68,
2298 	QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO = 69,
2299 	QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO = 70,
2300 
2301 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_MORE_DATA = 71,
2302 
2303 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_AVERAGE_TSF_OFFSET = 72,
2304 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_DETECTED = 73,
2305 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_AVG_NUM_FRAMES_LEAKED = 74,
2306 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_GUARD_TIME = 75,
2307 
2308 	QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE = 76,
2309 
2310 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_TX_LEVELS = 77,
2311 
2312 	QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL = 78,
2313 
2314 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_SUCC_CNT = 79,
2315 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_FAIL_CNT = 80,
2316 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_SUCC_CNT = 81,
2317 	QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT = 82,
2318 
2319 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_TX_TIME = 84,
2320 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_RX_TIME = 85,
2321 
2322 	/* keep last */
2323 	QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
2324 	QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =
2325 		QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST - 1
2326 };
2327 
2328 enum qca_wlan_vendor_attr_ll_stats_type {
2329 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_INVALID = 0,
2330 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_RADIO = 1,
2331 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_IFACE = 2,
2332 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_PEERS = 3,
2333 
2334 	/* keep last */
2335 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST,
2336 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_MAX =
2337 	QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST - 1,
2338 };
2339 
2340 #endif /* WLAN_FEATURE_LINK_LAYER_STATS */
2341 
2342 /**
2343  * enum qca_wlan_vendor_attr_get_supported_features - get supported feature
2344  *
2345  * @QCA_WLAN_VENDOR_ATTR_FEATURE_SET_INVALID: Invalid initial value
2346  * @QCA_WLAN_VENDOR_ATTR_FEATURE_SET: Unsigned 32bit value
2347  * @QCA_WLAN_VENDOR_ATTR_FEATURE_SET_AFTER_LAST: After last
2348  * @QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX: Max value
2349  */
2350 enum qca_wlan_vendor_attr_get_supported_features {
2351 	QCA_WLAN_VENDOR_ATTR_FEATURE_SET_INVALID = 0,
2352 	QCA_WLAN_VENDOR_ATTR_FEATURE_SET = 1,
2353 	QCA_WLAN_VENDOR_ATTR_FEATURE_SET_AFTER_LAST,
2354 	QCA_WLAN_VENDOR_ATTR_FEATURE_SET_MAX =
2355 		QCA_WLAN_VENDOR_ATTR_FEATURE_SET_AFTER_LAST - 1,
2356 };
2357 
2358 /**
2359  * enum qca_wlan_vendor_attr_set_scanning_mac_oui - set scanning mac oui
2360  *
2361  * @QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_INVALID: Invalid initial value
2362  * @QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI: An array of 3 x Unsigned 8-bit
2363  *	value
2364  * @QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_AFTER_LAST: After last
2365  * @QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_MAX: Max value
2366  */
2367 enum qca_wlan_vendor_attr_set_scanning_mac_oui {
2368 	QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_INVALID = 0,
2369 	QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI = 1,
2370 	QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_AFTER_LAST,
2371 	QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_MAX =
2372 		QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_AFTER_LAST - 1,
2373 };
2374 
2375 /**
2376  * enum qca_wlan_vendor_attr_scan - Specifies vendor scan attributes
2377  *
2378  * @QCA_WLAN_VENDOR_ATTR_SCAN_IE: IEs that should be included as part of scan
2379  * @QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES: Nested unsigned 32-bit attributes
2380  *	with frequencies to be scanned (in MHz)
2381  * @QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS: Nested attribute with SSIDs to be scanned
2382  * @QCA_WLAN_VENDOR_ATTR_SCAN_SUPP_RATES: Nested array attribute of supported
2383  *	rates to be included
2384  * @QCA_WLAN_VENDOR_ATTR_SCAN_TX_NO_CCK_RATE: flag used to send probe requests
2385  *	at non CCK rate in 2GHz band
2386  * @QCA_WLAN_VENDOR_ATTR_SCAN_FLAGS: Unsigned 32-bit scan flags
2387  * @QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE: Unsigned 64-bit cookie provided by the
2388  *	driver for the specific scan request
2389  * @QCA_WLAN_VENDOR_ATTR_SCAN_STATUS: Unsigned 8-bit status of the scan
2390  *	request decoded as in enum scan_status
2391  * @QCA_WLAN_VENDOR_ATTR_SCAN_MAC: 6-byte MAC address to use when randomisation
2392  *	scan flag is set
2393  * @QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK: 6-byte MAC address mask to be used with
2394  *	randomisation
2395  * @QCA_WLAN_VENDOR_ATTR_SCAN_BSSID: 6-byte MAC address representing the
2396  *	specific BSSID to scan for.
2397  * @QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME: Unsigned 64-bit dwell time in
2398  *	microseconds. This is a common value which applies across all
2399  *	frequencies specified by QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES.
2400  */
2401 enum qca_wlan_vendor_attr_scan {
2402 	QCA_WLAN_VENDOR_ATTR_SCAN_INVALID_PARAM = 0,
2403 	QCA_WLAN_VENDOR_ATTR_SCAN_IE = 1,
2404 	QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES = 2,
2405 	QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS = 3,
2406 	QCA_WLAN_VENDOR_ATTR_SCAN_SUPP_RATES = 4,
2407 	QCA_WLAN_VENDOR_ATTR_SCAN_TX_NO_CCK_RATE = 5,
2408 	QCA_WLAN_VENDOR_ATTR_SCAN_FLAGS = 6,
2409 	QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE = 7,
2410 	QCA_WLAN_VENDOR_ATTR_SCAN_STATUS = 8,
2411 	QCA_WLAN_VENDOR_ATTR_SCAN_MAC = 9,
2412 	QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK = 10,
2413 	QCA_WLAN_VENDOR_ATTR_SCAN_BSSID = 11,
2414 	QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME = 12,
2415 	QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST,
2416 	QCA_WLAN_VENDOR_ATTR_SCAN_MAX =
2417 	QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST - 1
2418 };
2419 
2420 /**
2421  * enum scan_status - Specifies the valid values the vendor scan attribute
2422  *	QCA_WLAN_VENDOR_ATTR_SCAN_STATUS can take
2423  * @VENDOR_SCAN_STATUS_NEW_RESULTS: implies the vendor scan is successful with
2424  *	new scan results
2425  * @VENDOR_SCAN_STATUS_ABORTED: implies the vendor scan was aborted in-between
2426  */
2427 enum scan_status {
2428 	VENDOR_SCAN_STATUS_NEW_RESULTS,
2429 	VENDOR_SCAN_STATUS_ABORTED,
2430 	VENDOR_SCAN_STATUS_MAX,
2431 };
2432 
2433 /**
2434  * enum qca_wlan_vendor_attr_get_concurrency_matrix - get concurrency matrix
2435  *
2436  * NL attributes for data used by
2437  * QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX sub command.
2438  *
2439  * @QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_INVALID: Invalid initial value
2440  * @QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_CONFIG_PARAM_SET_SIZE_MAX:
2441  *	Unsigned 32-bit value
2442  * @QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_RESULTS_SET_SIZE:
2443  *	Unsigned 32-bit value
2444  * @QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_RESULTS_SET: Set results. An
2445  *	array of SET_SIZE x Unsigned 32bit values representing concurrency
2446  *	combinations
2447  * @QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_AFTER_LAST: After last
2448  * @QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_MAX: Max value
2449  */
2450 enum qca_wlan_vendor_attr_get_concurrency_matrix {
2451 	QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_INVALID = 0,
2452 	QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_CONFIG_PARAM_SET_SIZE_MAX
2453 									= 1,
2454 	QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_RESULTS_SET_SIZE = 2,
2455 	QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_RESULTS_SET = 3,
2456 	QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_AFTER_LAST,
2457 	QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_MAX =
2458 		QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_AFTER_LAST - 1,
2459 };
2460 
2461 /**
2462  * enum qca_wlan_vendor_attr_set_no_dfs_flag - vendor attribute set no dfs flag
2463  *
2464  * @QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_INVALID: Invalid initial value
2465  * @QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG: Unsigned 32-bit value
2466  * @QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_AFTER_LAST: After last
2467  * @QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_MAX: Max value
2468  */
2469 enum qca_wlan_vendor_attr_set_no_dfs_flag {
2470 	QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_INVALID = 0,
2471 	QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG = 1,
2472 	QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_AFTER_LAST,
2473 	QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_MAX =
2474 		QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_AFTER_LAST - 1,
2475 };
2476 
2477 /**
2478  * enum qca_vendor_attr_wisa_cmd
2479  * @QCA_WLAN_VENDOR_ATTR_WISA_INVALID: Invalid attr
2480  * @QCA_WLAN_VENDOR_ATTR_WISA_MODE: WISA mode value attr (u32)
2481  * @QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST: After last
2482  * @QCA_WLAN_VENDOR_ATTR_WISA_MAX: Max Value
2483  * WISA setup vendor commands
2484  */
2485 enum qca_vendor_attr_wisa_cmd {
2486 	QCA_WLAN_VENDOR_ATTR_WISA_INVALID = 0,
2487 	QCA_WLAN_VENDOR_ATTR_WISA_MODE,
2488 	QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST,
2489 	QCA_WLAN_VENDOR_ATTR_WISA_MAX =
2490 		QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST - 1
2491 };
2492 
2493 enum qca_roaming_policy {
2494 	QCA_ROAMING_NOT_ALLOWED,
2495 	QCA_ROAMING_ALLOWED_WITHIN_ESS,
2496 };
2497 
2498 /**
2499  * enum qca_roam_reason - Represents the reason codes for roaming. Used by
2500  * QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REASON.
2501  *
2502  * @QCA_ROAM_REASON_UNKNOWN: Any reason that do not classify under the below
2503  * reasons.
2504  *
2505  * @QCA_ROAM_REASON_PER: Roam triggered when packet error rates(PER) breached
2506  * the configured threshold.
2507  *
2508  * @QCA_ROAM_REASON_BEACON_MISS: Roam triggered due to the continuous configured
2509  * beacon misses from the then connected AP.
2510  *
2511  * @QCA_ROAM_REASON_POOR_RSSI: Roam triggered due to the poor RSSI reported
2512  * by the connected AP.
2513  *
2514  * @QCA_ROAM_REASON_BETTER_RSSI: Roam triggered for finding a BSSID with a
2515  * better RSSI than the connected BSSID. Here the RSSI of the current BSSID is
2516  * not poor.
2517  *
2518  * @QCA_ROAM_REASON_CONGESTION: Roam triggered considering the connected channel
2519  * or environment being very noisy / congested.
2520  *
2521  * @QCA_ROAM_REASON_EXPLICIT_REQUEST: Roam triggered due to an explicit request
2522  * from the user (user space).
2523  *
2524  * @QCA_ROAM_REASON_BTM: Roam triggered due to BTM request frame received from
2525  * connected AP.
2526  *
2527  * @QCA_ROAM_REASON_BSS_LOAD: Roam triggered due to the channel utilization
2528  * breaching out the configured threshold.
2529  *
2530  */
2531 enum qca_roam_reason {
2532 	QCA_ROAM_REASON_UNKNOWN,
2533 	QCA_ROAM_REASON_PER,
2534 	QCA_ROAM_REASON_BEACON_MISS,
2535 	QCA_ROAM_REASON_POOR_RSSI,
2536 	QCA_ROAM_REASON_BETTER_RSSI,
2537 	QCA_ROAM_REASON_CONGESTION,
2538 	QCA_ROAM_REASON_USER_TRIGGER,
2539 	QCA_ROAM_REASON_BTM,
2540 	QCA_ROAM_REASON_BSS_LOAD,
2541 };
2542 
2543 /**
2544  * enum qca_wlan_vendor_attr_roam_auth - vendor event for roaming
2545  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID: BSSID of the roamed AP
2546  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REQ_IE: Request IE
2547  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RESP_IE: Response IE
2548  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AUTHORIZED: Authorization Status
2549  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_KEY_REPLAY_CTR: Replay Counter
2550  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KCK: KCK of the PTK
2551  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KEK: KEK of the PTK
2552  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_SUBNET_STATUS: subnet change status
2553  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS:
2554  * Indicates the status of re-association requested by user space for
2555  * the BSSID specified by QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID.
2556  * Type u16.
2557  * Represents the status code from AP. Use
2558  * %WLAN_STATUS_UNSPECIFIED_FAILURE if the device cannot give you the
2559  * real status code for failures.
2560  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RETAIN_CONNECTION:
2561  * This attribute indicates that the old association was maintained when
2562  * a re-association is requested by user space and that re-association
2563  * attempt fails (i.e., cannot connect to the requested BSS, but can
2564  * remain associated with the BSS with which the association was in
2565  * place when being requested to roam). Used along with
2566  * WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS to indicate the current
2567  * re-association status. Type flag.
2568  * This attribute is applicable only for re-association failure cases.
2569  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMK: AUTH PMK
2570  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMKID: AUTH PMKID
2571  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_FILS_ERP_NEXT_SEQ_NUM: FILS erp next
2572  * seq number
2573  * @QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REASON: A 16-bit unsigned value
2574  * representing the reasons for the roaming. Defined by enum
2575  * qca_roam_reason.
2576  */
2577 enum qca_wlan_vendor_attr_roam_auth {
2578 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_INVALID = 0,
2579 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID,
2580 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REQ_IE,
2581 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RESP_IE,
2582 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AUTHORIZED,
2583 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_KEY_REPLAY_CTR,
2584 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KCK,
2585 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KEK,
2586 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_SUBNET_STATUS,
2587 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS,
2588 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RETAIN_CONNECTION,
2589 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMK,
2590 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMKID,
2591 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_FILS_ERP_NEXT_SEQ_NUM,
2592 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REASON,
2593 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST,
2594 	QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX =
2595 		QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST - 1
2596 };
2597 
2598 /**
2599  * enum qca_wlan_vendor_attr_wifi_config - wifi config
2600  *
2601  * @QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_INVALID: Invalid initial value
2602  * @QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_DYNAMIC_DTIM: dynamic DTIM
2603  * @QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_STATS_AVG_FACTOR: avg factor
2604  * @QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_GUARD_TIME: guard time
2605  * @QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_AFTER_LAST: after last
2606  * @QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_MAX: max value
2607  */
2608 enum qca_wlan_vendor_attr_wifi_config {
2609 	QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_INVALID = 0,
2610 	QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_DYNAMIC_DTIM = 1,
2611 	QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_STATS_AVG_FACTOR = 2,
2612 	QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_GUARD_TIME = 3,
2613 
2614 	/* keep last */
2615 	QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_AFTER_LAST,
2616 	QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_MAX =
2617 		QCA_WLAN_VENDOR_ATTR_WIFI_CONFIG_AFTER_LAST - 1,
2618 };
2619 
2620 /**
2621  * enum qca_wlan_epno_type - the type of request to the EPNO command
2622  * @QCA_WLAN_EPNO: epno type request
2623  * @QCA_WLAN_PNO: pno type request
2624  */
2625 enum qca_wlan_epno_type {
2626 	QCA_WLAN_EPNO,
2627 	QCA_WLAN_PNO
2628 };
2629 
2630 /**
2631  * enum qca_wlan_vendor_attr_pno_config_params - pno config params
2632  *
2633  * @QCA_WLAN_VENDOR_ATTR_PNO_INVALID - Invalid initial value
2634  *
2635  *	NL attributes for data used by
2636  *	QCA_NL80211_VENDOR_SUBCMD_PNO_SET_PASSPOINT_LIST sub command.
2637  * @QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM:
2638  *	Unsigned 32-bit value; pno passpoint number of networks
2639  * @QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NETWORK_ARRAY:
2640  *	Array of nested QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_*
2641  *	attributes. Array size =
2642  *	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM.
2643  * @QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ID:
2644  *	Unsigned 32-bit value; network id
2645  * @QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_REALM:
2646  *	An array of 256 x Unsigned 8-bit value; NULL terminated UTF8 encoded
2647  *	realm, 0 if unspecified.
2648  * @QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_CNSRTM_ID:
2649  *	An array of 16 x Unsigned 32-bit value; roaming consortium ids
2650  *	to match, 0 if unspecified.
2651  * @QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_PLMN:
2652  *	An array of 6 x Unsigned 8-bit value; mcc/mnc combination, 0s if
2653  *	unspecified.
2654  *
2655  *	NL attributes for data used by
2656  *	QCA_NL80211_VENDOR_SUBCMD_PNO_SET_LIST sub command.
2657  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS:
2658  *	Unsigned 32-bit value; set pno number of networks
2659  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORKS_LIST:
2660  *	Array of nested
2661  *	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_*
2662  *	attributes. Array size =
2663  *		QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS
2664  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_SSID:
2665  *	An array of 33 x Unsigned 8-bit value; NULL terminated SSID
2666  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_RSSI_THRESHOLD:
2667  *	Signed 8-bit value; threshold for considering this SSID as found,
2668  *	required granularity for this threshold is 4dBm to 8dBm
2669  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_FLAGS:
2670  *	Unsigned 8-bit value; WIFI_PNO_FLAG_XXX
2671  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_AUTH_BIT:
2672  *	Unsigned 8-bit value; auth bit field for matching WPA IE
2673  * @QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_TYPE
2674  *	Unsigned 8-bit to indicate ePNO type; values from qca_wlan_epno_type
2675  *@QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_CHANNEL_LIST
2676  *	Nested attribute to send the channel list
2677  *@QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_SCAN_INTERVAL
2678  *	Unsigned 32-bit value; indicates the Interval between PNO scan
2679  *	cycles in msec
2680  *@QCA_WLAN_VENDOR_ATTR_EPNO_MIN5GHZ_RSSI
2681  *	Signed 32-bit value; minimum 5GHz RSSI for a BSSID to be considered
2682  *@QCA_WLAN_VENDOR_ATTR_EPNO_MIN24GHZ_RSSI
2683  *	Signed 32-bit value; minimum 2.4GHz RSSI for a BSSID to be considered
2684  *	This attribute is obsolete now.
2685  *@QCA_WLAN_VENDOR_ATTR_EPNO_INITIAL_SCORE_MAX
2686  *	Signed 32-bit value; the maximum score that a network
2687  *	can have before bonuses
2688  *@QCA_WLAN_VENDOR_ATTR_EPNO_CURRENT_CONNECTION_BONUS
2689  *	Signed 32-bit value; only report when there is a network's
2690  *	score this much higher han the current connection
2691  *@QCA_WLAN_VENDOR_ATTR_EPNO_SAME_NETWORK_BONUS
2692  *	Signed 32-bit value; score bonus for all networks with
2693  *	the same network flag
2694  *@QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS
2695  *	Signed 32-bit value; score bonus for networks that are not open
2696  *@QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS
2697  *	Signed 32-bit value; 5GHz RSSI score bonus applied to all
2698  *	5GHz networks
2699  *@QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID
2700  *	Unsigned 32-bit value, representing the PNO Request ID
2701  * @QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST: After last
2702  * @QCA_WLAN_VENDOR_ATTR_PNO_MAX: max
2703  */
2704 enum qca_wlan_vendor_attr_pno_config_params {
2705 	QCA_WLAN_VENDOR_ATTR_PNO_INVALID = 0,
2706 
2707 	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM = 1,
2708 	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NETWORK_ARRAY = 2,
2709 	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ID = 3,
2710 	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_REALM = 4,
2711 	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_CNSRTM_ID = 5,
2712 	QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_PLMN = 6,
2713 
2714 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS = 7,
2715 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORKS_LIST = 8,
2716 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_SSID = 9,
2717 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_RSSI_THRESHOLD = 10,
2718 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_FLAGS = 11,
2719 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_AUTH_BIT = 12,
2720 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_TYPE = 13,
2721 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_CHANNEL_LIST = 14,
2722 	QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_SCAN_INTERVAL = 15,
2723 	QCA_WLAN_VENDOR_ATTR_EPNO_MIN5GHZ_RSSI = 16,
2724 	QCA_WLAN_VENDOR_ATTR_EPNO_MIN24GHZ_RSSI = 17,
2725 	QCA_WLAN_VENDOR_ATTR_EPNO_INITIAL_SCORE_MAX = 18,
2726 	QCA_WLAN_VENDOR_ATTR_EPNO_CURRENT_CONNECTION_BONUS = 19,
2727 	QCA_WLAN_VENDOR_ATTR_EPNO_SAME_NETWORK_BONUS = 20,
2728 	QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21,
2729 	QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22,
2730 
2731 	QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23,
2732 	/* keep last */
2733 	QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST,
2734 	QCA_WLAN_VENDOR_ATTR_PNO_MAX =
2735 		QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST - 1,
2736 };
2737 
2738 /**
2739  * enum qca_scan_freq_list_type: Frequency list types
2740  *
2741  * @QCA_PREFERRED_SCAN_FREQ_LIST: The driver shall use the scan frequency list
2742  *	specified with attribute QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST as
2743  *	a preferred frequency list for roaming.
2744  *
2745  * @QCA_SPECIFIC_SCAN_FREQ_LIST: The driver shall use the frequency list
2746  *	specified with attribute QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST as
2747  *	a specific frequency list for roaming.
2748  */
2749 enum qca_scan_freq_list_type {
2750 	QCA_PREFERRED_SCAN_FREQ_LIST = 1,
2751 	QCA_SPECIFIC_SCAN_FREQ_LIST = 2,
2752 };
2753 
2754 /**
2755  * enum qca_roam_scan_scheme: scan scheme
2756  *
2757  * @QCA_ROAM_SCAN_SCHEME_NO_SCAN: No Frequencies specified to scan.
2758  *	Indicates the driver to not scan on a Roam Trigger scenario, but
2759  *	Disconnect.e.g., On a BTM request from the AP driver/firmware shall
2760  *	disconnect from the current connected AP by notifying a failure
2761  *	code in the BTM response.
2762  *
2763  * @QCA_ROAM_SCAN_SCHEME_PARTIAL_SCAN: Indicates the driver/firmware to
2764  *	trigger partial frequency scans. These frequencies are the ones learnt
2765  *	or maintained by the driver based on the probability of finding the
2766  *	BSSID's in the ESS for which the roaming is triggered.
2767  *
2768  * @QCA_ROAM_SCAN_SCHEME_FULL_SCAN: Indicates the driver/firmware to
2769  *	trigger the scan on all the valid frequencies to find the better
2770  *	candidates to roam.
2771  */
2772 enum qca_roam_scan_scheme {
2773 	QCA_ROAM_SCAN_SCHEME_NO_SCAN = 0,
2774 	QCA_ROAM_SCAN_SCHEME_PARTIAL_SCAN = 1,
2775 	QCA_ROAM_SCAN_SCHEME_FULL_SCAN = 2,
2776 };
2777 
2778 /**
2779  * enum qca_vendor_attr_scan_freq_list_scheme: Frequency list scheme
2780  *
2781  * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: An array of unsigned 32-bit values.
2782  *	List of frequencies in MHz to be considered for a roam scan.
2783  *
2784  * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE: Unsigned 32-bit value.
2785  *	Type of frequency list scheme being configured/gotten as defined by the
2786  *	enum qca_scan_freq_list_type.
2787  */
2788 enum qca_vendor_attr_scan_freq_list_scheme {
2789 	QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST = 1,
2790 	QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE = 2,
2791 
2792 	/* keep last */
2793 	QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_AFTER_LAST,
2794 	QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_MAX =
2795 	QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_AFTER_LAST - 1,
2796 };
2797 
2798 /*
2799  * enum qca_vendor_roam_triggers: Bitmap of roaming triggers
2800  *
2801  * @QCA_ROAM_TRIGGER_REASON_PER: Set if the roam has to be triggered based on
2802  *	a bad packet error rates (PER).
2803  * @QCA_ROAM_TRIGGER_REASON_BEACON_MISS: Set if the roam has to be triggered
2804  *	based on beacon misses from the connected AP.
2805  * @QCA_ROAM_TRIGGER_REASON_POOR_RSSI: Set if the roam has to be triggered
2806  *	due to poor RSSI of the connected AP.
2807  * @QCA_ROAM_TRIGGER_REASON_BETTER_RSSI: Set if the roam has to be triggered
2808  *	upon finding a BSSID with a better RSSI than the connected BSSID.
2809  *	Here the RSSI of the current BSSID need not be poor.
2810  * @QCA_ROAM_TRIGGER_REASON_PERIODIC: Set if the roam has to be triggered
2811  *	by triggering a periodic scan to find a better AP to roam.
2812  * @QCA_ROAM_TRIGGER_REASON_DENSE: Set if the roam has to be triggered
2813  *	when the connected channel environment is too noisy/congested.
2814  * @QCA_ROAM_TRIGGER_REASON_BTM: Set if the roam has to be triggered
2815  *	when BTM Request frame is received from the connected AP.
2816  * @QCA_ROAM_TRIGGER_REASON_BSS_LOAD: Set if the roam has to be triggered
2817  *	when the channel utilization is goes above the configured threshold.
2818  * @QCA_ROAM_TRIGGER_REASON_USER_TRIGGER: Set if the roam has to be triggered
2819  *	based on the request from the user (space).
2820  * @QCA_ROAM_TRIGGER_REASON_DEAUTH: Set if the roam has to be triggered when
2821  *	device receives Deauthentication/Disassociation frame from connected
2822  *	AP.
2823  * @QCA_ROAM_TRIGGER_REASON_IDLE: Set if the roam has to be triggered when the
2824  *	DUT is in idle state (no tx/rx) and suspend mode, if the current RSSI
2825  *	is determined to be a poor one.
2826  * @QCA_ROAM_TRIGGER_REASON_TX_FAILURES: Set if the roam has to be triggered
2827  *	based on continuous TX Data Frame failures to the connected AP.
2828  * @QCA_ROAM_TRIGGER_REASON_EXTERNAL_SCAN: Set if the roam has to be triggered
2829  *	based on the scan results obtained from an external scan (not
2830  *	triggered to aim roaming)
2831  *
2832  * Set the corresponding roam trigger reason bit to consider it for roam
2833  * trigger.
2834  * Userspace can set multiple bits and send to the driver. The driver shall
2835  * consider all of them to trigger/initiate a roam scan.
2836  */
2837 enum qca_vendor_roam_triggers {
2838 	QCA_ROAM_TRIGGER_REASON_PER		= 1 << 0,
2839 	QCA_ROAM_TRIGGER_REASON_BEACON_MISS	= 1 << 1,
2840 	QCA_ROAM_TRIGGER_REASON_POOR_RSSI	= 1 << 2,
2841 	QCA_ROAM_TRIGGER_REASON_BETTER_RSSI	= 1 << 3,
2842 	QCA_ROAM_TRIGGER_REASON_PERIODIC	= 1 << 4,
2843 	QCA_ROAM_TRIGGER_REASON_DENSE		= 1 << 5,
2844 	QCA_ROAM_TRIGGER_REASON_BTM		= 1 << 6,
2845 	QCA_ROAM_TRIGGER_REASON_BSS_LOAD	= 1 << 7,
2846 	QCA_ROAM_TRIGGER_REASON_USER_TRIGGER	= 1 << 8,
2847 	QCA_ROAM_TRIGGER_REASON_DEAUTH          = 1 << 9,
2848 	QCA_ROAM_TRIGGER_REASON_IDLE		= 1 << 10,
2849 	QCA_ROAM_TRIGGER_REASON_TX_FAILURES	= 1 << 11,
2850 	QCA_ROAM_TRIGGER_REASON_EXTERNAL_SCAN	= 1 << 12,
2851 };
2852 
2853 /**
2854  * enum qca_vendor_attr_roam_candidate_selection_criteria:
2855  *
2856  * Each attribute carries a weightage in percentage (%).
2857  *
2858  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_RSSI: Unsigned 8-bit value.
2859  *	Represents the weightage to be given for the RSSI selection
2860  *	criteria among other parameters.
2861  *
2862  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE: Unsigned 8-bit value.
2863  *	Represents the weightage to be given for the rate selection
2864  *	criteria among other parameters.
2865  *
2866  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BW: Unsigned 8-bit value.
2867  *	Represents the weightage to be given for the band width selection
2868  *	criteria among other parameters.
2869  *
2870  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BAND: Unsigned 8-bit value.
2871  *	Represents the weightage to be given for the band selection
2872  *	criteria among other parameters.
2873  *
2874  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_NSS: Unsigned 8-bit value.
2875  *	Represents the weightage to be given for the NSS selection
2876  *	criteria among other parameters.
2877  *
2878  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_CHAN_CONGESTION: Unsigned 8-bit value.
2879  *	Represents the weightage to be given for the channel congestion
2880  *	selection criteria among other parameters.
2881  *
2882  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BEAMFORMING: Unsigned 8-bit value.
2883  *	Represents the weightage to be given for the beamforming selection
2884  *	criteria among other parameters.
2885  *
2886  * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_OCE_WAN: Unsigned 8-bit value.
2887  *	Represents the weightage to be given for the OCE selection
2888  *	criteria among other parameters.
2889  */
2890 enum qca_vendor_attr_roam_candidate_selection_criteria {
2891 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_RSSI = 1,
2892 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE = 2,
2893 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BW = 3,
2894 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BAND = 4,
2895 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_NSS = 5,
2896 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_CHAN_CONGESTION = 6,
2897 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BEAMFORMING = 7,
2898 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_OCE_WAN = 8,
2899 
2900 	/* keep last */
2901 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_AFTER_LAST,
2902 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_MAX =
2903 	QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_AFTER_LAST - 1,
2904 };
2905 
2906 /**
2907  * enum qca_vendor_attr_roam_control - Attributes to carry roam configuration
2908  *	The following attributes are used to set/get/clear the respective
2909  *	configurations to/from the driver.
2910  *	For the get, the attribute for the configuration to be queried shall
2911  *	carry any of its acceptable values to the driver. In return, the driver
2912  *	shall send the configured values within the same attribute to the user
2913  *	space.
2914  *
2915  * @QCA_ATTR_ROAM_CONTROL_ENABLE: Unsigned 8-bit value.
2916  *	Signifies to enable/disable roam control in driver.
2917  *	1-enable, 0-disable
2918  *	Enable: Mandates the driver to do the further roams using the
2919  *	configuration parameters set through
2920  *	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET.
2921  *	Disable: Disables the driver/firmware roaming triggered through
2922  *	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET. Further roaming is
2923  *	expected to continue with the default configurations.
2924  *
2925  * @QCA_ATTR_ROAM_CONTROL_STATUS: Unsigned 8-bit value.
2926  *	This is used along with QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET.
2927  *	Roam control status is obtained through this attribute.
2928  *
2929  * @QCA_ATTR_ROAM_CONTROL_CLEAR_ALL: Flag attribute to indicate the
2930  *	complete config set through QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET
2931  *	is to be cleared in the driver.
2932  *	This is used along with QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR
2933  *	and shall be ignored if used with other sub commands.
2934  *	If this attribute is specified along with subcmd
2935  *	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR, the driver shall ignore
2936  *	all other attributes, if there are any.
2937  *	If this attribute is not specified when the subcmd
2938  *	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR is sent, the driver shall
2939  *	clear the data corresponding to the attributes specified.
2940  *
2941  * @QCA_ATTR_ROAM_CONTROL_FREQ_LIST_SCHEME: Nested attribute to carry the
2942  *	list of frequencies and its type, represented by
2943  *	enum qca_vendor_attr_scan_freq_list_scheme.
2944  *	Frequency list and its type are mandatory for this attribute to set
2945  *	the frequencies.
2946  *	Frequency type is mandatory for this attribute to get the frequencies
2947  *	and the frequency list is obtained through
2948  *	QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST.
2949  *	Frequency list type is mandatory for this attribute to clear the
2950  *	frequencies.
2951  *
2952  * @QCA_ATTR_ROAM_CONTROL_SCAN_PERIOD: Unsigned 32-bit value.
2953  *	Carries the value of scan period in seconds to set.
2954  *	The value of scan period is obtained with the same attribute for get.
2955  *	Clears the scan period in the driver when specified with clear command.
2956  *	Scan period is the idle time in seconds between each subsequent
2957  *	channel scans.
2958  *
2959  * @QCA_ATTR_ROAM_CONTROL_FULL_SCAN_PERIOD: Unsigned 32-bit value.
2960  *	Carries the value of full scan period in seconds to set.
2961  *	The value of full scan period is obtained with the same attribute for
2962  *	get.
2963  *	Clears the full scan period in the driver when specified with clear
2964  *	command. Full scan period is the idle period in seconds between two
2965  *	successive full channel roam scans.
2966  *
2967  * @QCA_ATTR_ROAM_CONTROL_TRIGGERS: Unsigned 32-bit value.
2968  *	Carries a bitmap of the roam triggers specified in
2969  *	enum qca_vendor_roam_triggers.
2970  *	The driver shall enable roaming by enabling corresponding roam triggers
2971  *	based on the trigger bits sent with this attribute.
2972  *	If this attribute is not configured, the driver shall proceed with
2973  *	default behavior.
2974  *	The bitmap configured is obtained with the same attribute for get.
2975  *	Clears the bitmap configured in driver when specified with clear
2976  *	command.
2977  *
2978  * @QCA_ATTR_ROAM_CONTROL_SELECTION_CRITERIA: Nested attribute signifying the
2979  *	weightage in percentage (%) to be given for each selection criteria.
2980  *	Different roam candidate selection criteria are represented by
2981  *	enum qca_vendor_attr_roam_candidate_selection_criteria.
2982  *	The driver shall select the roam candidate based on corresponding
2983  *	candidate selection scores sent.
2984  *
2985  *	An empty nested attribute is used to indicate that no specific
2986  *	preference score/criteria is configured (i.e., to disable this mechanism
2987  *	in the set case and to show that the mechanism is disabled in the get
2988  *	case).
2989  *
2990  *	Userspace can send multiple attributes out of this enum to the driver.
2991  *	Since this attribute represents the weight/percentage of preference for
2992  *	the respective selection criteria, it is preferred to configure 100%
2993  *	total weightage. The value in each attribute or cumulative weight of the
2994  *	values in all the nested attributes should not exceed 100%. The driver
2995  *	shall reject such configuration.
2996  *
2997  *	If the weights configured through this attribute are less than 100%,
2998  *	the driver shall honor the weights (x%) passed for the corresponding
2999  *	selection criteria and choose/distribute rest of the weight (100-x)%
3000  *	for the other selection criteria, based on its internal logic.
3001  *
3002  *	The selection criteria configured is obtained with the same
3003  *	attribute for get.
3004  *
3005  *	Clears the selection criteria configured in the driver when specified
3006  *	with clear command.
3007  *
3008  * @QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME: Unsigned 32-bit value.
3009  *	Represents value of scan frequency scheme from
3010  *      enum qca_roam_scan_scheme.
3011  *
3012  * @QCA_ATTR_ROAM_CONTROL_CONNECTED_RSSI_THRESHOLD: Signed 32-bit value in dBm,
3013  *	signifying the RSSI threshold of the current connected AP, indicating
3014  *	the driver to trigger roam only when the current connected AP's RSSI
3015  *	is lesser than this threshold.
3016  *
3017  * @QCA_ATTR_ROAM_CONTROL_CANDIDATE_RSSI_THRESHOLD: Signed 32-bit value in dBm,
3018  *	signifying the RSSI threshold of the candidate AP, indicating
3019  *	the driver to trigger roam only to the candidate AP with RSSI
3020  *	better than this threshold.
3021  *
3022  * @QCA_ATTR_ROAM_CONTROL_USER_REASON: Unsigned 32-bit value. Represents the
3023  *	user triggered reason code to be sent to the AP in response to AP's
3024  *	request to trigger the roam if the roaming cannot be triggered.
3025  *	Applies to all the scenarios of AP assisted roaming (e.g., BTM).
3026  *
3027  * @QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME_TRIGGERS: Unsigned 32-bit value.
3028  *	Carries a bitmap of the roam triggers specified in
3029  *	enum qca_vendor_roam_triggers.
3030  *	Represents the roam triggers for which the specific scan scheme from
3031  *	enum qca_roam_scan_scheme has to be applied.
3032  *	It's an optional attribute. If this attribute is not configured, but
3033  *	QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME is specified, then the scan scheme
3034  *	specified through QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME is applicable for
3035  *	all the roams.
3036  *	If both QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME and
3037  *	QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME_TRIGGERS are not specified, the
3038  *	driver shall proceed with the default behavior.
3039  */
3040 enum qca_vendor_attr_roam_control {
3041 	QCA_ATTR_ROAM_CONTROL_ENABLE = 1,
3042 	QCA_ATTR_ROAM_CONTROL_STATUS = 2,
3043 	QCA_ATTR_ROAM_CONTROL_CLEAR_ALL = 3,
3044 	QCA_ATTR_ROAM_CONTROL_FREQ_LIST_SCHEME = 4,
3045 	QCA_ATTR_ROAM_CONTROL_SCAN_PERIOD = 5,
3046 	QCA_ATTR_ROAM_CONTROL_FULL_SCAN_PERIOD = 6,
3047 	QCA_ATTR_ROAM_CONTROL_TRIGGERS = 7,
3048 	QCA_ATTR_ROAM_CONTROL_SELECTION_CRITERIA = 8,
3049 	QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME = 9,
3050 	QCA_ATTR_ROAM_CONTROL_CONNECTED_RSSI_THRESHOLD = 10,
3051 	QCA_ATTR_ROAM_CONTROL_CANDIDATE_RSSI_THRESHOLD = 11,
3052 	QCA_ATTR_ROAM_CONTROL_USER_REASON = 12,
3053 	QCA_ATTR_ROAM_CONTROL_SCAN_SCHEME_TRIGGERS = 13,
3054 
3055 	/* keep last */
3056 	QCA_ATTR_ROAM_CONTROL_AFTER_LAST,
3057 	QCA_ATTR_ROAM_CONTROL_MAX =
3058 	QCA_ATTR_ROAM_CONTROL_AFTER_LAST - 1,
3059 };
3060 
3061 /**
3062  * enum qca_wlan_vendor_attr_roaming_config_params: Attributes for data used by
3063  * QCA_NL80211_VENDOR_SUBCMD_ROAM sub command.
3064  *
3065  * @QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD: Unsigned 32-bit value.
3066  *	Represents the different roam sub commands referred by
3067  *	enum qca_wlan_vendor_roaming_subcmd.
3068  *
3069  * @QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID: Unsigned 32-bit value.
3070  *	Represents the Request ID for the specific set of commands.
3071  *	This also helps to map specific set of commands to the respective
3072  *	ID / client. e.g., helps to identify the user entity configuring the
3073  *	Blacklist BSSID and accordingly clear the respective ones with the
3074  *	matching ID.
3075  *
3076  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS: Unsigned
3077  *	32-bit value.Represents the number of whitelist SSIDs configured.
3078  *
3079  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST: Nested attribute
3080  *	to carry the list of Whitelist SSIDs.
3081  *
3082  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID: SSID (binary attribute,
3083  *	0..32 octets). Represents the white list SSID. Whitelist SSIDs
3084  *	represent the list of SSIDs to which the firmware/driver can consider
3085  *	to roam to.
3086  *
3087  * The following PARAM_A_BAND_XX attributes are applied to 5GHz BSSIDs when
3088  * comparing with a 2.4GHz BSSID. They are not applied when comparing two
3089  * 5GHz BSSIDs.The following attributes are set through the Roaming SUBCMD -
3090  * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_EXTSCAN_ROAM_PARAMS.
3091  *
3092  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD: Signed 32-bit
3093  *	value, RSSI threshold above which 5GHz RSSI is favored.
3094  *
3095  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD: Signed 32-bit
3096  *	value, RSSI threshold below which 5GHz RSSI is penalized.
3097  *
3098  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR: Unsigned 32-bit
3099  *	value, factor by which 5GHz RSSI is boosted.
3100  *	boost=(RSSI_measured-5GHz_boost_threshold)*5GHz_boost_factor
3101  *
3102  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR: Unsigned 32-bit
3103  *	value, factor by which 5GHz RSSI is penalized.
3104  *	penalty=(5GHz_penalty_threshold-RSSI_measured)*5GHz_penalty_factor
3105  *
3106  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST: Unsigned 32-bit
3107  *	value, maximum boost that can be applied to a 5GHz RSSI.
3108  *
3109  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS: Unsigned 32-bit
3110  *	value, boost applied to current BSSID to ensure the currently
3111  *	associated BSSID is favored so as to prevent ping-pong situations.
3112  *
3113  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER: Signed 32-bit
3114  *	value, RSSI below which "Alert" roam is enabled.
3115  *	"Alert" mode roaming - firmware is "urgently" hunting for another BSSID
3116  *	because the RSSI is low, or because many successive beacons have been
3117  *	lost or other bad link conditions.
3118  *
3119  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE: Unsigned 32-bit
3120  *	value. 1-Enable, 0-Disable. Represents "Lazy" mode, where
3121  *	firmware is hunting for a better BSSID or white listed SSID even though
3122  *	the RSSI of the link is good. The parameters enabling the roaming are
3123  *	configured through the PARAM_A_BAND_XX attrbutes.
3124  *
3125  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS: Nested attribute,
3126  *	represents the BSSIDs preferred over others while evaluating them
3127  *	for the roaming.
3128  *
3129  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID: Unsigned
3130  *	32-bit value. Represents the number of preferred BSSIDs set.
3131  *
3132  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID: 6-byte MAC
3133  *	address representing the BSSID to be preferred.
3134  *
3135  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER: Signed
3136  *	32-bit value, representing the modifier to be applied to the RSSI of
3137  *	the BSSID for the purpose of comparing it with other roam candidate.
3138  *
3139  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS: Nested attribute,
3140  *	represents the BSSIDs to get blacklisted for roaming.
3141  *
3142  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID: Unsigned
3143  *	32-bit value, represents the number of blacklisted BSSIDs.
3144  *
3145  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID: 6-byte MAC
3146  *	address representing the Blacklisted BSSID.
3147  *
3148  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT: Flag attribute,
3149  *	indicates this BSSID blacklist as a hint to the driver. The driver can
3150  *	select this BSSID in the worst case (when no other BSSIDs are better).
3151  *
3152  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL: Nested attribute to
3153  *	set/get/clear the roam control config as
3154  *	defined @enum qca_vendor_attr_roam_control.
3155  *
3156  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST: After last
3157  * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_MAX: Max
3158  */
3159 enum qca_wlan_vendor_attr_roaming_config_params {
3160 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_INVALID = 0,
3161 
3162 	QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD = 1,
3163 	QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID = 2,
3164 
3165 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS = 3,
3166 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST = 4,
3167 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID = 5,
3168 
3169 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD = 6,
3170 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD = 7,
3171 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR = 8,
3172 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR = 9,
3173 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST = 10,
3174 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS = 11,
3175 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER = 12,
3176 
3177 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE = 13,
3178 
3179 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS = 14,
3180 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID = 15,
3181 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID = 16,
3182 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER = 17,
3183 
3184 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS = 18,
3185 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID = 19,
3186 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID = 20,
3187 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT = 21,
3188 
3189 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL = 22,
3190 
3191 	/* keep last */
3192 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST,
3193 	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_MAX =
3194 		QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST - 1,
3195 };
3196 
3197 /**
3198  * enum qca_wlan_vendor_roaming_subcmd: Referred by
3199  * QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD.
3200  *
3201  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SSID_WHITE_LIST: Sub command to
3202  *	configure the white list SSIDs. These are configured through
3203  *	the following attributes.
3204  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS,
3205  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST,
3206  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID
3207  *
3208  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_EXTSCAN_ROAM_PARAMS: Sub command to
3209  *	configure the Roam params. These parameters are evaluated on the extscan
3210  *	results. Refers the attributes PARAM_A_BAND_XX above to configure the
3211  *	params.
3212  *
3213  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_LAZY_ROAM: Sets the Lazy roam. Uses
3214  *	the attribute QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE
3215  *	to enable/disable Lazy roam.
3216  *
3217  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PREFS: Sets the BSSID
3218  *	preference. Contains the attribute
3219  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS to set the BSSID
3220  *	preference.
3221  *
3222  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PARAMS: set bssid params
3223  *
3224  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID: Sets the Blacklist
3225  *	BSSIDs. Refers QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS to
3226  *	set the same.
3227  *
3228  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET: Command to set the
3229  *	roam control config to the driver with the attribute
3230  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
3231  *
3232  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET: Command to obtain the
3233  *	roam control config from driver with the attribute
3234  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
3235  *	For the get, the attribute for the configuration to be queried shall
3236  *	carry any of its acceptable value to the driver. In return, the driver
3237  *	shall send the configured values within the same attribute to the user
3238  *	space.
3239  *
3240  * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR: Command to clear the
3241  *	roam control config in the driver with the attribute
3242  *	QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
3243  *	The driver shall continue with its default roaming behavior when data
3244  *	corresponding to an attribute is cleared.
3245  */
3246 enum qca_wlan_vendor_roaming_subcmd {
3247 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_SSID_WHITE_LIST = 1,
3248 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_EXTSCAN_ROAM_PARAMS = 2,
3249 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_LAZY_ROAM = 3,
3250 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PREFS = 4,
3251 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PARAMS = 5,
3252 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID = 6,
3253 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET = 7,
3254 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET = 8,
3255 	QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR = 9,
3256 };
3257 
3258 /**
3259  * enum qca_wlan_vendor_attr_get_wifi_info - wifi driver information
3260  *
3261  * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_INVALID: Invalid initial value
3262  * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION: get host driver version
3263  * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION: ger firmware version
3264  * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_RADIO_INDEX - get radio index
3265  * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST: after last
3266  * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX: subcmd max
3267  */
3268 enum qca_wlan_vendor_attr_get_wifi_info {
3269 	QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_INVALID = 0,
3270 	QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION     = 1,
3271 	QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION   = 2,
3272 	QCA_WLAN_VENDOR_ATTR_WIFI_INFO_RADIO_INDEX        = 3,
3273 
3274 	/* KEEP LAST */
3275 	QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST,
3276 	QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX  =
3277 		QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST - 1,
3278 };
3279 
3280 enum qca_wlan_vendor_attr_logger_results {
3281 	QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_INVALID = 0,
3282 
3283 	/*
3284 	 * Unsigned 32-bit value; must match the request Id supplied by
3285 	 * Wi-Fi HAL in the corresponding subcmd NL msg.
3286 	 */
3287 	QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_REQUEST_ID = 1,
3288 
3289 	/*
3290 	 * Unsigned 32-bit value; used to indicate the size of memory
3291 	 * dump to be allocated.
3292 	 */
3293 	QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE = 2,
3294 
3295 	/* keep last */
3296 	QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST,
3297 	QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX =
3298 	QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST - 1,
3299 };
3300 
3301 /**
3302  * qca_wlan_vendor_channel_prop_flags: This represent the flags for a channel.
3303  * This is used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS.
3304  */
3305 enum qca_wlan_vendor_channel_prop_flags {
3306 	/* Bits 0, 1, 2, and 3 are reserved */
3307 
3308 	/* Turbo channel */
3309 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_TURBO         = 1 << 4,
3310 	/* CCK channel */
3311 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_CCK           = 1 << 5,
3312 	/* OFDM channel */
3313 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_OFDM          = 1 << 6,
3314 	/* 2.4 GHz spectrum channel. */
3315 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_2GHZ          = 1 << 7,
3316 	/* 5 GHz spectrum channel */
3317 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_5GHZ          = 1 << 8,
3318 	/* Only passive scan allowed */
3319 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_PASSIVE       = 1 << 9,
3320 	/* Dynamic CCK-OFDM channel */
3321 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_DYN           = 1 << 10,
3322 	/* GFSK channel (FHSS PHY) */
3323 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_GFSK          = 1 << 11,
3324 	/* Radar found on channel */
3325 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_RADAR         = 1 << 12,
3326 	/* 11a static turbo channel only */
3327 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_STURBO        = 1 << 13,
3328 	/* Half rate channel */
3329 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HALF          = 1 << 14,
3330 	/* Quarter rate channel */
3331 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_QUARTER       = 1 << 15,
3332 	/* HT 20 channel */
3333 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT20          = 1 << 16,
3334 	/* HT 40 with extension channel above */
3335 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40PLUS      = 1 << 17,
3336 	/* HT 40 with extension channel below */
3337 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40MINUS     = 1 << 18,
3338 	/* HT 40 intolerant */
3339 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOL     = 1 << 19,
3340 	/* VHT 20 channel */
3341 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT20         = 1 << 20,
3342 	/* VHT 40 with extension channel above */
3343 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40PLUS     = 1 << 21,
3344 	/* VHT 40 with extension channel below */
3345 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40MINUS    = 1 << 22,
3346 	/* VHT 80 channel */
3347 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80         = 1 << 23,
3348 	/* HT 40 intolerant mark bit for ACS use */
3349 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOLMARK = 1 << 24,
3350 	/* Channel temporarily blocked due to noise */
3351 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_BLOCKED       = 1 << 25,
3352 	/* VHT 160 channel */
3353 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT160        = 1 << 26,
3354 	/* VHT 80+80 channel */
3355 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80_80      = 1 << 27,
3356 	/* HE 20 channel */
3357 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE20          = 1 << 28,
3358 	/* HE 40 with extension channel above */
3359 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40PLUS      = 1 << 29,
3360 	/* HE 40 with extension channel below */
3361 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40MINUS     = 1 << 30,
3362 	/* HE 40 intolerant */
3363 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOL     = 1 << 31,
3364 };
3365 
3366 /**
3367  * qca_wlan_vendor_channel_prop_flags_2: This represents the flags for a
3368  * channel, and is a continuation of qca_wlan_vendor_channel_prop_flags. This is
3369  * used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2.
3370  */
3371 enum qca_wlan_vendor_channel_prop_flags_2 {
3372 	/* HE 40 intolerant mark bit for ACS use */
3373 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOLMARK = 1 << 0,
3374 	/* HE 80 channel */
3375 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80          = 1 << 1,
3376 	/* HE 160 channel */
3377 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE160         = 1 << 2,
3378 	/* HE 80+80 channel */
3379 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80_80       = 1 << 3,
3380 };
3381 
3382 /**
3383  * qca_wlan_vendor_channel_prop_flags_ext: This represent the extended flags for
3384  * each channel. This is used by
3385  * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT.
3386  */
3387 enum qca_wlan_vendor_channel_prop_flags_ext {
3388 	/* Radar found on channel */
3389 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_RADAR_FOUND     = 1 << 0,
3390 	/* DFS required on channel */
3391 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS             = 1 << 1,
3392 	/* DFS required on channel for 2nd band of 80+80 */
3393 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CFREQ2      = 1 << 2,
3394 	/* If channel has been checked for DFS */
3395 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CLEAR       = 1 << 3,
3396 	/* Excluded in 802.11d */
3397 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_11D_EXCLUDED    = 1 << 4,
3398 	/* Channel Switch Announcement received on this channel */
3399 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CSA_RECEIVED    = 1 << 5,
3400 	/* Ad-hoc is not allowed */
3401 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_ADHOC  = 1 << 6,
3402 	/* Station only channel */
3403 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_HOSTAP = 1 << 7,
3404 	/* DFS radar history for slave device (STA mode) */
3405 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_HISTORY_RADAR   = 1 << 8,
3406 	/* DFS CAC valid for slave device (STA mode) */
3407 	QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CAC_VALID       = 1 << 9,
3408 };
3409 
3410 /**
3411  * qca_wlan_vendor_attr_nud_stats_set: Attributes to vendor subcmd
3412  * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carries the requisite
3413  * information to start/stop the NUD statistics collection.
3414  */
3415 enum qca_attr_nud_stats_set {
3416 	QCA_ATTR_NUD_STATS_SET_INVALID = 0,
3417 
3418 	/*
3419 	 * Flag to start/stop the NUD statistics collection.
3420 	 * Start - If included, Stop - If not included
3421 	 */
3422 	QCA_ATTR_NUD_STATS_SET_START = 1,
3423 	/* IPv4 address of the default gateway (in network byte order) */
3424 	QCA_ATTR_NUD_STATS_GW_IPV4 = 2,
3425 	/*
3426 	 * Represents the data packet type to be monitored.
3427 	 * Host driver tracks the stats corresponding to each data frame
3428 	 * represented by these flags.
3429 	 * These data packets are represented by
3430 	 * enum qca_wlan_vendor_nud_stats_set_data_pkt_info.
3431 	 */
3432 	QCA_ATTR_NUD_STATS_SET_DATA_PKT_INFO = 3,
3433 	/* keep last */
3434 	QCA_ATTR_NUD_STATS_SET_LAST,
3435 	QCA_ATTR_NUD_STATS_SET_MAX =
3436 		QCA_ATTR_NUD_STATS_SET_LAST - 1,
3437 };
3438 
3439 /**
3440  * enum qca_attr_connectivity_check_stats_set - attribute to vendor subcmd
3441  *	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carry the requisite
3442  *	information to start / stop the NUD stats collection.
3443  * @QCA_ATTR_CONNECTIVITY_CHECK_STATS_STATS_PKT_INFO_TYPE: set pkt info stats
3444  *	Bitmap to Flag to Start / Stop the NUD stats collection
3445  *	Start - If included , Stop - If not included
3446  * @QCA_ATTR_CONNECTIVITY_CHECK_STATS_DNS_DOMAIN_NAME: set gatway ipv4 address
3447  *	IPv4 address of Default Gateway (in network byte order)
3448  *	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carry the requisite
3449  *	information to start / stop the NUD stats collection.
3450  * @QCA_ATTR_CONNECTIVITY_CHECK_STATS_SRC_PORT: set nud debug stats
3451  *	Flag to Start / Stop the NUD stats collection
3452  *	Start - If included , Stop - If not included
3453  * @QCA_ATTR_CONNECTIVITY_CHECK_STATS_DEST_PORT: set gatway ipv4 address
3454  *	IPv4 address of Default Gateway (in network byte order)
3455  *	QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carry the requisite
3456  *	information to start / stop the NUD stats collection.
3457  * @QCA_ATTR_CONNECTIVITY_CHECK_STATS_DEST_IPV4: set nud debug stats
3458  *	Flag to Start / Stop the NUD stats collection
3459  *	Start - If included , Stop - If not included
3460  * @QCA_ATTR_CONNECTIVITY_CHECK_STATS_DEST_IPV6: set gatway ipv4 address
3461  *	IPv4 address of Default Gateway (in network byte order)
3462  */
3463 enum qca_attr_connectivity_check_stats_set {
3464 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_SET_INVALID = 0,
3465 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_STATS_PKT_INFO_TYPE = 1,
3466 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_DNS_DOMAIN_NAME = 2,
3467 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_SRC_PORT = 3,
3468 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_DEST_PORT = 4,
3469 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_DEST_IPV4 = 5,
3470 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_DEST_IPV6 = 6,
3471 	/* keep last */
3472 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_SET_LAST,
3473 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_SET_MAX =
3474 		QCA_ATTR_CONNECTIVITY_CHECK_STATS_SET_LAST - 1,
3475 };
3476 
3477 /**
3478  * qca_wlan_vendor_nud_stats_data_pkt_flags: Flag representing the various
3479  * data types for which the stats have to get collected.
3480  */
3481 enum qca_wlan_vendor_connectivity_check_pkt_flags {
3482 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_ARP = 1 << 0,
3483 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_DNS = 1 << 1,
3484 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_TCP_HANDSHAKE = 1 << 2,
3485 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_ICMPV4 = 1 << 3,
3486 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_ICMPV6 = 1 << 4,
3487 	/* Used by QCA_ATTR_NUD_STATS_PKT_TYPE only in nud stats get
3488 	 * to represent the stats of respective data type.
3489 	 */
3490 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_TCP_SYN = 1 << 5,
3491 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_TCP_SYN_ACK = 1 << 6,
3492 	QCA_WLAN_VENDOR_CONNECTIVITY_CHECK_SET_TCP_ACK = 1 << 7,
3493 };
3494 
3495 enum qca_attr_connectivity_check_stats {
3496 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_INVALID = 0,
3497 	/* Data packet type for which the stats are collected.
3498 	 * Represented by enum qca_wlan_vendor_nud_stats_data_pkt_flags
3499 	 */
3500 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_TYPE = 1,
3501 	/* ID corresponding to the DNS frame for which the respective DNS stats
3502 	 * are monitored (u32).
3503 	 */
3504 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_DNS_DOMAIN_NAME = 2,
3505 	/* source / destination port on which the respective proto stats are
3506 	 * collected (u32).
3507 	 */
3508 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_SRC_PORT = 3,
3509 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_DEST_PORT = 4,
3510 	/* IPv4/IPv6 address for which the destined data packets are
3511 	 * monitored. (in network byte order)
3512 	 */
3513 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_DEST_IPV4 = 5,
3514 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_DEST_IPV6 = 6,
3515 	/* Data packet Request count received from netdev */
3516 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_REQ_COUNT_FROM_NETDEV = 7,
3517 	/* Data packet Request count sent to lower MAC from upper MAC */
3518 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_REQ_COUNT_TO_LOWER_MAC = 8,
3519 	/* Data packet Request count received by lower MAC from upper MAC */
3520 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_REQ_RX_COUNT_BY_LOWER_MAC = 9,
3521 	/* Data packet Request count successfully transmitted by the device */
3522 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_REQ_COUNT_TX_SUCCESS = 10,
3523 	/* Data packet Response count received by lower MAC */
3524 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_RSP_RX_COUNT_BY_LOWER_MAC = 11,
3525 	/* Data packet Response count received by upper MAC */
3526 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_RSP_RX_COUNT_BY_UPPER_MAC = 12,
3527 	/* Data packet Response count delivered to netdev */
3528 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_RSP_COUNT_TO_NETDEV = 13,
3529 	/* Data Packet Response count that are dropped out of order */
3530 	QCA_ATTR_CONNECTIVITY_CHECK_STATS_PKT_RSP_COUNT_OUT_OF_ORDER_DROP = 14,
3531 
3532 	/* keep last */
3533 	QCA_ATTR_CONNECTIVITY_CHECK_DATA_STATS_LAST,
3534 	QCA_ATTR_CONNECTIVITY_CHECK_DATA_STATS_MAX =
3535 		QCA_ATTR_CONNECTIVITY_CHECK_DATA_STATS_LAST - 1,
3536 };
3537 
3538 /**
3539  * qca_attr_nud_stats_get: Attributes to vendor subcmd
3540  * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET. This carries the requisite
3541  * NUD statistics collected when queried.
3542  */
3543 enum qca_attr_nud_stats_get {
3544 	QCA_ATTR_NUD_STATS_GET_INVALID = 0,
3545 	/* ARP Request count from netdev */
3546 	QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_FROM_NETDEV = 1,
3547 	/* ARP Request count sent to lower MAC from upper MAC */
3548 	QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TO_LOWER_MAC = 2,
3549 	/* ARP Request count received by lower MAC from upper MAC */
3550 	QCA_ATTR_NUD_STATS_ARP_REQ_RX_COUNT_BY_LOWER_MAC = 3,
3551 	/* ARP Request count successfully transmitted by the device */
3552 	QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TX_SUCCESS = 4,
3553 	/* ARP Response count received by lower MAC */
3554 	QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_LOWER_MAC = 5,
3555 	/* ARP Response count received by upper MAC */
3556 	QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_UPPER_MAC = 6,
3557 	/* ARP Response count delivered to netdev */
3558 	QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_TO_NETDEV = 7,
3559 	/* ARP Response count delivered to netdev */
3560 	QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_OUT_OF_ORDER_DROP = 8,
3561 	/*
3562 	 * Flag indicating if the station's link to the AP is active.
3563 	 * Active Link - If included, Inactive link - If not included
3564 	 */
3565 	QCA_ATTR_NUD_STATS_AP_LINK_ACTIVE = 9,
3566 	/*
3567 	 * Flag indicating if there is any duplicate address detected (DAD).
3568 	 * Yes - If detected, No - If not detected.
3569 	 */
3570 	QCA_ATTR_NUD_STATS_IS_DAD = 10,
3571 	/*
3572 	 * List of Data types for which the stats are requested.
3573 	 * This list does not carry ARP stats as they are done by the
3574 	 * above attributes. Represented by enum qca_attr_nud_data_stats.
3575 	 */
3576 	QCA_ATTR_NUD_STATS_DATA_PKT_STATS = 11,
3577 	/* keep last */
3578 	QCA_ATTR_NUD_STATS_GET_LAST,
3579 	QCA_ATTR_NUD_STATS_GET_MAX =
3580 		QCA_ATTR_NUD_STATS_GET_LAST - 1,
3581 };
3582 
3583 enum qca_wlan_btm_candidate_status {
3584 	QCA_STATUS_ACCEPT = 0,
3585 	QCA_STATUS_REJECT_EXCESSIVE_FRAME_LOSS_EXPECTED = 1,
3586 	QCA_STATUS_REJECT_EXCESSIVE_DELAY_EXPECTED = 2,
3587 	QCA_STATUS_REJECT_INSUFFICIENT_QOS_CAPACITY = 3,
3588 	QCA_STATUS_REJECT_LOW_RSSI = 4,
3589 	QCA_STATUS_REJECT_HIGH_INTERFERENCE = 5,
3590 	QCA_STATUS_REJECT_UNKNOWN = 6,
3591 };
3592 
3593 enum qca_wlan_vendor_attr_btm_candidate_info {
3594 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_INVALID = 0,
3595 
3596 	/* 6-byte MAC address representing the BSSID of transition candidate */
3597 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID = 1,
3598 	/*
3599 	 * Unsigned 32-bit value from enum qca_wlan_btm_candidate_status
3600 	 * returned by the driver. It says whether the BSSID provided in
3601 	 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID is acceptable by
3602 	 * the driver, if not it specifies the reason for rejection.
3603 	 * Note that the user-space can overwrite the transition reject reason
3604 	 * codes provided by driver based on more information.
3605 	 */
3606 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS = 2,
3607 
3608 	/* keep last */
3609 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST,
3610 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_MAX =
3611 	QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST - 1,
3612 };
3613 
3614 enum qca_attr_trace_level {
3615 	QCA_ATTR_TRACE_LEVEL_INVALID = 0,
3616 	/*
3617 	 * Nested array of the following attributes:
3618 	 * QCA_ATTR_TRACE_LEVEL_MODULE,
3619 	 * QCA_ATTR_TRACE_LEVEL_MASK.
3620 	 */
3621 	QCA_ATTR_TRACE_LEVEL_PARAM = 1,
3622 	/*
3623 	 * Specific QCA host driver module. Please refer to the QCA host
3624 	 * driver implementation to get the specific module ID.
3625 	 */
3626 	QCA_ATTR_TRACE_LEVEL_MODULE = 2,
3627 	/* Different trace level masks represented in the QCA host driver. */
3628 	QCA_ATTR_TRACE_LEVEL_MASK = 3,
3629 
3630 	/* keep last */
3631 	QCA_ATTR_TRACE_LEVEL_AFTER_LAST,
3632 	QCA_ATTR_TRACE_LEVEL_MAX =
3633 		QCA_ATTR_TRACE_LEVEL_AFTER_LAST - 1,
3634 };
3635 
3636 /**
3637  * enum qca_wlan_vendor_attr_get_logger_features - value for logger
3638  *                                                 supported features
3639  * @QCA_WLAN_VENDOR_ATTR_LOGGER_INVALID - Invalid
3640  * @QCA_WLAN_VENDOR_ATTR_LOGGER_SUPPORTED - Indicate the supported features
3641  * @QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST - To keep track of the last enum
3642  * @QCA_WLAN_VENDOR_ATTR_LOGGER_MAX - max value possible for this type
3643  *
3644  * enum values are used for NL attributes for data used by
3645  * QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET sub command.
3646  */
3647 enum qca_wlan_vendor_attr_get_logger_features {
3648 	QCA_WLAN_VENDOR_ATTR_LOGGER_INVALID = 0,
3649 	QCA_WLAN_VENDOR_ATTR_LOGGER_SUPPORTED = 1,
3650 
3651 	/* keep last */
3652 	QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST,
3653 	QCA_WLAN_VENDOR_ATTR_LOGGER_MAX =
3654 		QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST - 1,
3655 };
3656 
3657 /**
3658  * enum qca_wlan_vendor_attr_link_properties - link properties
3659  *
3660  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_INVALID: Invalid initial value
3661  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_NSS: Unsigned 8-bit value to
3662  *	specify the number of spatial streams negotiated
3663  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_RATE_FLAGS: Unsigned 8-bit value
3664  *	to specify negotiated rate flags i.e. ht, vht and channel width
3665  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_FREQ: Unsigned 32bit value to
3666  *	specify the operating frequency
3667  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR: MAC Address of the peer
3668  * (STA / AP ) for the connected link.
3669  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_STA_FLAGS: Attribute containing a
3670  * &struct nl80211_sta_flag_update for the respective connected link. MAC
3671  * address of the peer represented by
3672  * QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR.
3673  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST: after last
3674  * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAX: max value
3675  */
3676 enum qca_wlan_vendor_attr_link_properties {
3677 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_INVALID = 0,
3678 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_NSS = 1,
3679 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_RATE_FLAGS = 2,
3680 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_FREQ = 3,
3681 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR  = 4,
3682 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_STA_FLAGS  = 5,
3683 
3684 	/* KEEP LAST */
3685 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST,
3686 	QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAX =
3687 		QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST - 1,
3688 };
3689 
3690 /**
3691  * enum qca_wlan_vendor_attr_nd_offload - vendor NS offload support
3692  *
3693  * @QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_INVALID - Invalid
3694  * @QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_FLAG - Flag to set NS offload
3695  * @QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST - To keep track of the last enum
3696  * @QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_MAX - max value possible for this type
3697  *
3698  * enum values are used for NL attributes for data used by
3699  * QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD sub command.
3700  */
3701 enum qca_wlan_vendor_attr_nd_offload {
3702 	QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_INVALID = 0,
3703 	QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_FLAG,
3704 
3705 	/* Keep last */
3706 	QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST,
3707 	QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_MAX =
3708 		QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST - 1,
3709 };
3710 
3711 /**
3712  * enum qca_wlan_vendor_features - Vendor device/driver feature flags
3713  *
3714  * @QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD: Device supports key
3715  *	management offload, a mechanism where the station's firmware
3716  *	does the exchange with the AP to establish the temporal keys
3717  *	after roaming, rather than having the user space wpa_supplicant do it.
3718  * @QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY: Device supports automatic
3719  *	band selection based on channel selection results.
3720  * @QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS: Device supports
3721  *	simultaneous off-channel operations.
3722  * @QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD: Device supports P2P
3723  *	Listen offload; a mechanism where the station's firmware takes care of
3724  *	responding to incoming Probe Request frames received from other P2P
3725  *	Devices whilst in Listen state, rather than having the user space
3726  *	wpa_supplicant do it. Information from received P2P requests are
3727  *	forwarded from firmware to host whenever the host processor wakes up.
3728  * @QCA_WLAN_VENDOR_FEATURE_OCE_STA: Device supports all OCE non-AP STA
3729  *	specific features.
3730  * @QCA_WLAN_VENDOR_FEATURE_OCE_AP: Device supports all OCE AP specific
3731  *	features.
3732  * @QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON: Device supports OCE STA-CFON
3733  *	specific features only. If a Device sets this bit but not the
3734  *	%QCA_WLAN_VENDOR_FEATURE_OCE_AP, the userspace shall assume that
3735  *	this Device may not support all OCE AP functionalities but can support
3736  *	only OCE STA-CFON functionalities.
3737  * @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
3738  *	managed regulatory.
3739  * @QCA_WLAN_VENDOR_FEATURE_TWT: Device supports TWT (Target Wake Time).
3740  * @QCA_WLAN_VENDOR_FEATURE_11AX: Device supports 802.11ax (HE)
3741  * @QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT: Device supports 6 GHz band operation
3742  * @QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG: Device is capable of receiving
3743  *	and applying thermal configuration through
3744  *	%QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL and
3745  *	%QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW attributes from
3746  *	userspace.
3747  * @QCA_WLAN_VENDOR_FEATURE_ADAPTIVE_11R: Device supports Adaptive 11r.
3748  *	With Adaptive 11r feature, access points advertise the vendor
3749  *	specific IEs and MDE but do not include FT AKM in the RSNE.
3750  *	The Adaptive 11r supported stations are expected to identify
3751  *	such vendor specific IEs and connect to the AP in FT mode though
3752  *	the profile is configured in non-FT mode.
3753  *	The driver-based SME cases also need to have this support for
3754  *	Adaptive 11r to handle the connection and roaming scenarios.
3755  *	This flag indicates the support for the same to the user space.
3756  * @QCA_WLAN_VENDOR_FEATURE_CONCURRENT_BAND_SESSIONS: Device supports
3757  *	concurrent network sessions on different Wi-Fi Bands. This feature
3758  *	capability is attributed to the hardware's capability to support
3759  *	the same (e.g., DBS).
3760  * @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
3761  */
3762 enum qca_wlan_vendor_features {
3763 	QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
3764 	QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
3765 	QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS = 2,
3766 	QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD = 3,
3767 	QCA_WLAN_VENDOR_FEATURE_OCE_STA = 4,
3768 	QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
3769 	QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
3770 	QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
3771 	QCA_WLAN_VENDOR_FEATURE_TWT = 8,
3772 	QCA_WLAN_VENDOR_FEATURE_11AX = 9,
3773 	QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT = 10,
3774 	QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG = 11,
3775 	QCA_WLAN_VENDOR_FEATURE_ADAPTIVE_11R = 12,
3776 	QCA_WLAN_VENDOR_FEATURE_CONCURRENT_BAND_SESSIONS = 13,
3777 
3778 	NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
3779 };
3780 
3781 /**
3782  * enum qca_wlan_vendor_attr_sap_conditional_chan_switch - Parameters for SAP
3783  *     conditional channel switch
3784  * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_INVALID: Invalid initial
3785  *     value
3786  * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST: Priority based
3787  * frequency list (an array of u32 values in host byte order)
3788  * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS: Status of the
3789  *     conditional switch (u32)- 0: Success, Non-zero: Failure
3790  * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST: After last
3791  * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_MAX: Subcommand max
3792  */
3793 enum qca_wlan_vendor_attr_sap_conditional_chan_switch {
3794 	QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_INVALID = 0,
3795 	QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST = 1,
3796 	QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS = 2,
3797 
3798 	/* Keep Last */
3799 	QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST,
3800 	QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_MAX =
3801 	QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST - 1,
3802 };
3803 
3804 /**
3805  * enum wifi_logger_supported_features - values for supported logger features
3806  * @WIFI_LOGGER_MEMORY_DUMP_SUPPORTED: Memory dump of FW
3807  * @WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED: Per packet statistics
3808  * @WIFI_LOGGER_CONNECT_EVENT_SUPPORTED: Logging of Connectivity events
3809  * @WIFI_LOGGER_POWER_EVENT_SUPPORTED: Power of driver
3810  * @WIFI_LOGGER_WAKE_LOCK_SUPPORTE: Wakelock of driver
3811  * @WIFI_LOGGER_WATCHDOG_TIMER_SUPPORTED: monitor FW health
3812  * @WIFI_LOGGER_DRIVER_DUMP_SUPPORTED: support driver dump
3813  * @WIFI_LOGGER_PACKET_FATE_SUPPORTED: tracks connection packets fate
3814  */
3815 enum wifi_logger_supported_features {
3816 	WIFI_LOGGER_MEMORY_DUMP_SUPPORTED = (1 << (0)),
3817 	WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED = (1 << (1)),
3818 	WIFI_LOGGER_CONNECT_EVENT_SUPPORTED = (1 << (2)),
3819 	WIFI_LOGGER_POWER_EVENT_SUPPORTED = (1 << (3)),
3820 	WIFI_LOGGER_WAKE_LOCK_SUPPORTED = (1 << (4)),
3821 	WIFI_LOGGER_VERBOSE_SUPPORTED = (1 << (5)),
3822 	WIFI_LOGGER_WATCHDOG_TIMER_SUPPORTED = (1 << (6)),
3823 	WIFI_LOGGER_DRIVER_DUMP_SUPPORTED = (1 << (7)),
3824 	WIFI_LOGGER_PACKET_FATE_SUPPORTED = (1 << (8))
3825 };
3826 
3827 /**
3828  * enum qca_wlan_vendor_attr_acs_offload - Defines attributes to be used with
3829  * vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
3830  *
3831  * @QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL: Required (u8).
3832  * Used with event to notify the primary channel number selected in ACS
3833  * operation.
3834  * Note: If both the driver and user-space application supports the 6 GHz band,
3835  * QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL is deprecated; use
3836  * QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY instead.
3837  * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
3838  * is still used if either of the driver or user space application doesn't
3839  * support the 6 GHz band.
3840  *
3841  * @QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL: Required (u8).
3842  * Used with event to notify the secondary channel number selected in ACS
3843  * operation.
3844  * Note: If both the driver and user-space application supports the 6 GHz band,
3845  * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL is deprecated; use
3846  * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY instead.
3847  * To maintain backward compatibility,
3848  * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL is still used if either of
3849  * the driver or user space application doesn't support 6 GHz band.
3850  *
3851  * @QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE: Required (u8).
3852  * (a) Used with command to configure hw_mode from
3853  * enum qca_wlan_vendor_acs_hw_mode for ACS operation.
3854  * (b) Also used with event to notify the hw_mode of selected primary channel
3855  * in ACS operation.
3856  *
3857  * @QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED: Flag attribute.
3858  * Used with command to configure ACS operation for HT mode.
3859  * Disable (flag attribute not present) - HT disabled and
3860  * Enable (flag attribute present) - HT enabled.
3861  *
3862  * @QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED: Flag attribute.
3863  * Used with command to configure ACS operation for HT40 mode.
3864  * Disable (flag attribute not present) - HT40 disabled and
3865  * Enable (flag attribute present) - HT40 enabled.
3866  *
3867  * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED: Flag attribute.
3868  * Used with command to configure ACS operation for VHT mode.
3869  * Disable (flag attribute not present) - VHT disabled and
3870  * Enable (flag attribute present) - VHT enabled.
3871  *
3872  * @QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH: Optional (u16) with command and
3873  * mandatory with event.
3874  * If specified in command path, ACS operation is configured with the given
3875  * channel width (in MHz).
3876  * In event path, specifies the channel width of the primary channel selected.
3877  *
3878  * @QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST: Required and type is NLA_UNSPEC.
3879  * Used with command to configure channel list using an array of
3880  * channel numbers (u8).
3881  * Note: If both the driver and user-space application supports the 6 GHz band,
3882  * the driver mandates use of QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST whereas
3883  * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST is optional.
3884  *
3885  * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL: Required (u8).
3886  * Used with event to notify the VHT segment 0 center channel number selected in
3887  * ACS operation.
3888  * Note: If both the driver and user-space application supports the 6 GHz band,
3889  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is deprecated; use
3890  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY instead.
3891  * To maintain backward compatibility,
3892  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is still used if either of
3893  * the driver or user space application doesn't support the 6 GHz band.
3894  *
3895  * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL: Required (u8).
3896  * Used with event to notify the VHT segment 1 center channel number selected in
3897  * ACS operation.
3898  * Note: If both the driver and user-space application supports the 6 GHz band,
3899  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is deprecated; use
3900  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY instead.
3901  * To maintain backward compatibility,
3902  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is still used if either of
3903  * the driver or user space application doesn't support the 6 GHz band.
3904  *
3905  * @QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST: Required and type is NLA_UNSPEC.
3906  * Used with command to configure the channel list using an array of channel
3907  * center frequencies in MHz (u32).
3908  * Note: If both the driver and user-space application supports the 6 GHz band,
3909  * the driver first parses the frequency list and if it fails to get a frequency
3910  * list, parses the channel list specified using
3911  * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST (considers only 2 GHz and 5 GHz channels in
3912  * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST).
3913  *
3914  * @QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY: Required (u32).
3915  * Used with event to notify the primary channel center frequency (MHz) selected
3916  * in ACS operation.
3917  * Note: If the driver supports the 6 GHz band, the event sent from the driver
3918  * includes this attribute along with QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL.
3919  *
3920  * @QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY: Required (u32).
3921  * Used with event to notify the secondary channel center frequency (MHz)
3922  * selected in ACS operation.
3923  * Note: If the driver supports the 6 GHz band, the event sent from the driver
3924  * includes this attribute along with
3925  * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL.
3926  *
3927  * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY: Required (u32).
3928  * Used with event to notify the VHT segment 0 center channel frequency (MHz)
3929  * selected in ACS operation.
3930  * Note: If the driver supports the 6 GHz band, the event sent from the driver
3931  * includes this attribute along with
3932  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL.
3933  *
3934  * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY: Required (u32).
3935  * Used with event to notify the VHT segment 1 center channel frequency (MHz)
3936  * selected in ACS operation.
3937  * Note: If the driver supports the 6 GHz band, the event sent from the driver
3938  * includes this attribute along with
3939  * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL.
3940  *
3941  * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED: Flag attribute.
3942  * Used with command to notify the driver of EDMG request for ACS
3943  * operation.
3944  *
3945  * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL: Optional (u8).
3946  * Used with event to notify the EDMG channel number selected in ACS
3947  * operation.
3948  * EDMG primary channel is indicated by QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
3949  */
3950 enum qca_wlan_vendor_attr_acs_offload {
3951 	QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_INVALID = 0,
3952 	QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL = 1,
3953 	QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL = 2,
3954 	QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE = 3,
3955 	QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED = 4,
3956 	QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED = 5,
3957 	QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED = 6,
3958 	QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH = 7,
3959 	QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST = 8,
3960 	QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL = 9,
3961 	QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL = 10,
3962 	QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST = 11,
3963 	QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY = 12,
3964 	QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY = 13,
3965 	QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY = 14,
3966 	QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY = 15,
3967 	QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED = 16,
3968 	QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL = 17,
3969 
3970 	/* keep last */
3971 	QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST,
3972 	QCA_WLAN_VENDOR_ATTR_ACS_MAX =
3973 	QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST - 1
3974 };
3975 
3976 /**
3977  * enum qca_wlan_vendor_acs_hw_mode - Defines HW mode to be used with the
3978  * vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
3979  *
3980  * @QCA_ACS_MODE_IEEE80211B: 802.11b mode
3981  * @QCA_ACS_MODE_IEEE80211G: 802.11g mode
3982  * @QCA_ACS_MODE_IEEE80211A: 802.11a mode
3983  * @QCA_ACS_MODE_IEEE80211AD: 802.11ad mode
3984  * @QCA_ACS_MODE_IEEE80211ANY: all modes
3985  * @QCA_ACS_MODE_IEEE80211AX: 802.11ax mode
3986  */
3987 enum qca_wlan_vendor_acs_hw_mode {
3988 	QCA_ACS_MODE_IEEE80211B,
3989 	QCA_ACS_MODE_IEEE80211G,
3990 	QCA_ACS_MODE_IEEE80211A,
3991 	QCA_ACS_MODE_IEEE80211AD,
3992 	QCA_ACS_MODE_IEEE80211ANY,
3993 	QCA_ACS_MODE_IEEE80211AX,
3994 };
3995 
3996 /**
3997  * enum qca_access_policy - access control policy
3998  *
3999  * Access control policy is applied on the configured IE
4000  * (QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE).
4001  * To be set with QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY.
4002  *
4003  * @QCA_ACCESS_POLICY_ACCEPT_UNLESS_LISTED: Deny Wi-Fi Connections which match
4004  *»       with the specific configuration (IE) set, i.e. allow all the
4005  *»       connections which do not match the configuration.
4006  * @QCA_ACCESS_POLICY_DENY_UNLESS_LISTED: Accept Wi-Fi Connections which match
4007  *»       with the specific configuration (IE) set, i.e. deny all the
4008  *»       connections which do not match the configuration.
4009  */
4010 enum qca_access_policy {
4011 	QCA_ACCESS_POLICY_ACCEPT_UNLESS_LISTED,
4012 	QCA_ACCESS_POLICY_DENY_UNLESS_LISTED,
4013 };
4014 
4015 /**
4016  * enum qca_ignore_assoc_disallowed - Ignore assoc disallowed values
4017  *
4018  * The valid values for the ignore assoc disallowed
4019  *
4020  * @QCA_IGNORE_ASSOC_DISALLOWED_DISABLE: Disable ignore assoc disallowed
4021  * @QCA_IGNORE_ASSOC_DISALLOWED_ENABLE: Enable ignore assoc disallowed
4022  *
4023  */
4024 enum qca_ignore_assoc_disallowed {
4025 	QCA_IGNORE_ASSOC_DISALLOWED_DISABLE,
4026 	QCA_IGNORE_ASSOC_DISALLOWED_ENABLE
4027 };
4028 
4029 /* Attributes for data used by
4030  * QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION and
4031  * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION subcommands.
4032  */
4033 #define QCA_WLAN_VENDOR_ATTR_DISCONNECT_IES\
4034 		QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES
4035 #define QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL\
4036 		QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL
4037 #define QCA_WLAN_VENDOR_ATTR_ROAM_REASON\
4038 		QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON
4039 enum qca_wlan_vendor_attr_config {
4040 	QCA_WLAN_VENDOR_ATTR_CONFIG_INVALID = 0,
4041 	/*
4042 	 * Unsigned 32-bit value to set the DTIM period.
4043 	 * Whether the wifi chipset wakes at every dtim beacon or a multiple of
4044 	 * the DTIM period. If DTIM is set to 3, the STA shall wake up every 3
4045 	 * DTIM beacons.
4046 	 */
4047 	QCA_WLAN_VENDOR_ATTR_CONFIG_MODULATED_DTIM = 1,
4048 	/*
4049 	 * Unsigned 32-bit value to set the wifi_iface stats averaging factor
4050 	 * used to calculate statistics like average the TSF offset or average
4051 	 * number of frame leaked.
4052 	 * For instance, upon Beacon frame reception:
4053 	 * current_avg = ((beacon_TSF - TBTT) * factor + previous_avg * (0x10000 - factor) ) / 0x10000
4054 	 * For instance, when evaluating leaky APs:
4055 	 * current_avg = ((num frame received within guard time) * factor + previous_avg * (0x10000 - factor)) / 0x10000
4056 	 */
4057 	QCA_WLAN_VENDOR_ATTR_CONFIG_STATS_AVG_FACTOR = 2,
4058 	/*
4059 	 * Unsigned 32-bit value to configure guard time, i.e., when
4060 	 * implementing IEEE power management based on frame control PM bit, how
4061 	 * long the driver waits before shutting down the radio and after
4062 	 * receiving an ACK frame for a Data frame with PM bit set.
4063 	 */
4064 	QCA_WLAN_VENDOR_ATTR_CONFIG_GUARD_TIME = 3,
4065 	/* Unsigned 32-bit value to change the FTM capability dynamically */
4066 	QCA_WLAN_VENDOR_ATTR_CONFIG_FINE_TIME_MEASUREMENT = 4,
4067 	/* Unsigned 16-bit value to configure maximum TX rate dynamically */
4068 	QCA_WLAN_VENDOR_ATTR_CONF_TX_RATE = 5,
4069 	/*
4070 	 * Unsigned 32-bit value to configure the number of continuous
4071 	 * Beacon Miss which shall be used by the firmware to penalize
4072 	 * the RSSI.
4073 	 */
4074 	QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS = 6,
4075 	/*
4076 	 * Unsigned 8-bit value to configure the channel avoidance indication
4077 	 * behavior. Firmware to send only one indication and ignore duplicate
4078 	 * indications when set to avoid multiple Apps wakeups.
4079 	 */
4080 	QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_AVOIDANCE_IND = 7,
4081 	/*
4082 	 * 8-bit unsigned value to configure the maximum TX MPDU for
4083 	 * aggregation.
4084 	 */
4085 	QCA_WLAN_VENDOR_ATTR_CONFIG_TX_MPDU_AGGREGATION = 8,
4086 	/*
4087 	 * 8-bit unsigned value to configure the maximum RX MPDU for
4088 	 * aggregation.
4089 	 */
4090 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MPDU_AGGREGATION = 9,
4091 	/*
4092 	 * 8-bit unsigned value to configure the Non aggregrate/11g sw
4093 	 * retry threshold (0 disable, 31 max).
4094 	 */
4095 	QCA_WLAN_VENDOR_ATTR_CONFIG_NON_AGG_RETRY = 10,
4096 	/*
4097 	 * 8-bit unsigned value to configure the aggregrate sw
4098 	 * retry threshold (0 disable, 31 max).
4099 	 */
4100 	QCA_WLAN_VENDOR_ATTR_CONFIG_AGG_RETRY = 11,
4101 	/*
4102 	 * 8-bit unsigned value to configure the MGMT frame
4103 	 * retry threshold (0 disable, 31 max).
4104 	 */
4105 	QCA_WLAN_VENDOR_ATTR_CONFIG_MGMT_RETRY = 12,
4106 	/*
4107 	 * 8-bit unsigned value to configure the CTRL frame
4108 	 * retry threshold (0 disable, 31 max).
4109 	 */
4110 	QCA_WLAN_VENDOR_ATTR_CONFIG_CTRL_RETRY = 13,
4111 	/*
4112 	 * 8-bit unsigned value to configure the propagation delay for
4113 	 * 2G/5G band (0~63, units in us)
4114 	 */
4115 	QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_DELAY = 14,
4116 	/*
4117 	 * Unsigned 32-bit value to configure the number of unicast TX fail
4118 	 * packet count. The peer is disconnected once this threshold is
4119 	 * reached.
4120 	 */
4121 	QCA_WLAN_VENDOR_ATTR_CONFIG_TX_FAIL_COUNT = 15,
4122 	/*
4123 	 * Attribute used to set scan default IEs to the driver.
4124 	 *
4125 	 * These IEs can be used by scan operations that will be initiated by
4126 	 * the driver/firmware.
4127 	 *
4128 	 * For further scan requests coming to the driver, these IEs should be
4129 	 * merged with the IEs received along with scan request coming to the
4130 	 * driver. If a particular IE is present in the scan default IEs but not
4131 	 * present in the scan request, then that IE should be added to the IEs
4132 	 * sent in the Probe Request frames for that scan request.
4133 	 */
4134 	QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_DEFAULT_IES = 16,
4135 	/* Unsigned 32-bit attribute for generic commands */
4136 	QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_COMMAND = 17,
4137 	/* Unsigned 32-bit value attribute for generic commands */
4138 	QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_VALUE = 18,
4139 	/* Unsigned 32-bit data attribute for generic command response */
4140 	QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA = 19,
4141 	/*
4142 	 * Unsigned 32-bit length attribute for
4143 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA
4144 	 */
4145 	QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_LENGTH = 20,
4146 	/*
4147 	 * Unsigned 32-bit flags attribute for
4148 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA
4149 	 */
4150 	QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_FLAGS = 21,
4151 	/*
4152 	 * Unsigned 32-bit, defining the access policy.
4153 	 * See enum qca_access_policy. Used with
4154 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST.
4155 	 */
4156 	QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY = 22,
4157 	/*
4158 	 * Sets the list of full set of IEs for which a specific access policy
4159 	 * has to be applied. Used along with
4160 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY to control the access.
4161 	 * Zero length payload can be used to clear this access constraint.
4162 	 */
4163 	QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST = 23,
4164 	/*
4165 	 * Unsigned 32-bit, specifies the interface index (netdev) for which the
4166 	 * corresponding configurations are applied. If the interface index is
4167 	 * not specified, the configurations are attributed to the respective
4168 	 * wiphy.
4169 	 */
4170 	QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX = 24,
4171 	/*
4172 	 * 8-bit unsigned value to trigger QPower:
4173 	 * 1-Enable, 0-Disable
4174 	 */
4175 	QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER = 25,
4176 	/*
4177 	 * 8-bit unsigned value to configure the driver and below layers to
4178 	 * ignore the assoc disallowed set by APs while connecting
4179 	 * 1-Ignore, 0-Don't ignore
4180 	 */
4181 	QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED = 26,
4182 	/*
4183 	 * 32-bit unsigned value to trigger antenna diversity features:
4184 	 * 1-Enable, 0-Disable
4185 	 */
4186 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_ENA = 27,
4187 	/* 32-bit unsigned value to configure specific chain antenna */
4188 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_CHAIN = 28,
4189 	/*
4190 	 * 32-bit unsigned value to trigger cycle selftest
4191 	 * 1-Enable, 0-Disable
4192 	 */
4193 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SELFTEST = 29,
4194 	/*
4195 	 * 32-bit unsigned to configure the cycle time of selftest
4196 	 * the unit is micro-second
4197 	 */
4198 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SELFTEST_INTVL = 30,
4199 	/* 32-bit unsigned value to set reorder timeout for AC_VO */
4200 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_VOICE = 31,
4201 	/* 32-bit unsigned value to set reorder timeout for AC_VI */
4202 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_VIDEO = 32,
4203 	/* 32-bit unsigned value to set reorder timeout for AC_BE */
4204 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BESTEFFORT = 33,
4205 	/* 32-bit unsigned value to set reorder timeout for AC_BK */
4206 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BACKGROUND = 34,
4207 	/* 6-byte MAC address to point out the specific peer */
4208 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC = 35,
4209 	/* 32-bit unsigned value to set window size for specific peer */
4210 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_WINLIMIT = 36,
4211 	/* 8-bit unsigned value to set the beacon miss threshold in 2.4 GHz */
4212 	QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_24 = 37,
4213 	/* 8-bit unsigned value to set the beacon miss threshold in 5 GHz */
4214 	QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_5 = 38,
4215 	/*
4216 	 * 32-bit unsigned value to configure 5 or 10 MHz channel width for
4217 	 * station device while in disconnect state. The attribute use the
4218 	 * value of enum nl80211_chan_width: NL80211_CHAN_WIDTH_5 means 5 MHz,
4219 	 * NL80211_CHAN_WIDTH_10 means 10 MHz. If set, the device work in 5 or
4220 	 * 10 MHz channel width, the station will not connect to a BSS using 20
4221 	 * MHz or higher bandwidth. Set to NL80211_CHAN_WIDTH_20_NOHT to
4222 	 * clear this constraint.
4223 	 */
4224 	QCA_WLAN_VENDOR_ATTR_CONFIG_SUB20_CHAN_WIDTH = 39,
4225 	/*
4226 	 * 32-bit unsigned value to configure the propagation absolute delay
4227 	 * for 2G/5G band (units in us)
4228 	 */
4229 	QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY = 40,
4230 	/* 32-bit unsigned value to set probe period */
4231 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_PROBE_PERIOD = 41,
4232 	/* 32-bit unsigned value to set stay period */
4233 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_STAY_PERIOD = 42,
4234 	/* 32-bit unsigned value to set snr diff */
4235 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SNR_DIFF = 43,
4236 	/* 32-bit unsigned value to set probe dwell time */
4237 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_PROBE_DWELL_TIME = 44,
4238 	/* 32-bit unsigned value to set mgmt snr weight */
4239 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_MGMT_SNR_WEIGHT = 45,
4240 	/* 32-bit unsigned value to set data snr weight */
4241 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_DATA_SNR_WEIGHT = 46,
4242 	/* 32-bit unsigned value to set ack snr weight */
4243 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_ACK_SNR_WEIGHT = 47,
4244 	/*
4245 	 * 32-bit unsigned value to configure the listen interval.
4246 	 * This is in units of beacon intervals. This configuration alters
4247 	 * the negotiated listen interval with the AP during the connection.
4248 	 * It is highly recommended to configure a value less than or equal to
4249 	 * the one negotiated during the association. Configuring any greater
4250 	 * value can have adverse effects (frame loss, AP disassociating STA,
4251 	 * etc.).
4252 	 */
4253 	QCA_WLAN_VENDOR_ATTR_CONFIG_LISTEN_INTERVAL = 48,
4254 	/*
4255 	 * 8 bit unsigned value that is set on an AP/GO virtual interface to
4256 	 * disable operations that would cause the AP/GO to leave its operating
4257 	 * channel.
4258 	 *
4259 	 * This will restrict the scans to the AP/GO operating channel and the
4260 	 * channels of the other band, if DBS is supported.A STA/CLI interface
4261 	 * brought up after this setting is enabled, will be restricted to
4262 	 * connecting to devices only on the AP/GO interface's operating channel
4263 	 * or on the other band in DBS case. P2P supported channel list is
4264 	 * modified, to only include AP interface's operating-channel and the
4265 	 * channels of the other band if DBS is supported.
4266 	 *
4267 	 * These restrictions are only applicable as long as the AP/GO interface
4268 	 * is alive. If the AP/GO interface is brought down then this
4269 	 * setting/restriction is forgotten.
4270 	 *
4271 	 * If this variable is set on an AP/GO interface while a multi-channel
4272 	 * concurrent session is active, it has no effect on the operation of
4273 	 * the current interfaces, other than restricting the scan to the AP/GO
4274 	 * operating channel and the other band channels if DBS is supported.
4275 	 * However, if the STA is brought down and restarted then the new STA
4276 	 * connection will either be formed on the AP/GO channel or on the
4277 	 * other band in a DBS case. This is because of the scan being
4278 	 * restricted on these channels as mentioned above.
4279 	 *
4280 	 * 1-Disable offchannel operations, 0-Enable offchannel operations.
4281 	 */
4282 	QCA_WLAN_VENDOR_ATTR_CONFIG_RESTRICT_OFFCHANNEL = 49,
4283 
4284 	/*
4285 	 * 8 bit unsigned value to enable/disable LRO (Large Receive Offload)
4286 	 * on an interface.
4287 	 * 1 - Enable , 0 - Disable.
4288 	 */
4289 	QCA_WLAN_VENDOR_ATTR_CONFIG_LRO = 50,
4290 
4291 	/*
4292 	 * 8 bit unsigned value to globally enable/disable scan
4293 	 * 1 - Enable, 0 - Disable.
4294 	 */
4295 	QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_ENABLE = 51,
4296 
4297 	/* 8-bit unsigned value to set the total beacon miss count */
4298 	QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52,
4299 
4300 	/*
4301 	 * Unsigned 32-bit value to configure the number of continuous
4302 	 * Beacon Miss which shall be used by the firmware to penalize
4303 	 * the RSSI for BTC.
4304 	 */
4305 	QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS_BTC = 53,
4306 
4307 	/*
4308 	 * 8-bit unsigned value to configure the driver and below layers to
4309 	 * enable/disable all fils features.
4310 	 * 0-enable, 1-disable
4311 	 */
4312 	QCA_WLAN_VENDOR_ATTR_CONFIG_DISABLE_FILS = 54,
4313 
4314 	/* 16-bit unsigned value to configure the level of WLAN latency
4315 	 * module. See enum qca_wlan_vendor_attr_config_latency_level.
4316 	 */
4317 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL = 55,
4318 
4319 	/*
4320 	 * 8-bit unsigned value indicating the driver to use the RSNE as-is from
4321 	 * the connect interface. Exclusively used for the scenarios where the
4322 	 * device is used as a test bed device with special functionality and
4323 	 * not recommended for production. This helps driver to not validate the
4324 	 * RSNE passed from user space and thus allow arbitrary IE data to be
4325 	 * used for testing purposes.
4326 	 * 1-enable, 0-disable.
4327 	 * Applications set/reset this configuration. If not reset, this
4328 	 * parameter remains in use until the driver is unloaded.
4329 	 */
4330 	QCA_WLAN_VENDOR_ATTR_CONFIG_RSN_IE = 56,
4331 
4332 	/*
4333 	 * 8-bit unsigned value to trigger green Tx power saving.
4334 	 * 1-Enable, 0-Disable
4335 	 */
4336 	QCA_WLAN_VENDOR_ATTR_CONFIG_GTX = 57,
4337 
4338 	/*
4339 	 * Attribute to configure disconnect IEs to the driver.
4340 	 * This carries an array of unsigned 8-bit characters.
4341 	 *
4342 	 * If this is configured, driver shall fill the IEs in disassoc/deauth
4343 	 * frame.
4344 	 * These IEs are expected to be considered only for the next
4345 	 * immediate disconnection (disassoc/deauth frame) originated by
4346 	 * the DUT, irrespective of the entity (user space/driver/firmware)
4347 	 * triggering the disconnection.
4348 	 * The host drivers are not expected to use the IEs set through
4349 	 * this interface for further disconnections after the first immediate
4350 	 * disconnection initiated post the configuration.
4351 	 * If the IEs are also updated through cfg80211 interface (after the
4352 	 * enhancement to cfg80211_disconnect), host driver is expected to
4353 	 * take the union of IEs from both of these interfaces and send in
4354 	 * further disassoc/deauth frames.
4355 	 */
4356 	QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES = 58,
4357 
4358 	/* 8-bit unsigned value for ELNA bypass.
4359 	 * 1-Enable, 0-Disable
4360 	 */
4361 	QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
4362 
4363 	/* 8-bit unsigned value. This attribute enables/disables the host driver
4364 	 * to send the Beacon Report response with failure reason for the
4365 	 * scenarios where STA cannot honor the Beacon report request from AP.
4366 	 * 1-Enable, 0-Disable.
4367 	 */
4368 	QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL = 60,
4369 
4370 	/* 8-bit unsigned value. This attribute enables/disables the host driver
4371 	 * to send roam reason information in the reassociation request to the
4372 	 * AP. 1-Enable, 0-Disable.
4373 	 */
4374 	QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON = 61,
4375 
4376 	/* 32-bit unsigned value to configure different PHY modes to the
4377 	 * driver/firmware. The possible values are defined in
4378 	 * enum qca_wlan_vendor_phy_mode. The configuration will be reset to
4379 	 * default value, i.e., QCA_WLAN_VENDOR_PHY_MODE_AUTO upon restarting
4380 	 * the driver.
4381 	 */
4382 	QCA_WLAN_VENDOR_ATTR_CONFIG_PHY_MODE = 62,
4383 
4384 	/* 8-bit unsigned value to configure the maximum supported channel width
4385 	 * for STA mode. If this value is configured when STA is in connected
4386 	 * state, it should not exceed the negotiated channel width. If it is
4387 	 * configured when STA is in disconnected state, the configured value
4388 	 * will take effect for the next immediate connection.
4389 	 * Possible values are:
4390 	 *   NL80211_CHAN_WIDTH_20
4391 	 *   NL80211_CHAN_WIDTH_40
4392 	 *   NL80211_CHAN_WIDTH_80
4393 	 *   NL80211_CHAN_WIDTH_80P80
4394 	 *   NL80211_CHAN_WIDTH_160
4395 	 */
4396 	QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_WIDTH = 63,
4397 
4398 	/* 8-bit unsigned value to enable/disable dynamic bandwidth adjustment.
4399 	 * This attribute is only applicable for STA mode. When dynamic
4400 	 * bandwidth adjustment is disabled, STA will use static channel width
4401 	 * the value of which is negotiated during connection.
4402 	 * 1-enable (default), 0-disable
4403 	 */
4404 	QCA_WLAN_VENDOR_ATTR_CONFIG_DYNAMIC_BW = 64,
4405 
4406 	/* 8-bit unsigned value to configure the maximum number of subframes of
4407 	 * TX MSDU for aggregation. Possible values are 0-31. When set to 0,
4408 	 * it is decided by hardware.
4409 	 */
4410 	QCA_WLAN_VENDOR_ATTR_CONFIG_TX_MSDU_AGGREGATION = 65,
4411 
4412 	/* 8-bit unsigned value to configure the maximum number of subframes of
4413 	 * RX MSDU for aggregation. Possible values are 0-31. When set to 0,
4414 	 * it is decided by hardware.
4415 	 */
4416 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MSDU_AGGREGATION = 66,
4417 
4418 	/* 8-bit unsigned value. This attribute is used to dynamically
4419 	 * enable/disable the LDPC capability of the device. When configured in
4420 	 * the disconnected state, the updated configuration will be considered
4421 	 * for the immediately following connection attempt. If this
4422 	 * configuration is modified while the device is in the connected state,
4423 	 * the LDPC TX will be updated with this configuration immediately,
4424 	 * while the LDPC RX configuration update will take place starting from
4425 	 * the subsequent association attempt.
4426 	 * 1-Enable, 0-Disable.
4427 	 */
4428 	QCA_WLAN_VENDOR_ATTR_CONFIG_LDPC = 67,
4429 
4430 	/* 8-bit unsigned value. This attribute is used to dynamically
4431 	 * enable/disable the TX STBC capability of the device. When configured
4432 	 * in the disconnected state, the updated configuration will be
4433 	 * considered for the immediately following connection attempt. If the
4434 	 * connection is formed with TX STBC enabled and if this configuration
4435 	 * is disabled during that association, the TX will be impacted
4436 	 * immediately. Further connection attempts will disable TX STBC.
4437 	 * However, enabling the TX STBC for a connected session with disabled
4438 	 * capability is not allowed and will fail.
4439 	 * 1-Enable, 0-Disable.
4440 	 */
4441 	QCA_WLAN_VENDOR_ATTR_CONFIG_TX_STBC = 68,
4442 
4443 	/* 8-bit unsigned value. This attribute is used to dynamically
4444 	 * enable/disable the RX STBC capability of the device. When configured
4445 	 * in the disconnected state, the updated configuration will be
4446 	 * considered for the immediately following connection attempt. If the
4447 	 * configuration is modified in the connected state, there will be no
4448 	 * impact for the current association, but further connection attempts
4449 	 * will use the updated configuration.
4450 	 * 1-Enable, 0-Disable.
4451 	 */
4452 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_STBC = 69,
4453 
4454 	/* 8-bit unsigned value. This attribute is used to dynamically configure
4455 	 * the number of spatial streams. When configured in the disconnected
4456 	 * state, the updated configuration will be considered for the
4457 	 * immediately following connection attempt. If the NSS is updated after
4458 	 * the connection, the updated NSS value is notified to the peer using
4459 	 * the Operating Mode Notification/Spatial Multiplexing Power Save
4460 	 * frame. The updated NSS value after the connection shall not be
4461 	 * greater than the one negotiated during the connection. Any such
4462 	 * higher value configuration shall be returned with a failure.
4463 	 * Only symmetric NSS configuration (such as 2X2 or 1X1) can be done
4464 	 * using this attribute. QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS and
4465 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS attributes shall be used to
4466 	 * configure the asymmetric NSS configuration (such as 1X2).
4467 	 */
4468 	QCA_WLAN_VENDOR_ATTR_CONFIG_NSS = 70,
4469 
4470 	/*
4471 	 * 8-bit unsigned value to trigger Optimized Power Management:
4472 	 * 1-Enable, 0-Disable
4473 	 */
4474 	QCA_WLAN_VENDOR_ATTR_CONFIG_OPTIMIZED_POWER_MANAGEMENT = 71,
4475 
4476 	/* 8-bit unsigned value. This attribute takes the QOS/access category
4477 	 * value represented by the enum qca_wlan_ac_type and expects the driver
4478 	 * to upgrade the UDP frames to this QOS. The value of QCA_WLAN_AC_ALL
4479 	 * is invalid for this attribute. This will override the DSCP value
4480 	 * configured in the frame with the intention to only upgrade the QOS.
4481 	 * That said, it is not intended to downgrade the QOS for the frames.
4482 	 * Set the value to 0 ( corresponding to BE ) if the QOS upgrade needs
4483 	 * to disable.
4484 	 */
4485 	QCA_WLAN_VENDOR_ATTR_CONFIG_UDP_QOS_UPGRADE = 72,
4486 
4487 	/* 8-bit unsigned value. This attribute is used to dynamically configure
4488 	 * the number of chains to be used for transmitting data. This
4489 	 * configuration is allowed only when in connected state and will be
4490 	 * effective until disconnected. The driver rejects this configuration
4491 	 * if the number of spatial streams being used in the current connection
4492 	 * cannot be supported by this configuration.
4493 	 */
4494 	QCA_WLAN_VENDOR_ATTR_CONFIG_NUM_TX_CHAINS = 73,
4495 
4496 	/* 8-bit unsigned value. This attribute is used to dynamically configure
4497 	 * the number of chains to be used for receiving data. This
4498 	 * configuration is allowed only when in connected state and will be
4499 	 * effective until disconnected. The driver rejects this configuration
4500 	 * if the number of spatial streams being used in the current connection
4501 	 * cannot be supported by this configuration.
4502 	 */
4503 	QCA_WLAN_VENDOR_ATTR_CONFIG_NUM_RX_CHAINS = 74,
4504 
4505 	/* 8-bit unsigned value to configure ANI setting type.
4506 	 * See &enum qca_wlan_ani_setting for possible values.
4507 	 */
4508 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANI_SETTING = 75,
4509 	/* 32-bit signed value to configure ANI level. This is used when
4510 	 * ANI settings type is &QCA_WLAN_ANI_SETTING_FIXED.
4511 	 * The set and get of ANI level with &QCA_WLAN_ANI_SETTING_AUTO
4512 	 * is invalid, the driver will return a failure.
4513 	 */
4514 	QCA_WLAN_VENDOR_ATTR_CONFIG_ANI_LEVEL = 76,
4515 
4516 	/* 8-bit unsigned value. This attribute is used to dynamically configure
4517 	 * the number of spatial streams used for transmitting the data. When
4518 	 * configured in the disconnected state, the configured value will
4519 	 * be considered for the following connection attempt.
4520 	 * If the NSS is updated after the connection, the updated NSS value
4521 	 * is notified to the peer using the Operating Mode Notification/Spatial
4522 	 * Multiplexing Power Save frame.
4523 	 * The TX NSS value configured after the connection shall not be greater
4524 	 * than the value negotiated during the connection. Any such higher
4525 	 * value configuration shall be treated as invalid configuration by
4526 	 * the driver. This attribute shall be configured along with
4527 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS attribute to define the symmetric
4528 	 * configuration (such as 2X2 or 1X1) or the asymmetric
4529 	 * configuration (such as 1X2).
4530 	 * If QCA_WLAN_VENDOR_ATTR_CONFIG_NSS attribute is also provided along
4531 	 * with this QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS attribute the driver
4532 	 * will update the TX NSS based on QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS.
4533 	 */
4534 	QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS = 77,
4535 
4536 	/* 8-bit unsigned value. This attribute is used to dynamically configure
4537 	 * the number of spatial streams used for receiving the data. When
4538 	 * configured in the disconnected state, the configured value will
4539 	 * be considered for the following connection attempt.
4540 	 * If the NSS is updated after the connection, the updated NSS value
4541 	 * is notified to the peer using the Operating Mode Notification/Spatial
4542 	 * Multiplexing Power Save frame.
4543 	 * The RX NSS value configured after the connection shall not be greater
4544 	 * than the value negotiated during the connection. Any such higher
4545 	 * value configuration shall be treated as invalid configuration by
4546 	 * the driver. This attribute shall be configured along with
4547 	 * QCA_WLAN_VENDOR_ATTR_CONFIG_TX_NSS attribute to define the symmetric
4548 	 * configuration (such as 2X2 or 1X1) or the asymmetric
4549 	 * configuration (such as 1X2).
4550 	 * If QCA_WLAN_VENDOR_ATTR_CONFIG_NSS attribute is also provided along
4551 	 * with this QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS attribute the driver
4552 	 * will update the RX NSS based on QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS.
4553 	 */
4554 	QCA_WLAN_VENDOR_ATTR_CONFIG_RX_NSS = 78,
4555 	/* keep last */
4556 	QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
4557 	QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
4558 	QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST - 1,
4559 };
4560 
4561 /**
4562  * enum qca_wlan_vendor_attr_wifi_logger_start - Enum for wifi logger starting
4563  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_INVALID: Invalid attribute
4564  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID: Ring ID
4565  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_VERBOSE_LEVEL: Verbose level
4566  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_FLAGS: Flag
4567  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST: Last value
4568  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_MAX: Max value
4569  */
4570 enum qca_wlan_vendor_attr_wifi_logger_start {
4571 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_INVALID = 0,
4572 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID = 1,
4573 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_VERBOSE_LEVEL = 2,
4574 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_FLAGS = 3,
4575 	/* keep last */
4576 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST,
4577 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_MAX =
4578 		QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST - 1,
4579 };
4580 
4581 /*
4582  * enum qca_wlan_vendor_attr_wifi_logger_get_ring_data - Get ring data
4583  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_INVALID: Invalid attribute
4584  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_ID: Ring ID
4585  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_AFTER_LAST: Last value
4586  * @QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_MAX: Max value
4587  */
4588 enum qca_wlan_vendor_attr_wifi_logger_get_ring_data {
4589 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_INVALID = 0,
4590 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_ID = 1,
4591 	/* keep last */
4592 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_AFTER_LAST,
4593 	QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_MAX =
4594 		QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_GET_RING_DATA_AFTER_LAST - 1,
4595 };
4596 
4597 #ifdef WLAN_FEATURE_OFFLOAD_PACKETS
4598 /**
4599  * enum wlan_offloaded_packets_control - control commands
4600  * @WLAN_START_OFFLOADED_PACKETS: start offloaded packets
4601  * @WLAN_STOP_OFFLOADED_PACKETS: stop offloaded packets
4602  *
4603  */
4604 enum wlan_offloaded_packets_control {
4605 	WLAN_START_OFFLOADED_PACKETS = 1,
4606 	WLAN_STOP_OFFLOADED_PACKETS  = 2
4607 };
4608 
4609 /**
4610  * enum qca_wlan_vendor_attr_data_offload_ind - Vendor Data Offload Indication
4611  *
4612  * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_SESSION: Session corresponding to
4613  *      the offloaded data.
4614  * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_PROTOCOL: Protocol of the offloaded
4615  *      data.
4616  * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_EVENT: Event type for the data offload
4617  *      indication.
4618  */
4619 enum qca_wlan_vendor_attr_data_offload_ind {
4620 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_INVALID = 0,
4621 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_SESSION,
4622 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_PROTOCOL,
4623 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_EVENT,
4624 
4625 	/* keep last */
4626 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST,
4627 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_MAX =
4628 	QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST - 1
4629 };
4630 
4631 /**
4632  * enum qca_wlan_vendor_attr_offloaded_packets - Used by the vendor command
4633  * QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS.
4634  */
4635 enum qca_wlan_vendor_attr_offloaded_packets {
4636 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_INVALID = 0,
4637 	/* Takes valid value from the enum
4638 	 * qca_wlan_offloaded_packets_sending_control
4639 	 * Unsigned 32-bit value
4640 	 */
4641 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL,
4642 	/* Unsigned 32-bit value */
4643 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_REQUEST_ID,
4644 	/* array of u8 len: Max packet size */
4645 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_IP_PACKET_DATA,
4646 	/* 6-byte MAC address used to represent source MAC address */
4647 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SRC_MAC_ADDR,
4648 	/* 6-byte MAC address used to represent destination MAC address */
4649 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_DST_MAC_ADDR,
4650 	/* Unsigned 32-bit value, in milli seconds */
4651 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_PERIOD,
4652 	/* This optional unsigned 16-bit attribute is used for specifying
4653 	 * ethernet protocol type. If not specified ethertype defaults to IPv4.
4654 	 */
4655 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_ETHER_PROTO_TYPE,
4656 
4657 	/* keep last */
4658 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST,
4659 	QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_MAX =
4660 		QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST - 1,
4661 };
4662 
4663 #endif
4664 
4665 /**
4666  * enum qca_wlan_rssi_monitoring_control - rssi control commands
4667  * @QCA_WLAN_RSSI_MONITORING_CONTROL_INVALID: invalid
4668  * @QCA_WLAN_RSSI_MONITORING_START: rssi monitoring start
4669  * @QCA_WLAN_RSSI_MONITORING_STOP: rssi monitoring stop
4670  */
4671 enum qca_wlan_rssi_monitoring_control {
4672 	QCA_WLAN_RSSI_MONITORING_CONTROL_INVALID = 0,
4673 	QCA_WLAN_RSSI_MONITORING_START,
4674 	QCA_WLAN_RSSI_MONITORING_STOP,
4675 };
4676 
4677 /**
4678  * enum qca_wlan_vendor_attr_rssi_monitoring - rssi monitoring
4679  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_INVALID: Invalid
4680  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL: control
4681  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX_RSSI: max rssi
4682  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MIN_RSSI: min rssi
4683  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_BSSID: current bssid
4684  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_RSSI: current rssi
4685  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST: after last
4686  * @QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX: max
4687  */
4688 enum qca_wlan_vendor_attr_rssi_monitoring {
4689 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_INVALID = 0,
4690 
4691 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL,
4692 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_REQUEST_ID,
4693 
4694 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX_RSSI,
4695 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MIN_RSSI,
4696 
4697 	/* attributes to be used/received in callback */
4698 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_BSSID,
4699 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_RSSI,
4700 
4701 	/* keep last */
4702 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST,
4703 	QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX =
4704 		QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST - 1,
4705 };
4706 
4707 /**
4708  * enum qca_wlan_vendor_attr_ndp_params - Used by the vendor command
4709  * QCA_NL80211_VENDOR_SUBCMD_NDP.
4710  * @QCA_WLAN_VENDOR_ATTR_NDP_PARAM_INVALID
4711  * @QCA_WLAN_VENDOR_ATTR_NDP_SUBCMD: sub commands values in qca_wlan_ndp_sub_cmd
4712  * @QCA_WLAN_VENDOR_ATTR_NDP_TRANSACTION_ID:
4713  * @QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_INSTANCE_ID: indicats a service info
4714  * @QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL: channel frequency in MHz
4715  * @QCA_WLAN_VENDOR_ATTR_NDP_PEER_DISCOVERY_MAC_ADDR: Interface Discovery MAC
4716  * address
4717  * @QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR: Interface name on which NDP is being
4718  * created
4719  * @QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_SECURITY: CONFIG_SECURITY is deprecated, use
4720  * NCS_SK_TYPE/PMK/SCID instead
4721  * @QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_QOS: value for QoS
4722  * @QCA_WLAN_VENDOR_ATTR_NDP_APP_INFO: app info
4723  * @QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID: NDP instance Id
4724  * @QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID_ARRAY: Array of instance Ids
4725  * @QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE_CODE: initiator/responder NDP response
4726  * code: accept/reject
4727  * @QCA_WLAN_VENDOR_ATTR_NDP_NDI_MAC_ADDR: NDI MAC address
4728  * @QCA_WLAN_VENDOR_ATTR_NDP_DRV_RESPONSE_STATUS_TYPE: errors types returned by
4729  * driver
4730  * @QCA_WLAN_VENDOR_ATTR_NDP_DRV_RETURN_VALUE: value error values returned by
4731  * driver
4732  * @QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_CONFIG: Channel setup configuration
4733  * @QCA_WLAN_VENDOR_ATTR_NDP_CSID: Cipher Suite Shared Key Type
4734  * @QCA_WLAN_VENDOR_ATTR_NDP_PMK: PMK_INFO
4735  * @QCA_WLAN_VENDOR_ATTR_NDP_SCID: Security Context Identifier that contains the
4736  * PMKID
4737  * @QCA_WLAN_VENDOR_ATTR_NDP_PASSPHRASE: passphrase
4738  * @QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_NAME: service name
4739  * @QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_REASON: bitmap indicating schedule
4740  * update:
4741  *     BIT_0: NSS Update
4742  *     BIT_1: Channel list update
4743  * @QCA_WLAN_VENDOR_ATTR_NDP_NSS: nss
4744  * @QCA_WLAN_VENDOR_ATTR_NDP_NUM_CHANNELS: NUMBER NDP CHANNEL
4745  * @QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH: CHANNEL BANDWIDTH:
4746  *     0:20 MHz,
4747  *     1:40 MHz,
4748  *     2:80 MHz,
4749  *     3:160 MHz
4750  * @QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO: Array of channel/band width
4751  * @QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST: id after last valid attribute
4752  * @QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_MAX: max value of this enum type
4753  * @QCA_WLAN_VENDOR_ATTR_NDP_IPV6_ADDR: IPv6 address used by NDP, 16 bytes array
4754  * @QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PORT: Unsigned 16-bit value indicating
4755  * transport port used by NDP.
4756  * QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL: Unsigned 8-bit value indicating
4757  * protocol used by NDP and assigned by the Internet Assigned Numbers Authority
4758  * as per: www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
4759 */
4760 enum qca_wlan_vendor_attr_ndp_params {
4761 	QCA_WLAN_VENDOR_ATTR_NDP_PARAM_INVALID = 0,
4762 	QCA_WLAN_VENDOR_ATTR_NDP_SUBCMD = 1,
4763 	QCA_WLAN_VENDOR_ATTR_NDP_TRANSACTION_ID = 2,
4764 	QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_INSTANCE_ID = 3,
4765 	QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL = 4,
4766 	QCA_WLAN_VENDOR_ATTR_NDP_PEER_DISCOVERY_MAC_ADDR = 5,
4767 	QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR = 6,
4768 	QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_SECURITY = 7,
4769 	QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_QOS = 8,
4770 	QCA_WLAN_VENDOR_ATTR_NDP_APP_INFO = 9,
4771 	QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID = 10,
4772 	QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID_ARRAY = 11,
4773 	QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE_CODE = 12,
4774 	QCA_WLAN_VENDOR_ATTR_NDP_NDI_MAC_ADDR = 13,
4775 	QCA_WLAN_VENDOR_ATTR_NDP_DRV_RESPONSE_STATUS_TYPE = 14,
4776 	QCA_WLAN_VENDOR_ATTR_NDP_DRV_RETURN_VALUE = 15,
4777 	QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_CONFIG = 16,
4778 	QCA_WLAN_VENDOR_ATTR_NDP_CSID = 17,
4779 	QCA_WLAN_VENDOR_ATTR_NDP_PMK = 18,
4780 	QCA_WLAN_VENDOR_ATTR_NDP_SCID = 19,
4781 	QCA_WLAN_VENDOR_ATTR_NDP_PASSPHRASE = 20,
4782 	QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_NAME = 21,
4783 	QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_REASON = 22,
4784 	QCA_WLAN_VENDOR_ATTR_NDP_NSS = 23,
4785 	QCA_WLAN_VENDOR_ATTR_NDP_NUM_CHANNELS = 24,
4786 	QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH = 25,
4787 	QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO = 26,
4788 	QCA_WLAN_VENDOR_ATTR_NDP_IPV6_ADDR = 27,
4789 	QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PORT = 28,
4790 	QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL = 29,
4791 
4792 	/* keep last */
4793 	QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,
4794 	QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_MAX =
4795 		QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST - 1,
4796 };
4797 
4798 /**
4799  * enum qca_wlan_ndp_sub_cmd - NDP sub comands types for
4800  * QCA_NL80211_VENDOR_SUBCMD_NDP.
4801  * @QCA_WLAN_VENDOR_ATTR_NDP_INVALID: invalid value
4802  * @QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_CREATE: create a ndi
4803  * @QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_DELETE: delete a ndi
4804  * @QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_REQUEST: initiate a ndp session
4805  * @QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_RESPONSE: response for above
4806  * @QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_REQUEST: respond to ndp session
4807  * @QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_RESPONSE: response for above
4808  * @QCA_WLAN_VENDOR_ATTR_NDP_END_REQUEST: initiate a ndp end
4809  * @QCA_WLAN_VENDOR_ATTR_NDP_END_RESPONSE: response for above
4810  * @QCA_WLAN_VENDOR_ATTR_NDP_REQUEST_IND: notify the peer about the end request
4811  * @QCA_WLAN_VENDOR_ATTR_NDP_CONFIRM_IND: confirm the ndp session is complete
4812  * @QCA_WLAN_VENDOR_ATTR_NDP_END_IND: indicate the peer about the end request
4813  * being received
4814  * @QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_IND: indicate the peer of schedule
4815  * update
4816  */
4817 enum qca_wlan_ndp_sub_cmd {
4818 	QCA_WLAN_VENDOR_ATTR_NDP_INVALID = 0,
4819 	QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_CREATE = 1,
4820 	QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_DELETE = 2,
4821 	QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_REQUEST = 3,
4822 	QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_RESPONSE = 4,
4823 	QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_REQUEST = 5,
4824 	QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_RESPONSE = 6,
4825 	QCA_WLAN_VENDOR_ATTR_NDP_END_REQUEST = 7,
4826 	QCA_WLAN_VENDOR_ATTR_NDP_END_RESPONSE = 8,
4827 	QCA_WLAN_VENDOR_ATTR_NDP_REQUEST_IND = 9,
4828 	QCA_WLAN_VENDOR_ATTR_NDP_CONFIRM_IND = 10,
4829 	QCA_WLAN_VENDOR_ATTR_NDP_END_IND = 11,
4830 	QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_IND = 12
4831 };
4832 
4833 /**
4834  * qca_wlan_vendor_external_acs_event_chan_info_attr: Represents per channel
4835  * information. These attributes are sent as part of
4836  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO. Each set of the following
4837  * attributes correspond to a single channel.
4838  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS: A bitmask (u16)
4839  * with flags specified in qca_wlan_vendor_channel_prop_flags_ext.
4840  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT: A bitmask (u16)
4841  * with flags specified in qca_wlan_vendor_channel_prop_flags_ext.
4842  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ: frequency
4843  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_REG_POWER: maximum
4844  * regulatory transmission power
4845  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_POWER: maximum
4846  * transmission power
4847  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MIN_POWER: minimum
4848  * transmission power
4849  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_REG_CLASS_ID: regulatory
4850  * class id
4851  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_ANTENNA_GAIN: maximum
4852  * antenna gain in dbm
4853  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0: vht segment 0
4854  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1: vht segment 1
4855  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0: vht
4856  * segment 0 in center freq in MHz.
4857  * @QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1: vht
4858  * segment 1 in center freq in MHz.
4859  *
4860  */
4861 enum qca_wlan_vendor_external_acs_event_chan_info_attr {
4862 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_INVALID = 0,
4863 
4864 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS = 1,
4865 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT = 2,
4866 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ = 3,
4867 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_REG_POWER = 4,
4868 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_POWER = 5,
4869 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MIN_POWER = 6,
4870 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_REG_CLASS_ID = 7,
4871 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_ANTENNA_GAIN = 8,
4872 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0 = 9,
4873 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1 = 10,
4874 	/*
4875 	 * A bitmask (u32) with flags specified in
4876 	 * enum qca_wlan_vendor_channel_prop_flags_2.
4877 	 */
4878 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2 = 11,
4879 
4880 	/*
4881 	 * VHT segment 0 in MHz (u32) and the attribute is mandatory.
4882 	 * Note: Event QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS includes
4883 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
4884 	 * along with
4885 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0.
4886 	 *
4887 	 * If both the driver and user-space application supports the 6 GHz
4888 	 * band, QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0
4889 	 * is deprecated and
4890 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
4891 	 * should be used.
4892 	 *
4893 	 * To maintain backward compatibility,
4894 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
4895 	 * is still used if either of the driver or user space application
4896 	 * doesn't support the 6 GHz band.
4897 	 */
4898 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0 = 12,
4899 
4900 	/*
4901 	 * VHT segment 1 in MHz (u32) and the attribute is mandatory.
4902 	 * Note: Event QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS includes
4903 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
4904 	 * along with
4905 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1.
4906 	 *
4907 	 * If both the driver and user-space application supports the 6 GHz
4908 	 * band, QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1
4909 	 * is deprecated and
4910 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
4911 	 * should be considered.
4912 	 *
4913 	 * To maintain backward compatibility,
4914 	 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
4915 	 * is still used if either of the driver or user space application
4916 	 * doesn't support the 6 GHz band.
4917 	 */
4918 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1 = 13,
4919 
4920 	/* keep last */
4921 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST,
4922 	QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX =
4923 		QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST - 1,
4924 };
4925 
4926 /**
4927  * enum qca_wlan_vendor_attr_start_acs_config: attribute to vendor sub-command
4928  * QCA_NL80211_VENDOR_SUBCMD_START_ACS. This will be triggered by host
4929  * driver.
4930  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON: This reason refers to
4931  * qca_wlan_vendor_acs_select_reason. This helps acs module to understand why
4932  * ACS need to be started
4933  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_SPECTRAL_SUPPORTED: Does
4934  * driver supports spectral scanning or not
4935  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_OFFLOAD_ENABLED: Is 11ac is
4936  * offloaded to firmware.
4937  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_ADD_CHAN_STATS_SUPPORT: Does driver
4938  * provides additional channel capability as part of scan operation.
4939  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AP_UP:Flag attribute to indicate
4940  * interface status is UP
4941  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_SAP_MODE: Operating mode of
4942  * interface. It takes one of nl80211_iftype values.
4943  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_WIDTH: This is the upper bound
4944  * of chan width. ACS logic should try to get a channel with specified width
4945  * if not found then look for lower values.
4946  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_BAND: nl80211_bands
4947  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PHY_MODE: PHY/HW mode such as
4948  * a/b/g/n/ac.
4949  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_FREQ_LIST: Supported frequency list
4950  * among which ACS should choose best frequency.
4951  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL:Preferred Chan List by the
4952  * driver which will have <channel(u8), weight(u8)> format as array of
4953  * nested values.
4954  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO: Array of nested attribute
4955  * for each channel. It takes attr as defined in
4956  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY:External ACS policy such as
4957  * PCL mandatory, PCL preferred, etc.It uses values defined in enum
4958  * qca_wlan_vendor_attr_external_acs_policy.
4959  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_RROPAVAIL_INFO: Reference RF
4960  * Operating Parameter (RROP) availability information (u16). It uses values
4961  * defined in enum qca_wlan_vendor_attr_rropavail_info.
4962  */
4963 enum qca_wlan_vendor_attr_external_acs_event {
4964 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_INVALID = 0,
4965 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON = 1,
4966 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_SPECTRAL_SUPPORTED = 2,
4967 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_OFFLOAD_ENABLED = 3,
4968 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_ADD_CHAN_STATS_SUPPORT = 4,
4969 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AP_UP = 5,
4970 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_SAP_MODE = 6,
4971 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_WIDTH = 7,
4972 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_BAND = 8,
4973 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PHY_MODE = 9,
4974 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_FREQ_LIST = 10,
4975 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL = 11,
4976 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO = 12,
4977 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY = 13,
4978 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_RROPAVAIL_INFO = 14,
4979 
4980 	/* keep last */
4981 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,
4982 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_MAX =
4983 		QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST - 1,
4984 };
4985 
4986 enum qca_iface_type {
4987 	QCA_IFACE_TYPE_STA,
4988 	QCA_IFACE_TYPE_AP,
4989 	QCA_IFACE_TYPE_P2P_CLIENT,
4990 	QCA_IFACE_TYPE_P2P_GO,
4991 	QCA_IFACE_TYPE_IBSS,
4992 	QCA_IFACE_TYPE_TDLS,
4993 };
4994 
4995 /**
4996  * enum qca_wlan_vendor_attr_pcl_config: attribute to vendor sub-command
4997  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL and
4998  * QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST.
4999  * @QCA_WLAN_VENDOR_ATTR_PCL_CONFIG_INVALID: invalid value
5000  * @QCA_WLAN_VENDOR_ATTR_PCL_CONFIG_CHANNEL: pcl channel number
5001  * @QCA_WLAN_VENDOR_ATTR_PCL_CONFIG_WEIGHT: pcl channel weight
5002  * @QCA_WLAN_VENDOR_ATTR_PCL_CONFIG_FREQ: pcl channel frequency
5003  * @QCA_WLAN_VENDOR_ATTR_PCL_CONFIG_FLAG: pcl channel flag bitmask
5004  */
5005 enum qca_wlan_vendor_attr_pcl_config {
5006 	QCA_WLAN_VENDOR_ATTR_PCL_INVALID = 0,
5007 	QCA_WLAN_VENDOR_ATTR_PCL_CHANNEL = 1,
5008 	QCA_WLAN_VENDOR_ATTR_PCL_WEIGHT = 2,
5009 	QCA_WLAN_VENDOR_ATTR_PCL_FREQ = 3,
5010 	QCA_WLAN_VENDOR_ATTR_PCL_FLAG = 4,
5011 };
5012 
5013 enum qca_set_band {
5014 	QCA_SETBAND_AUTO = 0,
5015 	QCA_SETBAND_5G = BIT(0),
5016 	QCA_SETBAND_2G = BIT(1),
5017 	QCA_SETBAND_6G = BIT(2),
5018 };
5019 
5020 /**
5021  * enum set_reset_packet_filter - set packet filter control commands
5022  * @QCA_WLAN_SET_PACKET_FILTER: Set Packet Filter
5023  * @QCA_WLAN_GET_PACKET_FILTER: Get Packet filter
5024  * @QCA_WLAN_WRITE_PACKET_FILTER: Write packet filter program/data
5025  * @QCA_WLAN_READ_PACKET_FILTER: Read packet filter program/data
5026  * @QCA_WLAN_ENABLE_PACKET_FILTER: Enable APF interpreter
5027  * @QCA_WLAN_DISABLE_PACKET_FILTER: Disable APF interpreter
5028  */
5029 enum set_reset_packet_filter {
5030 	QCA_WLAN_SET_PACKET_FILTER = 1,
5031 	QCA_WLAN_GET_PACKET_FILTER = 2,
5032 	QCA_WLAN_WRITE_PACKET_FILTER = 3,
5033 	QCA_WLAN_READ_PACKET_FILTER = 4,
5034 	QCA_WLAN_ENABLE_PACKET_FILTER = 5,
5035 	QCA_WLAN_DISABLE_PACKET_FILTER = 6,
5036 };
5037 
5038 /**
5039  * enum qca_wlan_vendor_attr_packet_filter - APF control commands
5040  * @QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_INVALID: Invalid
5041  * @QCA_WLAN_VENDOR_ATTR_SET_RESET_PACKET_FILTER: Filter ID
5042  * @QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_VERSION: Filter Version
5043  * @QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SIZE: Total Length
5044  * @QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_CURRENT_OFFSET: Current offset
5045  * @QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROGRAM: length of APF instructions
5046  * @QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH: length of the program
5047  *	section in packet filter buffer
5048  */
5049 enum qca_wlan_vendor_attr_packet_filter {
5050 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_INVALID = 0,
5051 	QCA_WLAN_VENDOR_ATTR_SET_RESET_PACKET_FILTER,
5052 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_VERSION,
5053 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_ID,
5054 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SIZE,
5055 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_CURRENT_OFFSET,
5056 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROGRAM,
5057 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH,
5058 
5059 	/* keep last */
5060 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST,
5061 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_MAX =
5062 	QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST - 1,
5063 };
5064 
5065 /**
5066  * enum qca_wlan_vendor_attr_wake_stats - Wake lock stats used by vendor
5067  * command QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS.
5068  */
5069 enum qca_wlan_vendor_attr_wake_stats {
5070 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_INVALID = 0,
5071 	/* Unsigned 32-bit value indicating the total count of wake event */
5072 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE,
5073 	/* Array of individual wake count, each index representing wake reason
5074 	 */
5075 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_PTR,
5076 	/* Unsigned 32-bit value representing wake count array */
5077 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_SZ,
5078 	/* Unsigned 32-bit total wake count value of driver/fw */
5079 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_DRIVER_FW_LOCAL_WAKE,
5080 	/* Array of wake stats of driver/fw */
5081 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_PTR,
5082 	/* Unsigned 32-bit total wake count value of driver/fw */
5083 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_SZ,
5084 	/* Unsigned 32-bit total wake count value of packets received */
5085 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_RX_DATA_WAKE,
5086 	/* Unsigned 32-bit wake count value unicast packets received */
5087 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_UNICAST_CNT,
5088 	/* Unsigned 32-bit wake count value multicast packets received */
5089 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_MULTICAST_CNT,
5090 	/* Unsigned 32-bit wake count value broadcast packets received */
5091 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_BROADCAST_CNT,
5092 	/* Unsigned 32-bit wake count value of ICMP packets */
5093 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP_PKT,
5094 	/* Unsigned 32-bit wake count value of ICMP6 packets */
5095 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_PKT,
5096 	/* Unsigned 32-bit value ICMP6 router advertisement */
5097 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RA,
5098 	/* Unsigned 32-bit value ICMP6 neighbor advertisement */
5099 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NA,
5100 	/* Unsigned 32-bit value ICMP6 neighbor solicitation */
5101 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NS,
5102 	/* Unsigned 32-bit wake count value of receive side ICMP4 multicast */
5103 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP4_RX_MULTICAST_CNT,
5104 	/* Unsigned 32-bit wake count value of receive side ICMP6 multicast */
5105 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RX_MULTICAST_CNT,
5106 	/* Unsigned 32-bit wake count value of receive side multicast */
5107 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_OTHER_RX_MULTICAST_CNT,
5108 	/* Unsigned 32-bit wake count value of a given RSSI breach */
5109 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RSSI_BREACH_CNT,
5110 	/* Unsigned 32-bit wake count value of low RSSI */
5111 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_LOW_RSSI_CNT,
5112 	/* Unsigned 32-bit value GSCAN count */
5113 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_GSCAN_CNT,
5114 	/* Unsigned 32-bit value PNO complete count */
5115 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_COMPLETE_CNT,
5116 	/* Unsigned 32-bit value PNO match count */
5117 	QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_MATCH_CNT,
5118 	/* keep last */
5119 	QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST,
5120 	QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX =
5121 		QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST - 1,
5122 };
5123 
5124 /**
5125  * enum qca_wlan_vendor_thermal_level - Defines various thermal levels
5126  * configured by userspace to the driver/firmware. The values will be
5127  * encapsulated in QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL attribute.
5128  * The driver/firmware takes necessary actions requested by userspace
5129  * such as throttling wifi tx etc. in order to mitigate high temperature.
5130  *
5131  * @QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE: Stop/clear all throttling actions.
5132  * @QCA_WLAN_VENDOR_THERMAL_LEVEL_LIGHT: Throttle tx lightly.
5133  * @QCA_WLAN_VENDOR_THERMAL_LEVEL_MODERATE: Throttle tx moderately.
5134  * @QCA_WLAN_VENDOR_THERMAL_LEVEL_SEVERE: Throttle tx severely.
5135  * @QCA_WLAN_VENDOR_THERMAL_LEVEL_CRITICAL: Critical thermal level reached.
5136  * @QCA_WLAN_VENDOR_THERMAL_LEVEL_EMERGENCY: Emergency thermal level reached.
5137  */
5138 enum qca_wlan_vendor_thermal_level {
5139 	QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE = 0,
5140 	QCA_WLAN_VENDOR_THERMAL_LEVEL_LIGHT = 1,
5141 	QCA_WLAN_VENDOR_THERMAL_LEVEL_MODERATE = 2,
5142 	QCA_WLAN_VENDOR_THERMAL_LEVEL_SEVERE = 3,
5143 	QCA_WLAN_VENDOR_THERMAL_LEVEL_CRITICAL = 4,
5144 	QCA_WLAN_VENDOR_THERMAL_LEVEL_EMERGENCY = 5,
5145 };
5146 
5147 /**
5148  * enum qca_wlan_vendor_attr_thermal_cmd - Vendor subcmd attributes to set
5149  * cmd value. Used for NL attributes for data used by
5150  * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5151  */
5152 enum qca_wlan_vendor_attr_thermal_cmd {
5153 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_INVALID = 0,
5154 	/* The value of command, driver will implement different operations
5155 	 * according to this value. It uses values defined in
5156 	 * enum qca_wlan_vendor_attr_thermal_cmd_type.
5157 	 * u32 attribute.
5158 	 */
5159 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE = 1,
5160 	/* Userspace uses this attribute to configure thermal level to the
5161 	 * driver/firmware, or get thermal level from the driver/firmware.
5162 	 * Used in request or response, u32 attribute,
5163 	 * possible values are defined in enum qca_wlan_vendor_thermal_level.
5164 	 */
5165 	QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL = 2,
5166 	/* Userspace uses this attribute to configure the time in which the
5167 	 * driver/firmware should complete applying settings it received from
5168 	 * userspace with QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL
5169 	 * command type. Used in request, u32 attribute, value is in
5170 	 * milliseconds. A value of zero indicates to apply the settings
5171 	 * immediately. The driver/firmware can delay applying the configured
5172 	 * thermal settings within the time specified in this attribute if
5173 	 * there is any critical ongoing operation.
5174 	 */
5175 	QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW = 3,
5176 
5177 	/* keep last */
5178 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST,
5179 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_MAX =
5180 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST - 1
5181 };
5182 
5183 /**
5184  * qca_wlan_vendor_attr_thermal_cmd_type: Attribute values for
5185  * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE to the vendor subcmd
5186  * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD. This represents the
5187  * thermal command types sent to driver.
5188  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS: Request to
5189  * get thermal shutdown configuration parameters for display. Parameters
5190  * responded from driver are defined in
5191  * enum qca_wlan_vendor_attr_get_thermal_params_rsp.
5192  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE: Request to
5193  * get temperature. Host should respond with a temperature data. It is defined
5194  * in enum qca_wlan_vendor_attr_thermal_get_temperature.
5195  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND: Request to execute thermal
5196  * suspend action.
5197  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME: Request to execute thermal
5198  * resume action.
5199  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL: Configure thermal level to
5200  * the driver/firmware.
5201  * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_LEVEL: Request to get the current
5202  * thermal level from the driver/firmware. The driver should respond with a
5203  * thermal level defined in enum qca_wlan_vendor_thermal_level.
5204  */
5205 enum qca_wlan_vendor_attr_thermal_cmd_type {
5206 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS,
5207 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE,
5208 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND,
5209 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME,
5210 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL,
5211 	QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_LEVEL,
5212 };
5213 
5214 /**
5215  * enum qca_wlan_vendor_attr_thermal_get_temperature - vendor subcmd attributes
5216  * to get chip temperature by user.
5217  * enum values are used for NL attributes for data used by
5218  * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE command for data used
5219  * by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5220  */
5221 enum qca_wlan_vendor_attr_thermal_get_temperature {
5222 	QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_INVALID = 0,
5223 	/* Temperature value (degree Celsius) from driver.
5224 	 * u32 attribute.
5225 	 */
5226 	QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_DATA,
5227 
5228 	/* keep last */
5229 	QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST,
5230 	QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_MAX =
5231 	QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST - 1,
5232 };
5233 
5234 /**
5235  * enum qca_wlan_vendor_attr_thermal_event - vendor subcmd attributes to
5236  * report thermal events from driver to user space.
5237  * enum values are used for NL attributes for data used by
5238  * QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT sub command.
5239  */
5240 enum qca_wlan_vendor_attr_thermal_event {
5241 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_INVALID = 0,
5242 	/* Temperature value (degree Celsius) from driver.
5243 	 * u32 attribute.
5244 	 */
5245 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_TEMPERATURE,
5246 	/* Indication of resume completion from power save mode.
5247 	 * NLA_FLAG attribute.
5248 	 */
5249 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_RESUME_COMPLETE,
5250 	/* Thermal level from the driver.
5251 	 * u32 attribute. Possible values are defined in
5252 	 * enum qca_wlan_vendor_thermal_level.
5253 	 */
5254 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_LEVEL = 3,
5255 
5256 	/* keep last */
5257 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST,
5258 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_MAX =
5259 	QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST - 1,
5260 };
5261 
5262 /**
5263  * enum qca_vendor_element_id - QCA Vendor Specific element types
5264  *
5265  * These values are used to identify QCA Vendor Specific elements. The
5266  * payload of the element starts with the three octet OUI (OUI_QCA) and
5267  * is followed by a single octet type which is defined by this enum.
5268  *
5269  * @QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST: P2P preferred channel list.
5270  *      This element can be used to specify preference order for supported
5271  *      channels. The channels in this list are in preference order (the first
5272  *      one has the highest preference) and are described as a pair of
5273  *      (global) Operating Class and Channel Number (each one octet) fields.
5274  *
5275  *      This extends the standard P2P functionality by providing option to have
5276  *      more than one preferred operating channel. When this element is present,
5277  *      it replaces the preference indicated in the Operating Channel attribute.
5278  *      For supporting other implementations, the Operating Channel attribute is
5279  *      expected to be used with the highest preference channel. Similarly, all
5280  *      the channels included in this Preferred channel list element are
5281  *      expected to be included in the Channel List attribute.
5282  *
5283  *      This vendor element may be included in GO Negotiation Request, P2P
5284  *      Invitation Request, and Provision Discovery Request frames.
5285  *
5286  * @QCA_VENDOR_ELEM_HE_CAPAB: HE Capabilities element.
5287  *      This element can be used for pre-standard publication testing of HE
5288  *      before P802.11ax draft assigns the element ID. The payload of this
5289  *      vendor specific element is defined by the latest P802.11ax draft.
5290  *      Please note that the draft is still work in progress and this element
5291  *      payload is subject to change.
5292  *
5293  * @QCA_VENDOR_ELEM_HE_OPER: HE Operation element.
5294  *      This element can be used for pre-standard publication testing of HE
5295  *      before P802.11ax draft assigns the element ID. The payload of this
5296  *      vendor specific element is defined by the latest P802.11ax draft.
5297  *      Please note that the draft is still work in progress and this element
5298  *      payload is subject to change.
5299  *
5300  * @QCA_VENDOR_ELEM_RAPS: RAPS element (OFDMA-based Random Access Parameter Set
5301  *      element).
5302  *      This element can be used for pre-standard publication testing of HE
5303  *      before P802.11ax draft assigns the element ID extension. The payload of
5304  *      this vendor specific element is defined by the latest P802.11ax draft
5305  *      (not including the Element ID Extension field). Please note that the
5306  *      draft is still work in progress and this element payload is subject to
5307  *      change.
5308  *
5309  * @QCA_VENDOR_ELEM_MU_EDCA_PARAMS: MU EDCA Parameter Set element.
5310  *      This element can be used for pre-standard publication testing of HE
5311  *      before P802.11ax draft assigns the element ID extension. The payload of
5312  *      this vendor specific element is defined by the latest P802.11ax draft
5313  *      (not including the Element ID Extension field). Please note that the
5314  *      draft is still work in progress and this element payload is subject to
5315  *      change.
5316  *
5317  * @QCA_VENDOR_ELEM_BSS_COLOR_CHANGE: BSS Color Change Announcement element.
5318  *      This element can be used for pre-standard publication testing of HE
5319  *      before P802.11ax draft assigns the element ID extension. The payload of
5320  *      this vendor specific element is defined by the latest P802.11ax draft
5321  *      (not including the Element ID Extension field). Please note that the
5322  *      draft is still work in progress and this element payload is subject to
5323  *      change.
5324  */
5325 enum qca_vendor_element_id {
5326 	QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST = 0,
5327 	QCA_VENDOR_ELEM_HE_CAPAB = 1,
5328 	QCA_VENDOR_ELEM_HE_OPER = 2,
5329 	QCA_VENDOR_ELEM_RAPS = 3,
5330 	QCA_VENDOR_ELEM_MU_EDCA_PARAMS = 4,
5331 	QCA_VENDOR_ELEM_BSS_COLOR_CHANGE = 5,
5332 };
5333 
5334 /**
5335  * enum qca_vendor_attr_get_tsf: Vendor attributes for TSF capture
5336  * @QCA_WLAN_VENDOR_ATTR_TSF_INVALID: Invalid attribute value
5337  * @QCA_WLAN_VENDOR_ATTR_TSF_CMD: enum qca_tsf_operation (u32)
5338  * @QCA_WLAN_VENDOR_ATTR_TSF_TIMER_VALUE: Unsigned 64 bit TSF timer value
5339  * @QCA_WLAN_VENDOR_ATTR_TSF_SOC_TIMER_VALUE: Unsigned 64 bit Synchronized
5340  *	SOC timer value at TSF capture
5341  * @QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST: after last
5342  * @QCA_WLAN_VENDOR_ATTR_TSF_MAX: Max value
5343  */
5344 enum qca_vendor_attr_tsf_cmd {
5345 	QCA_WLAN_VENDOR_ATTR_TSF_INVALID = 0,
5346 	QCA_WLAN_VENDOR_ATTR_TSF_CMD,
5347 	QCA_WLAN_VENDOR_ATTR_TSF_TIMER_VALUE,
5348 	QCA_WLAN_VENDOR_ATTR_TSF_SOC_TIMER_VALUE,
5349 	QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST,
5350 	QCA_WLAN_VENDOR_ATTR_TSF_MAX =
5351 		QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST - 1
5352 };
5353 
5354 /**
5355  * enum qca_tsf_operation: TSF driver commands
5356  * @QCA_TSF_CAPTURE: Initiate TSF Capture
5357  * @QCA_TSF_GET: Get TSF capture value
5358  * @QCA_TSF_SYNC_GET: Initiate TSF capture and return with captured value
5359  */
5360 enum qca_tsf_cmd {
5361 	QCA_TSF_CAPTURE,
5362 	QCA_TSF_GET,
5363 	QCA_TSF_SYNC_GET,
5364 };
5365 
5366 /**
5367  * enum qca_vendor_attr_get_preferred_freq_list - get preferred channel list
5368  * @QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_INVALID: invalid value
5369  * @QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_IFACE_TYPE: interface type
5370  * @QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST: preferred frequency list
5371  * @QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_WEIGHED_PCL: pcl with weight
5372  * @QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST: after last
5373  * @QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_MAX: max
5374  */
5375 enum qca_vendor_attr_get_preferred_freq_list {
5376 	QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_INVALID,
5377 	/* A 32-unsigned value; the interface type/mode for which the preferred
5378 	 * frequency list is requested (see enum qca_iface_type for possible
5379 	 * values); used in both south- and north-bound.
5380 	 */
5381 	QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_IFACE_TYPE,
5382 	/* An array of 32-unsigned values; values are frequency (MHz); used
5383 	 * in north-bound only.
5384 	 */
5385 	QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST,
5386 	/* An array of nested values as per enum
5387 	 *  qca_wlan_vendor_attr_pcl_config attribute.
5388 	 *  Each element contains frequency (MHz), weight, and flag
5389 	 *  bit mask indicating how the frequency should be used in P2P
5390 	 *  negotiation.
5391 	 */
5392 	QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_WEIGHED_PCL,
5393 	/* keep last */
5394 	QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST,
5395 	QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_MAX =
5396 		QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST - 1
5397 };
5398 
5399 /**
5400  * enum qca_vendor_attr_probable_oper_channel - channel hint
5401  * @QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_INVALID: invalid value
5402  * @QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_IFACE_TYPE: interface type
5403  * @QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_FREQ: frequency hint value
5404  * @QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST: last
5405  * @QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_MAX: max
5406  */
5407 enum qca_vendor_attr_probable_oper_channel {
5408 	QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_INVALID,
5409 	/* 32-bit unsigned value; indicates the connection/iface type likely to
5410 	 * come on this channel (see enum qca_iface_type).
5411 	 */
5412 	QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_IFACE_TYPE,
5413 	/* 32-bit unsigned value; the frequency (MHz) of the probable channel */
5414 	QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_FREQ,
5415 	/* keep last */
5416 	QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST,
5417 	QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_MAX =
5418 		QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST - 1
5419 };
5420 
5421 /**
5422  * enum qca_wlan_vendor_attr_gw_param_config - gateway param config
5423  * @QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_INVALID: Invalid
5424  * @QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_GW_MAC_ADDR: gateway mac addr
5425  * @QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_IPV4_ADDR: ipv4 addr
5426  * @QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_IPV6_ADDR: ipv6 addr
5427  */
5428 enum qca_wlan_vendor_attr_gw_param_config {
5429 	QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_INVALID = 0,
5430 	QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_GW_MAC_ADDR,
5431 	QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_IPV4_ADDR,
5432 	QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_IPV6_ADDR,
5433 	QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_AFTER_LAST,
5434 	QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_MAX =
5435 		QCA_WLAN_VENDOR_ATTR_GW_PARAM_CONFIG_AFTER_LAST - 1,
5436 };
5437 
5438 /**
5439  * enum drv_dbs_capability - DBS capability
5440  * @DRV_DBS_CAPABILITY_DISABLED: DBS disabled
5441  * @DRV_DBS_CAPABILITY_1X1: 1x1
5442  * @DRV_DBS_CAPABILITY_2X2: 2x2
5443  */
5444 enum drv_dbs_capability {
5445 	DRV_DBS_CAPABILITY_DISABLED, /* not supported or disabled */
5446 	DRV_DBS_CAPABILITY_1X1,
5447 	DRV_DBS_CAPABILITY_2X2,
5448 };
5449 
5450 /**
5451  * enum qca_vendor_attr_txpower_decr_db - Attributes for TX power decrease
5452  *
5453  * These attributes are used with QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB.
5454  */
5455 enum qca_vendor_attr_txpower_decr_db {
5456 	QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_INVALID,
5457 	/*
5458 	 * 8-bit unsigned value to indicate the reduction of TX power in dB for
5459 	 * a virtual interface.
5460 	 */
5461 	QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB,
5462 	/* keep last */
5463 	QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST,
5464 	QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_MAX =
5465 	QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST - 1
5466 };
5467 
5468 /**
5469  * enum qca_vendor_attr_ota_test - Enable OTA test
5470  * @QCA_WLAN_VENDOR_ATTR_OTA_TEST_INVALID: invalid value
5471  * @QCA_WLAN_VENDOR_ATTR_OTA_TEST_ENABLE: enable OTA test
5472  * @QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST: after last
5473  * @QCA_WLAN_VENDOR_ATTR_OTA_TEST_MAX: max
5474  */
5475 enum qca_vendor_attr_ota_test {
5476 	QCA_WLAN_VENDOR_ATTR_OTA_TEST_INVALID,
5477 	/* 8-bit unsigned value to indicate if OTA test is enabled */
5478 	QCA_WLAN_VENDOR_ATTR_OTA_TEST_ENABLE,
5479 	/* keep last */
5480 	QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST,
5481 	QCA_WLAN_VENDOR_ATTR_OTA_TEST_MAX =
5482 		QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST - 1
5483 };
5484 
5485 /** enum qca_vendor_attr_txpower_scale - vendor sub commands index
5486  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_INVALID: invalid value
5487  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE: scaling value
5488  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST: last value
5489  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_MAX: max value
5490  */
5491 enum qca_vendor_attr_txpower_scale {
5492 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_INVALID,
5493 	/* 8-bit unsigned value to indicate the scaling of tx power */
5494 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE,
5495 	/* keep last */
5496 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST,
5497 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_MAX =
5498 		QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST - 1
5499 };
5500 
5501 /**
5502  * enum qca_vendor_attr_txpower_scale_decr_db - vendor sub commands index
5503  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_INVALID: invalid value
5504  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB: scaling value
5505  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_AFTER_LAST: last value
5506  * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_MAX: max value
5507  */
5508 enum qca_vendor_attr_txpower_scale_decr_db {
5509 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_INVALID,
5510 	/* 8-bit unsigned value to indicate the scaling of tx power */
5511 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB,
5512 	/* keep last */
5513 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_AFTER_LAST,
5514 	QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_MAX =
5515 		QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_DECR_DB_AFTER_LAST - 1
5516 };
5517 
5518 /**
5519  * enum dfs_mode - state of DFS mode
5520  * @DFS_MODE_NONE: DFS mode attribute is none
5521  * @DFS_MODE_ENABLE:  DFS mode is enabled
5522  * @DFS_MODE_DISABLE: DFS mode is disabled
5523  * @DFS_MODE_DEPRIORITIZE: Deprioritize DFS channels in scanning
5524  */
5525 enum dfs_mode {
5526 	DFS_MODE_NONE,
5527 	DFS_MODE_ENABLE,
5528 	DFS_MODE_DISABLE,
5529 	DFS_MODE_DEPRIORITIZE
5530 };
5531 
5532 /**
5533  * enum qca_wlan_vendor_attr_acs_config - Defines Configuration attributes
5534  * used by the vendor command QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY.
5535  *
5536  * @QCA_WLAN_VENDOR_ATTR_ACS_DFS_MODE: Required (u8)
5537  * DFS mode for ACS operation from enum qca_acs_dfs_mode.
5538  *
5539  * @QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT: Required (u8)
5540  * channel number hint for ACS operation, if valid channel is specified then
5541  * ACS operation gives priority to this channel.
5542  * Note: If both the driver and user space application supports the 6 GHz band,
5543  * this attribute is deprecated and QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT
5544  * should be used.
5545  * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT
5546  * is still used if either of the driver or user space application doesn't
5547  * support the 6 GHz band.
5548  *
5549  * @QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT: Required (u32).
5550  * Channel center frequency (MHz) hint for ACS operation, if a valid center
5551  * frequency is specified, ACS operation gives priority to this channel.
5552  */
5553 enum qca_wlan_vendor_attr_acs_config {
5554 	QCA_WLAN_VENDOR_ATTR_ACS_MODE_INVALID = 0,
5555 	QCA_WLAN_VENDOR_ATTR_ACS_DFS_MODE = 1,
5556 	QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT = 2,
5557 	QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT = 3,
5558 
5559 	QCA_WLAN_VENDOR_ATTR_ACS_DFS_AFTER_LAST,
5560 	QCA_WLAN_VENDOR_ATTR_ACS_DFS_MAX =
5561 		QCA_WLAN_VENDOR_ATTR_ACS_DFS_AFTER_LAST - 1,
5562 };
5563 
5564 /**
5565  * enum qca_wlan_vendor_attr_get_hw_capability - Wi-Fi hardware capability
5566  */
5567 enum qca_wlan_vendor_attr_get_hw_capability {
5568 	QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_INVALID,
5569 	/*
5570 	 * Antenna isolation
5571 	 * An attribute used in the response.
5572 	 * The content of this attribute is encoded in a byte array. Each byte
5573 	 * value is an antenna isolation value. The array length is the number
5574 	 * of antennas.
5575 	 */
5576 	QCA_WLAN_VENDOR_ATTR_ANTENNA_ISOLATION,
5577 	/*
5578 	 * Request HW capability
5579 	 * An attribute used in the request.
5580 	 * The content of this attribute is a u32 array for one or more of
5581 	 * hardware capabilities (attribute IDs) that are being requested. Each
5582 	 * u32 value has a value from this
5583 	 * enum qca_wlan_vendor_attr_get_hw_capability
5584 	 * identifying which capabilities are requested.
5585 	 */
5586 	QCA_WLAN_VENDOR_ATTR_GET_HW_CAPABILITY,
5587 
5588 	/* keep last */
5589 	QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST,
5590 	QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_MAX =
5591 	QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST - 1,
5592 };
5593 
5594 /**
5595  * enum qca_wlan_vendor_attr_sta_connect_roam_policy_config -
5596  *                        config params for sta roam policy
5597  * @QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_INVALID: Invalid
5598  * @QCA_WLAN_VENDOR_ATTR_STA_DFS_MODE: If sta should skip Dfs channels
5599  * @QCA_WLAN_VENDOR_ATTR_STA_SKIP_UNSAFE_CHANNEL:
5600  * If sta should skip unsafe channels or not in scanning
5601  * @QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_LAST:
5602  * @QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_MAX: max attribute
5603  */
5604 enum qca_wlan_vendor_attr_sta_connect_roam_policy_config {
5605 	QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_INVALID = 0,
5606 	QCA_WLAN_VENDOR_ATTR_STA_DFS_MODE,
5607 	QCA_WLAN_VENDOR_ATTR_STA_SKIP_UNSAFE_CHANNEL,
5608 
5609 	QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_AFTER_LAST,
5610 	QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_MAX =
5611 	QCA_WLAN_VENDOR_ATTR_STA_CONNECT_ROAM_POLICY_AFTER_LAST - 1,
5612 };
5613 
5614 /* Attributes for FTM commands and events */
5615 
5616 /**
5617  * enum qca_wlan_vendor_attr_loc_capa - Indoor location capabilities
5618  *
5619  * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS: Various flags. See
5620  *      enum qca_wlan_vendor_attr_loc_capa_flags.
5621  * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS: Maximum number
5622  *      of measurement sessions that can run concurrently.
5623  *      Default is one session (no session concurrency).
5624  * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS: The total number of unique
5625  *      peers that are supported in running sessions. For example,
5626  *      if the value is 8 and maximum number of sessions is 2, you can
5627  *      have one session with 8 unique peers, or 2 sessions with 4 unique
5628  *      peers each, and so on.
5629  * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP: Maximum number
5630  *      of bursts per peer, as an exponent (2^value). Default is 0,
5631  *      meaning no multi-burst support.
5632  * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST: Maximum number
5633  *      of measurement exchanges allowed in a single burst.
5634  * @QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES: Supported AOA measurement
5635  *      types. A bit mask (unsigned 32 bit value), each bit corresponds
5636  *      to an AOA type as defined by enum qca_vendor_attr_aoa_type.
5637  */
5638 enum qca_wlan_vendor_attr_loc_capa {
5639 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_INVALID,
5640 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS,
5641 	QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS,
5642 	QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS,
5643 	QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP,
5644 	QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST,
5645 	QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES,
5646 	/* keep last */
5647 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST,
5648 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_MAX =
5649 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST - 1,
5650 };
5651 
5652 /**
5653  * enum qca_wlan_vendor_attr_loc_capa_flags: Indoor location capability flags
5654  *
5655  * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER: Set if driver
5656  *      can be configured as an FTM responder (for example, an AP that
5657  *      services FTM requests). QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
5658  *      will be supported if set.
5659  * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR: Set if driver
5660  *      can run FTM sessions. QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION
5661  *      will be supported if set.
5662 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP: Set if FTM responder
5663  *      supports immediate (ASAP) response.
5664  * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA: Set if driver supports standalone
5665  *      AOA measurement using QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS.
5666  * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM: Set if driver supports
5667  *      requesting AOA measurements as part of an FTM session.
5668  */
5669 enum qca_wlan_vendor_attr_loc_capa_flags {
5670 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER = 1 << 0,
5671 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR = 1 << 1,
5672 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP = 1 << 2,
5673 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA = 1 << 3,
5674 	QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM = 1 << 4,
5675 };
5676 
5677 /**
5678  * enum qca_wlan_ani_setting - ANI setting type
5679  * @QCA_WLAN_ANI_SETTING_AUTO: Automatically determine ANI level
5680  * @QCA_WLAN_ANI_SETTING_FIXED: Fix ANI level to the dBm parameter
5681  */
5682 enum qca_wlan_ani_setting {
5683 	QCA_WLAN_ANI_SETTING_AUTO = 0,
5684 	QCA_WLAN_ANI_SETTING_FIXED = 1,
5685 };
5686 
5687 /**
5688  * enum qca_wlan_vendor_attr_sap_config - Parameters for AP configuration
5689  *
5690  * @QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL: Optional (u8)
5691  * Channel number on which Access Point should restart.
5692  * Note: If both the driver and user space application supports the 6 GHz band,
5693  * this attribute is deprecated and QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY
5694  * should be used.
5695  * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL
5696  * is still used if either of the driver or user space application doesn't
5697  * support the 6 GHz band.
5698  *
5699  * @QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST: Required
5700  * Nested attribute to hold list of center frequencies on which AP is
5701  * expected to operate. This is irrespective of ACS configuration.
5702  * This list is a priority based one and is looked for before the AP is
5703  * created to ensure the best concurrency sessions (avoid MCC and use DBS/SCC)
5704  * co-exist in the system.
5705  *
5706  * @QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY: Optional (u32)
5707  * Channel center frequency (MHz) on which the access point should restart.
5708  */
5709 enum qca_wlan_vendor_attr_sap_config {
5710 	QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_INVALID = 0,
5711 	QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL = 1,
5712 	QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST = 2,
5713 	QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY = 3,
5714 
5715 	/* Keep last */
5716 	QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST,
5717 	QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_MAX =
5718 	QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST - 1,
5719 };
5720 
5721 /**
5722  * enum qca_wlan_vendor_attr_ftm_peer_info: Information about
5723  * a single peer in a measurement session.
5724  *
5725  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR: The MAC address of the peer.
5726  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS: Various flags related
5727  *      to measurement. See enum qca_wlan_vendor_attr_ftm_peer_meas_flags.
5728  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS: Nested attribute of
5729  *      FTM measurement parameters, as specified by IEEE P802.11-REVmc/D7.0
5730  *      9.4.2.167. See enum qca_wlan_vendor_attr_ftm_meas_param for
5731  *      list of supported attributes.
5732  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID: Initial token ID for
5733  *      secure measurement.
5734  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD: Request AOA
5735  *      measurement every <value> bursts. If 0 or not specified,
5736  *      AOA measurements will be disabled for this peer.
5737  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ: Frequency in MHz where
5738  *      the measurement frames are exchanged. Optional; if not
5739  *      specified, try to locate the peer in the kernel scan
5740  *      results cache and use frequency from there.
5741  */
5742 enum qca_wlan_vendor_attr_ftm_peer_info {
5743 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_INVALID,
5744 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR,
5745 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS,
5746 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS,
5747 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID,
5748 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD,
5749 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ,
5750 	/* keep last */
5751 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST,
5752 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAX =
5753 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST - 1,
5754 };
5755 
5756 /**
5757  * enum qca_wlan_vendor_attr_ftm_peer_meas_flags: Measurement request flags,
5758  *      per-peer
5759  *
5760  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP: If set, request
5761  *      immediate (ASAP) response from peer.
5762  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI: If set, request
5763  *      LCI report from peer. The LCI report includes the absolute
5764  *      location of the peer in "official" coordinates (similar to GPS).
5765  *      See IEEE P802.11-REVmc/D7.0, 11.24.6.7 for more information.
5766  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR: If set, request
5767  *      Location civic report from peer. The LCR includes the location
5768  *      of the peer in free-form format. See IEEE P802.11-REVmc/D7.0,
5769  *      11.24.6.7 for more information.
5770  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE: If set,
5771  *      request a secure measurement.
5772  *      QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID must also be provided.
5773  */
5774 enum qca_wlan_vendor_attr_ftm_peer_meas_flags {
5775 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP    = 1 << 0,
5776 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI     = 1 << 1,
5777 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR     = 1 << 2,
5778 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE  = 1 << 3,
5779 };
5780 
5781 /**
5782  * enum qca_wlan_vendor_attr_ftm_meas_param: Measurement parameters
5783  *
5784  * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST: Number of measurements
5785  *      to perform in a single burst.
5786  * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP: Number of bursts to
5787  *      perform, specified as an exponent (2^value).
5788  * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION: Duration of burst
5789  *      instance, as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167.
5790  * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD: Time between bursts,
5791  *      as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167. Must
5792  *      be larger than QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION.
5793  */
5794 enum qca_wlan_vendor_attr_ftm_meas_param {
5795 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_INVALID,
5796 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST,
5797 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP,
5798 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION,
5799 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD,
5800 	/* keep last */
5801 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST,
5802 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MAX =
5803 	QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST - 1,
5804 };
5805 
5806 /**
5807  * enum qca_wlan_vendor_attr_ftm_peer_result: Per-peer results
5808  *
5809  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR: MAC address of the reported
5810  *       peer.
5811  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS: Status of measurement
5812  *      request for this peer.
5813  *      See enum qca_wlan_vendor_attr_ftm_peer_result_status.
5814  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS: Various flags related
5815  *      to measurement results for this peer.
5816  *      See enum qca_wlan_vendor_attr_ftm_peer_result_flags.
5817  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS: Specified when
5818  *      request failed and peer requested not to send an additional request
5819  *      for this number of seconds.
5820  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI: LCI report when received
5821  *      from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
5822  *      9.4.2.22.10.
5823  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR: Location civic report when
5824  *      received from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
5825  *      9.4.2.22.13.
5826  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS: Reported when peer
5827  *      overridden some measurement request parameters. See
5828  *      enum qca_wlan_vendor_attr_ftm_meas_param.
5829  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS: AOA measurement
5830  *      for this peer. Same contents as @QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT.
5831  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS: Array of measurement
5832  *      results. Each entry is a nested attribute defined
5833  *      by enum qca_wlan_vendor_attr_ftm_meas.
5834  */
5835 enum qca_wlan_vendor_attr_ftm_peer_result {
5836 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_INVALID,
5837 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR,
5838 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS,
5839 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS,
5840 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS,
5841 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI,
5842 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR,
5843 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS,
5844 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS,
5845 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS,
5846 	/* keep last */
5847 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST,
5848 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAX =
5849 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST - 1,
5850 };
5851 
5852 /**
5853  * enum qca_wlan_vendor_attr_ftm_peer_result_status
5854  *
5855  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK: Request sent ok and results
5856  *      will be provided. Peer may have overridden some measurement parameters,
5857  *      in which case overridden parameters will be report by
5858  *      QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAM attribute.
5859  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE: Peer is incapable
5860  *      of performing the measurement request. No more results will be sent
5861  *      for this peer in this session.
5862  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED: Peer reported request
5863  *      failed, and requested not to send an additional request for number
5864  *      of seconds specified by QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS
5865  *      attribute.
5866  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID: Request validation
5867  *      failed. Request was not sent over the air.
5868  */
5869 enum qca_wlan_vendor_attr_ftm_peer_result_status {
5870 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK,
5871 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE,
5872 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED,
5873 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID,
5874 };
5875 
5876 /**
5877  * enum qca_wlan_vendor_attr_ftm_peer_result_flags: Various flags
5878  *  for measurement result, per-peer
5879  *
5880  * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE: If set,
5881  *      measurement completed for this peer. No more results will be reported
5882  *      for this peer in this session.
5883  */
5884 enum qca_wlan_vendor_attr_ftm_peer_result_flags {
5885 	QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE = 1 << 0,
5886 };
5887 
5888 /**
5889  * enum qca_vendor_attr_loc_session_status: Session completion status code
5890  *
5891  * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK: Session completed
5892  *      successfully.
5893  * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED: Session aborted
5894  *      by request.
5895  * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID: Session request
5896  *      was invalid and was not started.
5897  * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED: Session had an error
5898  *      and did not complete normally (for example out of resources).
5899  */
5900 enum qca_vendor_attr_loc_session_status {
5901 	QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK,
5902 	QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED,
5903 	QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID,
5904 	QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED,
5905 };
5906 
5907 /**
5908  * enum qca_wlan_vendor_attr_ftm_meas: Single measurement data
5909  *
5910  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1: Time of departure (TOD) of FTM packet as
5911  *      recorded by responder, in picoseconds.
5912  *      See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
5913  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2: Time of arrival (TOA) of FTM packet at
5914  *      initiator, in picoseconds.
5915  *      See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
5916  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3: TOD of ACK packet as recorded by
5917  *      initiator, in picoseconds.
5918  *      See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
5919  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4: TOA of ACK packet at
5920  *      responder, in picoseconds.
5921  *      See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
5922  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI: RSSI (signal level) as recorded
5923  *      during this measurement exchange. Optional and will be provided if
5924  *      the hardware can measure it.
5925  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR: TOD error reported by
5926  *      responder. Not always provided.
5927  *      See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
5928  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR: TOA error reported by
5929  *      responder. Not always provided.
5930  *      See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
5931  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR: TOD error measured by
5932  *      initiator. Not always provided.
5933  *      See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
5934  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR: TOA error measured by
5935  *      initiator. Not always provided.
5936  *      See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
5937  * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD: Dummy attribute for padding.
5938  */
5939 enum qca_wlan_vendor_attr_ftm_meas {
5940 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INVALID,
5941 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1,
5942 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2,
5943 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3,
5944 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4,
5945 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI,
5946 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR,
5947 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR,
5948 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR,
5949 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR,
5950 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD,
5951 	/* keep last */
5952 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST,
5953 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_MAX =
5954 	QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST - 1,
5955 };
5956 
5957 /**
5958  * enum qca_wlan_vendor_attr_p2p_listen_offload - vendor sub commands index
5959  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INVALID: invalid value
5960  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CHANNEL:
5961  *     A 32-bit unsigned value; the P2P listen frequency (MHz); must be one
5962  *     of the social channels.
5963  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_PERIOD: listen offload period
5964  *     A 32-bit unsigned value; the P2P listen offload period (ms).
5965  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INTERVAL:
5966  *     A 32-bit unsigned value; the P2P listen interval duration (ms).
5967  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_COUNT:
5968  *     A 32-bit unsigned value; number of interval times the Firmware needs
5969  *     to run the offloaded P2P listen operation before it stops.
5970  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_DEVICE_TYPES: device types
5971  *     An array of unsigned 8-bit characters; vendor information elements.
5972  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_VENDOR_IE: vendor IEs
5973  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CTRL_FLAG: control flag for FW
5974  *     A 32-bit unsigned value; a control flag to indicate whether listen
5975  *     results need to be flushed to wpa_supplicant.
5976  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_STOP_REASON: offload stop reason
5977  *     A 8-bit unsigned value; reason code for P2P listen offload stop
5978  *     event.
5979  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST: last value
5980  * @QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX: max value
5981  */
5982 enum qca_wlan_vendor_attr_p2p_listen_offload {
5983 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INVALID = 0,
5984 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CHANNEL,
5985 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_PERIOD,
5986 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INTERVAL,
5987 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_COUNT,
5988 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_DEVICE_TYPES,
5989 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_VENDOR_IE,
5990 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CTRL_FLAG,
5991 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_STOP_REASON,
5992 	/* keep last */
5993 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST,
5994 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX =
5995 	QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST - 1
5996 };
5997 
5998 /**
5999  * enum qca_wlan_vendor_drv_info - WLAN driver info
6000  * @QCA_WLAN_VENDOR_ATTR_DRV_INFO_INVALID: Invalid
6001  * @QCA_WLAN_VENDOR_ATTR_DRV_INFO_BUS_SIZE: Maximum Message size info
6002  * between Firmware & Host.
6003  */
6004 enum qca_wlan_vendor_drv_info {
6005 	QCA_WLAN_VENDOR_ATTR_DRV_INFO_INVALID = 0,
6006 	QCA_WLAN_VENDOR_ATTR_DRV_INFO_BUS_SIZE,
6007 
6008 	/* keep last */
6009 	QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST,
6010 	QCA_WLAN_VENDOR_ATTR_DRV_INFO_MAX =
6011 		QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST - 1,
6012 };
6013 
6014 /**
6015  * enum qca_wlan_vendor_attr_aoa_type - AOA measurement type
6016  *
6017  * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: Phase of the strongest
6018  *      CIR (channel impulse response) path for each antenna.
6019  * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: Phase and amplitude
6020  *      of the strongest CIR path for each antenna.
6021  */
6022 enum qca_wlan_vendor_attr_aoa_type {
6023 	QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE,
6024 	QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP,
6025 	QCA_WLAN_VENDOR_ATTR_AOA_TYPE_MAX
6026 };
6027 
6028 /**
6029  * enum qca_wlan_vendor_attr_encryption_test - Attributes to
6030  * validate encryption engine
6031  *
6032  * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION: Flag attribute.
6033  *    This will be included if the request is for decryption; if not included,
6034  *    the request is treated as a request for encryption by default.
6035  * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER: Unsigned 32-bit value
6036  *    indicating the key cipher suite. Takes same values as
6037  *    NL80211_ATTR_KEY_CIPHER.
6038  * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID: Unsigned 8-bit value
6039  *    Key Id to be used for encryption
6040  * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK: Array of 8-bit values.
6041  *    Key (TK) to be used for encryption/decryption
6042  * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN: Array of 8-bit values.
6043  *    Packet number to be specified for encryption/decryption
6044  *    6 bytes for TKIP/CCMP/GCMP.
6045  * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA: Array of 8-bit values
6046  *    representing the 802.11 packet (header + payload + FCS) that
6047  *    needs to be encrypted/decrypted.
6048  *    Encrypted/decrypted response from the driver will also be sent
6049  *    to userspace with the same attribute.
6050  */
6051 enum qca_wlan_vendor_attr_encryption_test {
6052 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_INVALID = 0,
6053 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION,
6054 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER,
6055 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID,
6056 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK,
6057 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN,
6058 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA,
6059 
6060 	/* keep last */
6061 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST,
6062 	QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_MAX =
6063 		QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST - 1
6064 };
6065 
6066 /**
6067  * enum qca_wlan_vendor_attr_dmg_rf_sector_type - Type of
6068  * sector for DMG RF sector operations.
6069  *
6070  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX: RX sector
6071  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX: TX sector
6072  */
6073 enum qca_wlan_vendor_attr_dmg_rf_sector_type {
6074 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX,
6075 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX,
6076 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_MAX
6077 };
6078 
6079 /**
6080  * enum qca_wlan_vendor_attr_fw_state - State of firmware
6081  *
6082  * @QCA_WLAN_VENDOR_ATTR_FW_STATE_ERROR: FW is in bad state
6083  * @QCA_WLAN_VENDOR_ATTR_FW_STATE_ACTIVE: FW is active
6084  */
6085 enum qca_wlan_vendor_attr_fw_state {
6086 	QCA_WLAN_VENDOR_ATTR_FW_STATE_ERROR,
6087 	QCA_WLAN_VENDOR_ATTR_FW_STATE_ACTIVE,
6088 	QCA_WLAN_VENDOR_ATTR_FW_STATE_MAX
6089 };
6090 
6091 /**
6092  * BRP antenna limit mode
6093  *
6094  * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE: Disable BRP force
6095  *      antenna limit, BRP will be performed as usual.
6096  * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE: Define maximal
6097  *      antennas limit. the hardware may use less antennas than the
6098  *      maximum limit.
6099  * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE: The hardware will
6100  *      use exactly the specified number of antennas for BRP.
6101  */
6102 enum qca_wlan_vendor_attr_brp_ant_limit_mode {
6103 	QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE,
6104 	QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE,
6105 	QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE,
6106 	QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_MAX
6107 };
6108 
6109 /**
6110  * enum qca_wlan_vendor_attr_dmg_rf_sector_cfg - Attributes for
6111  * DMG RF sector configuration for a single RF module.
6112  * The values are defined in a compact way which closely matches
6113  * the way it is stored in HW registers.
6114  * The configuration provides values for 32 antennas and 8 distribution
6115  * amplifiers, and together describes the characteristics of the RF
6116  * sector - such as a beam in some direction with some gain.
6117  *
6118  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX: Index
6119  *      of RF module for this configuration.
6120  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0: Bit 0 of edge
6121  *      amplifier gain index. Unsigned 32 bit number containing
6122  *      bits for all 32 antennas.
6123  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1: Bit 1 of edge
6124  *      amplifier gain index. Unsigned 32 bit number containing
6125  *      bits for all 32 antennas.
6126  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2: Bit 2 of edge
6127  *      amplifier gain index. Unsigned 32 bit number containing
6128  *      bits for all 32 antennas.
6129  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI: Phase values
6130  *      for first 16 antennas, 2 bits per antenna.
6131  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO: Phase values
6132  *      for last 16 antennas, 2 bits per antenna.
6133  * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16: Contains
6134  *      DTYPE values (3 bits) for each distribution amplifier, followed
6135  *      by X16 switch bits for each distribution amplifier. There are
6136  *      total of 8 distribution amplifiers.
6137  */
6138 enum qca_wlan_vendor_attr_dmg_rf_sector_cfg {
6139 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_INVALID = 0,
6140 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX = 1,
6141 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0 = 2,
6142 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1 = 3,
6143 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2 = 4,
6144 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI = 5,
6145 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO = 6,
6146 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16 = 7,
6147 
6148 	/* keep last */
6149 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST,
6150 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MAX =
6151 	QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST - 1
6152 };
6153 
6154 /**
6155  * enum qca_wlan_vendor_attr_tdls_configuration - Attributes for
6156  * @QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS configuration to the host driver.
6157  *
6158  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE: Configure the TDLS trigger
6159  *	mode in the host driver. enum qca_wlan_vendor_tdls_trigger_mode
6160  *	represents the different TDLS trigger modes.
6161  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD: Duration (u32) within
6162  *	which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD number
6163  *	of packets shall meet the criteria for implicit TDLS setup.
6164  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD: Number (u32) of Tx/Rx
6165  *	packets within a duration.
6166  *	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD to initiate
6167  *	a TDLS setup.
6168  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD: Time (u32) to inititate
6169  *	a TDLS Discovery to the Peer.
6170  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT: Max number (u32) of
6171  *	discovery attempts to know the TDLS capability of the peer. A peer is
6172  *	marked as TDLS not capable if there is no response for all the attempts.
6173  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT: Represents a duration (u32)
6174  *	within which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD
6175  *	number of TX / RX frames meet the criteria for TDLS teardown.
6176  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD: Minimum number
6177  *	(u32) of Tx/Rx packets within a duration
6178  *	CA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT to tear down a TDLS link
6179  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD: Threshold
6180  *	corresponding to the RSSI of the peer below which a TDLS
6181  *	setup is triggered.
6182  * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD: Threshold
6183  *	corresponding to the RSSI of the peer above which
6184  *	a TDLS teardown is triggered.
6185  */
6186 enum qca_wlan_vendor_attr_tdls_configuration {
6187 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_INVALID = 0,
6188 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE = 1,
6189 
6190 	/* Attributes configuring the TDLS Implicit Trigger */
6191 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD = 2,
6192 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD = 3,
6193 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD = 4,
6194 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT = 5,
6195 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT = 6,
6196 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD = 7,
6197 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD = 8,
6198 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD = 9,
6199 
6200 	/* keep last */
6201 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST,
6202 	QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX =
6203 		QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST - 1
6204 };
6205 
6206 /**
6207  * enum qca_wlan_vendor_tdls_trigger_mode: Represents the TDLS trigger mode in
6208  *	the driver.
6209  *
6210  * The following are the different values for
6211  * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE.
6212  *
6213  * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT: The trigger to
6214  *	initiate/teardown the TDLS connection to a respective peer comes
6215  *	 from the user space. wpa_supplicant provides the commands
6216  *	TDLS_SETUP, TDLS_TEARDOWN, TDLS_DISCOVER to do this.
6217  * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT: Host driver triggers this TDLS
6218  *	setup/teardown to the eligible peer once the configured criteria
6219  *	(such as TX/RX threshold, RSSI) is met. The attributes
6220  *	in QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IMPLICIT_PARAMS correspond to
6221  *	the different configuration criteria for the TDLS trigger from the
6222  *	host driver.
6223  * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL: Enables the driver to trigger
6224  *	the TDLS setup / teardown through the implicit mode, only to the
6225  *	configured MAC addresses(wpa_supplicant, with tdls_external_control = 1,
6226  *	configures the MAC address through TDLS_SETUP/TDLS_TEARDOWN commands).
6227  *	External mode works on top of the implicit mode, thus the host Driver
6228  *	is expected to be configured in TDLS Implicit mode too to operate in
6229  *	External mode. Configuring External mode alone without Implicit
6230  *	mode is invalid.
6231  *
6232  * All the above implementations work as expected only when the host driver
6233  * advertises the capability WPA_DRIVER_FLAGS_TDLS_EXTERNAL_SETUP -
6234  * representing that the TDLS message exchange is not internal to the host
6235  * driver, but depends on wpa_supplicant to do the message exchange.
6236  */
6237 enum qca_wlan_vendor_tdls_trigger_mode {
6238 	QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT = 1 << 0,
6239 	QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT = 1 << 1,
6240 	QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL = 1 << 2,
6241 };
6242 
6243 /**
6244  * enum qca_vendor_attr_sar_limits_selections - Source of SAR power limits
6245  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0: Select SAR profile #0
6246  *	that is hard-coded in the Board Data File (BDF).
6247  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1: Select SAR profile #1
6248  *	that is hard-coded in the Board Data File (BDF).
6249  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2: Select SAR profile #2
6250  *	that is hard-coded in the Board Data File (BDF).
6251  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3: Select SAR profile #3
6252  *	that is hard-coded in the Board Data File (BDF).
6253  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4: Select SAR profile #4
6254  *	that is hard-coded in the Board Data File (BDF).
6255  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE: Do not select any
6256  *	source of SAR power limits, thereby disabling the SAR power
6257  *	limit feature.
6258  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER: Select the SAR power
6259  *	limits configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
6260  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0: Select the SAR power
6261  *	limits version 2.0 configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
6262  *
6263  * This enumerates the valid set of values that may be supplied for
6264  * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT in an instance of
6265  * the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command or in
6266  * the response to an instance of the
6267  * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
6268  */
6269 enum qca_vendor_attr_sar_limits_selections {
6270 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0 = 0,
6271 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1 = 1,
6272 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2 = 2,
6273 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3 = 3,
6274 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4 = 4,
6275 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE = 5,
6276 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER = 6,
6277 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0 = 7,
6278 };
6279 
6280 /**
6281  * enum qca_vendor_attr_sar_limits_spec_modulations -
6282  *	SAR limits specification modulation
6283  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK -
6284  *	CCK modulation
6285  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM -
6286  *	OFDM modulation
6287  *
6288  * This enumerates the valid set of values that may be supplied for
6289  * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION in an
6290  * instance of attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC in an
6291  * instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor
6292  * command or in the response to an instance of the
6293  * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
6294  */
6295 enum qca_vendor_attr_sar_limits_spec_modulations {
6296 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0,
6297 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM = 1,
6298 };
6299 
6300 /**
6301  * enum qca_vendor_attr_sar_limits - Attributes for SAR power limits
6302  *
6303  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE: Optional (u32) value to
6304  *	select which SAR power limit table should be used.  Valid
6305  *	values are enumerated in enum
6306  *	%qca_vendor_attr_sar_limits_selections.  The existing SAR
6307  *	power limit selection is unchanged if this attribute is not
6308  *	present.
6309  *
6310  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS: Optional (u32) value
6311  *	which specifies the number of SAR power limit specifications
6312  *	which will follow.
6313  *
6314  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC: Nested array of SAR power
6315  *	limit specifications. The number of specifications is
6316  *	specified by @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS. Each
6317  *	specification contains a set of
6318  *	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_* attributes. A
6319  *	specification is uniquely identified by the attributes
6320  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND,
6321  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN, and
6322  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION and always
6323  *	contains as a payload the attribute
6324  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT.
6325  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX.
6326  *	Either %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT or
6327  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX is
6328  *	needed based upon the value of
6329  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE.
6330  *
6331  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND: Optional (u32) value to
6332  *	indicate for which band this specification applies. Valid
6333  *	values are enumerated in enum %nl80211_band (although not all
6334  *	bands may be supported by a given device). If the attribute is
6335  *	not supplied then the specification will be applied to all
6336  *	supported bands.
6337  *
6338  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN: Optional (u32) value
6339  *	to indicate for which antenna chain this specification
6340  *	applies, i.e. 1 for chain 1, 2 for chain 2, etc. If the
6341  *	attribute is not supplied then the specification will be
6342  *	applied to all chains.
6343  *
6344  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION: Optional (u32)
6345  *	value to indicate for which modulation scheme this
6346  *	specification applies. Valid values are enumerated in enum
6347  *	%qca_vendor_attr_sar_limits_spec_modulations. If the attribute
6348  *	is not supplied then the specification will be applied to all
6349  *	modulation schemes.
6350  *
6351  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT: Required (u32)
6352  *	value to specify the actual power limit value in units of 0.5
6353  *	dBm (i.e., a value of 11 represents 5.5 dBm).
6354  *	This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
6355  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER.
6356  *
6357  * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX: Required (u32)
6358  *	value to indicate SAR V2 indices (0 - 11) to select SAR V2 profiles.
6359  *	This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
6360  *	%QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0.
6361  *
6362  * These attributes are used with %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS
6363  * and %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS.
6364  */
6365 enum qca_vendor_attr_sar_limits {
6366 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_INVALID = 0,
6367 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE = 1,
6368 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS = 2,
6369 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC = 3,
6370 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND = 4,
6371 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN = 5,
6372 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION = 6,
6373 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT = 7,
6374 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX = 8,
6375 
6376 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST,
6377 	QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_MAX =
6378 		QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST - 1
6379 };
6380 
6381 /**
6382  * enum qca_wlan_vendor_attr_ll_stats_ext - Attributes for MAC layer monitoring
6383  *    offload which is an extension for LL_STATS.
6384  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD: Monitoring period. Unit in ms.
6385  *    If MAC counters do not exceed the threshold, FW will report monitored
6386  *    link layer counters periodically as this setting. The first report is
6387  *    always triggered by this timer.
6388  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD: It is a percentage (1-99).
6389  *    For each MAC layer counter, FW holds two copies. One is the current value.
6390  *    The other is the last report. Once a current counter's increment is larger
6391  *    than the threshold, FW will indicate that counter to host even if the
6392  *    monitoring timer does not expire.
6393  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG: Peer STA power state change
6394  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID: TID of MSDU
6395  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU: Count of MSDU with the same
6396  *    failure code.
6397  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS: TX failure code
6398  *    1: TX packet discarded
6399  *    2: No ACK
6400  *    3: Postpone
6401  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS: peer MAC address
6402  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE: Peer STA current state
6403  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL: Global threshold.
6404  *    Threshold for all monitored parameters. If per counter dedicated threshold
6405  *    is not enabled, this threshold will take effect.
6406  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE: Indicate what triggers this
6407  *    event, PERORID_TIMEOUT == 1, THRESH_EXCEED == 0.
6408  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID: interface ID
6409  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID: peer ID
6410  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP: bitmap for TX counters
6411  *    Bit0: TX counter unit in MSDU
6412  *    Bit1: TX counter unit in MPDU
6413  *    Bit2: TX counter unit in PPDU
6414  *    Bit3: TX counter unit in byte
6415  *    Bit4: Dropped MSDUs
6416  *    Bit5: Dropped Bytes
6417  *    Bit6: MPDU retry counter
6418  *    Bit7: MPDU failure counter
6419  *    Bit8: PPDU failure counter
6420  *    Bit9: MPDU aggregation counter
6421  *    Bit10: MCS counter for ACKed MPDUs
6422  *    Bit11: MCS counter for Failed MPDUs
6423  *    Bit12: TX Delay counter
6424  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP: bitmap for RX counters
6425  *    Bit0: MAC RX counter unit in MPDU
6426  *    Bit1: MAC RX counter unit in byte
6427  *    Bit2: PHY RX counter unit in PPDU
6428  *    Bit3: PHY RX counter unit in byte
6429  *    Bit4: Disorder counter
6430  *    Bit5: Retry counter
6431  *    Bit6: Duplication counter
6432  *    Bit7: Discard counter
6433  *    Bit8: MPDU aggregation size counter
6434  *    Bit9: MCS counter
6435  *    Bit10: Peer STA power state change (wake to sleep) counter
6436  *    Bit11: Peer STA power save counter, total time in PS mode
6437  *    Bit12: Probe request counter
6438  *    Bit13: Other management frames counter
6439  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP: bitmap for CCA
6440  *    Bit0: Idle time
6441  *    Bit1: TX time
6442  *    Bit2: time RX in current bss
6443  *    Bit3: Out of current bss time
6444  *    Bit4: Wireless medium busy time
6445  *    Bit5: RX in bad condition time
6446  *    Bit6: TX in bad condition time
6447  *    Bit7: time wlan card not available
6448  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP: bitmap for signal
6449  *    Bit0: Per channel SNR counter
6450  *    Bit1: Per channel noise floor counter
6451  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM: number of peers
6452  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM: number of channels
6453  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_AC_RX_NUM: number of RX stats
6454  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS: per channel BSS CCA stats
6455  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER: container for per PEER stats
6456  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU: Number of total TX MSDUs
6457  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU: Number of total TX MPDUs
6458  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU: Number of total TX PPDUs
6459  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES: bytes of TX data
6460  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP: Number of dropped TX packets
6461  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES: Bytes dropped
6462  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY: waiting time without an ACK
6463  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK: number of MPDU not-ACKed
6464  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK: number of PPDU not-ACKed
6465  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM:
6466  *    aggregation stats buffer length
6467  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM: length of mcs stats
6468  *    buffer for ACKed MPDUs.
6469  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM: length of mcs stats
6470  *    buffer for failed MPDUs.
6471  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE:
6472  *    length of delay stats array.
6473  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR: TX aggregation stats
6474  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS: MCS stats for ACKed MPDUs
6475  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS: MCS stats for failed MPDUs
6476  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY: tx delay stats
6477  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU: MPDUs received
6478  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES: bytes received
6479  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU: PPDU received
6480  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES: PPDU bytes received
6481  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST: packets lost
6482  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY: number of RX packets
6483  *    flagged as retransmissions
6484  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP: number of RX packets
6485  *    flagged as duplicated
6486  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD: number of RX
6487  *    packets discarded
6488  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM: length of RX aggregation
6489  *    stats buffer.
6490  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM: length of RX mcs
6491  *    stats buffer.
6492  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS: RX mcs stats buffer
6493  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR: aggregation stats buffer
6494  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES: times STAs go to sleep
6495  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION: STAs' total sleep time
6496  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ: number of probe
6497  *    requests received
6498  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT: number of other mgmt
6499  *    frames received
6500  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME: Percentage of idle time
6501  *    there is no TX, nor RX, nor interference.
6502  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME: percentage of time
6503  *    transmitting packets.
6504  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME: percentage of time
6505  *    for receiving.
6506  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY: percentage of time
6507  *    interference detected.
6508  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD: percentage of time
6509  *    receiving packets with errors.
6510  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD: percentage of time
6511  *    TX no-ACK.
6512  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL: percentage of time
6513  *    the chip is unable to work in normal conditions.
6514  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME: percentage of time
6515  *    receiving packets in current BSS.
6516  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME: percentage of time
6517  *    receiving packets not in current BSS.
6518  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM: number of antennas
6519  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL:
6520  *    This is a container for per antenna signal stats.
6521  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR: per antenna SNR value
6522  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF: per antenna NF value
6523  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON: RSSI of beacon
6524  * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON: SNR of beacon
6525  */
6526 enum qca_wlan_vendor_attr_ll_stats_ext {
6527 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_INVALID = 0,
6528 
6529 	/* Attributes for configurations */
6530 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD,
6531 	QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD,
6532 
6533 	/* Peer STA power state change */
6534 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG,
6535 
6536 	/* TX failure event */
6537 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID,
6538 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU,
6539 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS,
6540 
6541 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE,
6542 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS,
6543 
6544 	/* MAC counters */
6545 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL,
6546 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE,
6547 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID,
6548 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID,
6549 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP,
6550 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP,
6551 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP,
6552 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP,
6553 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM,
6554 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM,
6555 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS,
6556 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER,
6557 
6558 	/* Sub-attributes for PEER_AC_TX */
6559 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU,
6560 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU,
6561 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU,
6562 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES,
6563 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP,
6564 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES,
6565 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY,
6566 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK,
6567 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK,
6568 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM,
6569 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM,
6570 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM,
6571 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR,
6572 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS,
6573 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS,
6574 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE,
6575 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY,
6576 
6577 	/* Sub-attributes for PEER_AC_RX */
6578 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU,
6579 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES,
6580 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU,
6581 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES,
6582 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST,
6583 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY,
6584 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP,
6585 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD,
6586 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM,
6587 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM,
6588 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS,
6589 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR,
6590 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES,
6591 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION,
6592 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ,
6593 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT,
6594 
6595 	/* Sub-attributes for CCA_BSS */
6596 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME,
6597 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME,
6598 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME,
6599 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY,
6600 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD,
6601 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD,
6602 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL,
6603 
6604 	/* sub-attribute for BSS_RX_TIME */
6605 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME,
6606 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME,
6607 
6608 	/* Sub-attributes for PEER_SIGNAL */
6609 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM,
6610 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL,
6611 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR,
6612 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF,
6613 
6614 	/* Sub-attributes for IFACE_BSS */
6615 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON,
6616 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON,
6617 
6618 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST,
6619 	QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MAX =
6620 		QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST - 1
6621 };
6622 
6623 /**
6624  * enum qca_wlan_vendor_attr_external_acs_channels: Attributes to vendor subcmd
6625  * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This carries a list of channels
6626  * in priority order as decided after ACS operation in userspace.
6627  *
6628  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON: Required (u8).
6629  * One of reason code from enum qca_wlan_vendor_acs_select_reason.
6630  *
6631  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST: Required
6632  * Array of nested values for each channel with following attributes:
6633  *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
6634  *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
6635  *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
6636  *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
6637  *     QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
6638  * Note: If both the driver and user-space application supports the 6 GHz band,
6639  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST is deprecated and use
6640  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST.
6641  * To maintain backward compatibility,
6642  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST
6643  * is still used if either of the driver or user space application doesn't
6644  * support the 6 GHz band.
6645  *
6646  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY: Required (u8).
6647  * Primary channel number
6648  * Note: If both the driver and user-space application supports the 6 GHz band,
6649  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY is deprecated and use
6650  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY.
6651  * To maintain backward compatibility,
6652  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY
6653  * is still used if either of the driver or user space application doesn't
6654  * support the 6 GHz band.
6655  *
6656  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY: Required (u8).
6657  * Secondary channel number, required only for 160 and 80+80 MHz bandwidths.
6658  * Note: If both the driver and user-space application supports the 6 GHz band,
6659  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY is deprecated and use
6660  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY.
6661  * To maintain backward compatibility,
6662  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY
6663  * is still used if either of the driver or user space application
6664  * doesn't support the 6 GHz band.
6665  *
6666  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0: Required (u8).
6667  * VHT seg0 channel number
6668  * Note: If both the driver and user-space application supports the 6 GHz band,
6669  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 is deprecated and use
6670  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0.
6671  * To maintain backward compatibility,
6672  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0
6673  * is still used if either of the driver or user space application
6674  * doesn't support the 6 GHz band.
6675  *
6676  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1: Required (u8).
6677  * VHT seg1 channel number
6678  * Note: If both the driver and user-space application supports the 6 GHz band,
6679  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 is deprecated and use
6680  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1.
6681  * To maintain backward compatibility,
6682  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1
6683  * is still used if either of the driver or user space application
6684  * doesn't support the 6 GHz band.
6685  *
6686  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH: Required (u8).
6687  * Takes one of enum nl80211_chan_width values.
6688  *
6689  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST: Required
6690  * Array of nested values for each channel with following attributes:
6691  *	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY in MHz (u32),
6692  *	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY in MHz (u32),
6693  *	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 in MHz (u32),
6694  *	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 in MHz (u32),
6695  *	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
6696  * Note: If user-space application has no support of the 6 GHz band, this
6697  * attribute is optional.
6698  *
6699  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY: Required (u32)
6700  * Primary channel frequency in MHz
6701  * Note: If user-space application has no support of the 6 GHz band, this
6702  * attribute is optional.
6703  *
6704  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY: Required (u32)
6705  * Secondary channel frequency in MHz used for HT 40 MHz channels.
6706  * Note: If user-space application has no support of the 6 GHz band, this
6707  * attribute is optional.
6708  *
6709  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0: Required (u32)
6710  * VHT seg0 channel frequency in MHz
6711  * Note: If user-space application has no support of the 6GHz band, this
6712  * attribute is optional.
6713  *
6714  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1: Required (u32)
6715  * VHT seg1 channel frequency in MHz
6716  * Note: If user-space application has no support of the 6 GHz band, this
6717  * attribute is optional.
6718  */
6719 enum qca_wlan_vendor_attr_external_acs_channels {
6720 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_INVALID = 0,
6721 
6722 	/* One of reason code (u8) from enum qca_wlan_vendor_acs_select_reason
6723 	 */
6724 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON = 1,
6725 
6726 	/* Array of nested values for each channel with following attributes:
6727 	 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND,
6728 	 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
6729 	 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
6730 	 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
6731 	 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
6732 	 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
6733 	 */
6734 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST = 2,
6735 	/* This (u8) will hold values of one of enum nl80211_bands */
6736 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND = 3,
6737 	/* Primary channel (u8) */
6738 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY = 4,
6739 	/* Secondary channel (u8) used for HT 40 MHz channels */
6740 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY = 5,
6741 	/* VHT seg0 channel (u8) */
6742 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 = 6,
6743 	/* VHT seg1 channel (u8) */
6744 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 = 7,
6745 	/* Channel width (u8). Takes one of enum nl80211_chan_width values. */
6746 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH = 8,
6747 
6748 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST = 9,
6749 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY = 10,
6750 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY = 11,
6751 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 = 12,
6752 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 = 13,
6753 
6754 	/* keep last */
6755 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST,
6756 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_MAX =
6757 		QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST - 1
6758 };
6759 
6760 /**
6761  * qca_wlan_vendor_acs_select_reason: This represents the different reasons why
6762  * the ACS has to be triggered. These values are used by
6763  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON and
6764  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON
6765  */
6766 enum qca_wlan_vendor_acs_select_reason {
6767 	/* Represents the reason that the ACS triggered during the AP start */
6768 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_INIT,
6769 	/* Represents the reason that DFS found with the current channel */
6770 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_DFS,
6771 	/* Represents the reason that LTE co-exist in the current band. */
6772 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX,
6773 	/* Represents the reason that generic, uncategorized interference has
6774 	 * been found in the current channel.
6775 	 */
6776 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_GENERIC_INTERFERENCE,
6777 	/* Represents the reason that excessive 802.11 interference has been
6778 	 * found in the current channel.
6779 	 */
6780 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_80211_INTERFERENCE,
6781 	/* Represents the reason that generic Continuous Wave (CW) interference
6782 	 * has been found in the current channel.
6783 	 */
6784 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_CW_INTERFERENCE,
6785 	/* Represents the reason that Microwave Oven (MWO) interference has been
6786 	 * found in the current channel.
6787 	 */
6788 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_MWO_INTERFERENCE,
6789 	/* Represents the reason that generic Frequency-Hopping Spread Spectrum
6790 	 * (FHSS) interference has been found in the current channel. This may
6791 	 * include 802.11 waveforms.
6792 	 */
6793 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_FHSS_INTERFERENCE,
6794 	/* Represents the reason that non-802.11 generic Frequency-Hopping
6795 	 * Spread Spectrum (FHSS) interference has been found in the current
6796 	 * channel.
6797 	 */
6798 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_NON_80211_FHSS_INTERFERENCE,
6799 	/* Represents the reason that generic Wideband (WB) interference has
6800 	 * been found in the current channel. This may include 802.11 waveforms.
6801 	 */
6802 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_WB_INTERFERENCE,
6803 	/* Represents the reason that non-802.11 generic Wideband (WB)
6804 	 * interference has been found in the current channel.
6805 	 */
6806 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_NON_80211_WB_INTERFERENCE,
6807 	/* Represents the reason that Jammer interference has been found in the
6808 	 * current channel.
6809 	 */
6810 	QCA_WLAN_VENDOR_ACS_SELECT_REASON_JAMMER_INTERFERENCE,
6811 };
6812 
6813 /**
6814  * enum qca_wlan_gpio_attr - Parameters for GPIO configuration
6815  *
6816  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND: Required (u32)
6817  * value to specify the gpio command, please refer to enum qca_gpio_cmd_type
6818  * to get the available value that this item can use.
6819  *
6820  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM: Required (u32)
6821  * value to specify the gpio number.
6822  * Required, when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6823  * %QCA_WLAN_VENDOR_GPIO_CONFIG or %.QCA_WLAN_VENDOR_GPIO_OUTPUT.
6824  *
6825  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_VALUE: Required (u32)
6826  * value to specify the gpio output level, please refer to enum qca_gpio_value
6827  * to get the available value that this item can use.
6828  * Required, when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6829  * %QCA_WLAN_VENDOR_GPIO_OUTPUT.
6830  *
6831  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE: Optional (u32)
6832  * value to specify the gpio pull type, please refer to enum qca_gpio_pull_type
6833  * to get the available value that this item can use.
6834  * Required, when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6835  * %QCA_WLAN_VENDOR_GPIO_CONFIG and
6836  * %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG attribute is not present.
6837  * Optional when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG
6838  * attribute is present.
6839  *
6840  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE: Optional (u32)
6841  * value to specify the gpio interrupt mode, please refer to enum
6842  * qca_gpio_interrupt_mode to get the available value that this item can use.
6843  * Required, when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6844  * %QCA_WLAN_VENDOR_GPIO_CONFIG and
6845  * %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG attribute is not present.
6846  * Optional when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG
6847  * attribute is present.
6848  *
6849  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DIR: Optional (u32)
6850  * value to specify the gpio direction, please refer to enum qca_gpio_direction
6851  * to get the available value that this item can use.
6852  * Required, when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6853  * %QCA_WLAN_VENDOR_GPIO_CONFIG and
6854  * %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG attribute is not present.
6855  * Optional when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG
6856  * attribute is present.
6857  *
6858  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MUX_CONFIG: Optional (u32)
6859  * Value to specify the mux config. Meaning of a given value is dependent
6860  * on the target chipset and gpio pin. Must be of the range 0-15.
6861  * Optional when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6862  * %QCA_WLAN_VENDOR_GPIO_CONFIG. Defaults to 0.
6863  *
6864  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DRIVE: Optional (u32)
6865  * Value to specify the drive, Refer to enum qca_gpio_drive.
6866  * Optional when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6867  * %QCA_WLAN_VENDOR_GPIO_CONFIG. Defaults to QCA_WLAN_GPIO_DRIVE_2MA(0).
6868  *
6869  * @QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG: Optional (flag)
6870  * Optional when %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND is
6871  * %QCA_WLAN_VENDOR_GPIO_CONFIG. When present this attribute signals that all
6872  * other parameters for the given GPIO will be obtained from internal
6873  * configuration. Only %QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM must be
6874  * specified to indicate the GPIO pin being configured.
6875  */
6876 enum qca_wlan_gpio_attr {
6877 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INVALID = 0,
6878 	/* Unsigned 32-bit attribute for GPIO command */
6879 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND = 1,
6880 	/* Unsigned 32-bit attribute for GPIO PIN number to configure */
6881 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM = 2,
6882 	/* Unsigned 32-bit attribute for GPIO value to configure */
6883 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_VALUE = 3,
6884 	/* Unsigned 32-bit attribute for GPIO pull type */
6885 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE = 4,
6886 	/* Unsigned 32-bit attribute for GPIO interrupt mode */
6887 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE = 5,
6888 	/* Unsigned 32-bit attribute for GPIO direction to configure */
6889 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DIR = 6,
6890 	/* Unsigned 32-bit attribute for GPIO mux config */
6891 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MUX_CONFIG = 7,
6892 	/* Unsigned 32-bit attribute for GPIO drive */
6893 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DRIVE = 8,
6894 	/* Flag attribute for using internal gpio configuration */
6895 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG = 9,
6896 
6897 	/* keep last */
6898 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST,
6899 	QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MAX =
6900 		QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST - 1,
6901 };
6902 
6903 /**
6904  * enum gpio_cmd_type - GPIO configuration command type
6905  * @QCA_WLAN_VENDOR_GPIO_CONFIG: set gpio configuration info
6906  * @QCA_WLAN_VENDOR_GPIO_OUTPUT: set gpio output level
6907  */
6908 enum qca_gpio_cmd_type {
6909 	QCA_WLAN_VENDOR_GPIO_CONFIG = 0,
6910 	QCA_WLAN_VENDOR_GPIO_OUTPUT = 1,
6911 };
6912 
6913 /**
6914  * enum qca_gpio_pull_type - GPIO pull type
6915  * @QCA_WLAN_GPIO_PULL_NONE: set gpio pull type to none
6916  * @QCA_WLAN_GPIO_PULL_UP: set gpio pull up
6917  * @QCA_WLAN_GPIO_PULL_DOWN: set gpio pull down
6918  */
6919 enum qca_gpio_pull_type {
6920 	QCA_WLAN_GPIO_PULL_NONE = 0,
6921 	QCA_WLAN_GPIO_PULL_UP = 1,
6922 	QCA_WLAN_GPIO_PULL_DOWN = 2,
6923 	QCA_WLAN_GPIO_PULL_MAX,
6924 };
6925 
6926 /**
6927  * enum qca_gpio_direction - GPIO direction
6928  * @QCA_WLAN_GPIO_INPUT: set gpio as input mode
6929  * @QCA_WLAN_GPIO_OUTPUT: set gpio as output mode
6930  * @QCA_WLAN_GPIO_VALUE_MAX: invalid value
6931  */
6932 enum qca_gpio_direction {
6933 	QCA_WLAN_GPIO_INPUT = 0,
6934 	QCA_WLAN_GPIO_OUTPUT = 1,
6935 	QCA_WLAN_GPIO_DIR_MAX,
6936 };
6937 
6938 /**
6939  * enum qca_gpio_value - GPIO Value
6940  * @QCA_WLAN_GPIO_LEVEL_LOW: set gpio output level to low
6941  * @QCA_WLAN_GPIO_LEVEL_HIGH: set gpio output level to high
6942  * @QCA_WLAN_GPIO_LEVEL_MAX: invalid value
6943  */
6944 enum qca_gpio_value {
6945 	QCA_WLAN_GPIO_LEVEL_LOW = 0,
6946 	QCA_WLAN_GPIO_LEVEL_HIGH = 1,
6947 	QCA_WLAN_GPIO_LEVEL_MAX,
6948 };
6949 
6950 /**
6951  * enum gpio_interrupt_mode - GPIO interrupt mode
6952  * @QCA_WLAN_GPIO_INTMODE_DISABLE: disable interrupt trigger
6953  * @QCA_WLAN_GPIO_INTMODE_RISING_EDGE: interrupt with gpio rising edge trigger
6954  * @QCA_WLAN_GPIO_INTMODE_FALLING_EDGE: interrupt with gpio falling edge trigger
6955  * @QCA_WLAN_GPIO_INTMODE_BOTH_EDGE: interrupt with gpio both edge trigger
6956  * @QCA_WLAN_GPIO_INTMODE_LEVEL_LOW: interrupt with gpio level low trigger
6957  * @QCA_WLAN_GPIO_INTMODE_LEVEL_HIGH: interrupt with gpio level high trigger
6958  * @QCA_WLAN_GPIO_INTMODE_MAX: invalid value
6959  */
6960 enum qca_gpio_interrupt_mode {
6961 	QCA_WLAN_GPIO_INTMODE_DISABLE = 0,
6962 	QCA_WLAN_GPIO_INTMODE_RISING_EDGE = 1,
6963 	QCA_WLAN_GPIO_INTMODE_FALLING_EDGE = 2,
6964 	QCA_WLAN_GPIO_INTMODE_BOTH_EDGE = 3,
6965 	QCA_WLAN_GPIO_INTMODE_LEVEL_LOW = 4,
6966 	QCA_WLAN_GPIO_INTMODE_LEVEL_HIGH = 5,
6967 	QCA_WLAN_GPIO_INTMODE_MAX,
6968 };
6969 
6970 /**
6971  * enum gpio_drive - GPIO drive
6972  * @QCA_WLAN_GPIO_DRIVE_2MA: drive 2MA
6973  * @QCA_WLAN_GPIO_DRIVE_4MA: drive 4MA
6974  * @QCA_WLAN_GPIO_DRIVE_6MA: drive 6MA
6975  * @QCA_WLAN_GPIO_DRIVE_8MA: drive 8MA
6976  * @QCA_WLAN_GPIO_DRIVE_10MA: drive 10MA
6977  * @QCA_WLAN_GPIO_DRIVE_12MA: drive 12MA
6978  * @QCA_WLAN_GPIO_DRIVE_14MA: drive 14MA
6979  * @QCA_WLAN_GPIO_DRIVE_16MA: drive 16MA
6980  * @QCA_WLAN_GPIO_DRIVE_MAX: invalid gpio drive
6981  */
6982 enum qca_gpio_drive {
6983 	QCA_WLAN_GPIO_DRIVE_2MA = 0,
6984 	QCA_WLAN_GPIO_DRIVE_4MA = 1,
6985 	QCA_WLAN_GPIO_DRIVE_6MA = 2,
6986 	QCA_WLAN_GPIO_DRIVE_8MA = 3,
6987 	QCA_WLAN_GPIO_DRIVE_10MA = 4,
6988 	QCA_WLAN_GPIO_DRIVE_12MA = 5,
6989 	QCA_WLAN_GPIO_DRIVE_14MA = 6,
6990 	QCA_WLAN_GPIO_DRIVE_16MA = 7,
6991 	QCA_WLAN_GPIO_DRIVE_MAX,
6992 };
6993 
6994 /**
6995  * qca_wlan_set_qdepth_thresh_attr - Parameters for setting
6996  * MSDUQ depth threshold per peer per tid in the target
6997  *
6998  * Associated Vendor Command:
6999  * QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH
7000  */
7001 enum qca_wlan_set_qdepth_thresh_attr {
7002 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_INVALID = 0,
7003 	/* 6-byte MAC address */
7004 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAC_ADDR,
7005 	/* Unsigned 32-bit attribute for holding the TID */
7006 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_TID,
7007 	/* Unsigned 32-bit attribute for holding the update mask
7008 	 * bit 0 - Update high priority msdu qdepth threshold
7009 	 * bit 1 - Update low priority msdu qdepth threshold
7010 	 * bit 2 - Update UDP msdu qdepth threshold
7011 	 * bit 3 - Update Non UDP msdu qdepth threshold
7012 	 * rest of bits are reserved
7013 	 */
7014 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_UPDATE_MASK,
7015 	/* Unsigned 32-bit attribute for holding the threshold value */
7016 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_VALUE,
7017 
7018 	/* keep last */
7019 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST,
7020 	QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAX =
7021 		QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST - 1,
7022 };
7023 
7024 /**
7025  * qca_wlan_vendor_attr_external_acs_policy: Attribute values for
7026  * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY to the vendor subcmd
7027  * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This represents the
7028  * external ACS policies to select the channels w.r.t. the PCL weights.
7029  * (QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL represents the channels and
7030  * their PCL weights.)
7031  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY: Mandatory to
7032  * select a channel with non-zero PCL weight.
7033  * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED: Prefer a
7034  * channel with non-zero PCL weight.
7035  *
7036  */
7037 enum qca_wlan_vendor_attr_external_acs_policy {
7038 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED,
7039 	QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY,
7040 };
7041 
7042 /**
7043  * enum qca_wlan_vendor_attr_spectral_scan - Spectral scan config parameters
7044  */
7045 enum qca_wlan_vendor_attr_spectral_scan {
7046 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INVALID = 0,
7047 	/*
7048 	 * Number of times the chip enters spectral scan mode before
7049 	 * deactivating spectral scans. When set to 0, chip will enter spectral
7050 	 * scan mode continuously. u32 attribute.
7051 	 */
7052 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_COUNT = 1,
7053 	/*
7054 	 * Spectral scan period. Period increment resolution is 256*Tclk,
7055 	 * where Tclk = 1/44 MHz (Gmode), 1/40 MHz (Amode). u32 attribute.
7056 	 */
7057 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_PERIOD = 2,
7058 	/* Spectral scan priority. u32 attribute. */
7059 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PRIORITY = 3,
7060 	/* Number of FFT data points to compute. u32 attribute. */
7061 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_SIZE = 4,
7062 	/*
7063 	 * Enable targeted gain change before starting the spectral scan FFT.
7064 	 * u32 attribute.
7065 	 */
7066 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_GC_ENA = 5,
7067 	/* Restart a queued spectral scan. u32 attribute. */
7068 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RESTART_ENA = 6,
7069 	/*
7070 	 * Noise floor reference number for the calculation of bin power.
7071 	 * u32 attribute.
7072 	 */
7073 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NOISE_FLOOR_REF = 7,
7074 	/*
7075 	 * Disallow spectral scan triggers after TX/RX packets by setting
7076 	 * this delay value to roughly SIFS time period or greater.
7077 	 * u32 attribute.
7078 	 */
7079 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INIT_DELAY = 8,
7080 	/*
7081 	 * Number of strong bins (inclusive) per sub-channel, below
7082 	 * which a signal is declared a narrow band tone. u32 attribute.
7083 	 */
7084 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NB_TONE_THR = 9,
7085 	/*
7086 	 * Specify the threshold over which a bin is declared strong (for
7087 	 * scan bandwidth analysis). u32 attribute.
7088 	 */
7089 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_STR_BIN_THR = 10,
7090 	/* Spectral scan report mode. u32 attribute. */
7091 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_WB_RPT_MODE = 11,
7092 	/*
7093 	 * RSSI report mode, if the ADC RSSI is below
7094 	 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR,
7095 	 * then FFTs will not trigger, but timestamps and summaries get
7096 	 * reported. u32 attribute.
7097 	 */
7098 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_RPT_MODE = 12,
7099 	/*
7100 	 * ADC RSSI must be greater than or equal to this threshold (signed dB)
7101 	 * to ensure spectral scan reporting with normal error code.
7102 	 * u32 attribute.
7103 	 */
7104 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR = 13,
7105 	/*
7106 	 * Format of frequency bin magnitude for spectral scan triggered FFTs:
7107 	 * 0: linear magnitude, 1: log magnitude (20*log10(lin_mag)).
7108 	 * u32 attribute.
7109 	 */
7110 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PWR_FORMAT = 14,
7111 	/*
7112 	 * Format of FFT report to software for spectral scan triggered FFTs.
7113 	 * 0: No FFT report (only spectral scan summary report)
7114 	 * 1: 2-dword summary of metrics for each completed FFT + spectral scan
7115 	 * report
7116 	 * 2: 2-dword summary of metrics for each completed FFT + 1x-oversampled
7117 	 * bins (in-band) per FFT + spectral scan summary report
7118 	 * 3: 2-dword summary of metrics for each completed FFT + 2x-oversampled
7119 	 * bins (all) per FFT + spectral scan summary report
7120 	 * u32 attribute.
7121 	 */
7122 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RPT_MODE = 15,
7123 	/*
7124 	 * Number of LSBs to shift out in order to scale the FFT bins.
7125 	 * u32 attribute.
7126 	 */
7127 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_BIN_SCALE = 16,
7128 	/*
7129 	 * Set to 1 (with spectral_scan_pwr_format=1), to report bin magnitudes
7130 	 * in dBm power. u32 attribute.
7131 	 */
7132 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DBM_ADJ = 17,
7133 	/*
7134 	 * Per chain enable mask to select input ADC for search FFT.
7135 	 * u32 attribute.
7136 	 */
7137 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_CHN_MASK = 18,
7138 	/*
7139 	 * An unsigned 64-bit integer provided by host driver to identify the
7140 	 * spectral scan request. This attribute is included in the scan
7141 	 * response message for @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START
7142 	 * and used as an attribute in
7143 	 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP to identify the
7144 	 * specific scan to be stopped.
7145 	 */
7146 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE = 19,
7147 	/* Skip interval for FFT reports. u32 attribute */
7148 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_PERIOD = 20,
7149 	/* Set to report only one set of FFT results.
7150 	 * u32 attribute.
7151 	 */
7152 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SHORT_REPORT = 21,
7153 	/* Debug level for spectral module in driver.
7154 	 * 0 : Verbosity level 0
7155 	 * 1 : Verbosity level 1
7156 	 * 2 : Verbosity level 2
7157 	 * 3 : Matched filterID display
7158 	 * 4 : One time dump of FFT report
7159 	 * u32 attribute.
7160 	 */
7161 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DEBUG_LEVEL = 22,
7162 	/* Type of spectral scan request. u32 attribute.
7163 	 * It uses values defined in enum
7164 	 * qca_wlan_vendor_attr_spectral_scan_request_type.
7165 	 */
7166 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE = 23,
7167 	/* This specifies the frequency span over which spectral
7168 	 * scan would be carried out. Its value depends on the
7169 	 * value of QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE and
7170 	 * the relation is as follows.
7171 	 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL
7172 	 *    Not applicable. Spectral scan would happen in the
7173 	 *    operating span.
7174 	 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE
7175 	 *    Center frequency (in MHz) of the span of interest or
7176 	 *    for convenience, center frequency (in MHz) of any channel
7177 	 *    in the span of interest. For 80+80 MHz agile spectral scan
7178 	 *    request it represents center frequency (in MHz) of the primary
7179 	 *    80 MHz span or for convenience, center frequency (in MHz) of any
7180 	 *    channel in the primary 80 MHz span. If agile spectral scan is
7181 	 *    initiated without setting a valid frequency it returns the
7182 	 *    error code
7183 	 *    (QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED).
7184 	 * u32 attribute.
7185 	 */
7186 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FREQUENCY = 24,
7187 	/* Spectral scan mode. u32 attribute.
7188 	 * It uses values defined in enum qca_wlan_vendor_spectral_scan_mode.
7189 	 * If this attribute is not present, it is assumed to be
7190 	 * normal mode (QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL).
7191 	 */
7192 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE = 25,
7193 	/* Spectral scan error code. u32 attribute.
7194 	 * It uses values defined in enum
7195 	 * qca_wlan_vendor_spectral_scan_error_code.
7196 	 * This attribute is included only in failure scenarios.
7197 	 */
7198 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE = 26,
7199 	/* 8-bit unsigned value to enable/disable debug of the
7200 	 * Spectral DMA ring.
7201 	 * 1-enable, 0-disable
7202 	 */
7203 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DMA_RING_DEBUG = 27,
7204 	/* 8-bit unsigned value to enable/disable debug of the
7205 	 * Spectral DMA buffers.
7206 	 * 1-enable, 0-disable
7207 	 */
7208 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DMA_BUFFER_DEBUG = 28,
7209 	/* This specifies the frequency span over which spectral scan would be
7210 	 * carried out. Its value depends on the value of
7211 	 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE and the relation is as
7212 	 * follows.
7213 	 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL
7214 	 *    Not applicable. Spectral scan would happen in the operating span.
7215 	 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE
7216 	 *    This attribute is applicable only for agile spectral scan
7217 	 *    requests in 80+80 MHz mode. It represents center frequency (in
7218 	 *    MHz) of the secondary 80 MHz span or for convenience, center
7219 	 *    frequency (in MHz) of any channel in the secondary 80 MHz span.
7220 	 * u32 attribute.
7221 	 */
7222 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FREQUENCY_2 = 29,
7223 
7224 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST,
7225 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_MAX =
7226 		QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST - 1,
7227 };
7228 
7229 /**
7230  * enum qca_wlan_vendor_attr_spectral_diag_stats - Used by the vendor command
7231  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS.
7232  */
7233 enum qca_wlan_vendor_attr_spectral_diag_stats {
7234 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_INVALID = 0,
7235 	/* Number of spectral TLV signature mismatches.
7236 	 * u64 attribute.
7237 	 */
7238 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SIG_MISMATCH = 1,
7239 	/* Number of spectral phyerror events with insufficient length when
7240 	 * parsing for secondary 80 search FFT report. u64 attribute.
7241 	 */
7242 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SEC80_SFFT_INSUFFLEN = 2,
7243 	/* Number of spectral phyerror events without secondary 80
7244 	 * search FFT report. u64 attribute.
7245 	 */
7246 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_NOSEC80_SFFT = 3,
7247 	/* Number of spectral phyerror events with vht operation segment 1 id
7248 	 * mismatches in search fft report. u64 attribute.
7249 	 */
7250 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG1ID_MISMATCH = 4,
7251 	/* Number of spectral phyerror events with vht operation segment 2 id
7252 	 * mismatches in search fft report. u64 attribute.
7253 	 */
7254 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG2ID_MISMATCH = 5,
7255 
7256 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST,
7257 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_MAX =
7258 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST - 1,
7259 };
7260 
7261 /**
7262  * enum qca_wlan_vendor_attr_spectral_cap - Used by the vendor command
7263  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO.
7264  */
7265 enum qca_wlan_vendor_attr_spectral_cap {
7266 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_INVALID = 0,
7267 	/* Flag attribute to indicate phydiag capability */
7268 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_PHYDIAG = 1,
7269 	/* Flag attribute to indicate radar detection capability */
7270 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RADAR = 2,
7271 	/* Flag attribute to indicate spectral capability */
7272 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_SPECTRAL = 3,
7273 	/* Flag attribute to indicate advanced spectral capability */
7274 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_ADVANCED_SPECTRAL = 4,
7275 	/* Spectral hardware generation. u32 attribute.
7276 	 * It uses values defined in enum
7277 	 * qca_wlan_vendor_spectral_scan_cap_hw_gen.
7278 	 */
7279 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN = 5,
7280 	/* Spectral bin scaling formula ID. u16 attribute.
7281 	 * It uses values defined in enum
7282 	 * qca_wlan_vendor_spectral_scan_cap_formula_id.
7283 	 */
7284 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_FORMULA_ID = 6,
7285 	/* Spectral bin scaling param - low level offset.
7286 	 * s16 attribute.
7287 	 */
7288 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_LOW_LEVEL_OFFSET = 7,
7289 	/* Spectral bin scaling param - high level offset.
7290 	 * s16 attribute.
7291 	 */
7292 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HIGH_LEVEL_OFFSET = 8,
7293 	/* Spectral bin scaling param - RSSI threshold.
7294 	 * s16 attribute.
7295 	 */
7296 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RSSI_THR = 9,
7297 	/* Spectral bin scaling param - default AGC max gain.
7298 	 * u8 attribute.
7299 	 */
7300 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_DEFAULT_AGC_MAX_GAIN = 10,
7301 	/* Flag attribute to indicate agile spectral scan capability
7302 	 * for 20/40/80 MHz modes.
7303 	 */
7304 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL = 11,
7305 	/* Flag attribute to indicate agile spectral scan capability
7306 	 * for 160 MHz mode.
7307 	 */
7308 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_160 = 12,
7309 	/* Flag attribute to indicate agile spectral scan capability
7310 	 * for 80+80 MHz mode.
7311 	 */
7312 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13,
7313 	/* Number of spectral detectors used for scan in 20 MHz.
7314 	 * u32 attribute.
7315 	 */
7316 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_20_MHZ = 14,
7317 	/* Number of spectral detectors used for scan in 40 MHz.
7318 	 * u32 attribute.
7319 	 */
7320 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_40_MHZ = 15,
7321 	/* Number of spectral detectors used for scan in 80 MHz.
7322 	 * u32 attribute.
7323 	 */
7324 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80_MHZ = 16,
7325 	/* Number of spectral detectors used for scan in 160 MHz.
7326 	 * u32 attribute.
7327 	 */
7328 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_160_MHZ = 17,
7329 	/* Number of spectral detectors used for scan in 80+80 MHz.
7330 	 * u32 attribute.
7331 	 */
7332 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_NUM_DETECTORS_80P80_MHZ = 18,
7333 
7334 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
7335 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
7336 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST - 1,
7337 };
7338 
7339 /**
7340  * enum qca_wlan_vendor_attr_spectral_scan_status - used by the vendor command
7341  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS.
7342  */
7343 enum qca_wlan_vendor_attr_spectral_scan_status {
7344 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_INVALID = 0,
7345 	/* Flag attribute to indicate whether spectral scan is enabled */
7346 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ENABLED = 1,
7347 	/* Flag attribute to indicate whether spectral scan is in progress*/
7348 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ACTIVE = 2,
7349 	/* Spectral scan mode. u32 attribute.
7350 	 * It uses values defined in enum qca_wlan_vendor_spectral_scan_mode.
7351 	 * If this attribute is not present, normal mode
7352 	 * (QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL is assumed to be
7353 	 * requested.
7354 	 */
7355 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MODE = 3,
7356 
7357 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST,
7358 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MAX =
7359 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST - 1,
7360 };
7361 
7362 /**
7363  * enum qca_wlan_vendor_attr_config_latency_level - Level for
7364  * wlan latency module.
7365  *
7366  * There will be various of Wi-Fi functionality like scan/roaming/adaptive
7367  * power saving which would causing data exchange out of service, this
7368  * would be a big impact on latency. For latency sensitive applications over
7369  * Wi-Fi are intolerant to such operations and thus would configure them
7370  * to meet their respective needs. It is well understood by such applications
7371  * that altering the default behavior would degrade the Wi-Fi functionality
7372  * w.r.t the above pointed WLAN operations.
7373  *
7374  * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL:
7375  *      Default WLAN operation level which throughput orientated.
7376  * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE:
7377  *      Use moderate level to improve latency by limit scan duration.
7378  * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW:
7379  *      Use low latency level to benifit application like concurrent
7380  *      downloading or video streaming via constraint scan/adaptive PS.
7381  * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW:
7382  *      Use ultra low latency level to benefit for gaming/voice
7383  *      application via constraint scan/roaming/adaptive PS.
7384  */
7385 enum qca_wlan_vendor_attr_config_latency_level {
7386 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_INVALID = 0,
7387 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL = 1,
7388 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE = 2,
7389 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW = 3,
7390 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW = 4,
7391 
7392 	/* keep last */
7393 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST,
7394 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MAX =
7395 	QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST - 1,
7396 };
7397 
7398 /**
7399  * qca_wlan_vendor_attr_spectral_scan_request_type: Attribute values for
7400  * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE to the vendor subcmd
7401  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START. This represents the
7402  * spectral scan request types.
7403  * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG: Request to
7404  * set the spectral parameters and start scan.
7405  * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN: Request to
7406  * only set the spectral parameters.
7407  * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG: Request to
7408  * only start the spectral scan.
7409  */
7410 enum qca_wlan_vendor_attr_spectral_scan_request_type {
7411 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG,
7412 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN,
7413 	QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG,
7414 };
7415 
7416 /**
7417  * qca_wlan_vendor_spectral_scan_mode: Attribute values for
7418  * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE in the vendor subcmd
7419  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START and
7420  * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MODE in the vendor subcmd
7421  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS. This represents the
7422  * spectral scan modes.
7423  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL: Normal spectral scan:
7424  * spectral scan in the current operating span.
7425  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE: Agile spectral scan:
7426  * spectral scan in the configured agile span.
7427  */
7428 enum qca_wlan_vendor_spectral_scan_mode {
7429 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL = 0,
7430 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE = 1,
7431 };
7432 
7433 /**
7434  * qca_wlan_vendor_spectral_scan_error_code: Attribute values for
7435  * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE in the vendor subcmd
7436  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START.
7437  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_UNSUPPORTED: Changing the value
7438  * of a parameter is not supported.
7439  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_MODE_UNSUPPORTED: Requested spectral scan
7440  * mode is not supported.
7441  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_INVALID_VALUE: A parameter
7442  * has invalid value.
7443  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED: A parameter
7444  * is not initialized.
7445  */
7446 enum qca_wlan_vendor_spectral_scan_error_code {
7447 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_UNSUPPORTED = 0,
7448 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_MODE_UNSUPPORTED = 1,
7449 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_INVALID_VALUE = 2,
7450 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED = 3,
7451 };
7452 
7453 /**
7454  * qca_wlan_vendor_spectral_scan_cap_hw_gen: Attribute values for
7455  * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN to the vendor subcmd
7456  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
7457  * spectral hardware generation.
7458  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1: generation 1
7459  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2: generation 2
7460  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3: generation 3
7461  */
7462 enum qca_wlan_vendor_spectral_scan_cap_hw_gen {
7463 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1 = 0,
7464 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2 = 1,
7465 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3 = 2,
7466 };
7467 
7468 /**
7469  * qca_wlan_vendor_spectral_scan_cap_formula_id: Attribute values for
7470  * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_FORMULA_ID in the vendor subcmd
7471  * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
7472  * Spectral bin scaling formula ID.
7473  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_NO_SCALING: No scaling
7474  * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_AGC_GAIN_RSSI_CORR_BASED: AGC gain
7475  * and RSSI threshold based formula.
7476  */
7477 enum qca_wlan_vendor_spectral_scan_cap_formula_id {
7478 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_NO_SCALING = 0,
7479 	QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_AGC_GAIN_RSSI_CORR_BASED = 1,
7480 };
7481 
7482 /**
7483  * enum qca_wlan_vendor_attr_rropavail_info - Specifies whether Representative
7484  * RF Operating Parameter (RROP) information is available, and if so, at which
7485  * point in the application-driver interaction sequence it can be retrieved by
7486  * the application from the driver. This point may vary by architecture and
7487  * other factors. This is a u16 value.
7488  */
7489 enum qca_wlan_vendor_attr_rropavail_info {
7490 	/* RROP information is unavailable. */
7491 	QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_UNAVAILABLE,
7492 	/* RROP information is available and the application can retrieve the
7493 	 * information after receiving an QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS
7494 	 * event from the driver.
7495 	 */
7496 	QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_EXTERNAL_ACS_START,
7497 	/* RROP information is available only after a vendor specific scan
7498 	 * (requested using QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN) has
7499 	 * successfully completed. The application can retrieve the information
7500 	 * after receiving the QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE event from
7501 	 * the driver.
7502 	 */
7503 	QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_VSCAN_END,
7504 };
7505 
7506 /**
7507  * enum qca_wlan_vendor_attr_rrop_info - Specifies vendor specific
7508  * Representative RF Operating Parameter (RROP) information. It is sent for the
7509  * vendor command QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO. This information is
7510  * intended for use by external Auto Channel Selection applications. It provides
7511  * guidance values for some RF parameters that are used by the system during
7512  * operation. These values could vary by channel, band, radio, and so on.
7513  */
7514 enum qca_wlan_vendor_attr_rrop_info {
7515 	QCA_WLAN_VENDOR_ATTR_RROP_INFO_INVALID = 0,
7516 
7517 	/* Representative Tx Power List (RTPL) which has an array of nested
7518 	 * values as per attributes in enum qca_wlan_vendor_attr_rtplinst.
7519 	 */
7520 	QCA_WLAN_VENDOR_ATTR_RROP_INFO_RTPL = 1,
7521 
7522 	QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST,
7523 	QCA_WLAN_VENDOR_ATTR_RROP_INFO_MAX =
7524 	QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST - 1
7525 };
7526 
7527 /**
7528  * enum qca_wlan_vendor_attr_rtplinst - Specifies attributes for individual list
7529  * entry instances in the Representative Tx Power List (RTPL). It provides
7530  * simplified power values intended for helping external Auto channel Selection
7531  * applications compare potential Tx power performance between channels, other
7532  * operating conditions remaining identical. These values are not necessarily
7533  * the actual Tx power values that will be used by the system. They are also not
7534  * necessarily the max or average values that will be used. Instead, they are
7535  * relative, summarized keys for algorithmic use computed by the driver or
7536  * underlying firmware considering a number of vendor specific factors.
7537  */
7538 enum qca_wlan_vendor_attr_rtplinst {
7539 	QCA_WLAN_VENDOR_ATTR_RTPLINST_INVALID = 0,
7540 
7541 	/* Primary channel number (u8).
7542 	 * Note: If both the driver and user space application support the
7543 	 * 6 GHz band, this attribute is deprecated and
7544 	 * QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY_FREQUENCY should be used. To
7545 	 * maintain backward compatibility,
7546 	 * QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY is still used if either the
7547 	 * driver or user space application or both do not support the 6 GHz
7548 	 * band.
7549 	 */
7550 	QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY = 1,
7551 	/* Representative Tx power in dBm (s32) with emphasis on throughput. */
7552 	QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_THROUGHPUT = 2,
7553 	/* Representative Tx power in dBm (s32) with emphasis on range. */
7554 	QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_RANGE = 3,
7555 	/* Primary channel center frequency (u32) in MHz */
7556 	QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY_FREQUENCY = 4,
7557 
7558 	QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST,
7559 	QCA_WLAN_VENDOR_ATTR_RTPLINST_MAX =
7560 		QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST - 1,
7561 };
7562 
7563 /**
7564  * enum qca_wlan_vendor_attr_mac - Used by the vendor command
7565  * QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
7566  *
7567  * @QCA_WLAN_VENDOR_ATTR_MAC_INFO: MAC mode info list which has an
7568  *  array of nested values as per attributes in
7569  *  enum qca_wlan_vendor_attr_mac_mode_info.
7570  */
7571 enum qca_wlan_vendor_attr_mac {
7572 	QCA_WLAN_VENDOR_ATTR_MAC_INVALID = 0,
7573 	QCA_WLAN_VENDOR_ATTR_MAC_INFO = 1,
7574 
7575 	/* keep last */
7576 	QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST,
7577 	QCA_WLAN_VENDOR_ATTR_MAC_MAX =
7578 		QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST - 1,
7579 };
7580 
7581 /**
7582  * enum qca_wlan_vendor_attr_mac_iface_info - Information of the connected
7583  * WiFi netdev interface on a respective MAC. Used by the attribute
7584  * QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO.
7585  *
7586  * @QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_ID: Wi-Fi Netdev's interface id(u32).
7587  * @QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ: Associated frequency in MHz of
7588  *  the connected Wi-Fi interface(u32).
7589  */
7590 enum qca_wlan_vendor_attr_mac_iface_info {
7591 	QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_INVALID = 0,
7592 	QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX = 1,
7593 	QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ = 2,
7594 
7595 	/* keep last */
7596 	QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST,
7597 	QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_MAX =
7598 		QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST - 1,
7599 };
7600 
7601 /**
7602  * enum qca_wlan_vendor_attr_mac_info - Points to MAC the information.
7603  *  Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_INFO of the
7604  *  vendor command QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
7605  *
7606  * @QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAC_ID: Hardware MAC ID associated for the
7607  *  MAC (u32)
7608  * @QCA_WLAN_VENDOR_ATTR_MAC_INFO_BAND: Band supported by the respective MAC
7609  *  at a given point. This is a u32 bitmask of BIT(NL80211_BAND_*) as described
7610  *  in enum nl80211_band.
7611  * @QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO: Refers to list of WLAN net dev
7612  * interfaces associated with this MAC. Represented by enum
7613  * qca_wlan_vendor_attr_mac_iface_info.
7614  */
7615 enum qca_wlan_vendor_attr_mac_info {
7616 	QCA_WLAN_VENDOR_ATTR_MAC_INFO_INVALID = 0,
7617 	QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAC_ID = 1,
7618 	QCA_WLAN_VENDOR_ATTR_MAC_INFO_BAND = 2,
7619 	QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO = 3,
7620 
7621 	/* keep last */
7622 	QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST,
7623 	QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAX =
7624 		QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST - 1,
7625 
7626 };
7627 
7628 /**
7629  * enum he_fragmentation_val - HE fragmentation support values
7630  * Indicates level of dynamic fragmentation that is supported by
7631  * a STA as a recipient.
7632  * HE fragmentation values are defined as per 11ax spec and are used in
7633  * HE capability IE to advertise the support. These values are validated
7634  * in the driver to check the device capability and advertised in the HE
7635  * capability element.
7636  *
7637  * @HE_FRAG_DISABLE: no support for dynamic fragmentation
7638  * @HE_FRAG_LEVEL1: support for dynamic fragments that are
7639  *	contained within an MPDU or S-MPDU, no support for dynamic fragments
7640  *	within an A-MPDU that is not an S-MPDU.
7641  * @HE_FRAG_LEVEL2: support for dynamic fragments that are
7642  *	contained within an MPDU or S-MPDU and support for up to one dynamic
7643  *	fragment for each MSDU, each A-MSDU if supported by the recipient, and
7644  *	each MMPDU within an A-MPDU or multi-TID A-MPDU that is not an
7645  *	MPDU or S-MPDU.
7646  * @HE_FRAG_LEVEL3: support for dynamic fragments that are
7647  *	contained within an MPDU or S-MPDU and support for multiple dynamic
7648  *	fragments for each MSDU and for each A-MSDU if supported by the
7649  *	recipient within an A-MPDU or multi-TID AMPDU and up to one dynamic
7650  *	fragment for each MMPDU in a multi-TID A-MPDU that is not an S-MPDU.
7651  */
7652 enum he_fragmentation_val {
7653 	HE_FRAG_DISABLE,
7654 	HE_FRAG_LEVEL1,
7655 	HE_FRAG_LEVEL2,
7656 	HE_FRAG_LEVEL3,
7657 };
7658 
7659 /**
7660  * enum he_mcs_config - HE MCS support configuration
7661  *
7662  * Configures the HE Tx/Rx MCS map in HE capability IE for given bandwidth.
7663  * These values are used in driver to configure the HE MCS map to advertise
7664  * Tx/Rx MCS map in HE capability and these values are applied for all the
7665  * streams supported by the device. To configure MCS for different bandwidths,
7666  * vendor command needs to be sent using this attribute with appropriate value.
7667  * For example, to configure HE_80_MCS_0_7, send vendor command using HE MCS
7668  * attribute with QCA_WLAN_VENDOR_ATTR_HE_80_MCS0_7. And to configure HE MCS
7669  * for HE_160_MCS0_11 send this command using HE MCS config attribute with
7670  * value QCA_WLAN_VENDOR_ATTR_HE_160_MCS0_11;
7671  *
7672  * @HE_80_MCS0_7: support for HE 80/40/20MHz MCS 0 to 7
7673  * @HE_80_MCS0_9: support for HE 80/40/20MHz MCS 0 to 9
7674  * @HE_80_MCS0_11: support for HE 80/40/20MHz MCS 0 to 11
7675  * @HE_160_MCS0_7: support for HE 160MHz MCS 0 to 7
7676  * @HE_160_MCS0_9: support for HE 160MHz MCS 0 to 9
7677  * @HE_160_MCS0_11: support for HE 160MHz MCS 0 to 11
7678  * @HE_80p80_MCS0_7: support for HE 80p80MHz MCS 0 to 7
7679  * @HE_80p80_MCS0_9: support for HE 80p80MHz MCS 0 to 9
7680  * @HE_80p80_MCS0_11: support for HE 80p80MHz MCS 0 to 11
7681  */
7682 enum he_mcs_config {
7683 	HE_80_MCS0_7 = 0,
7684 	HE_80_MCS0_9 = 1,
7685 	HE_80_MCS0_11 = 2,
7686 	HE_160_MCS0_7 = 4,
7687 	HE_160_MCS0_9 = 5,
7688 	HE_160_MCS0_11 = 6,
7689 	HE_80p80_MCS0_7 = 8,
7690 	HE_80p80_MCS0_9 = 9,
7691 	HE_80p80_MCS0_11 = 10,
7692 };
7693 
7694 /**
7695  * enum qca_wlan_ba_session_config - BA session configuration
7696  *
7697  * Indicates the configuration values for BA session configuration attribute.
7698  *
7699  * @QCA_WLAN_ADD_BA: Establish a new BA session with given configuration.
7700  * @QCA_WLAN_DELETE_BA: Delete the existing BA session for given TID.
7701  */
7702 enum qca_wlan_ba_session_config {
7703 	QCA_WLAN_ADD_BA = 1,
7704 	QCA_WLAN_DELETE_BA = 2,
7705 };
7706 
7707 /**
7708  * enum qca_wlan_ac_type - access category type
7709  *
7710  * Indicates the access category type value.
7711  *
7712  * @QCA_WLAN_AC_BE: BE access category
7713  * @QCA_WLAN_AC_BK: BK access category
7714  * @QCA_WLAN_AC_VI: VI access category
7715  * @QCA_WLAN_AC_VO: VO access category
7716  * @QCA_WLAN_AC_ALL: All ACs
7717  */
7718 enum qca_wlan_ac_type {
7719 	QCA_WLAN_AC_BE = 0,
7720 	QCA_WLAN_AC_BK = 1,
7721 	QCA_WLAN_AC_VI = 2,
7722 	QCA_WLAN_AC_VO = 3,
7723 	QCA_WLAN_AC_ALL = 4,
7724 };
7725 
7726 /**
7727  * enum qca_wlan_he_ltf_cfg - HE LTF configuration
7728  *
7729  * Indicates the HE LTF configuration value.
7730  *
7731  * @QCA_WLAN_HE_LTF_AUTO: HE-LTF is automatically set to
7732  * the mandatory HE-LTF based on the GI setting
7733  * @QCA_WLAN_HE_LTF_1X: 1X HE LTF is 3.2us LTF
7734  * @QCA_WLAN_HE_LTF_2X: 2X HE LTF is 6.4us LTF
7735  * @QCA_WLAN_HE_LTF_4X: 4X HE LTF is 12.8us LTF
7736  */
7737 enum qca_wlan_he_ltf_cfg {
7738 	QCA_WLAN_HE_LTF_AUTO = 0,
7739 	QCA_WLAN_HE_LTF_1X = 1,
7740 	QCA_WLAN_HE_LTF_2X = 2,
7741 	QCA_WLAN_HE_LTF_4X = 3,
7742 };
7743 
7744 /**
7745  * enum qca_wlan_he_mac_padding_dur - HE trigger frame MAC padding duration
7746  *
7747  * Indicates the HE trigger frame MAC padding duration value.
7748  *
7749  * @QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME: no additional time required to
7750  * process the trigger frame.
7751  * @QCA_WLAN_HE_8US_OF_PROCESS_TIME: indicates the 8us of processing time for
7752  * trigger frame.
7753  * @QCA_WLAN_HE_16US_OF_PROCESS_TIME: indicates the 16us of processing time for
7754  * trigger frame.
7755  */
7756 enum qca_wlan_he_mac_padding_dur {
7757 	QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME = 0,
7758 	QCA_WLAN_HE_8US_OF_PROCESS_TIME = 1,
7759 	QCA_WLAN_HE_16US_OF_PROCESS_TIME = 2,
7760 };
7761 
7762 /**
7763  * enum qca_wlan_he_om_ctrl_ch_bw - HE OM control field BW configuration
7764  *
7765  * Indicates the HE Operating mode control channel width setting value.
7766  *
7767  * @QCA_WLAN_HE_OM_CTRL_BW_20M: Primary 20 MHz
7768  * @QCA_WLAN_HE_OM_CTRL_BW_40M: Primary 40 MHz
7769  * @QCA_WLAN_HE_OM_CTRL_BW_80M: Primary 80 MHz
7770  * @QCA_WLAN_HE_OM_CTRL_BW_160M: 160 MHz and 80+80 MHz
7771  */
7772 enum qca_wlan_he_om_ctrl_ch_bw {
7773 	QCA_WLAN_HE_OM_CTRL_BW_20M = 0,
7774 	QCA_WLAN_HE_OM_CTRL_BW_40M = 1,
7775 	QCA_WLAN_HE_OM_CTRL_BW_80M = 2,
7776 	QCA_WLAN_HE_OM_CTRL_BW_160M = 3,
7777 };
7778 
7779 /**
7780  * enum qca_wlan_vendor_attr_he_omi_tx: Represents attributes for
7781  * HE operating mode control transmit request. These attributes are
7782  * sent as part of QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX and
7783  * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
7784  *
7785  * @QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS: Mandatory 8-bit unsigned value
7786  * indicates the maximum number of spatial streams, NSS, that the STA
7787  * supports in reception for PPDU bandwidths less than or equal to 80 MHz
7788  * and is set to NSS - 1.
7789  *
7790  * @QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW: Mandatory 8-bit unsigned value
7791  * indicates the operating channel width supported by the STA for both
7792  * reception and transmission. Uses enum qca_wlan_he_om_ctrl_ch_bw values.
7793  *
7794  * @QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE: Mandatory 8-bit unsigned value
7795  * indicates the all trigger based UL MU operations by the STA.
7796  * 0 - UL MU operations are enabled by the STA.
7797  * 1 - All triggered UL MU transmissions are suspended by the STA.
7798  *
7799  * @QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS: Mandatory 8-bit unsigned value
7800  * indicates the maximum number of space-time streams, NSTS, that
7801  * the STA supports in transmission and is set to NSTS - 1.
7802  *
7803  * @QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE: 8-bit unsigned value
7804  * combined with the UL MU Disable subfield and the recipient's setting
7805  * of the OM Control UL MU Data Disable RX Support subfield in the HE MAC
7806  * capabilities to determine which HE TB PPDUs are possible by the
7807  * STA to transmit.
7808  * 0 - UL MU data operations are enabled by the STA.
7809  * 1 - Determine which HE TB PPDU types are allowed by the STA if UL MU disable
7810  * bit is not set, else UL MU Tx is suspended.
7811  *
7812  */
7813 enum qca_wlan_vendor_attr_he_omi_tx {
7814 	QCA_WLAN_VENDOR_ATTR_HE_OMI_INVALID = 0,
7815 	QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS = 1,
7816 	QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW = 2,
7817 	QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE = 3,
7818 	QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS = 4,
7819 	QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE = 5,
7820 
7821 	/* keep last */
7822 	QCA_WLAN_VENDOR_ATTR_HE_OMI_AFTER_LAST,
7823 	QCA_WLAN_VENDOR_ATTR_HE_OMI_MAX =
7824 	QCA_WLAN_VENDOR_ATTR_HE_OMI_AFTER_LAST - 1,
7825 };
7826 
7827 /**
7828  * enum qca_wlan_vendor_phy_mode - Different PHY modes
7829  * These values are used with %QCA_WLAN_VENDOR_ATTR_CONFIG_PHY_MODE.
7830  *
7831  * @QCA_WLAN_VENDOR_PHY_MODE_AUTO: autoselect
7832  * @QCA_WLAN_VENDOR_PHY_MODE_2G_AUTO: 2.4 GHz 802.11b/g/n/ax autoselect
7833  * @QCA_WLAN_VENDOR_PHY_MODE_5G_AUTO: 5 GHz 802.11a/n/ac/ax autoselect
7834  * @QCA_WLAN_VENDOR_PHY_MODE_11A: 5 GHz, OFDM
7835  * @QCA_WLAN_VENDOR_PHY_MODE_11B: 2.4 GHz, CCK
7836  * @QCA_WLAN_VENDOR_PHY_MODE_11G: 2.4 GHz, OFDM
7837  * @QCA_WLAN_VENDOR_PHY_MODE_11AGN: Support 802.11n in both 2.4 GHz and 5 GHz
7838  * @QCA_WLAN_VENDOR_PHY_MODE_11NG_HT20: 2.4 GHz, HT20
7839  * @QCA_WLAN_VENDOR_PHY_MODE_11NG_HT40PLUS: 2.4 GHz, HT40 (ext ch +1)
7840  * @QCA_WLAN_VENDOR_PHY_MODE_11NG_HT40MINUS: 2.4 GHz, HT40 (ext ch -1)
7841  * @QCA_WLAN_VENDOR_PHY_MODE_11NG_HT40: 2.4 GHz, Auto HT40
7842  * @QCA_WLAN_VENDOR_PHY_MODE_11NA_HT20: 5 GHz, HT20
7843  * @QCA_WLAN_VENDOR_PHY_MODE_11NA_HT40PLUS: 5 GHz, HT40 (ext ch +1)
7844  * @QCA_WLAN_VENDOR_PHY_MODE_11NA_HT40MINUS: 5 GHz, HT40 (ext ch -1)
7845  * @QCA_WLAN_VENDOR_PHY_MODE_11NA_HT40: 5 GHz, Auto HT40
7846  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT20: 5 GHz, VHT20
7847  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT40PLUS: 5 GHz, VHT40 (Ext ch +1)
7848  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT40MINUS: 5 GHz VHT40 (Ext ch -1)
7849  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT40: 5 GHz, VHT40
7850  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT80: 5 GHz, VHT80
7851  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT80P80: 5 GHz, VHT80+80
7852  * @QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT160: 5 GHz, VHT160
7853  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE20: HE20
7854  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE40: HE40
7855  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE40PLUS: HE40 (ext ch +1)
7856  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE40MINUS: HE40 (ext ch -1)
7857  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE80: HE80
7858  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE80P80: HE 80P80
7859  * @QCA_WLAN_VENDOR_PHY_MODE_11AX_HE160: HE160
7860  */
7861 enum qca_wlan_vendor_phy_mode {
7862 	QCA_WLAN_VENDOR_PHY_MODE_AUTO = 0,
7863 	QCA_WLAN_VENDOR_PHY_MODE_2G_AUTO = 1,
7864 	QCA_WLAN_VENDOR_PHY_MODE_5G_AUTO = 2,
7865 	QCA_WLAN_VENDOR_PHY_MODE_11A = 3,
7866 	QCA_WLAN_VENDOR_PHY_MODE_11B = 4,
7867 	QCA_WLAN_VENDOR_PHY_MODE_11G = 5,
7868 	QCA_WLAN_VENDOR_PHY_MODE_11AGN = 6,
7869 	QCA_WLAN_VENDOR_PHY_MODE_11NG_HT20 = 7,
7870 	QCA_WLAN_VENDOR_PHY_MODE_11NG_HT40PLUS = 8,
7871 	QCA_WLAN_VENDOR_PHY_MODE_11NG_HT40MINUS = 9,
7872 	QCA_WLAN_VENDOR_PHY_MODE_11NG_HT40 = 10,
7873 	QCA_WLAN_VENDOR_PHY_MODE_11NA_HT20 = 11,
7874 	QCA_WLAN_VENDOR_PHY_MODE_11NA_HT40PLUS = 12,
7875 	QCA_WLAN_VENDOR_PHY_MODE_11NA_HT40MINUS = 13,
7876 	QCA_WLAN_VENDOR_PHY_MODE_11NA_HT40 = 14,
7877 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT20 = 15,
7878 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT40PLUS = 16,
7879 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT40MINUS = 17,
7880 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT40 = 18,
7881 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT80 = 19,
7882 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT80P80 = 20,
7883 	QCA_WLAN_VENDOR_PHY_MODE_11AC_VHT160 = 21,
7884 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE20 = 22,
7885 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE40 = 23,
7886 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE40PLUS = 24,
7887 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE40MINUS = 25,
7888 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE80 = 26,
7889 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE80P80 = 27,
7890 	QCA_WLAN_VENDOR_PHY_MODE_11AX_HE160 = 28,
7891 };
7892 
7893 /* Attributes for data used by
7894  * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION
7895  */
7896 enum qca_wlan_vendor_attr_wifi_test_config {
7897 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_INVALID = 0,
7898 	/* 8-bit unsigned value to configure the driver to enable/disable
7899 	 * WMM feature. This attribute is used to configure testbed device.
7900 	 * 1-enable, 0-disable
7901 	 */
7902 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WMM_ENABLE = 1,
7903 
7904 	/* 8-bit unsigned value to configure the driver to accept/reject
7905 	 * the addba request from peer. This attribute is used to configure
7906 	 * the testbed device.
7907 	 * 1-accept addba, 0-reject addba
7908 	 */
7909 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ACCEPT_ADDBA_REQ = 2,
7910 
7911 	/* 8-bit unsigned value to configure the driver to send or not to
7912 	 * send the addba request to peer.
7913 	 * This attribute is used to configure the testbed device.
7914 	 * 1-send addba, 0-do not send addba
7915 	 */
7916 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SEND_ADDBA_REQ = 3,
7917 
7918 	/* 8-bit unsigned value to indicate the HE fragmentation support.
7919 	 * Uses enum he_fragmentation_val values.
7920 	 * This attribute is used to configure the testbed device to
7921 	 * allow the advertised hardware capabilities to be downgraded
7922 	 * for testing purposes.
7923 	 */
7924 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_FRAGMENTATION = 4,
7925 
7926 	/* 8-bit unsigned value to indicate the HE MCS support.
7927 	 * Uses enum he_mcs_config values.
7928 	 * This attribute is used to configure the testbed device to
7929 	 * allow the advertised hardware capabilities to be downgraded
7930 	 * for testing purposes.
7931 	 */
7932 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS = 5,
7933 
7934 	/* 8-bit unsigned value to configure the driver to allow or not to
7935 	 * allow the connection with WEP/TKIP in HT/VHT/HE modes.
7936 	 * This attribute is used to configure the testbed device.
7937 	 * 1-allow wep/tkip in HT/VHT/HE, 0-do not allow wep/tkip
7938 	 */
7939 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE = 6,
7940 
7941 	/* 8-bit unsigned value to configure the driver to add a
7942 	 * new BA session or delete the existing BA session for
7943 	 * given TID. ADDBA command uses the buffer size and tid
7944 	 * configuration if user specifies the values else default
7945 	 * value for buffer size is used for all tids if the tid
7946 	 * also not specified. For DEL_BA command TID value is
7947 	 * required to process the command.
7948 	 * Uses enum qca_wlan_ba_session_config values.
7949 	 * This attribute is used to configure the testbed device.
7950 	 */
7951 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADD_DEL_BA_SESSION = 7,
7952 
7953 	/* 16-bit unsigned value to configure the buffer size in addba
7954 	 * request and response frames.
7955 	 * This attribute is used to configure the testbed device.
7956 	 * The range of the value is 0 to 256.
7957 	 */
7958 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE = 8,
7959 
7960 	/* 8-bit unsigned value to configure the buffer size in addba
7961 	 * request and response frames.
7962 	 * This attribute is used to configure the testbed device.
7963 	 */
7964 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BA_TID = 9,
7965 
7966 	/* 8-bit unsigned value to configure the no ack policy.
7967 	 * To configure no ack policy, access category value
7968 	 * is required to process the command.
7969 	 * This attribute is used to configure the testbed device.
7970 	 * 1 - enable no ack, 0 - disable no ack
7971 	 */
7972 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_NO_ACK = 10,
7973 
7974 	/* 8-bit unsigned value to configure the AC for no ack policy
7975 	 * This attribute is used to configure the testbed device.
7976 	 * uses the enum qca_wlan_ac_type values
7977 	 */
7978 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC = 11,
7979 
7980 	/* 8-bit unsigned value to configure the HE LTF
7981 	 * This attribute is used to configure the testbed device.
7982 	 * Uses the enum qca_wlan_he_ltf_cfg values.
7983 	 */
7984 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_LTF = 12,
7985 
7986 	/* 8-bit unsigned value to configure the tx beamformee.
7987 	 * This attribute is used to configure the testbed device.
7988 	 * 1 - enable, 0 - disable.
7989 	 */
7990 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
7991 
7992 	/* 8-bit unsigned value to configure the tx beamformee number of
7993 	 * space-time streams.
7994 	 * This attribute is used to configure the testbed device.
7995 	 * The range of the value is 0 to 8
7996 	 */
7997 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14,
7998 
7999 	/* 8-bit unsigned value to configure the MU EDCA params for given AC
8000 	 * This attribute is used to configure the testbed device.
8001 	 * Uses the enum qca_wlan_ac_type values.
8002 	 */
8003 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AC = 15,
8004 
8005 	/* 8-bit unsigned value to configure the MU EDCA AIFSN for given AC
8006 	 * To configure MU EDCA AIFSN value, MU EDCA access category value
8007 	 * is required to process the command.
8008 	 * This attribute is used to configure the testbed device.
8009 	 */
8010 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AIFSN = 16,
8011 
8012 	/* 8-bit unsigned value to configure the MU EDCA ECW min value for
8013 	 * given AC.
8014 	 * To configure MU EDCA ECW min value, MU EDCA access category value
8015 	 * is required to process the command.
8016 	 * This attribute is used to configure the testbed device.
8017 	 */
8018 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMIN = 17,
8019 
8020 	/* 8-bit unsigned value to configure the MU EDCA ECW max value for
8021 	 * given AC.
8022 	 * To configure MU EDCA ECW max value, MU EDCA access category value
8023 	 * is required to process the command.
8024 	 * This attribute is used to configure the testbed device.
8025 	 */
8026 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMAX = 18,
8027 
8028 	/* 8-bit unsigned value to configure the MU EDCA timer for given AC
8029 	 * To configure MU EDCA timer value, MU EDCA access category value
8030 	 * is required to process the command.
8031 	 * This attribute is used to configure the testbed device.
8032 	 */
8033 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_TIMER = 19,
8034 
8035 	/* 8-bit unsigned value to configure the HE trigger frame MAC padding
8036 	 * duration.
8037 	 * This attribute is used to configure the testbed device.
8038 	 * Uses the enum qca_wlan_he_mac_padding_dur values.
8039 	 */
8040 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR = 20,
8041 
8042 	/* 8-bit unsigned value to override the MU EDCA params to defaults
8043 	 * regardless of the AP beacon MU EDCA params. If it is enabled use
8044 	 * the default values else use the MU EDCA params from AP beacon.
8045 	 * This attribute is used to configure the testbed device.
8046 	 * 1 - enable override, 0 - disable.
8047 	 */
8048 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
8049 
8050 	/* 8-bit unsigned value to configure the support for receiving
8051 	 * an MPDU that contains an operating mode control subfield.
8052 	 * This attribute is used to configure the testbed device.
8053 	 * 1-enable, 0-disable.
8054 	 */
8055 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_SUPP = 22,
8056 
8057 	/* Nested attribute values required to setup the TWT session.
8058 	 * enum qca_wlan_vendor_attr_twt_setup provides the necessary
8059 	 * information to set up the session. It contains broadcast flags,
8060 	 * set_up flags, trigger value, flow type, flow ID, wake interval
8061 	 * exponent, protection, target wake time, wake duration, wake interval
8062 	 * mantissa. These nested attributes are used to setup a host triggered
8063 	 * TWT session.
8064 	 */
8065 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP = 23,
8066 
8067 	/* This nested attribute is used to terminate the current TWT session.
8068 	 * It does not currently carry any attributes.
8069 	 */
8070 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_TERMINATE = 24,
8071 
8072 	/* This nested attribute is used to suspend the current TWT session.
8073 	 * It does not currently carry any attributes.
8074 	 */
8075 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SUSPEND = 25,
8076 
8077 	/* Nested attribute values to indicate the request for resume.
8078 	 * This attribute is used to resume the TWT session.
8079 	 * enum qca_wlan_vendor_attr_twt_resume provides the necessary
8080 	 * parameters required to resume the TWT session.
8081 	 */
8082 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_RESUME = 26,
8083 
8084 	/* 8-bit unsigned value to set the HE operating mode control
8085 	 * (OM CTRL) Channel Width subfield.
8086 	 * The Channel Width subfield indicates the operating channel width
8087 	 * supported by the STA for both reception and transmission.
8088 	 * Uses the enum qca_wlan_he_om_ctrl_ch_bw values.
8089 	 * This setting is cleared with the
8090 	 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
8091 	 * flag attribute to reset defaults.
8092 	 * This attribute is used to configure the testbed device.
8093 	 */
8094 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_BW = 27,
8095 
8096 	/* 8-bit unsigned value to configure the number of spatial
8097 	 * streams in HE operating mode control field.
8098 	 * This setting is cleared with the
8099 	 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
8100 	 * flag attribute to reset defaults.
8101 	 * This attribute is used to configure the testbed device.
8102 	 */
8103 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_NSS = 28,
8104 
8105 	/* Flag attribute to configure the UL MU disable bit in
8106 	 * HE operating mode control field.
8107 	 * This setting is cleared with the
8108 	 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
8109 	 * flag attribute to reset defaults.
8110 	 * This attribute is used to configure the testbed device.
8111 	 */
8112 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_UL_MU_DISABLE = 29,
8113 
8114 	/* Flag attribute to clear the previously set HE operating mode
8115 	 * control field configuration.
8116 	 * This attribute is used to configure the testbed device to reset
8117 	 * defaults to clear any previously set HE operating mode control
8118 	 * field configuration.
8119 	 */
8120 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG = 30,
8121 
8122 	/* 8-bit unsigned value to configure HE single user PPDU
8123 	 * transmission. By default this setting is disabled and it
8124 	 * is disabled in the reset defaults of the device configuration.
8125 	 * This attribute is used to configure the testbed device.
8126 	 * 1-enable, 0-disable
8127 	 */
8128 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU = 31,
8129 
8130 	/* 8-bit unsigned value to configure action frame transmission
8131 	 * in HE trigger based PPDU transmission.
8132 	 * By default this setting is disabled and it is disabled in
8133 	 * the reset defaults of the device configuration.
8134 	 * This attribute is used to configure the testbed device.
8135 	 * 1-enable, 0-disable
8136 	 */
8137 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_ACTION_TX_TB_PPDU = 32,
8138 
8139 	/* Nested attribute to indicate HE operating mode control field
8140 	 * transmission. It contains operating mode control field Nss,
8141 	 * channel bandwidth, Tx Nsts and UL MU disable attributes.
8142 	 * These nested attributes are used to send HE operating mode control
8143 	 * with configured values.
8144 	 * Uses the enum qca_wlan_vendor_attr_he_omi_tx attributes.
8145 	 * This attribute is used to configure the testbed device.
8146 	 */
8147 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX = 33,
8148 
8149 	/* 8-bit unsigned value to configure +HTC_HE support to indicate the
8150 	 * support for the reception of a frame that carries an HE variant
8151 	 * HT Control field.
8152 	 * This attribute is used to configure the testbed device.
8153 	 * 1-enable, 0-disable
8154 	 */
8155 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_HTC_HE_SUPP = 34,
8156 
8157 	/* 8-bit unsigned value to configure VHT support in 2.4G band.
8158 	 * This attribute is used to configure the testbed device.
8159 	 * 1-enable, 0-disable
8160 	 */
8161 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35,
8162 
8163 	/* 8-bit unsigned value to configure HE testbed defaults.
8164 	 * This attribute is used to configure the testbed device.
8165 	 * 1-set the device HE capabilities to testbed defaults.
8166 	 * 0-reset the device HE capabilities to supported config.
8167 	 */
8168 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS = 36,
8169 
8170 	/* 8-bit unsigned value to configure twt request support.
8171 	 * This attribute is used to configure the testbed device.
8172 	 * 1-enable, 0-disable.
8173 	 */
8174 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TWT_REQ_SUPPORT = 37,
8175 
8176 	/* 8-bit unsigned value to configure protection for Management
8177 	 * frames when PMF is enabled for the association.
8178 	 * This attribute is used to configure the testbed device.
8179 	 * 0-use the correct key, 1-use an incorrect key, 2-disable protection.
8180 	 */
8181 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_PMF_PROTECTION = 38,
8182 
8183 	/* Flag attribute to inject Disassociation frame to the connected AP.
8184 	 * This attribute is used to configure the testbed device.
8185 	 */
8186 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISASSOC_TX = 39,
8187 
8188 	/* 8-bit unsigned value to configure an override for the RSNXE Used
8189 	 * subfield in the MIC control field of the FTE in FT Reassociation
8190 	 * Request frame.
8191 	 * 0 - Default behavior, 1 - override with 1, 2 - override with 0.
8192 	 * This attribute is used to configure the testbed device.
8193 	 * This attribute can be configured when STA is in disconnected or
8194 	 * associated state and the configuration is valid until the next
8195 	 * disconnection.
8196 	 */
8197 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FT_REASSOCREQ_RSNXE_USED = 40,
8198 
8199 	/* 8-bit unsigned value to configure the driver to ignore CSA (Channel
8200 	 * Switch Announcement) when STA is in connected state.
8201 	 * 0 - Default behavior, 1 - Ignore CSA.
8202 	 * This attribute is used to configure the testbed device.
8203 	 * This attribute can be configured when STA is in disconnected or
8204 	 * associated state and the configuration is valid until the next
8205 	 * disconnection.
8206 	 */
8207 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_CSA = 41,
8208 
8209 	/* Nested attribute values required to configure OCI (Operating Channel
8210 	 * Information). Attributes defined in enum
8211 	 * qca_wlan_vendor_attr_oci_override are nested within this attribute.
8212 	 * This attribute is used to configure the testbed device.
8213 	 * This attribute can be configured when STA is in disconnected or
8214 	 * associated state and the configuration is valid until the next
8215 	 * disconnection.
8216 	 */
8217 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OCI_OVERRIDE = 42,
8218 
8219 	/* 8-bit unsigned value to configure the driver/firmware to ignore SA
8220 	 * Query timeout. If this configuration is enabled STA shall not send
8221 	 * Deauthentication frmae when SA Query times out (mainly, after a
8222 	 * channel switch when OCV is enabled).
8223 	 * 0 - Default behavior, 1 - Ignore SA Query timeout.
8224 	 * This attribute is used to configure the testbed device.
8225 	 * This attribute can be configured only when STA is in associated state
8226 	 * and the configuration is valid until the disconnection.
8227 	 */
8228 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_SA_QUERY_TIMEOUT = 43,
8229 
8230 	/* 8-bit unsigned value to configure the driver/firmware to start or
8231 	 * stop transmitting FILS discovery frames.
8232 	 * 0 - Stop transmitting FILS discovery frames
8233 	 * 1 - Start transmitting FILS discovery frames
8234 	 * This attribute is used to configure the testbed device.
8235 	 * This attribute can be configured only in AP mode and the
8236 	 * configuration is valid until AP restart.
8237 	 */
8238 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FILS_DISCOVERY_FRAMES_TX = 44,
8239 
8240 	/* 8-bit unsigned value to configure the driver/firmware to enable or
8241 	 * disable full bandwidth UL MU-MIMO subfield in the HE PHY capabilities
8242 	 * information field.
8243 	 * 0 - Disable full bandwidth UL MU-MIMO subfield
8244 	 * 1 - Enable full bandwidth UL MU-MIMO subfield
8245 	 * This attribute is used to configure the testbed device.
8246 	 */
8247 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FULL_BW_UL_MU_MIMO = 45,
8248 
8249 	/* keep last */
8250 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
8251 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
8252 	QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST - 1,
8253 };
8254 
8255 /**
8256  * enum qca_wlan_twt_operation - Operation of the config TWT request
8257  * Values for %QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_OPERATION.
8258  *
8259  * @QCA_WLAN_TWT_SET: Setup a TWT session. Required parameters are configured
8260  * through QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS. Refers the enum
8261  * qca_wlan_vendor_attr_twt_setup.
8262  *
8263  * @QCA_WLAN_TWT_GET: Get the configured TWT parameters. Required parameters are
8264  * obtained through QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS. Refers the enum
8265  * qca_wlan_vendor_attr_twt_setup.
8266  *
8267  * @QCA_WLAN_TWT_TERMINATE: Terminate the TWT session. Required parameters are
8268  * obtained through QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS. Refers the enum
8269  * qca_wlan_vendor_attr_twt_setup. Valid only after the TWT session is setup.
8270  *
8271  * @QCA_WLAN_TWT_SUSPEND: Suspend the TWT session. Required parameters are
8272  * obtained through QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS. Refers the enum
8273  * qca_wlan_vendor_attr_twt_setup. Valid only after the TWT session is setup.
8274  *
8275  * @QCA_WLAN_TWT_RESUME: Resume the TWT session. Required parameters are
8276  * configured through QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS. Refers the enum
8277  * qca_wlan_vendor_attr_twt_resume. Valid only after the TWT session is setup.
8278  */
8279 enum qca_wlan_twt_operation {
8280 	QCA_WLAN_TWT_SET = 0,
8281 	QCA_WLAN_TWT_GET = 1,
8282 	QCA_WLAN_TWT_TERMINATE = 2,
8283 	QCA_WLAN_TWT_SUSPEND = 3,
8284 	QCA_WLAN_TWT_RESUME = 4,
8285 };
8286 
8287 /* enum qca_wlan_vendor_attr_config_twt: Defines attributes used by
8288  * %QCA_NL80211_VENDOR_SUBCMD_CONFIG_TWT
8289  *
8290  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_OPERATION:
8291  * u8 attribute. Specify the TWT operation of this request. Possible values
8292  * are defined in enum qca_wlan_twt_operation. The parameters for the
8293  * respective operation is specified through
8294  * QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS.
8295  *
8296  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS: Nested attribute representing the
8297  * parameters configured for TWT. These parameters are represented by
8298  * enum qca_wlan_vendor_attr_twt_setup or enum qca_wlan_vendor_attr_twt_resume
8299  * based on the operation.
8300  */
8301 enum qca_wlan_vendor_attr_config_twt {
8302 	QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_INVALID = 0,
8303 	QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_OPERATION = 1,
8304 	QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_PARAMS = 2,
8305 
8306 	/* keep last */
8307 	QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_AFTER_LAST,
8308 	QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_MAX =
8309 	QCA_WLAN_VENDOR_ATTR_CONFIG_TWT_AFTER_LAST - 1,
8310 };
8311 
8312 /**
8313  * enum qca_wlan_vendor_attr_twt_setup: Represents attributes for
8314  * TWT (Target Wake Time) setup request. These attributes are sent as part of
8315  * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP and
8316  * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION. Also used by
8317  * attributes through %QCA_NL80211_VENDOR_SUBCMD_CONFIG_TWT.
8318  *
8319  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST: Flag attribute.
8320  * Disable (flag attribute not present) - Individual TWT
8321  * Enable (flag attribute present) - Broadcast TWT.
8322  * Individual means the session is between the STA and the AP.
8323  * This session is established using a separate negotiation between
8324  * STA and AP.
8325  * Broadcast means the session is across multiple STAs and an AP. The
8326  * configuration parameters are announced in Beacon frames by the AP.
8327  * This is used in
8328  * 1. TWT SET Request and Response
8329  * 2. TWT GET Response
8330  *
8331  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE: Required (u8).
8332  * Unsigned 8-bit qca_wlan_vendor_twt_setup_req_type to
8333  * specify the TWT request type. This is used in TWT SET operation.
8334  *
8335  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER: Flag attribute
8336  * Enable (flag attribute present) - TWT with trigger support.
8337  * Disable (flag attribute not present) - TWT without trigger support.
8338  * Trigger means the AP will send the trigger frame to allow STA to send data.
8339  * Without trigger, the STA will wait for the MU EDCA timer before
8340  * transmitting the data.
8341  * This is used in
8342  * 1. TWT SET Request and Response
8343  * 2. TWT GET Response
8344  *
8345  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE: Required (u8)
8346  * 0 - Announced TWT - In this mode, STA may skip few service periods to
8347  * save more power. If STA wants to wake up, it will send a PS-POLL/QoS
8348  * NULL frame to AP.
8349  * 1 - Unannounced TWT - The STA will wakeup during every SP.
8350  * This is a required parameter for
8351  * 1. TWT SET Request and Response
8352  * 2. TWT GET Response
8353  *
8354  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID: Optional (u8)
8355  * Flow ID is the unique identifier for each TWT session.
8356  * If not provided then dialog ID will be set to zero.
8357  * This is an optional parameter for
8358  * 1. TWT SET Request and Response
8359  * 2. TWT GET Request and Response
8360  * 3. TWT TERMINATE Request and Response
8361  * 4. TWT SUSPEND Request and Response
8362  *
8363  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP: Required (u8)
8364  * This attribute (exp) is used along with the mantissa to derive the
8365  * wake interval using the following formula:
8366  * pow(2,exp) = wake_intvl_us/wake_intvl_mantis
8367  * Wake interval is the interval between 2 successive SP.
8368  * This is a required parameter for
8369  * 1. TWT SET Request and Response
8370  * 2. TWT GET Response
8371  *
8372  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION: Flag attribute
8373  * Enable (flag attribute present) - Protection required.
8374  * Disable (flag attribute not present) - Protection not required.
8375  * If protection is enabled, then the AP will use protection
8376  * mechanism using RTS/CTS to self to reserve the airtime.
8377  * This is used in
8378  * 1. TWT SET Request and Response
8379  * 2. TWT GET Response
8380  *
8381  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME: Optional (u32)
8382  * This attribute is used as the SP offset which is the offset from
8383  * TSF after which the wake happens. The units are in microseconds. If
8384  * this attribute is not provided, then the value will be set to zero.
8385  * This is an optional parameter for
8386  * 1. TWT SET Request and Response
8387  * 2. TWT GET Response
8388  *
8389  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION: Required (u32)
8390  * This is the duration of the service period. This is specified as
8391  * multiples of 256 microseconds. Valid values are 0x1 to 0xFF.
8392  * This is a required parameter for
8393  * 1. TWT SET Request and Response
8394  * 2. TWT GET Response
8395  *
8396  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA: Required (u32)
8397  * This attribute is used to configure wake interval mantissa.
8398  * The units are in TU.
8399  * This is a required parameter for
8400  * 1. TWT SET Request and Response
8401  * 2. TWT GET Response
8402  *
8403  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_STATUS: Required (u8)
8404  * This field is applicable for TWT response only.
8405  * This contains status values in enum qca_wlan_vendor_twt_status
8406  * and is passed to the userspace. This is used in TWT SET operation.
8407  * This is a required parameter for
8408  * 1. TWT SET Response
8409  * 2. TWT TERMINATE Response
8410  * 3. TWT SUSPEND Response
8411  * 4. TWT RESUME Response
8412  *
8413  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_RESP_TYPE: Required (u8)
8414  * This field is applicable for TWT response only.
8415  * This field contains response type from the TWT responder and is
8416  * passed to the userspace. The values for this field are defined in
8417  * enum qca_wlan_vendor_twt_setup_resp_type. This is used in TWT SET
8418  * response.
8419  *
8420  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME_TSF: Required (u64)
8421  * This field is applicable for TWT response only.
8422  * This field contains absolute TSF value of the wake time received
8423  * from the TWT responder and is passed to the userspace.
8424  * This is a required parameter for
8425  * 1. TWT SET Response
8426  * 2. TWT GET Response
8427  *
8428  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TWT_INFO_ENABLED: Flag attribute.
8429  * Enable (flag attribute present) - Indicates that the TWT responder
8430  * supports reception of TWT information frame from the TWT requestor.
8431  * Disable (flag attribute not present) - Indicates that the responder
8432  * doesn't support reception of TWT information frame from requestor.
8433  * This is used in
8434  * 1. TWT SET Response
8435  * 2. TWT GET Response
8436  *
8437  * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAC_ADDR: 6-byte MAC address
8438  * Represents the MAC address of the peer for which the TWT session
8439  * is being configured. This is used in AP mode to represent the respective
8440  * client. In AP mode, this is an optional parameter for response and is
8441  * a required parameter for
8442  * 1. TWT SET Request
8443  * 2. TWT GET Request
8444  * 3. TWT TERMINATE Request
8445  * 4. TWT SUSPEND Request
8446  * In STA mode, this is an optional parameter in request and response for
8447  * the above four TWT operations.
8448  */
8449 enum qca_wlan_vendor_attr_twt_setup {
8450 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_INVALID = 0,
8451 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST = 1,
8452 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE = 2,
8453 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER = 3,
8454 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE = 4,
8455 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID = 5,
8456 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP = 6,
8457 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION = 7,
8458 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME = 8,
8459 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION = 9,
8460 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA = 10,
8461 
8462 	/* TWT Response only attributes */
8463 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_STATUS = 11,
8464 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_RESP_TYPE = 12,
8465 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME_TSF = 13,
8466 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TWT_INFO_ENABLED = 14,
8467 
8468 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAC_ADDR = 15,
8469 
8470 	/* keep last */
8471 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_AFTER_LAST,
8472 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAX =
8473 	QCA_WLAN_VENDOR_ATTR_TWT_SETUP_AFTER_LAST - 1,
8474 };
8475 
8476 /**
8477  * enum qca_wlan_vendor_twt_status - Represents the status of the requested
8478  * TWT operation
8479  *
8480  * @QCA_WLAN_VENDOR_TWT_STATUS_OK: TWT request successfully completed
8481  * @QCA_WLAN_VENDOR_TWT_STATUS_TWT_NOT_ENABLED: TWT not enabled
8482  * @QCA_WLAN_VENDOR_TWT_STATUS_USED_DIALOG_ID: TWT dialog ID is already used
8483  * @QCA_WLAN_VENDOR_TWT_STATUS_SESSION_BUSY: TWT session is busy
8484  * @QCA_WLAN_VENDOR_TWT_STATUS_SESSION_NOT_EXIST: TWT session does not exist
8485  * @QCA_WLAN_VENDOR_TWT_STATUS_NOT_SUSPENDED: TWT session not in suspend state
8486  * @QCA_WLAN_VENDOR_TWT_STATUS_INVALID_PARAM: Invalid parameters
8487  * @QCA_WLAN_VENDOR_TWT_STATUS_NOT_READY: FW not ready
8488  * @QCA_WLAN_VENDOR_TWT_STATUS_NO_RESOURCE: FW resource exhausted
8489  * @QCA_WLAN_VENDOR_TWT_STATUS_NO_ACK: Peer AP/STA did not ACK the
8490  * request/response frame
8491  * @QCA_WLAN_VENDOR_TWT_STATUS_NO_RESPONSE: Peer AP did not send the response
8492  * frame
8493  * @QCA_WLAN_VENDOR_TWT_STATUS_DENIED: AP did not accept the request
8494  * @QCA_WLAN_VENDOR_TWT_STATUS_UNKNOWN_ERROR: Adding TWT dialog failed due to an
8495  * unknown reason
8496  * @QCA_WLAN_VENDOR_TWT_STATUS_ALREADY_SUSPENDED: TWT session already in
8497  * suspend state
8498  */
8499 enum qca_wlan_vendor_twt_status {
8500 	QCA_WLAN_VENDOR_TWT_STATUS_OK = 0,
8501 	QCA_WLAN_VENDOR_TWT_STATUS_TWT_NOT_ENABLED = 1,
8502 	QCA_WLAN_VENDOR_TWT_STATUS_USED_DIALOG_ID = 2,
8503 	QCA_WLAN_VENDOR_TWT_STATUS_SESSION_BUSY = 3,
8504 	QCA_WLAN_VENDOR_TWT_STATUS_SESSION_NOT_EXIST = 4,
8505 	QCA_WLAN_VENDOR_TWT_STATUS_NOT_SUSPENDED = 5,
8506 	QCA_WLAN_VENDOR_TWT_STATUS_INVALID_PARAM = 6,
8507 	QCA_WLAN_VENDOR_TWT_STATUS_NOT_READY = 7,
8508 	QCA_WLAN_VENDOR_TWT_STATUS_NO_RESOURCE = 8,
8509 	QCA_WLAN_VENDOR_TWT_STATUS_NO_ACK = 9,
8510 	QCA_WLAN_VENDOR_TWT_STATUS_NO_RESPONSE = 10,
8511 	QCA_WLAN_VENDOR_TWT_STATUS_DENIED = 11,
8512 	QCA_WLAN_VENDOR_TWT_STATUS_UNKNOWN_ERROR = 12,
8513 	QCA_WLAN_VENDOR_TWT_STATUS_ALREADY_SUSPENDED = 13,
8514 };
8515 
8516 /**
8517  * enum qca_wlan_vendor_attr_twt_resume - Represents attributes for
8518  * TWT (Target Wake Time) resume request. These attributes are sent as part of
8519  * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_RESUME and
8520  * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION. Also used by
8521  * attributes through %QCA_NL80211_VENDOR_SUBCMD_CONFIG_TWT.
8522  *
8523  * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT: Optional (u8)
8524  * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT2_TWT: Optional (u32)
8525  * These attributes are used as the SP offset which is the offset from TSF after
8526  * which the wake happens. The units are in microseconds. Please note that
8527  * _NEXT_TWT is limited to u8 whereas _NEXT2_TWT takes the u32 data.
8528  * _NEXT2_TWT takes the precedence over _NEXT_TWT and thus the recommendation
8529  * is to use _NEXT2_TWT. If neither of these attributes is provided, the value
8530  * will be set to zero.
8531  *
8532  * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT_SIZE: Required (u32)
8533  * This attribute represents the next TWT subfield size.
8534  * Value 0 represents 0 bits, 1 represents 32 bits, 2 for 48 bits,
8535  * and 4 for 64 bits.
8536  *
8537  * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_FLOW_ID: Required (u8).
8538  * Flow ID is the unique identifier for each TWT session. This attribute
8539  * represents the respective TWT session to resume.
8540  *
8541  * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_MAC_ADDR: 6-byte MAC address
8542  * Represents the MAC address of the peer to which TWT Resume is
8543  * being sent. This is used in AP mode to represent the respective
8544  * client and is a required parameter. In STA mode, this is an optional
8545  * parameter
8546  */
8547 enum qca_wlan_vendor_attr_twt_resume {
8548 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_INVALID = 0,
8549 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT = 1,
8550 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT_SIZE = 2,
8551 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_FLOW_ID = 3,
8552 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT2_TWT = 4,
8553 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_MAC_ADDR = 5,
8554 
8555 	/* keep last */
8556 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_AFTER_LAST,
8557 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_MAX =
8558 	QCA_WLAN_VENDOR_ATTR_TWT_RESUME_AFTER_LAST - 1,
8559 };
8560 
8561 /**
8562  * enum qca_wlan_vendor_twt_setup_req_type - Required (u8)
8563  * Represents the setup type being requested for TWT.
8564  * @QCA_WLAN_VENDOR_TWT_SETUP_REQUEST: STA is not specifying all the TWT
8565  * parameters but relying on AP to fill the parameters during the negotiation.
8566  * @QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST: STA will provide all the suggested
8567  * values which the AP may accept or AP may provide alternative parameters
8568  * which the STA may accept.
8569  * @QCA_WLAN_VENDOR_TWT_SETUP_DEMAND: STA is not willing to accept any
8570  * alternate parameters than the requested ones.
8571  */
8572 enum qca_wlan_vendor_twt_setup_req_type {
8573 	QCA_WLAN_VENDOR_TWT_SETUP_REQUEST = 1,
8574 	QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST = 2,
8575 	QCA_WLAN_VENDOR_TWT_SETUP_DEMAND = 3,
8576 };
8577 
8578 /**
8579  * enum qca_wlan_vendor_twt_setup_resp_type - Represents the response type by
8580  * the TWT responder
8581  *
8582  * @QCA_WLAN_VENDOR_TWT_RESP_ALTERNATE: TWT responder suggests TWT
8583  * parameters that are different from TWT requesting STA suggested
8584  * or demanded TWT parameters
8585  * @QCA_WLAN_VENDOR_TWT_RESP_DICTATE: TWT responder demands TWT
8586  * parameters that are different from TWT requesting STA TWT suggested
8587  * or demanded parameters
8588  * @QCA_WLAN_VENDOR_TWT_RESP_REJECT: TWT responder rejects TWT
8589  * setup
8590  * @QCA_WLAN_VENDOR_TWT_RESP_ACCEPT: TWT responder accepts the TWT
8591  * setup.
8592  */
8593 enum qca_wlan_vendor_twt_setup_resp_type {
8594 	QCA_WLAN_VENDOR_TWT_RESP_ALTERNATE = 1,
8595 	QCA_WLAN_VENDOR_TWT_RESP_DICTATE = 2,
8596 	QCA_WLAN_VENDOR_TWT_RESP_REJECT = 3,
8597 	QCA_WLAN_VENDOR_TWT_RESP_ACCEPT = 4,
8598 };
8599 
8600 /**
8601  * enum qca_wlan_throughput_level - Current throughput level
8602  *
8603  * Indicates the current level of throughput calculated by driver. The driver
8604  * may choose different thresholds to decide whether the throughput level is
8605  * low or medium or high based on variety of parameters like physical link
8606  * capacity of current connection, number of pakcets being dispatched per
8607  * second etc. The throughput level events might not be consistent with the
8608  * actual current throughput value being observed.
8609  *
8610  * @QCA_WLAN_THROUGHPUT_LEVEL_LOW: Low level of throughput
8611  * @QCA_WLAN_THROUGHPUT_LEVEL_MEDIUM: Medium level of throughput
8612  * @QCA_WLAN_THROUGHPUT_LEVEL_HIGH: High level of throughput
8613  */
8614 enum qca_wlan_throughput_level {
8615 	QCA_WLAN_THROUGHPUT_LEVEL_LOW = 0,
8616 	QCA_WLAN_THROUGHPUT_LEVEL_MEDIUM = 1,
8617 	QCA_WLAN_THROUGHPUT_LEVEL_HIGH = 2,
8618 };
8619 
8620 /**
8621  * enum qca_wlan_vendor_attr_throughput_change - Vendor subcmd attributes to
8622  * report throughput changes from driver to user space. enum values are used
8623  * for NL attributes sent with
8624  * %QCA_NL80211_VENDOR_SUBCMD_THROUGHPUT_CHANGE_EVENT sub command.
8625  */
8626 enum qca_wlan_vendor_attr_throughput_change {
8627 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_INVALID = 0,
8628 	/*
8629 	 * Indicates the direction of throughput in which the change is being
8630 	 * reported. u8 attribute. Value is 0 for TX and 1 for RX.
8631 	 */
8632 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_DIRECTION = 1,
8633 
8634 	/*
8635 	 * Indicates the newly observed throughput level.
8636 	 * qca_wlan_throughput_level describes the possible range of values.
8637 	 * u8 attribute.
8638 	 */
8639 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_THROUGHPUT_LEVEL = 2,
8640 
8641 	/*
8642 	 * Indicates the driver's guidance on the new value to be set to
8643 	 * kernel's tcp parameter tcp_limit_output_bytes. u32 attribute. Driver
8644 	 * may optionally include this attribute.
8645 	 */
8646 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_LIMIT_OUTPUT_BYTES = 3,
8647 
8648 	/*
8649 	 * Indicates the driver's guidance on the new value to be set to
8650 	 * kernel's tcp parameter tcp_adv_win_scale. s8 attribute. Possible
8651 	 * values are from -31 to 31. Driver may optionally include this
8652 	 * attribute.
8653 	 */
8654 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_ADV_WIN_SCALE = 4,
8655 
8656 	/*
8657 	 * Indicates the driver's guidance on the new value to be set to
8658 	 * kernel's tcp parameter tcp_delack_seg. u32 attribute. Driver may
8659 	 * optionally include this attribute.
8660 	 */
8661 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_DELACK_SEG = 5,
8662 
8663 	/* keep last */
8664 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_AFTER_LAST,
8665 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_MAX =
8666 	QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_AFTER_LAST - 1,
8667 };
8668 
8669 /* enum qca_wlan_nan_subcmd_type - Type of NAN command used by attribute
8670  * QCA_WLAN_VENDOR_ATTR_NAN_SUBCMD_TYPE as a part of vendor command
8671  * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT.
8672  */
8673 enum qca_wlan_nan_ext_subcmd_type {
8674 	/* Subcmd of type NAN Enable Request */
8675 	QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ = 1,
8676 	/* Subcmd of type NAN Disable Request */
8677 	QCA_WLAN_NAN_EXT_SUBCMD_TYPE_DISABLE_REQ = 2,
8678 };
8679 
8680 /**
8681  * enum qca_wlan_vendor_attr_nan_params - Used by the vendor command
8682  * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT.
8683  */
8684 enum qca_wlan_vendor_attr_nan_params {
8685 	QCA_WLAN_VENDOR_ATTR_NAN_INVALID = 0,
8686 	/* Carries NAN command for firmware component. Every vendor command
8687 	 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT must contain this attribute with a
8688 	 * payload containing the NAN command. NLA_BINARY attribute.
8689 	 */
8690 	QCA_WLAN_VENDOR_ATTR_NAN_CMD_DATA = 1,
8691 	/* Indicates the type of NAN command sent with
8692 	 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT. enum qca_wlan_nan_ext_subcmd_type
8693 	 * describes the possible range of values. This attribute is mandatory
8694 	 * if the command being issued is either
8695 	 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ or
8696 	 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_DISABLE_REQ. NLA_U32 attribute.
8697 	 */
8698 	QCA_WLAN_VENDOR_ATTR_NAN_SUBCMD_TYPE = 2,
8699 	/* Frequency (in MHz) of primary NAN discovery social channel in 2.4 GHz
8700 	 * band. This attribute is mandatory when command type is
8701 	 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ. NLA_U32 attribute.
8702 	 */
8703 	QCA_WLAN_VENDOR_ATTR_NAN_DISC_24GHZ_BAND_FREQ = 3,
8704 	/* Frequency (in MHz) of secondary NAN discovery social channel in 5 GHz
8705 	 * band. This attribute is optional and should be included when command
8706 	 * type is QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ and NAN discovery
8707 	 * has to be started on 5GHz along with 2.4GHz. NLA_U32 attribute.
8708 	 */
8709 	QCA_WLAN_VENDOR_ATTR_NAN_DISC_5GHZ_BAND_FREQ = 4,
8710 
8711 	/* keep last */
8712 	QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_AFTER_LAST,
8713 	QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_MAX =
8714 		QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_AFTER_LAST - 1
8715 };
8716 
8717 /**
8718  * enum qca_wlan_vendor_cfr_method - QCA vendor CFR methods used by
8719  * attribute QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD as part of vendor
8720  * command QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG.
8721  * @QCA_WLAN_VENDOR_CFR_METHOD_QOS_NULL: CFR method using QOS Null frame.
8722  * @QCA_WLAN_VENDOR_CFR_QOS_NULL_WITH_PHASE: CFR method using QOS Null frame
8723  * with phase
8724  * @QCA_WLAN_VENDOR_CFR_PROBE_RESPONSE: CFR method using probe response frame
8725  */
8726 enum qca_wlan_vendor_cfr_method {
8727 	QCA_WLAN_VENDOR_CFR_METHOD_QOS_NULL = 0,
8728 	QCA_WLAN_VENDOR_CFR_QOS_NULL_WITH_PHASE = 1,
8729 	QCA_WLAN_VENDOR_CFR_PROBE_RESPONSE = 2,
8730 };
8731 
8732 /**
8733  * enum qca_wlan_vendor_cfr_capture_type - QCA vendor CFR capture type used by
8734  * attribute QCA_WLAN_VENDOR_ATTR_PEER_CFR_CAPTURE_TYPE.
8735  * @QCA_WLAN_VENDOR_CFR_DIRECT_FTM: Filter directed FTM ACK frames.
8736  * @QCA_WLAN_VENDOR_CFR_ALL_FTM_ACK: Filter all FTM ACK frames.
8737  * @QCA_WLAN_VENDOR_CFR_DIRECT_NDPA_NDP: Filter NDPA NDP directed frames.
8738  * @QCA_WLAN_VENDOR_CFR_TA_RA: Filter frames based on TA/RA/Subtype which
8739  * is provided by one or more of below attributes:
8740  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA
8741  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA
8742  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA_MASK
8743  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA_MASK
8744  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_MGMT_FILTER
8745  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_CTRL_FILTER
8746  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_DATA_FILTER
8747  * @QCA_WLAN_CFR_ALL_PACKET: Filter all packets.
8748  * @QCA_WLAN_VENDOR_CFR_NDPA_NDP_ALL: Filter all NDPA NDP frames.
8749  */
8750 enum qca_wlan_vendor_cfr_capture_type {
8751 	QCA_WLAN_VENDOR_CFR_DIRECT_FTM = 0,
8752 	QCA_WLAN_VENDOR_CFR_ALL_FTM_ACK = 1,
8753 	QCA_WLAN_VENDOR_CFR_DIRECT_NDPA_NDP = 2,
8754 	QCA_WLAN_VENDOR_CFR_TA_RA = 3,
8755 	QCA_WLAN_VENDOR_CFR_ALL_PACKET = 4,
8756 	QCA_WLAN_VENDOR_CFR_NDPA_NDP_ALL = 5,
8757 };
8758 
8759 /**
8760  * enum qca_wlan_vendor_peer_cfr_capture_attr - Used by the vendor command
8761  * QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG to configure peer
8762  * Channel Frequency Response capture parameters and enable periodic CFR
8763  * capture.
8764  *
8765  * @QCA_WLAN_VENDOR_ATTR_CFR_PEER_MAC_ADDR: Optional (6-byte MAC address)
8766  * MAC address of peer. This is for CFR version 1 only.
8767  *
8768  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE: Required (flag)
8769  * Enable peer CFR Capture. This attribute is mandatory to
8770  * enable peer CFR capture. If this attribute is not present,
8771  * peer CFR capture is disabled.
8772  *
8773  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_BANDWIDTH: Optional (u8)
8774  * BW of measurement, attribute uses the values in enum nl80211_chan_width
8775  * Supported values: 20, 40, 80, 80+80, 160.
8776  * Note that all targets may not support all bandwidths.
8777  * This attribute is mandatory for version 1 if attribute
8778  * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
8779  *
8780  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_PERIODICITY: Optional (u32)
8781  * Periodicity of CFR measurement in msec.
8782  * Periodicity should be a multiple of Base timer.
8783  * Current Base timer value supported is 10 msecs (default).
8784  * 0 for one shot capture.
8785  * This attribute is mandatory for version 1 if attribute
8786  * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
8787  *
8788  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD: Optional (u8)
8789  * Method used to capture Channel Frequency Response.
8790  * Attribute uses the values defined in enum qca_wlan_vendor_cfr_method.
8791  * This attribute is mandatory for version 1 if attribute
8792  * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
8793  *
8794  * @QCA_WLAN_VENDOR_ATTR_PERIODIC_CFR_CAPTURE_ENABLE: Optional (flag)
8795  * Enable periodic CFR capture.
8796  * This attribute is mandatory for version 1 to enable Periodic CFR capture.
8797  * If this attribute is not present, periodic CFR capture is disabled.
8798  *
8799  * @QCA_WLAN_VENDOR_ATTR_CFR_VERSION: Optional (u8)
8800  * Value is 1 or 2 since there are two versions of CFR capture. Two versions
8801  * can't be enabled at same time. This attribute is mandatory if target
8802  * support both versions and use one of them.
8803  *
8804  * @QCA_WLAN_VENDOR_ATTR_CFR_ENABLE_GROUP_BITMAP: Optional (u32)
8805  * This attribute is mandatory for version 2 if
8806  * QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_ENTRY is used.
8807  * Bits 15:0 Bit fields indicating which group to be enabled.
8808  * Bits 31:16 Reserved for future use.
8809  *
8810  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_DURATION: Optional (u32)
8811  * CFR capture duration in microsecond. This attribute is mandatory for
8812  * version 2 if attribute QCA_WLAN_VENDOR_ATTR_PEER_CFR_INTERVAL is used.
8813  *
8814  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_INTERVAL: Optional (u32)
8815  * CFR capture interval in microsecond. This attribute is mandatory for
8816  * version 2 if attribute QCA_WLAN_VENDOR_ATTR_PEER_CFR_DURATION is used.
8817  *
8818  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_CAPTURE_TYPE: Optional (u32)
8819  * CFR capture type is defined in enum qca_wlan_vendor_cfr_capture_type.
8820  * This attribute is mandatory for version 2.
8821  *
8822  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_UL_MU_MASK: Optional (u64)
8823  * Bit fields indicating which user in the current UL MU
8824  * transmissions are enabled for CFR capture. Bits 36 to 0 indicating
8825  * user indexes for 37 users in a UL MU transmission. If bit 0 is set,
8826  * then the CFR capture will happen for user index 0 in the current
8827  * UL MU transmission. If bits 0,2 are set, then CFR capture for UL MU
8828  * TX corresponds to user indices 0 and 2.  Bits 63:37 Reserved for future use.
8829  * This is for CFR version 2 only.
8830  *
8831  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_FREEZE_TLV_DELAY_COUNT: Optional (u32)
8832  * Indicates the number of consecutive Rx packets to be skipped
8833  * before CFR capture is enabled again.
8834  * This is for CFR version 2 only.
8835  *
8836  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TABLE: Nested attribute containing
8837  * one or more %QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_ENTRY attributes.
8838  *
8839  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_ENTRY: Nested attribute containing
8840  * the following GROUP attributes:
8841  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_NUMBER,
8842  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA,
8843  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA,
8844  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA_MASK,
8845  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA_MASK,
8846  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_NSS,
8847  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_BW,
8848  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_MGMT_FILTER,
8849  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_CTRL_FILTER,
8850  *	%QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_DATA_FILTER
8851  *
8852  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_NUMBER: Optional (u32)
8853  * Target support multiple groups for some configurations. Group number could be
8854  * any value between 0 and 15. This is for CFR version 2 only.
8855  *
8856  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA: Optional (6-byte MAC address)
8857  * Transmitter address which is used to filter packets, this MAC address takes
8858  * effect with QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA_MASK.
8859  * This is for CFR version 2 only.
8860  *
8861  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA: Optional (6-byte MAC address)
8862  * Receiver address which is used to filter packets, this MAC address takes
8863  * effect with QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA_MASK.
8864  * This is for CFR version 2 only.
8865  *
8866  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA_MASK: Optional (6-byte MAC address)
8867  * Mask of transmitter address which is used to filter packets.
8868  * This is for CFR version 2 only.
8869  *
8870  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA_MASK: Optional (6-byte MAC address)
8871  * Mask of receiver address which is used to filter packets.
8872  * This is for CFR version 2 only.
8873  *
8874  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_NSS: Optional (u32)
8875  * Indicates packets with a specific NSS will be filtered for CFR capture.
8876  * This is for CFR version 2 only. This is a bitmask. Bits 7:0, CFR capture will
8877  * be done for packets matching the NSS specified within this bitmask.
8878  * Bits 31:8 Reserved for future use. Bits 7:0 map to NSS:
8879  *     bit 0 : NSS 1
8880  *     bit 1 : NSS 2
8881  *     ...
8882  *     bit 7 : NSS 8
8883  *
8884  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_BW: Optional (u32)
8885  * Indicates packets with a specific BW will be filtered for CFR capture.
8886  * This is for CFR version 2 only. This is a bitmask. Bits 4:0, CFR capture
8887  * will be done for packets matching the bandwidths specified within this
8888  * bitmask. Bits 31:5 Reserved for future use. Bits 4:0 map to bandwidth
8889  * numerated in enum nl80211_band (although not all bands may be supported
8890  * by a given device).
8891  *
8892  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_MGMT_FILTER: Optional (u32)
8893  * Management packets matching the subtype filter categories will be
8894  * filtered in by MAC for CFR capture. This is a bitmask, in which each bit
8895  * represents the corresponding mgmt subtype value as per
8896  * IEEE 802.11(2016) 9.2.4.1.3 Type and Subtype subfields.
8897  * For example, beacon frame control type is 8, its value is 1<<8 = 0x100.
8898  * This is for CFR version 2 only
8899  *
8900  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_CTRL_FILTER: Optional (u32)
8901  * Control packets matching the subtype filter categories will be
8902  * filtered in by MAC for CFR capture. This is a bitmask, in which each bit
8903  * represents the corresponding control subtype value as per
8904  * IEEE 802.11(2016) 9.2.4.1.3 Type and Subtype subfields.
8905  * This is for CFR version 2 only.
8906  *
8907  * @QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_DATA_FILTER: Optional (u32)
8908  * Data packets matching the subtype filter categories will be
8909  * filtered in by MAC for CFR capture. This is a bitmask, in which each bit
8910  * represents the corresponding data subtype value as per
8911  * IEEE 802.11(2016) 9.2.4.1.3 Type and Subtype subfields.
8912  * This is for CFR version 2 only.
8913  *
8914  */
8915 enum qca_wlan_vendor_peer_cfr_capture_attr {
8916 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_CAPTURE_INVALID = 0,
8917 	QCA_WLAN_VENDOR_ATTR_CFR_PEER_MAC_ADDR = 1,
8918 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE = 2,
8919 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_BANDWIDTH = 3,
8920 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_PERIODICITY = 4,
8921 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD = 5,
8922 	QCA_WLAN_VENDOR_ATTR_PERIODIC_CFR_CAPTURE_ENABLE = 6,
8923 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_VERSION = 7,
8924 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE_GROUP_BITMAP = 8,
8925 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_DURATION = 9,
8926 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_INTERVAL = 10,
8927 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_CAPTURE_TYPE = 11,
8928 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_UL_MU_MASK = 12,
8929 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_FREEZE_TLV_DELAY_COUNT = 13,
8930 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TABLE = 14,
8931 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_ENTRY = 15,
8932 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_NUMBER = 16,
8933 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA = 17,
8934 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA = 18,
8935 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_TA_MASK = 19,
8936 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_RA_MASK = 20,
8937 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_NSS = 21,
8938 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_BW = 22,
8939 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_MGMT_FILTER = 23,
8940 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_CTRL_FILTER = 24,
8941 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_GROUP_DATA_FILTER = 25,
8942 
8943 	/* Keep last */
8944 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_AFTER_LAST,
8945 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_MAX =
8946 	QCA_WLAN_VENDOR_ATTR_PEER_CFR_AFTER_LAST - 1,
8947 };
8948 
8949 /**
8950  * enum qca_coex_config_profiles - This enum defines different types of
8951  * traffic streams that can be prioritized one over the other during coex
8952  * scenarios.
8953  * The types defined in this enum are categorized in the below manner.
8954  * 0 - 31 values corresponds to WLAN
8955  * 32 - 63 values corresponds to BT
8956  * 64 - 95 values corresponds to Zigbee
8957  * @QCA_WIFI_STA_DISCOVERY: Prioritize discovery frames for WLAN STA
8958  * @QCA_WIFI_STA_CONNECTION: Prioritize connection frames for WLAN STA
8959  * @QCA_WIFI_STA_CLASS_3_MGMT: Prioritize class 3 mgmt frames for WLAN STA
8960  * @QCA_WIFI_STA_DATA : Prioritize data frames for WLAN STA
8961  * @QCA_WIFI_STA_ALL: Priritize all frames for WLAN STA
8962  * @QCA_WIFI_SAP_DISCOVERY: Prioritize discovery frames for WLAN SAP
8963  * @QCA_WIFI_SAP_CONNECTION: Prioritize connection frames for WLAN SAP
8964  * @QCA_WIFI_SAP_CLASS_3_MGMT: Prioritize class 3 mgmt frames for WLAN SAP
8965  * @QCA_WIFI_SAP_DATA: Prioritize data frames for WLAN SAP
8966  * @QCA_WIFI_SAP_ALL: Prioritize all frames for WLAN SAP
8967  * @QCA_BT_A2DP: Prioritize BT A2DP
8968  * @QCA_BT_BLE: Prioritize BT BLE
8969  * @QCA_BT_SCO: Prioritize BT SCO
8970  * @QCA_ZB_LOW: Prioritize Zigbee Low
8971  * @QCA_ZB_HIGH: Prioritize Zigbee High
8972  */
8973 enum qca_coex_config_profiles {
8974 	/* 0 - 31 corresponds to WLAN */
8975 	QCA_WIFI_STA_DISCOVERY = 0,
8976 	QCA_WIFI_STA_CONNECTION = 1,
8977 	QCA_WIFI_STA_CLASS_3_MGMT = 2,
8978 	QCA_WIFI_STA_DATA = 3,
8979 	QCA_WIFI_STA_ALL = 4,
8980 	QCA_WIFI_SAP_DISCOVERY = 5,
8981 	QCA_WIFI_SAP_CONNECTION = 6,
8982 	QCA_WIFI_SAP_CLASS_3_MGMT = 7,
8983 	QCA_WIFI_SAP_DATA = 8,
8984 	QCA_WIFI_SAP_ALL = 9,
8985 	QCA_WIFI_CASE_MAX = 31,
8986 	/* 32 - 63 corresponds to BT */
8987 	QCA_BT_A2DP = 32,
8988 	QCA_BT_BLE = 33,
8989 	QCA_BT_SCO = 34,
8990 	QCA_BT_CASE_MAX = 63,
8991 	/* 64 - 95 corresponds to Zigbee */
8992 	QCA_ZB_LOW = 64,
8993 	QCA_ZB_HIGH = 65,
8994 	QCA_ZB_CASE_MAX = 95,
8995 	/* 0xff is default value if the u8 profile value is not set. */
8996 	QCA_PROFILE_DEFAULT_VALUE = 255
8997 };
8998 
8999 /**
9000  * enum qca_vendor_attr_coex_config_types - Coex configurations types.
9001  * This enum defines the valid set of values of coex configuration types. These
9002  * values may used by attribute
9003  * %QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE.
9004  *
9005  * @QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_RESET: Reset all the
9006  *	weights to default values.
9007  * @QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_START: Start to config
9008  *	weights with configurability value.
9009  */
9010 enum qca_vendor_attr_coex_config_types {
9011 	QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_INVALID = 0,
9012 	QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_RESET = 1,
9013 	QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_START = 2,
9014 	QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_TYPE_MAX
9015 };
9016 
9017 /**
9018  * enum qca_vendor_attr_coex_config_three_way - Specifies vendor coex config
9019  * attributes
9020  * Attributes for data used by
9021  * QCA_NL80211_VENDOR_SUBCMD_COEX_CONFIG
9022  *
9023  * QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE: u32 attribute.
9024  * Indicate config type.
9025  * the config types are 32-bit values from qca_vendor_attr_coex_config_types
9026  *
9027  * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_1: u32 attribute.
9028  *	Indicate the Priority 1 profiles.
9029  *	the profiles are 8-bit values from enum qca_coex_config_profiles
9030  *	In same priority level, maximum to 4 profiles can be set here.
9031  * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_2: u32 attribute.
9032  *	Indicate the Priority 2 profiles.
9033  *	the profiles are 8-bit values from enum qca_coex_config_profiles
9034  *	In same priority level, maximum to 4 profiles can be set here.
9035  * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_3: u32 attribute.
9036  *	Indicate the Priority 3 profiles.
9037  *	the profiles are 8-bit values from enum qca_coex_config_profiles
9038  *	In same priority level, maximum to 4 profiles can be set here.
9039  * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_4: u32 attribute.
9040  *	Indicate the Priority 4 profiles.
9041  *	the profiles are 8-bit values from enum qca_coex_config_profiles
9042  *	In same priority level, maximum to 4 profiles can be set here.
9043  * NOTE:
9044  * limitations for QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_x priority
9045  * arrangement:
9046  *	1: In the same u32 attribute(priority x), the profiles enum values own
9047  *	same priority level.
9048  *	2: 0xff is default value if the u8 profile value is not set.
9049  *	3: max to 4 rules/profiles in same priority level.
9050  *	4: max to 4 priority level (priority 1 - priority 4)
9051  *	5: one priority level only supports one scenario from WLAN/BT/ZB,
9052  *	hybrid rules not support.
9053  *	6: if WMI_COEX_CONFIG_THREE_WAY_COEX_RESET called, priority x will
9054  *	remain blank to reset all parameters.
9055  * For example:
9056  *
9057  *	If the attributes as follow:
9058  *	priority 1:
9059  *	------------------------------------
9060  *	|  0xff  |    0   |   1   |    2   |
9061  *	------------------------------------
9062  *	priority 2:
9063  *	-------------------------------------
9064  *	|  0xff  |  0xff  |  0xff  |   32   |
9065  *	-------------------------------------
9066  *	priority 3:
9067  *	-------------------------------------
9068  *	|  0xff  |  0xff  |  0xff  |   65   |
9069  *	-------------------------------------
9070  *	then it means:
9071  *	1: WIFI_STA_DISCOVERY, WIFI_STA_CLASS_3_MGMT and WIFI_STA_CONNECTION
9072  *		owns same priority level.
9073  *	2: WIFI_STA_DISCOVERY, WIFI_STA_CLASS_3_MGMT and WIFI_STA_CONNECTION
9074  *		has priority over BT_A2DP and ZB_HIGH.
9075  *	3: BT_A2DP has priority over ZB_HIGH.
9076  */
9077 
9078 enum qca_vendor_attr_coex_config_three_way {
9079 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_INVALID = 0,
9080 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE = 1,
9081 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_1 = 2,
9082 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_2 = 3,
9083 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_3 = 4,
9084 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_4 = 5,
9085 
9086 	/* Keep last */
9087 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_AFTER_LAST,
9088 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_MAX =
9089 	QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_AFTER_LAST - 1,
9090 };
9091 
9092 /**
9093  * enum qca_vendor_attr_peer_stats_cache_type - Represents peer stats cache type
9094  * This enum defines the valid set of values of peer stats cache types. These
9095  * values are used by attribute
9096  * %QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE_INVALID.
9097  *
9098  * @QCA_WLAN_VENDOR_ATTR_PEER_TX_RATE_STATS: Represents peer tx rate statistics.
9099  * @QCA_WLAN_VENDOR_ATTR_PEER_RX_RATE_STATS: Represents peer rx rate statistics.
9100  * @QCA_WLAN_VENDOR_ATTR_PEER_TX_SOJOURN_STATS: Represents peer tx sojourn
9101  * statistics
9102  */
9103 enum qca_vendor_attr_peer_stats_cache_type {
9104 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE_INVALID = 0,
9105 
9106 	QCA_WLAN_VENDOR_ATTR_PEER_TX_RATE_STATS,
9107 	QCA_WLAN_VENDOR_ATTR_PEER_RX_RATE_STATS,
9108 	QCA_WLAN_VENDOR_ATTR_PEER_TX_SOJOURN_STATS,
9109 };
9110 
9111 /**
9112  * enum qca_wlan_vendor_attr_peer_stats_cache_params - This enum defines
9113  * attributes required for QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH
9114  * Attributes are required to flush peer rate statistics from driver to
9115  * user application.
9116  *
9117  * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE: Unsigned 32-bit attribute
9118  * Indicate peer stats cache type.
9119  * The statistics types are 32-bit values from
9120  * qca_vendor_attr_peer_stats_cache_type
9121  * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_MAC: Unsigned 8-bit array
9122  * of size 6, representing peer mac address.
9123  * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA: Opaque data attribute
9124  * containing buffer of statistics to send event to application layer entity.
9125  * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_COOKIE: Unsigned 64-bit attribute
9126  * representing cookie for peer unique session.
9127  */
9128 enum qca_wlan_vendor_attr_peer_stats_cache_params {
9129 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_INVALID = 0,
9130 
9131 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE = 1,
9132 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_MAC = 2,
9133 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA = 3,
9134 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_COOKIE = 4,
9135 
9136 	/* Keep last */
9137 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_LAST,
9138 	QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_MAX =
9139 		QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_LAST - 1
9140 };
9141 
9142 /**
9143  * enum qca_mpta_helper_attr_zigbee_state - current states of zegbee.
9144  * this enum defines all the possible state of zigbee, which can be
9145  * delivered by NetLink attribute QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_STATE.
9146  *
9147  * @ZIGBEE_IDLE: zigbee in idle state
9148  * @ZIGBEE_FORM_NETWORK: zibee forming network
9149  * @ZIGBEE_WAIT_JOIN: zigbee waiting for joining network
9150  * @ZIGBEE_JOIN: zigbee joining network
9151  * @ZIGBEE_NETWORK_UP: zigbee network is up
9152  * @ZIGBEE_HMI: zigbee in HMI mode
9153  */
9154 enum qca_mpta_helper_attr_zigbee_state {
9155 	ZIGBEE_IDLE = 0,
9156 	ZIGBEE_FORM_NETWORK = 1,
9157 	ZIGBEE_WAIT_JOIN = 2,
9158 	ZIGBEE_JOIN = 3,
9159 	ZIGBEE_NETWORK_UP = 4,
9160 	ZIGBEE_HMI = 5,
9161 };
9162 
9163 /**
9164  * enum qca_mpta_helper_vendor_attr - used for NL attributes sent by
9165  * vendor sub-command QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG.
9166  */
9167 enum qca_mpta_helper_vendor_attr {
9168 	QCA_MPTA_HELPER_VENDOR_ATTR_INVALID = 0,
9169 	/* Optional attribute used to update zigbee state.
9170 	 * enum qca_mpta_helper_attr_zigbee_state.
9171 	 * NLA_U32 attribute.
9172 	 */
9173 	QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_STATE = 1,
9174 	/* Optional attribute used to configure wlan duration for Shape-OCS
9175 	 * during interrupt.
9176 	 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_NON_WLAN_DURATION.
9177 	 * Value range 0 ~ 300 (ms).
9178 	 * NLA_U32 attribute.
9179 	 */
9180 	QCA_MPTA_HELPER_VENDOR_ATTR_INT_WLAN_DURATION = 2,
9181 	/* Optional attribute used to configure non wlan duration for Shape-OCS
9182 	 * during interrupt.
9183 	 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_WLAN_DURATION.
9184 	 * Value range 0 ~ 300 (ms).
9185 	 * NLA_U32 attribute.
9186 	 */
9187 	QCA_MPTA_HELPER_VENDOR_ATTR_INT_NON_WLAN_DURATION = 3,
9188 	/* Optional attribute used to configure wlan duration for Shape-OCS
9189 	 * monitor period.
9190 	 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_NON_WLAN_DURATION.
9191 	 * Value range 0 ~ 300 (ms)
9192 	 * NLA_U32 attribute
9193 	 */
9194 	QCA_MPTA_HELPER_VENDOR_ATTR_MON_WLAN_DURATION = 4,
9195 	/* Optional attribute used to configure non wlan duration for Shape-OCS
9196 	 * monitor period.
9197 	 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_WLAN_DURATION.
9198 	 * Value range 0 ~ 300 (ms)
9199 	 * NLA_U32 attribute
9200 	 */
9201 	QCA_MPTA_HELPER_VENDOR_ATTR_MON_NON_WLAN_DURATION = 5,
9202 	/* Optional attribute used to configure ocs interrupt duration.
9203 	 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_OCS_DURATION.
9204 	 * Value range 1000 ~ 20000 (ms)
9205 	 * NLA_U32 attribute
9206 	 */
9207 	QCA_MPTA_HELPER_VENDOR_ATTR_INT_OCS_DURATION = 6,
9208 	/* Optional attribute used to configure ocs monitor duration.
9209 	 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_OCS_DURATION.
9210 	 * Value range 1000 ~ 20000 (ms)
9211 	 * NLA_U32 attribute
9212 	 */
9213 	QCA_MPTA_HELPER_VENDOR_ATTR_MON_OCS_DURATION = 7,
9214 	/* Optional attribute used to notify wlan FW current zigbee channel.
9215 	 * Value range 11 ~ 26
9216 	 * NLA_U32 attribute
9217 	 */
9218 	QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_CHAN = 8,
9219 	/* Optional attribute used to configure wlan mute duration.
9220 	 * Value range 0 ~ 400 (ms)
9221 	 * NLA_U32 attribute
9222 	 */
9223 	QCA_MPTA_HELPER_VENDOR_ATTR_WLAN_MUTE_DURATION = 9,
9224 
9225 	/* keep last */
9226 	QCA_MPTA_HELPER_VENDOR_ATTR_AFTER_LAST,
9227 	QCA_MPTA_HELPER_VENDOR_ATTR_MAX =
9228 		QCA_MPTA_HELPER_VENDOR_ATTR_AFTER_LAST - 1
9229 };
9230 
9231 /**
9232  * enum qca_wlan_vendor_beacon_reporting_op_types - Defines different types of
9233  * operations for which %QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING can be
9234  * used. Will be used by %QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE.
9235  *
9236  * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START: Sent by userspace to the driver
9237  * to request the driver to start reporting Beacon frames.
9238  * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_STOP: Sent by userspace to the driver
9239  * to request the driver to stop reporting Beacon frames.
9240  * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO: Sent by the driver to
9241  * userspace to report received Beacon frames.
9242  * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE: Sent by the driver to userspace
9243  * to indicate that the driver is going to pause reporting Beacon frames.
9244  */
9245 enum qca_wlan_vendor_beacon_reporting_op_types {
9246 	QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START = 0,
9247 	QCA_WLAN_VENDOR_BEACON_REPORTING_OP_STOP = 1,
9248 	QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO = 2,
9249 	QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE = 3,
9250 };
9251 
9252 /**
9253  * enum qca_wlan_vendor_beacon_reporting_pause_reasons - Defines different
9254  * types of reasons for which the driver is pausing reporting Beacon frames.
9255  * Will be used by %QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON.
9256  *
9257  * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_UNSPECIFIED: For unspecified
9258  * reasons.
9259  * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_SCAN_STARTED: When the
9260  * driver/firmware is starting a scan.
9261  * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED: When the
9262  * driver/firmware disconnects from the ESS and indicates the disconnection to
9263  * userspace (non-seamless roaming case). This reason code will be used by the
9264  * driver/firmware to indicate stopping of beacon report events. Userspace
9265  * will need to start beacon reporting again (if desired) by sending vendor
9266  * command QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING with
9267  * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE set to
9268  * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START after the next connection is
9269  * completed.
9270  */
9271 enum qca_wlan_vendor_beacon_reporting_pause_reasons {
9272 	QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_UNSPECIFIED = 0,
9273 	QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_SCAN_STARTED = 1,
9274 	QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED = 2,
9275 };
9276 
9277 /*
9278  * enum qca_wlan_vendor_attr_beacon_reporting_params - List of attributes used
9279  * in vendor sub-command QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING.
9280  */
9281 enum qca_wlan_vendor_attr_beacon_reporting_params {
9282 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_INVALID = 0,
9283 	/* Specifies the type of operation that the vendor command/event is
9284 	 * intended for. Possible values for this attribute are defined in
9285 	 * enum qca_wlan_vendor_beacon_reporting_op_types. u32 attribute.
9286 	 */
9287 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE = 1,
9288 	/* Optionally set by userspace to request the driver to report Beacon
9289 	 * frames using asynchronous vendor events when the
9290 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9291 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
9292 	 * If this flag is not set, the driver will only update Beacon frames
9293 	 * in cfg80211 scan cache but not send any vendor events.
9294 	 */
9295 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_ACTIVE_REPORTING = 2,
9296 	/* Optionally used by userspace to request the driver/firmware to
9297 	 * report Beacon frames periodically when the
9298 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9299 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START.
9300 	 * u32 attribute, indicates the period of Beacon frames to be reported
9301 	 * and in the units of beacon interval.
9302 	 * If this attribute is missing in the command, then the default value
9303 	 * of 1 will be assumed by driver, i.e., to report every Beacon frame.
9304 	 * Zero is an invalid value.
9305 	 * If a valid value is received for this attribute, the driver will
9306 	 * update the cfg80211 scan cache periodically as per the value
9307 	 * received in this attribute in addition to updating the cfg80211 scan
9308 	 * cache when there is significant change in Beacon frame IEs.
9309 	 */
9310 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PERIOD = 3,
9311 	/* Used by the driver to encapsulate the SSID when the
9312 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9313 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
9314 	 * u8 array with a maximum size of 32.
9315 	 *
9316 	 * When generating beacon report from non-MBSSID Beacon frame, the SSID
9317 	 * will be taken from the SSID element of the received Beacon frame.
9318 	 *
9319 	 * When generating beacon report from Multiple BSSID Beacon frame and
9320 	 * if the BSSID of the current connected BSS matches the BSSID of the
9321 	 * transmitting BSS, the SSID will be taken from the SSID element of
9322 	 * the received Beacon frame.
9323 	 *
9324 	 * When generating beacon report from Multiple BSSID Beacon frame and
9325 	 * if the BSSID of the current connected BSS matches the BSSID of one
9326 	 * of the* nontransmitting BSSs, the SSID will be taken from the SSID
9327 	 * field included in the nontransmitted BSS profile whose derived BSSI
9328 	 * is same as the BSSID of the current connected BSS. When there is no
9329 	 * nontransmitted BSS profile whose derived BSSID is same as the BSSID
9330 	 * of current connected* BSS, this attribute will not be present.
9331 	 */
9332 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_SSID = 4,
9333 	/* Used by the driver to encapsulate the BSSID of the AP to which STA
9334 	 * is currently connected to when the
9335 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9336 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u8 array with a
9337 	 * fixed size of 6 bytes.
9338 	 *
9339 	 * When generating beacon report from a Multiple BSSID beacon and the
9340 	 * current connected BSSID matches one of the nontransmitted BSSIDs in
9341 	 * a Multiple BSSID set, this BSSID will be that particular
9342 	 * nontransmitted BSSID and not the transmitted BSSID (i.e., the
9343 	 * transmitting address of the Beacon frame).
9344 	 */
9345 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BSSID = 5,
9346 	/* Used by the driver to encapsulate the frequency in MHz on which
9347 	 * the Beacon frame was received when the
9348 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is
9349 	 * set to QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
9350 	 * u32 attribute.
9351 	 */
9352 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_FREQ = 6,
9353 	/* Used by the driver to encapsulate the Beacon interval
9354 	 * when the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9355 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
9356 	 * u16 attribute. The value will be copied from the Beacon frame and
9357 	 * the units are TUs.
9358 	 */
9359 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BI = 7,
9360 	/* Used by the driver to encapsulate the Timestamp field from the
9361 	 * Beacon frame when the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE
9362 	 * is set to QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
9363 	 * u64 attribute.
9364 	 */
9365 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_TSF = 8,
9366 	/* Used by the driver to encapsulate the CLOCK_BOOTTIME when this
9367 	 * Beacon frame is received in the driver when the
9368 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9369 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u64 attribute, in
9370 	 * the units of nanoseconds. This value is expected to have accuracy of
9371 	 * about 10 ms.
9372 	 */
9373 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BOOTTIME_WHEN_RECEIVED = 9,
9374 	/* Used by the driver to encapsulate the IEs of the Beacon frame from
9375 	 * which this event is generated when the
9376 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9377 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u8 array.
9378 	 */
9379 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_IES = 10,
9380 	/* Used by the driver to specify the reason for the driver/firmware to
9381 	 * pause sending beacons to userspace when the
9382 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9383 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. Possible values are
9384 	 * defined in enum qca_wlan_vendor_beacon_reporting_pause_reasons, u32
9385 	 * attribute.
9386 	 */
9387 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON = 11,
9388 	/* Used by the driver to specify whether the driver will automatically
9389 	 * resume reporting beacon events to userspace later (for example after
9390 	 * the ongoing off-channel activity is completed etc.) when the
9391 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9392 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. NLA_FLAG attribute.
9393 	 */
9394 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES = 12,
9395 	/* Optionally set by userspace to request the driver not to resume
9396 	 * beacon reporting after a pause is completed, when the
9397 	 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
9398 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
9399 	 * If this flag is set, the driver will not resume beacon reporting
9400 	 * after any pause in beacon reporting is completed. Userspace has to
9401 	 * send QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command again in order
9402 	 * to initiate beacon reporting again. If this flag is set in the recent
9403 	 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command, then in the
9404 	 * subsequent QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE event (if any)
9405 	 * the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES shall not be
9406 	 * set by the driver. Setting this flag until and unless there is a
9407 	 * specific need is not recommended as there is a chance of some beacons
9408 	 * received after pause command and next start command being not
9409 	 * reported.
9410 	 */
9411 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME = 13,
9412 
9413 	/* Keep last */
9414 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST,
9415 	QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_MAX =
9416 		QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST - 1
9417 };
9418 
9419 /**
9420  * enum qca_vendor_oem_device_type - Represents the target device in firmware.
9421  * It is used by QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO.
9422  *
9423  * @QCA_VENDOR_OEM_DEVICE_VIRTUAL: The command is intended for
9424  * a virtual device.
9425  *
9426  * @QCA_VENDOR_OEM_DEVICE_PHYSICAL: The command is intended for
9427  * a physical device.
9428  */
9429 enum qca_vendor_oem_device_type {
9430 	QCA_VENDOR_OEM_DEVICE_VIRTUAL = 0,
9431 	QCA_VENDOR_OEM_DEVICE_PHYSICAL = 1,
9432 };
9433 
9434 /*
9435  * enum qca_wlan_vendor_attr_oem_data_params - Used by the vendor command
9436  * QCA_NL80211_VENDOR_SUBCMD_OEM_DATA.
9437  *
9438  * @QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA: This NLA_BINARY attribute is
9439  * used to set/query the data to/from the firmware. On query, the same
9440  * attribute is used to carry the respective data in the reply sent by the
9441  * driver to userspace. The request to set/query the data and the format of the
9442  * respective data from the firmware are embedded in the attribute. The
9443  * maximum size of the attribute payload is 1024 bytes.
9444  *
9445  * @QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO: The binary blob will be routed
9446  * based on this field. This optional attribute is included to specify whether
9447  * the device type is a virtual device or a physical device for the command.
9448  * This attribute can be omitted for a virtual device (default) command.
9449  * This u8 attribute is used to carry information for the device type using
9450  * values defined by enum qca_vendor_oem_device_type.
9451  *
9452  * Userspace has to set the QCA_WLAN_VENDOR_ATTR_OEM_DATA_RESPONSE_EXPECTED
9453  * attribute when the data is queried from the firmware.
9454  *
9455  * @QCA_WLAN_VENDOR_ATTR_OEM_DATA_RESPONSE_EXPECTED: This NLA_FLAG attribute
9456  * is set when the userspace queries data from the firmware. This attribute
9457  * should not be set when userspace sets the OEM data to the firmware.
9458  */
9459 enum qca_wlan_vendor_attr_oem_data_params {
9460 	QCA_WLAN_VENDOR_ATTR_OEM_DATA_INVALID = 0,
9461 	QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA = 1,
9462 	QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO = 2,
9463 	QCA_WLAN_VENDOR_ATTR_OEM_DATA_RESPONSE_EXPECTED = 3,
9464 
9465 	/* keep last */
9466 	QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST,
9467 	QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_MAX =
9468 		QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST - 1
9469 };
9470 
9471 /**
9472  * enum qca_wlan_vendor_attr_avoid_frequency_ext - Defines attributes to be
9473  * used with vendor command/event QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT.
9474  *
9475  * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_RANGE: Required
9476  * Nested attribute containing multiple ranges with following attributes:
9477  *	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START and
9478  *	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END.
9479  *
9480  * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START: Required (u32)
9481  * Starting center frequency in MHz.
9482  *
9483  * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END: Required (u32)
9484  * Ending center frequency in MHz.
9485  */
9486 enum qca_wlan_vendor_attr_avoid_frequency_ext {
9487 	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_INVALID = 0,
9488 	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_RANGE = 1,
9489 	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START = 2,
9490 	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END = 3,
9491 
9492 	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_AFTER_LAST,
9493 	QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_MAX =
9494 		QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_AFTER_LAST - 1
9495 };
9496 
9497 /*
9498  * enum qca_wlan_vendor_attr_add_sta_node_params - Used by the vendor command
9499  * QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE.
9500  */
9501 enum qca_wlan_vendor_attr_add_sta_node_params {
9502 	QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_INVALID = 0,
9503 	/* 6 byte MAC address of STA */
9504 	QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_MAC_ADDR = 1,
9505 	/* Authentication algorithm used by the station of size u16;
9506 	 * defined in enum nl80211_auth_type.
9507 	 */
9508 	QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_AUTH_ALGO = 2,
9509 
9510 	/* keep last */
9511 	QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST,
9512 	QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_MAX =
9513 		QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST - 1
9514 };
9515 
9516 /**
9517  * enum qca_btc_chain_mode - Specifies BT coex chain mode.
9518  * This enum defines the valid set of values of BT coex chain mode.
9519  * These values are used by attribute %QCA_VENDOR_ATTR_BTC_CHAIN_MODE of
9520  * %QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE.
9521  *
9522  * @QCA_BTC_CHAIN_SHARED: chains of BT and WLAN 2.4G are shared.
9523  * @QCA_BTC_CHAIN_SEPARATED: chains of BT and WLAN 2.4G are separated.
9524  */
9525 enum qca_btc_chain_mode {
9526 	QCA_BTC_CHAIN_SHARED = 0,
9527 	QCA_BTC_CHAIN_SEPARATED = 1,
9528 };
9529 
9530 /**
9531  * enum qca_vendor_attr_btc_chain_mode - Specifies attributes for BT coex
9532  * chain mode.
9533  * Attributes for data used by QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE.
9534  *
9535  * @QCA_VENDOR_ATTR_COEX_BTC_CHAIN_MODE: u32 attribute.
9536  * Indicates the BT coex chain mode, are 32-bit values from
9537  * enum qca_btc_chain_mode. This attribute is mandatory.
9538  *
9539  * @QCA_VENDOR_ATTR_COEX_BTC_CHAIN_MODE_RESTART: flag attribute.
9540  * If set, vdev should be restarted when BT coex chain mode is updated.
9541  * This attribute is optional.
9542  */
9543 enum qca_vendor_attr_btc_chain_mode {
9544 	QCA_VENDOR_ATTR_BTC_CHAIN_MODE_INVALID = 0,
9545 	QCA_VENDOR_ATTR_BTC_CHAIN_MODE = 1,
9546 	QCA_VENDOR_ATTR_BTC_CHAIN_MODE_RESTART = 2,
9547 
9548 	/* Keep last */
9549 	QCA_VENDOR_ATTR_BTC_CHAIN_MODE_LAST,
9550 	QCA_VENDOR_ATTR_BTC_CHAIN_MODE_MAX =
9551 	QCA_VENDOR_ATTR_BTC_CHAIN_MODE_LAST - 1,
9552 };
9553 
9554 /**
9555  * enum qca_vendor_wlan_sta_flags - Station feature flags
9556  * Bits will be set to 1 if the corresponding features are enabled.
9557  * @QCA_VENDOR_WLAN_STA_FLAG_AMPDU: AMPDU is enabled for the station
9558  * @QCA_VENDOR_WLAN_STA_FLAG_TX_STBC: TX Space-time block coding is enabled
9559     for the station
9560  * @QCA_VENDOR_WLAN_STA_FLAG_RX_STBC: RX Space-time block coding is enabled
9561     for the station
9562  */
9563 enum qca_vendor_wlan_sta_flags {
9564 	QCA_VENDOR_WLAN_STA_FLAG_AMPDU = BIT(0),
9565 	QCA_VENDOR_WLAN_STA_FLAG_TX_STBC = BIT(1),
9566 	QCA_VENDOR_WLAN_STA_FLAG_RX_STBC = BIT(2),
9567 };
9568 
9569 /**
9570  * enum qca_vendor_wlan_sta_guard_interval - Station guard interval
9571  * @QCA_VENDOR_WLAN_STA_GI_800_NS: Legacy normal guard interval
9572  * @QCA_VENDOR_WLAN_STA_GI_400_NS: Legacy short guard interval
9573  * @QCA_VENDOR_WLAN_STA_GI_1600_NS: Guard interval used by HE
9574  * @QCA_VENDOR_WLAN_STA_GI_3200_NS: Guard interval used by HE
9575  */
9576 enum qca_vendor_wlan_sta_guard_interval {
9577 	QCA_VENDOR_WLAN_STA_GI_800_NS = 0,
9578 	QCA_VENDOR_WLAN_STA_GI_400_NS = 1,
9579 	QCA_VENDOR_WLAN_STA_GI_1600_NS = 2,
9580 	QCA_VENDOR_WLAN_STA_GI_3200_NS = 3,
9581 };
9582 
9583 /**
9584  * enum qca_wlan_vendor_attr_get_sta_info - Defines attributes
9585  * used by QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO vendor command.
9586  *
9587  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAC:
9588  * Required attribute in request for AP mode only, 6-byte MAC address,
9589  * corresponding to the station's MAC address for which information is
9590  * requested. For STA mode this is not required as the info always correspond
9591  * to the self STA and the current/last association.
9592  *
9593  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_FLAGS:
9594  * Optionally used in response, u32 attribute, contains a bitmap of different
9595  * fields defined in enum qca_vendor_wlan_sta_flags, used in AP mode only.
9596  *
9597  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_GUARD_INTERVAL:
9598  * Optionally used in response, u32 attribute, possible values are defined in
9599  * enum qca_vendor_wlan_sta_guard_interval, used in AP mode only.
9600  * Guard interval used by the station.
9601  *
9602  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_RETRY_COUNT:
9603  * Optionally used in response, u32 attribute, used in AP mode only.
9604  * Value indicates the number of data frames received from station with retry
9605  * bit set to 1 in FC.
9606  *
9607  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BC_MC_COUNT:
9608  * Optionally used in response, u32 attribute, used in AP mode only.
9609  * Counter for number of data frames with broadcast or multicast address in
9610  * the destination address received from the station.
9611  *
9612  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_SUCCEED:
9613  * Optionally used in response, u32 attribute, used in both STA and AP modes.
9614  * Value indicates the number of data frames successfully transmitted only
9615  * after retrying the packets and for which the TX status has been updated
9616  * back to host from target.
9617  *
9618  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_EXHAUSTED:
9619  * Optionally used in response, u32 attribute, used in both STA and AP mode.
9620  * Value indicates the number of data frames not transmitted successfully even
9621  * after retrying the packets for the number of times equal to the total number
9622  * of retries allowed for that packet and for which the TX status has been
9623  * updated back to host from target.
9624  *
9625  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_TOTAL:
9626  * Optionally used in response, u32 attribute, used in AP mode only.
9627  * Counter in the target for the number of data frames successfully transmitted
9628  * to the station.
9629  *
9630  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY:
9631  * Optionally used in response, u32 attribute, used in AP mode only.
9632  * Value indicates the number of data frames successfully transmitted only
9633  * after retrying the packets.
9634  *
9635  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY_EXHAUSTED:
9636  * Optionally used in response, u32 attribute, used in both STA & AP mode.
9637  * Value indicates the number of data frames not transmitted successfully even
9638  * after retrying the packets for the number of times equal to the total number
9639  * of retries allowed for that packet.
9640  *
9641  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_PROBE_REQ_BMISS_COUNT: u32, used in
9642  * the STA mode only. Represent the number of probe requests sent by the STA
9643  * while attempting to roam on missing certain number of beacons from the
9644  * connected AP. If queried in the disconnected state, this represents the
9645  * count for the last connected state.
9646  *
9647  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_PROBE_RESP_BMISS_COUNT: u32, used in
9648  * the STA mode. Represent the number of probe responses received by the station
9649  * while attempting to roam on missing certain number of beacons from the
9650  * connected AP. When queried in the disconnected state, this represents the
9651  * count when in last connected state.
9652  *
9653  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_ALL_COUNT: u32, used in the
9654  * STA mode only. Represents the total number of frames sent out by STA
9655  * including Data, ACK, RTS, CTS, Control Management. This data is maintained
9656  * only for the connect session. Represents the count of last connected session,
9657  * when queried in the disconnected state.
9658  *
9659  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_COUNT: u32, used in the STA mode.
9660  * Total number of RTS sent out by the STA. This data is maintained per connect
9661  * session. Represents the count of last connected session, when queried in the
9662  * disconnected state.
9663  *
9664  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_RETRY_FAIL_COUNT: u32, used in the
9665  * STA mode.Represent the number of RTS transmission failure that reach retry
9666  * limit. This data is maintained per connect session. Represents the count of
9667  * last connected session, when queried in the disconnected state.
9668  *
9669  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_NON_AGGREGATED_COUNT: u32, used in
9670  * the STA mode. Represent the total number of non aggregated frames transmitted
9671  * by the STA. This data is maintained per connect session. Represents the count
9672  * of last connected session, when queried in the disconnected state.
9673  *
9674  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_AGGREGATED_COUNT: u32, used in the
9675  * STA mode. Represent the total number of aggregated frames transmitted by the
9676  * STA. This data is maintained per connect session. Represents the count of
9677  * last connected session, when queried in the disconnected state.
9678  *
9679  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_GOOD_PLCP_COUNT: u32, used in
9680  * the STA mode. Represents the number of received frames with a good PLCP. This
9681  * data is maintained per connect session. Represents the count of last
9682  * connected session, when queried in the disconnected state.
9683  *
9684  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_INVALID_DELIMITER_COUNT: u32,
9685  * used in the STA mode. Represents the number of occasions that no valid
9686  * delimiter is detected by A-MPDU parser. This data is maintained per connect
9687  * session. Represents the count of last connected session, when queried in the
9688  * disconnected state.
9689  *
9690  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_CRC_FAIL_COUNT: u32, used in the
9691  * STA mode. Represents the number of frames for which CRC check failed in the
9692  * MAC. This data is maintained per connect session. Represents the count of
9693  * last connected session, when queried in the disconnected state.
9694  *
9695  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_ACKS_GOOD_FCS_COUNT: u32, used in the
9696  * STA mode. Represents the number of unicast ACKs received with good FCS. This
9697  * data is maintained per connect session. Represents the count of last
9698  * connected session, when queried in the disconnected state.
9699  *
9700  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BLOCKACK_COUNT: u32, used in the STA
9701  * mode. Represents the number of received Block Acks. This data is maintained
9702  * per connect session. Represents the count of last connected session, when
9703  * queried in the disconnected state.
9704  *
9705  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BEACON_COUNT: u32, used in the STA
9706  * mode. Represents the number of beacons received from the connected BSS. This
9707  * data is maintained per connect session. Represents the count of last
9708  * connected session, when queried in the disconnected state.
9709  *
9710  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_OTHER_BEACON_COUNT: u32, used in the
9711  * STA mode. Represents the number of beacons received by the other BSS when in
9712  * connected state (through the probes done by the STA). This data is maintained
9713  * per connect session. Represents the count of last connected session, when
9714  * queried in the disconnected state.
9715  *
9716  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_UCAST_DATA_GOOD_FCS_COUNT: u64, used in
9717  * the STA mode. Represents the number of received DATA frames with good FCS and
9718  * matching Receiver Address when in connected state. This data is maintained
9719  * per connect session. Represents the count of last connected session, when
9720  * queried in the disconnected state.
9721  *
9722  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_DATA_BC_MC_DROP_COUNT: u32, used in the
9723  * STA mode. Represents the number of RX Data multicast frames dropped by the HW
9724  * when in the connected state. This data is maintained per connect session.
9725  * Represents the count of last connected session, when queried in the
9726  * disconnected state.
9727  *
9728  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_1MBPS: u32, used in the
9729  * STA mode. This represents the target power in dBm for the transmissions done
9730  * to the AP in 2.4 GHz at 1 Mbps (DSSS) rate. This data is maintained per
9731  * connect session. Represents the count of last connected session, when
9732  * queried in the disconnected state.
9733  *
9734  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_6MBPS: u32, used in the
9735  * STA mode. This represents the Target power in dBm for transmissions done to
9736  * the AP in 2.4 GHz at 6 Mbps (OFDM) rate. This data is maintained per connect
9737  * session. Represents the count of last connected session, when queried in the
9738  * disconnected state.
9739  *
9740  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_MCS0: u32, used in the
9741  * STA mode. This represents the Target power in dBm for transmissions done to
9742  * the AP in 2.4 GHz at MCS0 rate. This data is maintained per connect session.
9743  * Represents the count of last connected session, when queried in the
9744  * disconnected state.
9745  *
9746  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_6MBPS: u32, used in the
9747  * STA mode. This represents the Target power in dBm for transmissions done to
9748  * the AP in 5 GHz at 6 Mbps (OFDM) rate. This data is maintained per connect
9749  * session. Represents the count of last connected session, when queried in
9750  * the disconnected state.
9751  *
9752  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_MCS0: u32, used in the
9753  * STA mode. This represents the Target power in dBm for for transmissions done
9754  * to the AP in 5 GHz at MCS0 rate. This data is maintained per connect session.
9755  * Represents the count of last connected session, when queried in the
9756  * disconnected state.
9757  *
9758  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_HW_BUFFERS_OVERFLOW_COUNT: u32, used
9759  * in the STA mode. This represents the Nested attribute representing the
9760  * overflow counts of each receive buffer allocated to the hardware during the
9761  * STA's connection. The number of hw buffers might vary for each WLAN
9762  * solution and hence this attribute represents the nested array of all such
9763  * HW buffer count. This data is maintained per connect session. Represents
9764  * the count of last connected session, when queried in the disconnected state.
9765  *
9766  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX_TX_POWER: u32, Max TX power (dBm)
9767  * allowed as per the regulatory requirements for the current or last connected
9768  * session. Used in the STA mode.
9769  *
9770  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_LATEST_TX_POWER: u32, Latest TX power
9771  * (dBm) used by the station in its latest unicast frame while communicating
9772  * to the AP in the connected state. When queried in the disconnected state,
9773  * this represents the TX power used by the STA with last AP communication
9774  * when in connected state.
9775  *
9776  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_ANI_LEVEL: u32, Adaptive noise immunity
9777  * level used to adjust the RX sensitivity. Represents the current ANI level
9778  * when queried in the connected state. When queried in the disconnected
9779  * state, this corresponds to the latest ANI level at the instance of
9780  * disconnection.
9781  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BIP_MIC_ERROR_COUNT: u32, used in STA mode
9782  * only. This represents the number of group addressed robust management frames
9783  * received from this station with an invalid MIC or a missing MME when PMF is
9784  * enabled.
9785  *
9786  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BIP_REPLAY_COUNT: u32, used in STA mode
9787  * only. This represents the number of group addressed robust management frames
9788  * received from this station with the packet number less than or equal to the
9789  * last received packet number when PMF is enabled.
9790  *
9791  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_MIC_ERROR_COUNT: u32, used in STA
9792  * mode only. This represents the number of Beacon frames received from this
9793  * station with an invalid MIC or a missing MME when beacon protection is
9794  * enabled.
9795  *
9796  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_REPLAY_COUNT: u32, used in STA mode
9797  * only. This represents number of Beacon frames received from this station with
9798  * the packet number less than or equal to the last received packet number when
9799  * beacon protection is enabled.
9800  *
9801  * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_CONNECT_FAIL_REASON_CODE: u32, used in
9802  * STA mode only. Driver uses this attribute to populate the connection failure
9803  * reason codes and the values are defined in
9804  * enum qca_sta_connect_fail_reason_codes. Userspace applications can send
9805  * QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO vendor command after receiving
9806  * connection failure from driver. The driver shall not include this attribute
9807  * in response to QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO command if there is no
9808  * connection failure observed in the last attempted connection.
9809  */
9810 enum qca_wlan_vendor_attr_get_sta_info {
9811 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_INVALID = 0,
9812 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAC = 1,
9813 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_FLAGS = 2,
9814 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_GUARD_INTERVAL = 3,
9815 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_RETRY_COUNT = 4,
9816 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BC_MC_COUNT = 5,
9817 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_SUCCEED = 6,
9818 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_EXHAUSTED = 7,
9819 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_TOTAL = 8,
9820 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY = 9,
9821 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY_EXHAUSTED = 10,
9822 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_PROBE_REQ_BMISS_COUNT = 11,
9823 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_PROBE_RESP_BMISS_COUNT = 12,
9824 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_ALL_COUNT = 13,
9825 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_COUNT = 14,
9826 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_RETRY_FAIL_COUNT = 15,
9827 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_NON_AGGREGATED_COUNT = 16,
9828 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_AGGREGATED_COUNT = 17,
9829 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_GOOD_PLCP_COUNT = 18,
9830 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_INVALID_DELIMITER_COUNT = 19,
9831 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_CRC_FAIL_COUNT = 20,
9832 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_ACKS_GOOD_FCS_COUNT = 21,
9833 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BLOCKACK_COUNT = 22,
9834 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BEACON_COUNT = 23,
9835 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_OTHER_BEACON_COUNT = 24,
9836 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_UCAST_DATA_GOOD_FCS_COUNT = 25,
9837 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_DATA_BC_MC_DROP_COUNT = 26,
9838 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_1MBPS = 27,
9839 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_6MBPS = 28,
9840 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_MCS0 = 29,
9841 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_6MBPS = 30,
9842 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_MCS0 = 31,
9843 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_HW_BUFFERS_OVERFLOW_COUNT = 32,
9844 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX_TX_POWER = 33,
9845 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_LATEST_TX_POWER = 34,
9846 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_ANI_LEVEL = 35,
9847 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BIP_MIC_ERROR_COUNT = 39,
9848 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BIP_REPLAY_COUNT = 40,
9849 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_MIC_ERROR_COUNT = 41,
9850 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_REPLAY_COUNT = 42,
9851 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_CONNECT_FAIL_REASON_CODE = 43,
9852 
9853 	/* keep last */
9854 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_AFTER_LAST,
9855 	QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX =
9856 		QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_AFTER_LAST - 1,
9857 };
9858 
9859 /**
9860  * enum qca_disconnect_reason_codes - Specifies driver disconnect reason codes.
9861  * Used when the driver triggers the STA to disconnect from the AP.
9862  *
9863  * @QCA_DISCONNECT_REASON_UNSPECIFIED: The host driver triggered the
9864  * disconnection with the AP due to unspecified reasons.
9865  *
9866  * @QCA_DISCONNECT_REASON_INTERNAL_ROAM_FAILURE: The host driver triggered the
9867  * disconnection with the AP due to a roaming failure. This roaming is triggered
9868  * internally (host driver/firmware).
9869  *
9870  * @QCA_DISCONNECT_REASON_EXTERNAL_ROAM_FAILURE: The driver disconnected from
9871  * the AP when the user/external triggered roaming fails.
9872  *
9873  * @QCA_DISCONNECT_REASON_GATEWAY_REACHABILITY_FAILURE: This reason code is used
9874  * by the host driver whenever gateway reachability failure is detected and the
9875  * driver disconnects with AP.
9876  *
9877  * @QCA_DISCONNECT_REASON_UNSUPPORTED_CHANNEL_CSA: The driver disconnected from
9878  * the AP on a channel switch announcement from it with an unsupported channel.
9879  *
9880  * @QCA_DISCONNECT_REASON_OPER_CHANNEL_DISABLED_INDOOR: On a concurrent AP start
9881  * with indoor channels disabled and if the STA is connected on one of these
9882  * disabled channels, the host driver disconnected the STA with this reason
9883  * code.
9884  *
9885  * @QCA_DISCONNECT_REASON_OPER_CHANNEL_USER_DISABLED: Disconnection due to an
9886  * explicit request from the user to disable the current operating channel.
9887  *
9888  * @QCA_DISCONNECT_REASON_DEVICE_RECOVERY: STA disconnected from the AP due to
9889  * the internal host driver/firmware recovery.
9890  *
9891  * @QCA_DISCONNECT_REASON_KEY_TIMEOUT: The driver triggered the disconnection on
9892  * a timeout for the key installations from the user space.
9893  *
9894  * @QCA_DISCONNECT_REASON_OPER_CHANNEL_BAND_CHANGE: The dDriver disconnected the
9895  * STA on a band change request from the user space to a different band from the
9896  * current operation channel/band.
9897  *
9898  * @QCA_DISCONNECT_REASON_IFACE_DOWN: The STA disconnected from the AP on an
9899  * interface down trigger from the user space.
9900  *
9901  * @QCA_DISCONNECT_REASON_PEER_XRETRY_FAIL: The host driver disconnected the
9902  * STA on getting continuous transmission failures for multiple Data frames.
9903  *
9904  * @QCA_DISCONNECT_REASON_PEER_INACTIVITY: The STA does a keep alive
9905  * notification to the AP by transmitting NULL/G-ARP frames. This disconnection
9906  * represents inactivity from AP on such transmissions.
9907 
9908  * @QCA_DISCONNECT_REASON_SA_QUERY_TIMEOUT: This reason code is used on
9909  * disconnection when SA Query times out (AP does not respond to SA Query).
9910  *
9911  * @QCA_DISCONNECT_REASON_BEACON_MISS_FAILURE: The host driver disconnected the
9912  * STA on missing the beacons continuously from the AP.
9913  *
9914  * @QCA_DISCONNECT_REASON_CHANNEL_SWITCH_FAILURE: Disconnection due to STA not
9915  * able to move to the channel mentioned by the AP in CSA.
9916  *
9917  * @QCA_DISCONNECT_REASON_USER_TRIGGERED: User triggered disconnection.
9918  */
9919 enum qca_disconnect_reason_codes {
9920 	QCA_DISCONNECT_REASON_UNSPECIFIED = 0,
9921 	QCA_DISCONNECT_REASON_INTERNAL_ROAM_FAILURE = 1,
9922 	QCA_DISCONNECT_REASON_EXTERNAL_ROAM_FAILURE = 2,
9923 	QCA_DISCONNECT_REASON_GATEWAY_REACHABILITY_FAILURE = 3,
9924 	QCA_DISCONNECT_REASON_UNSUPPORTED_CHANNEL_CSA = 4,
9925 	QCA_DISCONNECT_REASON_OPER_CHANNEL_DISABLED_INDOOR = 5,
9926 	QCA_DISCONNECT_REASON_OPER_CHANNEL_USER_DISABLED = 6,
9927 	QCA_DISCONNECT_REASON_DEVICE_RECOVERY = 7,
9928 	QCA_DISCONNECT_REASON_KEY_TIMEOUT = 8,
9929 	QCA_DISCONNECT_REASON_OPER_CHANNEL_BAND_CHANGE = 9,
9930 	QCA_DISCONNECT_REASON_IFACE_DOWN = 10,
9931 	QCA_DISCONNECT_REASON_PEER_XRETRY_FAIL = 11,
9932 	QCA_DISCONNECT_REASON_PEER_INACTIVITY = 12,
9933 	QCA_DISCONNECT_REASON_SA_QUERY_TIMEOUT = 13,
9934 	QCA_DISCONNECT_REASON_BEACON_MISS_FAILURE = 14,
9935 	QCA_DISCONNECT_REASON_CHANNEL_SWITCH_FAILURE = 15,
9936 	QCA_DISCONNECT_REASON_USER_TRIGGERED = 16,
9937 };
9938 
9939 /**
9940  * enum qca_wlan_vendor_attr_driver_disconnect_reason - Defines attributes
9941  * used by %QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON vendor command.
9942  *
9943  * @QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASCON_CODE: u32 attribute.
9944  * This attribute represents the driver specific reason codes (local
9945  * driver/firmware initiated reasons for disconnection) defined
9946  * in enum qca_disconnect_reason_codes.
9947  */
9948 enum qca_wlan_vendor_attr_driver_disconnect_reason {
9949 	QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_INVALID = 0,
9950 	QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASCON_CODE = 1,
9951 
9952 	/* keep last */
9953 	QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_AFTER_LAST,
9954 	QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_MAX =
9955 	QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_AFTER_LAST - 1,
9956 };
9957 
9958 /**
9959  * enum qca_wlan_tspec_operation - Operation of the config TSPEC request
9960  *
9961  * Values for %QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_OPERATION.
9962  */
9963 enum qca_wlan_tspec_operation {
9964 	QCA_WLAN_TSPEC_ADD = 0,
9965 	QCA_WLAN_TSPEC_DEL = 1,
9966 	QCA_WLAN_TSPEC_GET = 2,
9967 };
9968 
9969 /**
9970  * enum qca_wlan_tspec_direction - Direction in TSPEC
9971  * As what is defined in IEEE Std 802.11-2016, Table 9-139.
9972  *
9973  * Values for %QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_DIRECTION.
9974  */
9975 enum qca_wlan_tspec_direction {
9976 	QCA_WLAN_TSPEC_DIRECTION_UPLINK = 0,
9977 	QCA_WLAN_TSPEC_DIRECTION_DOWNLINK = 1,
9978 	QCA_WLAN_TSPEC_DIRECTION_DIRECT = 2,
9979 	QCA_WLAN_TSPEC_DIRECTION_BOTH = 3,
9980 };
9981 
9982 /**
9983  * enum qca_wlan_tspec_ack_policy - MAC acknowledgment policy in TSPEC
9984  * As what is defined in IEEE Std 802.11-2016, Table 9-141.
9985  *
9986  * Values for %QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_ACK_POLICY.
9987  */
9988 enum qca_wlan_tspec_ack_policy {
9989 	QCA_WLAN_TSPEC_NORMAL_ACK = 0,
9990 	QCA_WLAN_TSPEC_NO_ACK = 1,
9991 	/* Reserved */
9992 	QCA_WLAN_TSPEC_BLOCK_ACK = 3,
9993 };
9994 
9995 /**
9996  * enum qca_wlan_vendor_attr_config_tspec - Defines attributes
9997  * used by QCA_NL80211_VENDOR_SUBCMD_CONFIG_TSPEC vendor command.
9998  *
9999  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_OPERATION:
10000  * u8 attribute. Specify the TSPEC operation of this request. Possible values
10001  * are defined in enum qca_wlan_tspec_operation.
10002  * Mandatory attribute for all kinds of config TSPEC requests.
10003  *
10004  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_TSID:
10005  * u8 attribute. TS ID. Possible values are 0-7.
10006  * Applicable for operation: QCA_WLAN_TSPEC_ADD, QCA_WLAN_TSPEC_DEL,
10007  * QCA_WLAN_TSPEC_GET. A mandatory attribute.
10008  *
10009  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_DIRECTION:
10010  * u8 attribute. Direction of data carried by the TS. Possible values are
10011  * defined in enum qca_wlan_tspec_direction.
10012  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10013  *
10014  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_APSD:
10015  * Flag attribute. Indicate whether APSD is enabled for the traffic associated
10016  * with the TS. set - enabled, not set - disabled.
10017  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10018  *
10019  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_USER_PRIORITY:
10020  * u8 attribute. User priority to be used for the transport of MSDUs/ -MSDUs
10021  * belonging to this TS. Possible values are 0-7.
10022  * Applicable for operation: QCA_WLAN_TSPEC_ADD. An optional attribute.
10023  *
10024  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_ACK_POLICY:
10025  * u8 attribute. Indicate whether MAC acknowledgements are required for
10026  * MPDUs/A-MSDUs belonging to this TS and the form of those acknowledgements.
10027  * Possible values are defined in enum qca_wlan_tspec_ack_policy.
10028  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10029  *
10030  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_NOMINAL_MSDU_SIZE:
10031  * u16 attribute. Specify the nominal size in bytes of MSDUs/A-MSDUs
10032  * belonging to this TS.
10033  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10034  *
10035  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MAXIMUM_MSDU_SIZE:
10036  * u16 attribute. Specify the maximum size in bytes of MSDUs/A-MSDUs
10037  * belonging to this TS.
10038  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10039  *
10040  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MIN_SERVICE_INTERVAL:
10041  * u32 attribute. Specify the minimum interval in microseconds between the
10042  * start of two successive SPs.
10043  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10044  *
10045  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MAX_SERVICE_INTERVAL:
10046  * u32 attribute. Specify the maximum interval in microseconds between the
10047  * start of two successive SPs.
10048  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10049  *
10050  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_INACTIVITY_INTERVAL:
10051  * u32 attribute. Specify the minimum interval in microseconds that can elapse
10052  * without arrival or transfer of an MPDU belonging to the TS before this TS
10053  * is deleted by the MAC entity at the HC.
10054  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10055  *
10056  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_SUSPENSION_INTERVAL:
10057  * u32 attribute. Specify the minimum interval in microseconds that can elapse
10058  * without arrival or transfer of an MSDU belonging to the TS before the
10059  * generation of successive QoS(+)CF-Poll is stopped for this TS. A value of
10060  * 0xFFFFFFFF disables the suspension interval. The value of the suspension
10061  * interval is always less than or equal to the inactivity interval.
10062  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10063  *
10064  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MINIMUM_DATA_RATE:
10065  * u32 attribute. Indicate the lowest data rate in bps specified at the MAC
10066  * SAP for transport of MSDUs or A-MSDUs belonging to this TS within the
10067  * bounds of this TSPEC.
10068  * Applicable for operation: QCA_WLAN_TSPEC_ADD. An optional attribute.
10069  *
10070  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MEAN_DATA_RATE:
10071  * u32 attribute. Indicate the average data rate in bps specified at the MAC
10072  * SAP for transport of MSDUs or A-MSDUs belonging to this TS within the
10073  * bounds of this TSPEC.
10074  * Applicable for operation: QCA_WLAN_TSPEC_ADD. An optional attribute.
10075  *
10076  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_PEAK_DATA_RATE:
10077  * u32 attribute. Indicate the maximum allowable data rate in bps specified at
10078  * the MAC SAP for transport of MSDUs or A-MSDUs belonging to this TS within
10079  * the bounds of this TSPEC.
10080  * Applicable for operation: QCA_WLAN_TSPEC_ADD. An optional attribute.
10081  *
10082  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_BURST_SIZE:
10083  * u32 attribute. Specify the maximum burst size in bytes of the MSDUs/A-MSDUs
10084  * belonging to this TS that arrive at the MAC SAP at the peak data rate. A
10085  * value of 0 indicates that there are no bursts.
10086  * Applicable for operation: QCA_WLAN_TSPEC_ADD. An optional attribute.
10087  *
10088  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MINIMUM_PHY_RATE:
10089  * u32 attribute. Indicate the minimum PHY rate in bps for transport of
10090  * MSDUs/A-MSDUs belonging to this TS within the bounds of this TSPEC.
10091  * Applicable for operation: QCA_WLAN_TSPEC_ADD. An optional attribute.
10092  *
10093  * @QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_SURPLUS_BANDWIDTH_ALLOWANCE:
10094  * u16 attribute. Specify the excess allocation of time (and bandwidth) over
10095  * and above the stated application rates required to transport an MSDU/A-MSDU
10096  * belonging to the TS in this TSPEC.
10097  * Applicable for operation: QCA_WLAN_TSPEC_ADD. A mandatory attribute.
10098  */
10099 enum qca_wlan_vendor_attr_config_tspec {
10100 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_INVALID = 0,
10101 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_OPERATION = 1,
10102 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_TSID = 2,
10103 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_DIRECTION = 3,
10104 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_APSD = 4,
10105 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_USER_PRIORITY = 5,
10106 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_ACK_POLICY = 6,
10107 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_NOMINAL_MSDU_SIZE = 7,
10108 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MAXIMUM_MSDU_SIZE = 8,
10109 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MIN_SERVICE_INTERVAL = 9,
10110 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MAX_SERVICE_INTERVAL = 10,
10111 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_INACTIVITY_INTERVAL = 11,
10112 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_SUSPENSION_INTERVAL = 12,
10113 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MINIMUM_DATA_RATE = 13,
10114 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MEAN_DATA_RATE = 14,
10115 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_PEAK_DATA_RATE = 15,
10116 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_BURST_SIZE = 16,
10117 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MINIMUM_PHY_RATE = 17,
10118 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_SURPLUS_BANDWIDTH_ALLOWANCE = 18,
10119 
10120 	/* keep last */
10121 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_AFTER_LAST,
10122 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_MAX =
10123 	QCA_WLAN_VENDOR_ATTR_CONFIG_TSPEC_AFTER_LAST - 1,
10124 };
10125 
10126 /**
10127  * enum qca_wlan_medium_assess_type - Type of medium assess request
10128  *
10129  * Values for %QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_TYPE.
10130  */
10131 enum qca_wlan_medium_assess_type {
10132 	QCA_WLAN_MEDIUM_ASSESS_CCA = 0,
10133 	QCA_WLAN_MEDIUM_ASSESS_CONGESTION_REPORT = 1,
10134 };
10135 
10136 /**
10137  * enum qca_wlan_vendor_attr_medium_assess - Attributes used by
10138  * %QCA_NL80211_VENDOR_SUBCMD_MEDIUM_ASSESS vendor command.
10139  *
10140  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_TYPE:
10141  * u8 attribute. Mandatory in all kinds of medium assess requests/responses.
10142  * Specify the type of medium assess request and indicate its type in response.
10143  * Possible values are defined in enum qca_wlan_medium_assess_type.
10144  *
10145  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_PERIOD:
10146  * u32 attribute. Mandatory in CCA request.
10147  * Specify the assessment period in terms of seconds. Assessment result will be
10148  * sent as the response to the CCA request after the assessment period.
10149  *
10150  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_TOTAL_CYCLE_COUNT:
10151  * u32 attribute. Mandatory in response to CCA request.
10152  * Total timer tick count of the assessment cycle.
10153  *
10154  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_IDLE_COUNT:
10155  * u32 attribute. Mandatory in response to CCA request.
10156  * Timer tick count of idle time in the assessment cycle.
10157  *
10158  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_IBSS_RX_COUNT:
10159  * u32 attribute. Mandatory in response to CCA request.
10160  * Timer tick count of Intra BSS traffic RX time in the assessment cycle.
10161  *
10162  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_OBSS_RX_COUNT:
10163  * u32 attribute. Mandatory in response to CCA request.
10164  * Timer tick count of Overlapping BSS traffic RX time in the assessment cycle.
10165  *
10166  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_MAX_IBSS_RSSI:
10167  * s32 attribute. Mandatory in response to CCA request.
10168  * Maximum RSSI of Intra BSS traffic in the assessment cycle.
10169  *
10170  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_MIN_IBSS_RSSI:
10171  * s32 attribute. Mandatory in response to CCA request.
10172  * Minimum RSSI of Intra BSS traffic in the assessment cycle.
10173  *
10174  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_REPORT_ENABLE:
10175  * u8 attribute. Mandatory in congestion report request.
10176  * 1-enable 0-disable.
10177  *
10178  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_REPORT_THRESHOLD:
10179  * u8 attribute. Mandatory in congestion report enable request and will be
10180  * ignored if present in congestion report disable request. Possible values are
10181  * 0-100. A vendor event QCA_NL80211_VENDOR_SUBCMD_MEDIUM_ASSESS with the type
10182  * QCA_WLAN_MEDIUM_ASSESS_CONGESTION_REPORT will be sent to userspace if
10183  * congestion percentage reaches the configured threshold.
10184  *
10185  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_REPORT_INTERVAL:
10186  * u8 attribute. Optional in congestion report enable request and will be
10187  * ignored if present in congestion report disable request.
10188  * Specify the interval of congestion report event in terms of seconds. Possible
10189  * values are 1-255. Default value 1 will be used if this attribute is omitted
10190  * or using invalid values.
10191  *
10192  * @QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_PERCENTAGE:
10193  * u8 attribute. Mandatory in congestion report event.
10194  * Indicate the actual congestion percentage. Possible values are 0-100.
10195  */
10196 enum qca_wlan_vendor_attr_medium_assess {
10197 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_INVALID = 0,
10198 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_TYPE = 1,
10199 
10200 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_PERIOD = 2,
10201 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_TOTAL_CYCLE_COUNT = 3,
10202 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_IDLE_COUNT = 4,
10203 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_IBSS_RX_COUNT = 5,
10204 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_OBSS_RX_COUNT = 6,
10205 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_MAX_IBSS_RSSI = 7,
10206 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_MIN_IBSS_RSSI = 8,
10207 
10208 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_REPORT_ENABLE = 9,
10209 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_REPORT_THRESHOLD = 10,
10210 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_REPORT_INTERVAL = 11,
10211 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_CONGESTION_PERCENTAGE = 12,
10212 
10213 	/* keep last */
10214 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_AFTER_LAST,
10215 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_MAX =
10216 	QCA_WLAN_VENDOR_ATTR_MEDIUM_ASSESS_AFTER_LAST - 1,
10217 };
10218 
10219 /**
10220  * enum qca_wlan_vendor_attr_mbssid_tx_vdev_status - Defines attributes
10221  * used by QCA_NL80211_VENDOR_SUBCMD_MBSSID_TX_VDEV_STATUS vendor command.
10222  *
10223  * @QCA_WLAN_VENDOR_ATTR_MBSSID_TX_VDEV_STATUS_VAL:
10224  * u8 attribute. Notify the TX VDEV status. Possible values 0, 1
10225  * belonging to MBSSID/EMA_AP configuration. 0 means Non-Tx VDEV,
10226  * 1 means Tx VDEV. Mandatory attribute for all MBSSID VDEV status events.
10227  */
10228 enum qca_wlan_vendor_attr_mbssid_tx_vdev_status {
10229 	QCA_WLAN_VENDOR_ATTR_MBSSID_TX_VDEV_STATUS_INVALID = 0,
10230 	QCA_WLAN_VENDOR_ATTR_MBSSID_TX_VDEV_STATUS_VAL = 1,
10231 
10232 	/* keep last */
10233 	QCA_WLAN_VENDOR_ATTR_MBSSID_TX_VDEV_STATUS_AFTER_LAST,
10234 	QCA_WLAN_VENDOR_ATTR_MBSSID_TX_VDEV_STATUS_MAX =
10235 	QCA_WLAN_VENDOR_ATTR_MBSSID_TX_VDEV_STATUS_AFTER_LAST - 1,
10236 };
10237 
10238 /**
10239  * enum qca_wlan_vendor_oci_override_frame_type - OCI override frame type
10240  * @QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_SA_QUERY_REQ: SA Query Request frame
10241  * @QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_SA_QUERY_RESP: SA Query Response frame
10242  * @QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_FT_REASSOC_REQ: FT Reassociation Request
10243  * frame
10244  * @QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_FILS_REASSOC_REQ: FILS Reassociation
10245  * Request frame.
10246  */
10247 enum qca_wlan_vendor_oci_override_frame_type {
10248 	QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_SA_QUERY_REQ = 1,
10249 	QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_SA_QUERY_RESP = 2,
10250 	QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_FT_REASSOC_REQ = 3,
10251 	QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_FILS_REASSOC_REQ = 4,
10252 };
10253 
10254 /**
10255  * enum qca_sta_connect_fail_reason_codes - Defines values carried
10256  * by QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_CONNECT_FAIL_REASON_CODE vendor
10257  * attribute.
10258  * @QCA_STA_CONNECT_FAIL_REASON_NO_BSS_FOUND: No probe response frame received
10259  * for unicast probe request.
10260  * @QCA_STA_CONNECT_FAIL_REASON_AUTH_TX_FAIL: STA failed to send auth request.
10261  * @QCA_STA_CONNECT_FAIL_REASON_AUTH_NO_ACK_RECEIVED: AP didn't send ACK for
10262  * ath request.
10263  * @QCA_STA_CONNECT_FAIL_REASON_AUTH_NO_RESP_RECEIVED: Auth response is not
10264  * received from AP.
10265  * @QCA_STA_CONNECT_FAIL_REASON_ASSOC_REQ_TX_FAIL: STA failed to send assoc
10266  * request.
10267  * @QCA_STA_CONNECT_FAIL_REASON_ASSOC_NO_ACK_RECEIVED: AP didn't send ACK for
10268  * assoc request.
10269  * @QCA_STA_CONNECT_FAIL_REASON_ASSOC_NO_RESP_RECEIVED: Assoc response is not
10270  * received from AP.
10271  */
10272 enum qca_sta_connect_fail_reason_codes {
10273 	QCA_STA_CONNECT_FAIL_REASON_NO_BSS_FOUND = 1,
10274 	QCA_STA_CONNECT_FAIL_REASON_AUTH_TX_FAIL = 2,
10275 	QCA_STA_CONNECT_FAIL_REASON_AUTH_NO_ACK_RECEIVED = 3,
10276 	QCA_STA_CONNECT_FAIL_REASON_AUTH_NO_RESP_RECEIVED = 4,
10277 	QCA_STA_CONNECT_FAIL_REASON_ASSOC_REQ_TX_FAIL = 5,
10278 	QCA_STA_CONNECT_FAIL_REASON_ASSOC_NO_ACK_RECEIVED = 6,
10279 	QCA_STA_CONNECT_FAIL_REASON_ASSOC_NO_RESP_RECEIVED = 7,
10280 };
10281 
10282 /**
10283  * enum qca_wlan_vendor_attr_oci_override: Represents attributes for
10284  * OCI override request. These attributes are used inside nested attribute
10285  * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OCI_OVERRIDE in QCA vendor command
10286  * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
10287  *
10288  * @QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_FRAME_TYPE: Required attribute, u8.
10289  * Values from enum qca_wlan_vendor_oci_override_frame_type used in this
10290  * attribute to specify the frame type in which the OCI is to be overridden.
10291  *
10292  * @QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_FREQUENCY: Required (u32)
10293  * OCI frequency (in MHz) to override in the specified frame type.
10294  */
10295 enum qca_wlan_vendor_attr_oci_override {
10296 	QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_INVALID = 0,
10297 	QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_FRAME_TYPE = 1,
10298 	QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_FREQUENCY = 2,
10299 
10300 	/* keep last */
10301 	QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_AFTER_LAST,
10302 	QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_MAX =
10303 	QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_AFTER_LAST - 1,
10304 };
10305 
10306 #endif
10307