]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/common/qca-vendor.h
Add QCA vendor attributes for ACS over EDMG (IEEE 802.11ay)
[thirdparty/hostap.git] / src / common / qca-vendor.h
1 /*
2 * Qualcomm Atheros OUI and vendor specific assignments
3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2019, The Linux Foundation
5 *
6 * This software may be distributed under the terms of the BSD license.
7 * See README for more details.
8 */
9
10 #ifndef QCA_VENDOR_H
11 #define QCA_VENDOR_H
12
13 /*
14 * This file is a registry of identifier assignments from the Qualcomm Atheros
15 * OUI 00:13:74 for purposes other than MAC address assignment. New identifiers
16 * can be assigned through normal review process for changes to the upstream
17 * hostap.git repository.
18 */
19
20 #define OUI_QCA 0x001374
21
22 #ifndef BIT
23 #define BIT(x) (1U << (x))
24 #endif
25
26 /**
27 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
28 */
29 enum qca_radiotap_vendor_ids {
30 QCA_RADIOTAP_VID_WLANTEST = 0,
31 };
32
33 /**
34 * enum qca_nl80211_vendor_subcmds - QCA nl80211 vendor command identifiers
35 *
36 * @QCA_NL80211_VENDOR_SUBCMD_UNSPEC: Reserved value 0
37 *
38 * @QCA_NL80211_VENDOR_SUBCMD_TEST: Test command/event
39 *
40 * @QCA_NL80211_VENDOR_SUBCMD_ROAMING: Set roaming policy for drivers that use
41 * internal BSS-selection. This command uses
42 * @QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY to specify the new roaming policy
43 * for the current connection (i.e., changes policy set by the nl80211
44 * Connect command). @QCA_WLAN_VENDOR_ATTR_MAC_ADDR may optionally be
45 * included to indicate which BSS to use in case roaming is disabled.
46 *
47 * @QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY: Recommendation of frequency
48 * ranges to avoid to reduce issues due to interference or internal
49 * co-existence information in the driver. These frequencies aim to
50 * minimize the traffic but not to totally avoid the traffic. That said
51 * for a P2P use case, these frequencies are allowed for the P2P
52 * discovery/negotiation but avoid the group to get formed on these
53 * frequencies. The event data structure is defined in
54 * struct qca_avoid_freq_list.
55 *
56 * @QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY: Command to check driver support
57 * for DFS offloading.
58 *
59 * @QCA_NL80211_VENDOR_SUBCMD_NAN: NAN command/event which is used to pass
60 * NAN Request/Response and NAN Indication messages. These messages are
61 * interpreted between the framework and the firmware component. While
62 * sending the command from userspace to the driver, payload is not
63 * encapsulated inside any attribute. Attribute QCA_WLAN_VENDOR_ATTR_NAN
64 * is used when receiving vendor events in userspace from the driver.
65 *
66 * @QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY: Set key operation that can be
67 * used to configure PMK to the driver even when not connected. This can
68 * be used to request offloading of key management operations. Only used
69 * if device supports QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD.
70 *
71 * @QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH: An extended version of
72 * NL80211_CMD_ROAM event with optional attributes including information
73 * from offloaded key management operation. Uses
74 * enum qca_wlan_vendor_attr_roam_auth attributes. Only used
75 * if device supports QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD.
76 *
77 * @QCA_NL80211_VENDOR_SUBCMD_DO_ACS: ACS command/event which is used to
78 * invoke the ACS function in device and pass selected channels to
79 * hostapd. Uses enum qca_wlan_vendor_attr_acs_offload attributes.
80 *
81 * @QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES: Command to get the features
82 * supported by the driver. enum qca_wlan_vendor_features defines
83 * the possible features.
84 *
85 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED: Event used by driver,
86 * which supports DFS offloading, to indicate a channel availability check
87 * start.
88 *
89 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED: Event used by driver,
90 * which supports DFS offloading, to indicate a channel availability check
91 * completion.
92 *
93 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED: Event used by driver,
94 * which supports DFS offloading, to indicate that the channel availability
95 * check aborted, no change to the channel status.
96 *
97 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED: Event used by
98 * driver, which supports DFS offloading, to indicate that the
99 * Non-Occupancy Period for this channel is over, channel becomes usable.
100 *
101 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED: Event used by driver,
102 * which supports DFS offloading, to indicate a radar pattern has been
103 * detected. The channel is now unusable.
104 *
105 * @QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO: Get information from the driver.
106 * Attributes defined in enum qca_wlan_vendor_attr_get_wifi_info.
107 *
108 * @QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET: Get the feature bitmap
109 * based on enum wifi_logger_supported_features. Attributes defined in
110 * enum qca_wlan_vendor_attr_get_logger_features.
111 *
112 * @QCA_NL80211_VENDOR_SUBCMD_GET_RING_DATA: Get the ring data from a particular
113 * logger ring, QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID is passed as the
114 * attribute for this command. Attributes defined in
115 * enum qca_wlan_vendor_attr_wifi_logger_start.
116 *
117 * @QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES: Get the supported TDLS
118 * capabilities of the driver, parameters includes the attributes defined
119 * in enum qca_wlan_vendor_attr_tdls_get_capabilities.
120 *
121 * @QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS: Vendor command used to offload
122 * sending of certain periodic IP packet to firmware, attributes defined in
123 * enum qca_wlan_vendor_attr_offloaded_packets.
124 *
125 * @QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI: Command used to configure RSSI
126 * monitoring, defines min and max RSSI which are configured for RSSI
127 * monitoring. Also used to notify the RSSI breach and provides the BSSID
128 * and RSSI value that was breached. Attributes defined in
129 * enum qca_wlan_vendor_attr_rssi_monitoring.
130 *
131 * @QCA_NL80211_VENDOR_SUBCMD_NDP: Command used for performing various NAN
132 * Data Path (NDP) related operations, attributes defined in
133 * enum qca_wlan_vendor_attr_ndp_params.
134 *
135 * @QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD: Command used to enable/disable
136 * Neighbour Discovery offload, attributes defined in
137 * enum qca_wlan_vendor_attr_nd_offload.
138 *
139 * @QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER: Used to set/get the various
140 * configuration parameter for BPF packet filter, attributes defined in
141 * enum qca_wlan_vendor_attr_packet_filter.
142 *
143 * @QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE: Gets the driver-firmware
144 * maximum supported size, attributes defined in
145 * enum qca_wlan_vendor_drv_info.
146 *
147 * @QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS: Command to get various
148 * data about wake reasons and datapath IP statistics, attributes defined
149 * in enum qca_wlan_vendor_attr_wake_stats.
150 *
151 * @QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG: Command used to set configuration
152 * for IEEE 802.11 communicating outside the context of a basic service
153 * set, called OCB command. Uses the attributes defines in
154 * enum qca_wlan_vendor_attr_ocb_set_config.
155 *
156 * @QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME: Command used to set OCB
157 * UTC time. Use the attributes defines in
158 * enum qca_wlan_vendor_attr_ocb_set_utc_time.
159 *
160 * @QCA_NL80211_VENDOR_SUBCMD_OCB_START_TIMING_ADVERT: Command used to start
161 * sending OCB timing advert frames. Uses the attributes defines in
162 * enum qca_wlan_vendor_attr_ocb_start_timing_advert.
163 *
164 * @QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT: Command used to stop
165 * OCB timing advert. Uses the attributes defines in
166 * enum qca_wlan_vendor_attr_ocb_stop_timing_advert.
167 *
168 * @QCA_NL80211_VENDOR_SUBCMD_OCB_GET_TSF_TIMER: Command used to get TSF
169 * timer value. Uses the attributes defines in
170 * enum qca_wlan_vendor_attr_ocb_get_tsf_resp.
171 *
172 * @QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES: Command/event to update the
173 * link properties of the respective interface. As an event, is used
174 * to notify the connected station's status. The attributes for this
175 * command are defined in enum qca_wlan_vendor_attr_link_properties.
176 *
177 * @QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY: This command is used to configure
178 * DFS policy and channel hint for ACS operation. This command uses the
179 * attributes defined in enum qca_wlan_vendor_attr_acs_config and
180 * enum qca_acs_dfs_mode.
181 *
182 * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START: Command used to
183 * start the P2P Listen offload function in device and pass the listen
184 * channel, period, interval, count, device types, and vendor specific
185 * information elements to the device driver and firmware.
186 * Uses the attributes defines in
187 * enum qca_wlan_vendor_attr_p2p_listen_offload.
188 *
189 * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP: Command/event used to
190 * indicate stop request/response of the P2P Listen offload function in
191 * device. As an event, it indicates either the feature stopped after it
192 * was already running or feature has actually failed to start. Uses the
193 * attributes defines in enum qca_wlan_vendor_attr_p2p_listen_offload.
194 *
195 * @QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH: After AP starts
196 * beaconing, this sub command provides the driver, the frequencies on the
197 * 5 GHz band to check for any radar activity. Driver selects one channel
198 * from this priority list provided through
199 * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST and starts
200 * to check for radar activity on it. If no radar activity is detected
201 * during the channel availability check period, driver internally switches
202 * to the selected frequency of operation. If the frequency is zero, driver
203 * internally selects a channel. The status of this conditional switch is
204 * indicated through an event using the same sub command through
205 * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS. Attributes are
206 * listed in qca_wlan_vendor_attr_sap_conditional_chan_switch.
207 *
208 * @QCA_NL80211_VENDOR_SUBCMD_GPIO_CONFIG_COMMAND: Set GPIO pins. This uses the
209 * attributes defined in enum qca_wlan_gpio_attr.
210 *
211 * @QCA_NL80211_VENDOR_SUBCMD_GET_HW_CAPABILITY: Fetch hardware capabilities.
212 * This uses @QCA_WLAN_VENDOR_ATTR_GET_HW_CAPABILITY to indicate which
213 * capabilities are to be fetched and other
214 * enum qca_wlan_vendor_attr_get_hw_capability attributes to return the
215 * requested capabilities.
216 *
217 * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT: Link layer statistics extension.
218 * enum qca_wlan_vendor_attr_ll_stats_ext attributes are used with this
219 * command and event.
220 *
221 * @QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA: Get capabilities for
222 * indoor location features. Capabilities are reported in
223 * QCA_WLAN_VENDOR_ATTR_LOC_CAPA.
224 *
225 * @QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION: Start an FTM
226 * (fine timing measurement) session with one or more peers.
227 * Specify Session cookie in QCA_WLAN_VENDOR_ATTR_FTM_SESSION_COOKIE and
228 * peer information in QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEERS.
229 * On success, 0 or more QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT
230 * events will be reported, followed by
231 * QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE event to indicate
232 * end of session.
233 * Refer to IEEE P802.11-REVmc/D7.0, 11.24.6
234 *
235 * @QCA_NL80211_VENDOR_SUBCMD_FTM_ABORT_SESSION: Abort a running session.
236 * A QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE will be reported with
237 * status code indicating session was aborted.
238 *
239 * @QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT: Event with measurement
240 * results for one peer. Results are reported in
241 * QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEER_RESULTS.
242 *
243 * @QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE: Event triggered when
244 * FTM session is finished, either successfully or aborted by
245 * request.
246 *
247 * @QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER: Configure FTM responder
248 * mode. QCA_WLAN_VENDOR_ATTR_FTM_RESPONDER_ENABLE specifies whether
249 * to enable or disable the responder. LCI/LCR reports can be
250 * configured with QCA_WLAN_VENDOR_ATTR_FTM_LCI and
251 * QCA_WLAN_VENDOR_ATTR_FTM_LCR. Can be called multiple
252 * times to update the LCI/LCR reports.
253 *
254 * @QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS: Perform a standalone AOA (angle of
255 * arrival) measurement with a single peer. Specify peer MAC address in
256 * QCA_WLAN_VENDOR_ATTR_MAC_ADDR and optionally frequency (MHz) in
257 * QCA_WLAN_VENDOR_ATTR_FREQ (if not specified, locate peer in kernel
258 * scan results cache and use the frequency from there).
259 * Also specify measurement type in QCA_WLAN_VENDOR_ATTR_AOA_TYPE.
260 * Measurement result is reported in
261 * QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT event.
262 *
263 * @QCA_NL80211_VENDOR_SUBCMD_AOA_ABORT_MEAS: Abort an AOA measurement. Specify
264 * peer MAC address in QCA_WLAN_VENDOR_ATTR_MAC_ADDR.
265 *
266 * @QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT: Event that reports
267 * the AOA measurement result.
268 * Peer MAC address reported in QCA_WLAN_VENDOR_ATTR_MAC_ADDR.
269 * success/failure status is reported in
270 * QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS.
271 * Measurement data is reported in QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT.
272 * The antenna array(s) used in the measurement are reported in
273 * QCA_WLAN_VENDOR_ATTR_LOC_ANTENNA_ARRAY_MASK.
274 *
275 * @QCA_NL80211_VENDOR_SUBCMD_ENCRYPTION_TEST: Encrypt/decrypt the given
276 * data as per the given parameters.
277 *
278 * @QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI: Get antenna RSSI value for a
279 * specific chain.
280 *
281 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG: Get low level
282 * configuration for a DMG RF sector. Specify sector index in
283 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX, sector type in
284 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE and RF modules
285 * to return sector information for in
286 * QCA_WLAN_VENDOR_ATTR_DMG_RF_MODULE_MASK. Returns sector configuration
287 * in QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG. Also return the
288 * exact time where information was captured in
289 * QCA_WLAN_VENDOR_ATTR_TSF.
290 *
291 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG: Set low level
292 * configuration for a DMG RF sector. Specify sector index in
293 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX, sector type in
294 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE and sector configuration
295 * for one or more DMG RF modules in
296 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG.
297 *
298 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SELECTED_SECTOR: Get selected
299 * DMG RF sector for a station. This is the sector that the HW
300 * will use to communicate with the station. Specify the MAC address
301 * of associated station/AP/PCP in QCA_WLAN_VENDOR_ATTR_MAC_ADDR (not
302 * needed for unassociated station). Specify sector type to return in
303 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE. Returns the selected
304 * sector index in QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX.
305 * Also return the exact time where the information was captured
306 * in QCA_WLAN_VENDOR_ATTR_TSF.
307 *
308 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR: Set the
309 * selected DMG RF sector for a station. This is the sector that
310 * the HW will use to communicate with the station.
311 * Specify the MAC address of associated station/AP/PCP in
312 * QCA_WLAN_VENDOR_ATTR_MAC_ADDR, the sector type to select in
313 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE and the sector index
314 * in QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX.
315 * The selected sector will be locked such that it will not be
316 * modified like it normally does (for example when station
317 * moves around). To unlock the selected sector for a station
318 * pass the special value 0xFFFF in the sector index. To unlock
319 * all connected stations also pass a broadcast MAC address.
320 *
321 * @QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS: Configure the TDLS behavior
322 * in the host driver. The different TDLS configurations are defined
323 * by the attributes in enum qca_wlan_vendor_attr_tdls_configuration.
324 *
325 * @QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES: Query device IEEE 802.11ax HE
326 * capabilities. The response uses the attributes defined in
327 * enum qca_wlan_vendor_attr_get_he_capabilities.
328 *
329 * @QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN: Abort an ongoing vendor scan that was
330 * started with QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN. This command
331 * carries the scan cookie of the corresponding scan request. The scan
332 * cookie is represented by QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE.
333 *
334 * @QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS: Set the Specific
335 * Absorption Rate (SAR) power limits. A critical regulation for
336 * FCC compliance, OEMs require methods to set SAR limits on TX
337 * power of WLAN/WWAN. enum qca_vendor_attr_sar_limits
338 * attributes are used with this command.
339 *
340 * @QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS: This command/event is used by the
341 * host driver for offloading the implementation of Auto Channel Selection
342 * (ACS) to an external user space entity. This interface is used as the
343 * event from the host driver to the user space entity and also as the
344 * request from the user space entity to the host driver. The event from
345 * the host driver is used by the user space entity as an indication to
346 * start the ACS functionality. The attributes used by this event are
347 * represented by the enum qca_wlan_vendor_attr_external_acs_event.
348 * User space entity uses the same interface to inform the host driver with
349 * selected channels after the ACS operation using the attributes defined
350 * by enum qca_wlan_vendor_attr_external_acs_channels.
351 *
352 * @QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE: Vendor event carrying the
353 * requisite information leading to a power save failure. The information
354 * carried as part of this event is represented by the
355 * enum qca_attr_chip_power_save_failure attributes.
356 *
357 * @QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET: Start/Stop the NUD statistics
358 * collection. Uses attributes defined in enum qca_attr_nud_stats_set.
359 *
360 * @QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET: Get the NUD statistics. These
361 * statistics are represented by the enum qca_attr_nud_stats_get
362 * attributes.
363 *
364 * @QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS: Sub-command to fetch
365 * the BSS transition status, whether accept or reject, for a list of
366 * candidate BSSIDs provided by the userspace. This uses the vendor
367 * attributes QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON and
368 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO. The userspace shall specify
369 * the attributes QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON and an
370 * array of QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID nested in
371 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO in the request. In the response
372 * the driver shall specify array of
373 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID and
374 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS pairs nested in
375 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO.
376 *
377 * @QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL: Set the trace level for a
378 * specific QCA module. The trace levels are represented by
379 * enum qca_attr_trace_level attributes.
380 *
381 * @QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT: Set the Beam Refinement
382 * Protocol antenna limit in different modes. See enum
383 * qca_wlan_vendor_attr_brp_ant_limit_mode.
384 *
385 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START: Start spectral scan. The scan
386 * parameters are specified by enum qca_wlan_vendor_attr_spectral_scan.
387 * This returns a cookie (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE)
388 * identifying the operation in success case. In failure cases an
389 * error code (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE)
390 * describing the reason for the failure is returned.
391 *
392 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP: Stop spectral scan. This uses
393 * a cookie (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE) from
394 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START to identify the scan to
395 * be stopped.
396 *
397 * @QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS: Set the active Type Of Service on the
398 * specific interface. This can be used to modify some of the low level
399 * scan parameters (off channel dwell time, home channel time) in the
400 * driver/firmware. These parameters are maintained within the host driver.
401 * This command is valid only when the interface is in the connected state.
402 * These scan parameters shall be reset by the driver/firmware once
403 * disconnected. The attributes used with this command are defined in
404 * enum qca_wlan_vendor_attr_active_tos.
405 *
406 * @QCA_NL80211_VENDOR_SUBCMD_HANG: Event indicating to the user space that the
407 * driver has detected an internal failure. This event carries the
408 * information indicating the reason that triggered this detection. The
409 * attributes for this command are defined in
410 * enum qca_wlan_vendor_attr_hang.
411 *
412 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG: Get the current values
413 * of spectral parameters used. The spectral scan parameters are specified
414 * by enum qca_wlan_vendor_attr_spectral_scan.
415 *
416 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS: Get the debug stats
417 * for spectral scan functionality. The debug stats are specified by
418 * enum qca_wlan_vendor_attr_spectral_diag_stats.
419 *
420 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO: Get spectral
421 * scan system capabilities. The capabilities are specified
422 * by enum qca_wlan_vendor_attr_spectral_cap.
423 *
424 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS: Get the current
425 * status of spectral scan. The status values are specified
426 * by enum qca_wlan_vendor_attr_spectral_scan_status.
427 *
428 * @QCA_NL80211_VENDOR_SUBCMD_PEER_FLUSH_PENDING: Sub-command to flush
429 * peer pending packets. Specify the peer MAC address in
430 * QCA_WLAN_VENDOR_ATTR_PEER_ADDR and the access category of the packets
431 * in QCA_WLAN_VENDOR_ATTR_AC. The attributes are listed
432 * in enum qca_wlan_vendor_attr_flush_pending.
433 *
434 * @QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO: Get vendor specific Representative
435 * RF Operating Parameter (RROP) information. The attributes for this
436 * information are defined in enum qca_wlan_vendor_attr_rrop_info. This is
437 * intended for use by external Auto Channel Selection applications.
438 *
439 * @QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS: Get the Specific Absorption Rate
440 * (SAR) power limits. This is a companion to the command
441 * @QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS and is used to retrieve the
442 * settings currently in use. The attributes returned by this command are
443 * defined by enum qca_vendor_attr_sar_limits.
444 *
445 * @QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO: Provides the current behavior of
446 * the WLAN hardware MAC. Also, provides the WLAN netdev interface
447 * information attached to the respective MAC.
448 * This works both as a query (user space asks the current mode) or event
449 * interface (driver advertising the current mode to the user space).
450 * Driver does not trigger this event for temporary hardware mode changes.
451 * Mode changes w.r.t Wi-Fi connection update (VIZ creation / deletion,
452 * channel change, etc.) are updated with this event. Attributes for this
453 * interface are defined in enum qca_wlan_vendor_attr_mac.
454 *
455 * @QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH: Set MSDU queue depth threshold
456 * per peer per TID. Attributes for this command are define in
457 * enum qca_wlan_set_qdepth_thresh_attr.
458 * @QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD: Provides the thermal shutdown action
459 * guide for WLAN driver. Request to suspend of driver and FW if the
460 * temperature is higher than the suspend threshold; resume action is
461 * requested to driver if the temperature is lower than the resume
462 * threshold. In user poll mode, request temperature data by user. For test
463 * purpose, getting thermal shutdown configuration parameters is needed.
464 * Attributes for this interface are defined in
465 * enum qca_wlan_vendor_attr_thermal_cmd.
466 * @QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT: Thermal events reported from
467 * driver. Thermal temperature and indication of resume completion are
468 * reported as thermal events. The attributes for this command are defined
469 * in enum qca_wlan_vendor_attr_thermal_event.
470 *
471 * @QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION: Sub command to set WiFi
472 * test configuration. Attributes for this command are defined in
473 * enum qca_wlan_vendor_attr_wifi_test_config.
474 *
475 * @QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER: This command is used to configure an
476 * RX filter to receive frames from stations that are active on the
477 * operating channel, but not associated with the local device (e.g., STAs
478 * associated with other APs). Filtering is done based on a list of BSSIDs
479 * and STA MAC addresses added by the user. This command is also used to
480 * fetch the statistics of unassociated stations. The attributes used with
481 * this command are defined in enum qca_wlan_vendor_attr_bss_filter.
482 *
483 * @QCA_NL80211_VENDOR_SUBCMD_NAN_EXT: An extendable version of NAN vendor
484 * command. The earlier command for NAN, QCA_NL80211_VENDOR_SUBCMD_NAN,
485 * carried a payload which was a binary blob of data. The command was not
486 * extendable to send more information. The newer version carries the
487 * legacy blob encapsulated within an attribute and can be extended with
488 * additional vendor attributes that can enhance the NAN command interface.
489 * @QCA_NL80211_VENDOR_SUBCMD_ROAM_SCAN_EVENT: Event to indicate scan triggered
490 * or stopped within driver/firmware in order to initiate roaming. The
491 * attributes used with this event are defined in enum
492 * qca_wlan_vendor_attr_roam_scan. Some drivers may not send these events
493 * in few cases, e.g., if the host processor is sleeping when this event
494 * is generated in firmware.
495 *
496 * @QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG: This command is used to
497 * configure parameters per peer to capture Channel Frequency Response
498 * (CFR) and enable Periodic CFR capture. The attributes for this command
499 * are defined in enum qca_wlan_vendor_peer_cfr_capture_attr.
500 *
501 * @QCA_NL80211_VENDOR_SUBCMD_THROUGHPUT_CHANGE_EVENT: Event to indicate changes
502 * in throughput dynamically. The driver estimates the throughput based on
503 * number of packets being transmitted/received per second and indicates
504 * the changes in throughput to user space. Userspace tools can use this
505 * information to configure kernel's TCP parameters in order to achieve
506 * peak throughput. Optionally, the driver will also send guidance on
507 * modifications to kernel's TCP parameters which can be referred by
508 * userspace tools. The attributes used with this event are defined in enum
509 * qca_wlan_vendor_attr_throughput_change.
510 *
511 * @QCA_NL80211_VENDOR_SUBCMD_COEX_CONFIG: This command is used to set
512 * priorities among different types of traffic during coex scenarios.
513 * Current supported prioritization is among WLAN/BT/ZIGBEE with different
514 * profiles mentioned in enum qca_coex_config_profiles. The associated
515 * attributes used with this command are defined in enum
516 * qca_vendor_attr_coex_config.
517 *
518 * Based on the config provided, FW will boost the weight and prioritize
519 * the traffic for that subsystem (WLAN/BT/Zigbee).
520 *
521 * @QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_AKMS: This command is used to query
522 * the supported AKM suite selectorss from the driver. It returns the list
523 * of supported AKMs in the attribute NL80211_ATTR_AKM_SUITES.
524 * @QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE: This command is used to get firmware
525 * state from the driver. It returns the firmware state in the attribute
526 * QCA_WLAN_VENDOR_ATTR_FW_STATE.
527 * @QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH: This vendor subcommand
528 * is used by the driver to flush per-peer cached statistics to user space
529 * application. This interface is used as an event from the driver to
530 * user space application. Attributes for this event are specified in
531 * enum qca_wlan_vendor_attr_peer_stats_cache_params.
532 * QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA attribute is expected to be
533 * sent in the event.
534 * @QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG: This sub command is used to
535 * improve the success rate of Zigbee joining network.
536 * Due to PTA master limitation, Zigbee joining network success rate is
537 * low while WLAN is working. The WLAN driver needs to configure some
538 * parameters including Zigbee state and specific WLAN periods to enhance
539 * PTA master. All these parameters are delivered by the attributes
540 * defined in enum qca_mpta_helper_vendor_attr.
541 * @QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING: This sub command is used to
542 * implement Beacon frame reporting feature.
543 *
544 * Userspace can request the driver/firmware to periodically report
545 * received Beacon frames whose BSSID is same as the current connected
546 * BSS's MAC address.
547 *
548 * In case the STA seamlessly (without sending disconnect indication to
549 * userspace) roams to a different BSS, Beacon frame reporting will be
550 * automatically enabled for the Beacon frames whose BSSID is same as the
551 * MAC address of the new BSS. Beacon reporting will be stopped when the
552 * STA is disconnected (when the disconnect indication is sent to
553 * userspace) and need to be explicitly enabled by userspace for next
554 * connection.
555 *
556 * When a Beacon frame matching configured conditions is received, and if
557 * userspace has requested to send asynchronous beacon reports, the
558 * driver/firmware will encapsulate the details of the Beacon frame in an
559 * event and send it to userspace along with updating the BSS information
560 * in cfg80211 scan cache, otherwise driver will only update the cfg80211
561 * scan cache with the information from the received Beacon frame but will
562 * not send any active report to userspace.
563 *
564 * The userspace can request the driver/firmware to stop reporting Beacon
565 * frames. If the driver/firmware is not able to receive Beacon frames due
566 * to other Wi-Fi operations such as off-channel activities, etc., the
567 * driver/firmware will send a pause event to userspace and stop reporting
568 * Beacon frames. Whether the beacon reporting will be automatically
569 * resumed or not by the driver/firmware later will be reported to
570 * userspace using the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES
571 * flag. The beacon reporting shall be resumed for all the cases except
572 * either when userspace sets
573 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME flag in the command
574 * which triggered the current beacon reporting or during any disconnection
575 * case as indicated by setting
576 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON to
577 * QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED by the
578 * driver.
579 *
580 * After QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_PAUSE event is received
581 * by userspace with QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES
582 * flag not set, the next first
583 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO event from the driver
584 * shall be considered as un-pause event.
585 *
586 * All the attributes used with this command are defined in
587 * enum qca_wlan_vendor_attr_beacon_reporting_params.
588 * @QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP: In practice, some APs have
589 * interop issues with the DUT. This sub command is used to transfer the
590 * AP info between the driver and user space. This works both as a command
591 * and an event. As a command, it configures the stored list of APs from
592 * user space to firmware; as an event, it indicates the AP info detected
593 * by the firmware to user space for persistent storage. The attributes
594 * defined in enum qca_vendor_attr_interop_issues_ap are used to deliver
595 * the parameters.
596 * @QCA_NL80211_VENDOR_SUBCMD_OEM_DATA: This command/event is used to
597 * send/receive OEM data binary blobs to/from application/service to/from
598 * firmware. The attributes defined in enum
599 * qca_wlan_vendor_attr_oem_data_params are used to deliver the
600 * parameters.
601 * @QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT: This command/event is used
602 * to send/receive avoid frequency data using
603 * enum qca_wlan_vendor_attr_avoid_frequency_ext.
604 * This new command is alternative to existing command
605 * QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY since existing command/event
606 * is using stream of bytes instead of structured data using vendor
607 * attributes.
608 *
609 * @QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE: This vendor subcommand is used to
610 * add the STA node details in driver/firmware. Attributes for this event
611 * are specified in enum qca_wlan_vendor_attr_add_sta_node_params.
612 * @QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE: This command is used to set BT
613 * coex chain mode from application/service.
614 * The attributes defined in enum qca_vendor_attr_btc_chain_mode are used
615 * to deliver the parameters.
616 *
617 * @QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO: This vendor subcommand is used to
618 * get information of a station from driver to userspace. This command can
619 * be used in both STA and AP modes. For STA mode, it provides information
620 * of the current association when in connected state or the last
621 * association when in disconnected state. For AP mode, only information
622 * of the currently connected stations is available. This command uses
623 * attributes defined in enum qca_wlan_vendor_attr_get_sta_info.
624 *
625 * @QCA_NL80211_VENDOR_SUBCMD_REQUEST_SAR_LIMITS_EVENT: This acts as an event.
626 * Host drivers can request the user space entity to set the SAR power
627 * limits with this event. Accordingly, the user space entity is expected
628 * to set the SAR power limits. Host drivers can retry this event to the
629 * user space for the SAR power limits configuration from user space. If
630 * the driver does not get the SAR power limits from user space for all
631 * the retried attempts, it can configure a default SAR power limit.
632 *
633 * @QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO: This acts as a vendor event and
634 * is used to update the information about the station from the driver to
635 * userspace. Uses attributes from enum
636 * qca_wlan_vendor_attr_update_sta_info.
637 *
638 * @QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON: This acts as an event.
639 * The host driver initiates the disconnection for scenarios such as beacon
640 * miss, NUD failure, peer kick out, etc. The disconnection indication
641 * through cfg80211_disconnected() expects the reason codes from enum
642 * ieee80211_reasoncode which does not signify these various reasons why
643 * the driver has triggered the disconnection. This event will be used to
644 * send the driver specific reason codes by the host driver to userspace.
645 * Host drivers should trigger this event and pass the respective reason
646 * code immediately prior to triggering cfg80211_disconnected(). The
647 * attributes used with this event are defined in enum
648 * qca_wlan_vendor_attr_driver_disconnect_reason.
649 */
650 enum qca_nl80211_vendor_subcmds {
651 QCA_NL80211_VENDOR_SUBCMD_UNSPEC = 0,
652 QCA_NL80211_VENDOR_SUBCMD_TEST = 1,
653 /* subcmds 2..8 not yet allocated */
654 QCA_NL80211_VENDOR_SUBCMD_ROAMING = 9,
655 QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY = 10,
656 QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY = 11,
657 QCA_NL80211_VENDOR_SUBCMD_NAN = 12,
658 QCA_NL80211_VENDOR_SUBCMD_STATS_EXT = 13,
659 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET = 14,
660 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET = 15,
661 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR = 16,
662 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_RADIO_RESULTS = 17,
663 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_IFACE_RESULTS = 18,
664 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_PEERS_RESULTS = 19,
665 QCA_NL80211_VENDOR_SUBCMD_GSCAN_START = 20,
666 QCA_NL80211_VENDOR_SUBCMD_GSCAN_STOP = 21,
667 QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_VALID_CHANNELS = 22,
668 QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CAPABILITIES = 23,
669 QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CACHED_RESULTS = 24,
670 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_RESULTS_AVAILABLE = 25,
671 QCA_NL80211_VENDOR_SUBCMD_GSCAN_FULL_SCAN_RESULT = 26,
672 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_EVENT = 27,
673 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_FOUND = 28,
674 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_BSSID_HOTLIST = 29,
675 QCA_NL80211_VENDOR_SUBCMD_GSCAN_RESET_BSSID_HOTLIST = 30,
676 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SIGNIFICANT_CHANGE = 31,
677 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SIGNIFICANT_CHANGE = 32,
678 QCA_NL80211_VENDOR_SUBCMD_GSCAN_RESET_SIGNIFICANT_CHANGE = 33,
679 QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE = 34,
680 QCA_NL80211_VENDOR_SUBCMD_TDLS_DISABLE = 35,
681 QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS = 36,
682 QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE = 37,
683 QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES = 38,
684 QCA_NL80211_VENDOR_SUBCMD_SCANNING_MAC_OUI = 39,
685 QCA_NL80211_VENDOR_SUBCMD_NO_DFS_FLAG = 40,
686 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_LOST = 41,
687 QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX = 42,
688 /* 43..49 - reserved for QCA */
689 QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY = 50,
690 QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH = 51,
691 QCA_NL80211_VENDOR_SUBCMD_APFIND = 52,
692 /* 53 - reserved - was used by QCA, but not in use anymore */
693 QCA_NL80211_VENDOR_SUBCMD_DO_ACS = 54,
694 QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES = 55,
695 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED = 56,
696 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED = 57,
697 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED = 58,
698 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED = 59,
699 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED = 60,
700 QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO = 61,
701 QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START = 62,
702 QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP = 63,
703 QCA_NL80211_VENDOR_SUBCMD_ROAM = 64,
704 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SSID_HOTLIST = 65,
705 QCA_NL80211_VENDOR_SUBCMD_GSCAN_RESET_SSID_HOTLIST = 66,
706 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_SSID_FOUND = 67,
707 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_SSID_LOST = 68,
708 QCA_NL80211_VENDOR_SUBCMD_PNO_SET_LIST = 69,
709 QCA_NL80211_VENDOR_SUBCMD_PNO_SET_PASSPOINT_LIST = 70,
710 QCA_NL80211_VENDOR_SUBCMD_PNO_RESET_PASSPOINT_LIST = 71,
711 QCA_NL80211_VENDOR_SUBCMD_PNO_NETWORK_FOUND = 72,
712 QCA_NL80211_VENDOR_SUBCMD_PNO_PASSPOINT_NETWORK_FOUND = 73,
713 /* Wi-Fi configuration subcommands */
714 QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION = 74,
715 QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION = 75,
716 QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET = 76,
717 QCA_NL80211_VENDOR_SUBCMD_GET_RING_DATA = 77,
718 QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES = 78,
719 QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS = 79,
720 QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI = 80,
721 QCA_NL80211_VENDOR_SUBCMD_NDP = 81,
722 QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD = 82,
723 QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER = 83,
724 QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE = 84,
725 QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS = 85,
726 /* 86-90 - reserved for QCA */
727 QCA_NL80211_VENDOR_SUBCMD_DATA_OFFLOAD = 91,
728 QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG = 92,
729 QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME = 93,
730 QCA_NL80211_VENDOR_SUBCMD_OCB_START_TIMING_ADVERT = 94,
731 QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT = 95,
732 QCA_NL80211_VENDOR_SUBCMD_OCB_GET_TSF_TIMER = 96,
733 QCA_NL80211_VENDOR_SUBCMD_DCC_GET_STATS = 97,
734 QCA_NL80211_VENDOR_SUBCMD_DCC_CLEAR_STATS = 98,
735 QCA_NL80211_VENDOR_SUBCMD_DCC_UPDATE_NDL = 99,
736 QCA_NL80211_VENDOR_SUBCMD_DCC_STATS_EVENT = 100,
737 QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES = 101,
738 QCA_NL80211_VENDOR_SUBCMD_GW_PARAM_CONFIG = 102,
739 QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST = 103,
740 QCA_NL80211_VENDOR_SUBCMD_SET_PROBABLE_OPER_CHANNEL = 104,
741 QCA_NL80211_VENDOR_SUBCMD_SETBAND = 105,
742 QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN = 106,
743 QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE = 107,
744 QCA_NL80211_VENDOR_SUBCMD_OTA_TEST = 108,
745 QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE = 109,
746 /* 110..114 - reserved for QCA */
747 QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB = 115,
748 QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY = 116,
749 /* 117 - reserved for QCA */
750 QCA_NL80211_VENDOR_SUBCMD_SET_SAP_CONFIG = 118,
751 QCA_NL80211_VENDOR_SUBCMD_TSF = 119,
752 QCA_NL80211_VENDOR_SUBCMD_WISA = 120,
753 /* 121 - reserved for QCA */
754 QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START = 122,
755 QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP = 123,
756 QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH = 124,
757 QCA_NL80211_VENDOR_SUBCMD_GPIO_CONFIG_COMMAND = 125,
758 QCA_NL80211_VENDOR_SUBCMD_GET_HW_CAPABILITY = 126,
759 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT = 127,
760 /* FTM/indoor location subcommands */
761 QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA = 128,
762 QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION = 129,
763 QCA_NL80211_VENDOR_SUBCMD_FTM_ABORT_SESSION = 130,
764 QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT = 131,
765 QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE = 132,
766 QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER = 133,
767 QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS = 134,
768 QCA_NL80211_VENDOR_SUBCMD_AOA_ABORT_MEAS = 135,
769 QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT = 136,
770 QCA_NL80211_VENDOR_SUBCMD_ENCRYPTION_TEST = 137,
771 QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI = 138,
772 /* DMG low level RF sector operations */
773 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG = 139,
774 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG = 140,
775 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SELECTED_SECTOR = 141,
776 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR = 142,
777 QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS = 143,
778 QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES = 144,
779 QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN = 145,
780 QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS = 146,
781 QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS = 147,
782 QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE = 148,
783 QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET = 149,
784 QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET = 150,
785 QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS = 151,
786 QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL = 152,
787 QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT = 153,
788 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START = 154,
789 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP = 155,
790 QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS = 156,
791 QCA_NL80211_VENDOR_SUBCMD_HANG = 157,
792 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG = 158,
793 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS = 159,
794 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO = 160,
795 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS = 161,
796 /* Flush peer pending data */
797 QCA_NL80211_VENDOR_SUBCMD_PEER_FLUSH_PENDING = 162,
798 QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO = 163,
799 QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS = 164,
800 QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO = 165,
801 QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH = 166,
802 /* Thermal shutdown commands to protect wifi chip */
803 QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD = 167,
804 QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT = 168,
805 /* Wi-Fi test configuration subcommand */
806 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION = 169,
807 /* Frame filter operations for other BSSs/unassociated STAs */
808 QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER = 170,
809 QCA_NL80211_VENDOR_SUBCMD_NAN_EXT = 171,
810 QCA_NL80211_VENDOR_SUBCMD_ROAM_SCAN_EVENT = 172,
811 QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG = 173,
812 QCA_NL80211_VENDOR_SUBCMD_THROUGHPUT_CHANGE_EVENT = 174,
813 QCA_NL80211_VENDOR_SUBCMD_COEX_CONFIG = 175,
814 QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_AKMS = 176,
815 QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE = 177,
816 QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH = 178,
817 QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG = 179,
818 QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING = 180,
819 QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP = 181,
820 QCA_NL80211_VENDOR_SUBCMD_OEM_DATA = 182,
821 QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT = 183,
822 QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE = 184,
823 QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE = 185,
824 QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO = 186,
825 QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS_EVENT = 187,
826 QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO = 188,
827 QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON = 189,
828 };
829
830 enum qca_wlan_vendor_attr {
831 QCA_WLAN_VENDOR_ATTR_INVALID = 0,
832 /* used by QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY */
833 QCA_WLAN_VENDOR_ATTR_DFS = 1,
834 /* Used only when driver sends vendor events to the userspace under the
835 * command QCA_NL80211_VENDOR_SUBCMD_NAN. Not used when userspace sends
836 * commands to the driver.
837 */
838 QCA_WLAN_VENDOR_ATTR_NAN = 2,
839 /* used by QCA_NL80211_VENDOR_SUBCMD_STATS_EXT */
840 QCA_WLAN_VENDOR_ATTR_STATS_EXT = 3,
841 /* used by QCA_NL80211_VENDOR_SUBCMD_STATS_EXT */
842 QCA_WLAN_VENDOR_ATTR_IFINDEX = 4,
843 /* used by QCA_NL80211_VENDOR_SUBCMD_ROAMING, u32 with values defined
844 * by enum qca_roaming_policy.
845 */
846 QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY = 5,
847 QCA_WLAN_VENDOR_ATTR_MAC_ADDR = 6,
848 /* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
849 QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS = 7,
850 QCA_WLAN_VENDOR_ATTR_TEST = 8,
851 /* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
852 /* Unsigned 32-bit value. */
853 QCA_WLAN_VENDOR_ATTR_CONCURRENCY_CAPA = 9,
854 /* Unsigned 32-bit value */
855 QCA_WLAN_VENDOR_ATTR_MAX_CONCURRENT_CHANNELS_2_4_BAND = 10,
856 /* Unsigned 32-bit value */
857 QCA_WLAN_VENDOR_ATTR_MAX_CONCURRENT_CHANNELS_5_0_BAND = 11,
858 /* Unsigned 32-bit value from enum qca_set_band. */
859 QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE = 12,
860 /* Dummy (NOP) attribute for 64 bit padding */
861 QCA_WLAN_VENDOR_ATTR_PAD = 13,
862 /* Unique FTM session cookie (Unsigned 64 bit). Specified in
863 * QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION. Reported in
864 * the session in QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT and
865 * QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE.
866 */
867 QCA_WLAN_VENDOR_ATTR_FTM_SESSION_COOKIE = 14,
868 /* Indoor location capabilities, returned by
869 * QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA.
870 * see enum qca_wlan_vendor_attr_loc_capa.
871 */
872 QCA_WLAN_VENDOR_ATTR_LOC_CAPA = 15,
873 /* Array of nested attributes containing information about each peer
874 * in FTM measurement session. See enum qca_wlan_vendor_attr_peer_info
875 * for supported attributes for each peer.
876 */
877 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEERS = 16,
878 /* Array of nested attributes containing measurement results for
879 * one or more peers, reported by the
880 * QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT event.
881 * See enum qca_wlan_vendor_attr_peer_result for list of supported
882 * attributes.
883 */
884 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEER_RESULTS = 17,
885 /* Flag attribute for enabling or disabling responder functionality. */
886 QCA_WLAN_VENDOR_ATTR_FTM_RESPONDER_ENABLE = 18,
887 /* Used in the QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
888 * command to specify the LCI report that will be sent by
889 * the responder during a measurement exchange. The format is
890 * defined in IEEE P802.11-REVmc/D7.0, 9.4.2.22.10.
891 */
892 QCA_WLAN_VENDOR_ATTR_FTM_LCI = 19,
893 /* Used in the QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
894 * command to specify the location civic report that will
895 * be sent by the responder during a measurement exchange.
896 * The format is defined in IEEE P802.11-REVmc/D7.0, 9.4.2.22.13.
897 */
898 QCA_WLAN_VENDOR_ATTR_FTM_LCR = 20,
899 /* Session/measurement completion status code,
900 * reported in QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE and
901 * QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT
902 * see enum qca_vendor_attr_loc_session_status.
903 */
904 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS = 21,
905 /* Initial dialog token used by responder (0 if not specified),
906 * unsigned 8 bit value.
907 */
908 QCA_WLAN_VENDOR_ATTR_FTM_INITIAL_TOKEN = 22,
909 /* AOA measurement type. Requested in QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS
910 * and optionally in QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION if
911 * AOA measurements are needed as part of an FTM session.
912 * Reported by QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT. See
913 * enum qca_wlan_vendor_attr_aoa_type.
914 */
915 QCA_WLAN_VENDOR_ATTR_AOA_TYPE = 23,
916 /* A bit mask (unsigned 32 bit value) of antenna arrays used
917 * by indoor location measurements. Refers to the antenna
918 * arrays described by QCA_VENDOR_ATTR_LOC_CAPA_ANTENNA_ARRAYS.
919 */
920 QCA_WLAN_VENDOR_ATTR_LOC_ANTENNA_ARRAY_MASK = 24,
921 /* AOA measurement data. Its contents depends on the AOA measurement
922 * type and antenna array mask:
923 * QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: array of U16 values,
924 * phase of the strongest CIR path for each antenna in the measured
925 * array(s).
926 * QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: array of 2 U16
927 * values, phase and amplitude of the strongest CIR path for each
928 * antenna in the measured array(s).
929 */
930 QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT = 25,
931 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
932 * to specify the chain number (unsigned 32 bit value) to inquire
933 * the corresponding antenna RSSI value
934 */
935 QCA_WLAN_VENDOR_ATTR_CHAIN_INDEX = 26,
936 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
937 * to report the specific antenna RSSI value (unsigned 32 bit value)
938 */
939 QCA_WLAN_VENDOR_ATTR_CHAIN_RSSI = 27,
940 /* Frequency in MHz, various uses. Unsigned 32 bit value */
941 QCA_WLAN_VENDOR_ATTR_FREQ = 28,
942 /* TSF timer value, unsigned 64 bit value.
943 * May be returned by various commands.
944 */
945 QCA_WLAN_VENDOR_ATTR_TSF = 29,
946 /* DMG RF sector index, unsigned 16 bit number. Valid values are
947 * 0..127 for sector indices or 65535 as special value used to
948 * unlock sector selection in
949 * QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR.
950 */
951 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX = 30,
952 /* DMG RF sector type, unsigned 8 bit value. One of the values
953 * in enum qca_wlan_vendor_attr_dmg_rf_sector_type.
954 */
955 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE = 31,
956 /* Bitmask of DMG RF modules for which information is requested. Each
957 * bit corresponds to an RF module with the same index as the bit
958 * number. Unsigned 32 bit number but only low 8 bits can be set since
959 * all DMG chips currently have up to 8 RF modules.
960 */
961 QCA_WLAN_VENDOR_ATTR_DMG_RF_MODULE_MASK = 32,
962 /* Array of nested attributes where each entry is DMG RF sector
963 * configuration for a single RF module.
964 * Attributes for each entry are taken from enum
965 * qca_wlan_vendor_attr_dmg_rf_sector_cfg.
966 * Specified in QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG
967 * and returned by QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG.
968 */
969 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG = 33,
970 /* Used in QCA_NL80211_VENDOR_SUBCMD_STATS_EXT command
971 * to report frame aggregation statistics to userspace.
972 */
973 QCA_WLAN_VENDOR_ATTR_RX_AGGREGATION_STATS_HOLES_NUM = 34,
974 QCA_WLAN_VENDOR_ATTR_RX_AGGREGATION_STATS_HOLES_INFO = 35,
975 /* Unsigned 8-bit value representing MBO transition reason code as
976 * provided by the AP used by subcommand
977 * QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS. This is
978 * specified by the userspace in the request to the driver.
979 */
980 QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON = 36,
981 /* Array of nested attributes, BSSID and status code, used by subcommand
982 * QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS, where each
983 * entry is taken from enum qca_wlan_vendor_attr_btm_candidate_info.
984 * The userspace space specifies the list/array of candidate BSSIDs in
985 * the order of preference in the request. The driver specifies the
986 * status code, for each BSSID in the list, in the response. The
987 * acceptable candidates are listed in the order preferred by the
988 * driver.
989 */
990 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO = 37,
991 /* Used in QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT command
992 * See enum qca_wlan_vendor_attr_brp_ant_limit_mode.
993 */
994 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE = 38,
995 /* Used in QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT command
996 * to define the number of antennas to use for BRP.
997 * different purpose in each ANT_LIMIT_MODE:
998 * DISABLE - ignored
999 * EFFECTIVE - upper limit to number of antennas to be used
1000 * FORCE - exact number of antennas to be used
1001 * unsigned 8 bit value
1002 */
1003 QCA_WLAN_VENDOR_ATTR_BRP_ANT_NUM_LIMIT = 39,
1004 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
1005 * to report the corresponding antenna index to the chain RSSI value
1006 */
1007 QCA_WLAN_VENDOR_ATTR_ANTENNA_INFO = 40,
1008 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command to report
1009 * the specific antenna EVM value (unsigned 32 bit value). With a
1010 * determinate group of antennas, the driver specifies the EVM value
1011 * for each antenna ID, and application extract them in user space.
1012 */
1013 QCA_WLAN_VENDOR_ATTR_CHAIN_EVM = 41,
1014 /*
1015 * Used in QCA_NL80211_VENDOR_SUBCMD_GET_FW_STATE command to report
1016 * wlan firmware current state. FW state is an unsigned 8 bit value,
1017 * one of the values in enum qca_wlan_vendor_attr_fw_state.
1018 */
1019 QCA_WLAN_VENDOR_ATTR_FW_STATE = 42,
1020
1021 /* keep last */
1022 QCA_WLAN_VENDOR_ATTR_AFTER_LAST,
1023 QCA_WLAN_VENDOR_ATTR_MAX = QCA_WLAN_VENDOR_ATTR_AFTER_LAST - 1,
1024 };
1025
1026 enum qca_roaming_policy {
1027 QCA_ROAMING_NOT_ALLOWED,
1028 QCA_ROAMING_ALLOWED_WITHIN_ESS,
1029 };
1030
1031 /**
1032 * enum qca_roam_reason - Represents the reason codes for roaming. Used by
1033 * QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REASON.
1034 *
1035 * @QCA_ROAM_REASON_UNKNOWN: Any reason that do not classify under the below
1036 * reasons.
1037 *
1038 * @QCA_ROAM_REASON_PER: Roam triggered when packet error rates (PER) breached
1039 * the configured threshold.
1040 *
1041 * @QCA_ROAM_REASON_BEACON_MISS: Roam triggered due to the continuous configured
1042 * beacon misses from the then connected AP.
1043 *
1044 * @QCA_ROAM_REASON_POOR_RSSI: Roam triggered due to the poor RSSI reported
1045 * by the connected AP.
1046 *
1047 * @QCA_ROAM_REASON_BETTER_RSSI: Roam triggered for finding a BSS with a better
1048 * RSSI than the connected BSS. Here the RSSI of the current BSS is not poor.
1049 *
1050 * @QCA_ROAM_REASON_CONGESTION: Roam triggered considering the connected channel
1051 * or environment being very noisy or congested.
1052 *
1053 * @QCA_ROAM_REASON_EXPLICIT_REQUEST: Roam triggered due to an explicit request
1054 * from the user (user space).
1055 *
1056 * @QCA_ROAM_REASON_BTM: Roam triggered due to BTM Request frame received from
1057 * the connected AP.
1058 *
1059 * @QCA_ROAM_REASON_BSS_LOAD: Roam triggered due to the channel utilization
1060 * breaching out the configured threshold.
1061 */
1062 enum qca_roam_reason {
1063 QCA_ROAM_REASON_UNKNOWN,
1064 QCA_ROAM_REASON_PER,
1065 QCA_ROAM_REASON_BEACON_MISS,
1066 QCA_ROAM_REASON_POOR_RSSI,
1067 QCA_ROAM_REASON_BETTER_RSSI,
1068 QCA_ROAM_REASON_CONGESTION,
1069 QCA_ROAM_REASON_USER_TRIGGER,
1070 QCA_ROAM_REASON_BTM,
1071 QCA_ROAM_REASON_BSS_LOAD,
1072 };
1073
1074 enum qca_wlan_vendor_attr_roam_auth {
1075 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_INVALID = 0,
1076 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID,
1077 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REQ_IE,
1078 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RESP_IE,
1079 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AUTHORIZED,
1080 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_KEY_REPLAY_CTR,
1081 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KCK,
1082 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KEK,
1083 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_SUBNET_STATUS,
1084 /* Indicates the status of re-association requested by user space for
1085 * the BSSID specified by QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID.
1086 * Type u16.
1087 * Represents the status code from AP. Use
1088 * %WLAN_STATUS_UNSPECIFIED_FAILURE if the device cannot give you the
1089 * real status code for failures.
1090 */
1091 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS,
1092 /* This attribute indicates that the old association was maintained when
1093 * a re-association is requested by user space and that re-association
1094 * attempt fails (i.e., cannot connect to the requested BSS, but can
1095 * remain associated with the BSS with which the association was in
1096 * place when being requested to roam). Used along with
1097 * WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS to indicate the current
1098 * re-association status. Type flag.
1099 * This attribute is applicable only for re-association failure cases.
1100 */
1101 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RETAIN_CONNECTION,
1102 /* This attribute specifies the PMK if one was newly generated during
1103 * FILS roaming. This is added to the PMKSA cache and is used in
1104 * subsequent connections with PMKSA caching.
1105 */
1106 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMK = 11,
1107 /* This attribute specifies the PMKID used/generated for the current
1108 * FILS roam. This is used in subsequent connections with PMKSA caching.
1109 */
1110 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMKID = 12,
1111 /* A 16-bit unsigned value specifying the next sequence number to use
1112 * in ERP message in the currently associated realm. This is used in
1113 * doing subsequent ERP based connections in the same realm.
1114 */
1115 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_FILS_ERP_NEXT_SEQ_NUM = 13,
1116 /* A 16-bit unsigned value representing the reasons for the roaming.
1117 * Defined by enum qca_roam_reason.
1118 */
1119 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REASON = 14,
1120
1121 /* keep last */
1122 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST,
1123 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX =
1124 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST - 1
1125 };
1126
1127 enum qca_wlan_vendor_attr_p2p_listen_offload {
1128 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INVALID = 0,
1129 /* A 32-bit unsigned value; the P2P listen frequency (MHz); must be one
1130 * of the social channels.
1131 */
1132 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CHANNEL,
1133 /* A 32-bit unsigned value; the P2P listen offload period (ms).
1134 */
1135 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_PERIOD,
1136 /* A 32-bit unsigned value; the P2P listen interval duration (ms).
1137 */
1138 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INTERVAL,
1139 /* A 32-bit unsigned value; number of interval times the firmware needs
1140 * to run the offloaded P2P listen operation before it stops.
1141 */
1142 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_COUNT,
1143 /* An array of arbitrary binary data with one or more 8-byte values.
1144 * The device types include both primary and secondary device types.
1145 */
1146 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_DEVICE_TYPES,
1147 /* An array of unsigned 8-bit characters; vendor information elements.
1148 */
1149 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_VENDOR_IE,
1150 /* A 32-bit unsigned value; a control flag to indicate whether listen
1151 * results need to be flushed to wpa_supplicant.
1152 */
1153 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CTRL_FLAG,
1154 /* A 8-bit unsigned value; reason code for P2P listen offload stop
1155 * event.
1156 */
1157 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_STOP_REASON,
1158 /* keep last */
1159 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST,
1160 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX =
1161 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST - 1
1162 };
1163
1164 /**
1165 * enum qca_wlan_vendor_attr_acs_offload - Defines attributes to be used with
1166 * vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
1167 *
1168 * @QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL: Required (u8).
1169 * Used with event to notify the primary channel number selected in ACS
1170 * operation.
1171 * Note: If both the driver and user-space application supports the 6 GHz band,
1172 * QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL is deprecated; use
1173 * QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY instead.
1174 * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
1175 * is still used if either of the driver or user space application doesn't
1176 * support the 6 GHz band.
1177 *
1178 * @QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL: Required (u8).
1179 * Used with event to notify the secondary channel number selected in ACS
1180 * operation.
1181 * Note: If both the driver and user-space application supports the 6 GHz band,
1182 * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL is deprecated; use
1183 * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY instead.
1184 * To maintain backward compatibility,
1185 * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL is still used if either of
1186 * the driver or user space application doesn't support 6 GHz band.
1187 *
1188 * @QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE: Required (u8).
1189 * (a) Used with command to configure hw_mode from
1190 * enum qca_wlan_vendor_acs_hw_mode for ACS operation.
1191 * (b) Also used with event to notify the hw_mode of selected primary channel
1192 * in ACS operation.
1193 *
1194 * @QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED: Flag attribute.
1195 * Used with command to configure ACS operation for HT mode.
1196 * Disable (flag attribute not present) - HT disabled and
1197 * Enable (flag attribute present) - HT enabled.
1198 *
1199 * @QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED: Flag attribute.
1200 * Used with command to configure ACS operation for HT40 mode.
1201 * Disable (flag attribute not present) - HT40 disabled and
1202 * Enable (flag attribute present) - HT40 enabled.
1203 *
1204 * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED: Flag attribute.
1205 * Used with command to configure ACS operation for VHT mode.
1206 * Disable (flag attribute not present) - VHT disabled and
1207 * Enable (flag attribute present) - VHT enabled.
1208 *
1209 * @QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH: Optional (u16) with command and
1210 * mandatory with event.
1211 * If specified in command path, ACS operation is configured with the given
1212 * channel width (in MHz).
1213 * In event path, specifies the channel width of the primary channel selected.
1214 *
1215 * @QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST: Required and type is NLA_UNSPEC.
1216 * Used with command to configure channel list using an array of
1217 * channel numbers (u8).
1218 * Note: If both the driver and user-space application supports the 6 GHz band,
1219 * the driver mandates use of QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST whereas
1220 * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST is optional.
1221 *
1222 * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL: Required (u8).
1223 * Used with event to notify the VHT segment 0 center channel number selected in
1224 * ACS operation. The value is the index of the channel center frequency for
1225 * 20 MHz, 40 MHz, and 80 MHz channels. The value is the center frequency index
1226 * of the primary 80 MHz segment for 160 MHz and 80+80 MHz channels.
1227 * Note: If both the driver and user-space application supports the 6 GHz band,
1228 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is deprecated; use
1229 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY instead.
1230 * To maintain backward compatibility,
1231 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is still used if either of
1232 * the driver or user space application doesn't support the 6 GHz band.
1233 *
1234 * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL: Required (u8).
1235 * Used with event to notify the VHT segment 1 center channel number selected in
1236 * ACS operation. The value is zero for 20 MHz, 40 MHz, and 80 MHz channels.
1237 * The value is the index of the channel center frequency for 160 MHz channels
1238 * and the center frequency index of the secondary 80 MHz segment for 80+80 MHz
1239 * channels.
1240 * Note: If both the driver and user-space application supports the 6 GHz band,
1241 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is deprecated; use
1242 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY instead.
1243 * To maintain backward compatibility,
1244 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is still used if either of
1245 * the driver or user space application doesn't support the 6 GHz band.
1246 *
1247 * @QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST: Required and type is NLA_UNSPEC.
1248 * Used with command to configure the channel list using an array of channel
1249 * center frequencies in MHz (u32).
1250 * Note: If both the driver and user-space application supports the 6 GHz band,
1251 * the driver first parses the frequency list and if it fails to get a frequency
1252 * list, parses the channel list specified using
1253 * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST (considers only 2 GHz and 5 GHz channels in
1254 * QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST).
1255 *
1256 * @QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY: Required (u32).
1257 * Used with event to notify the primary channel center frequency (MHz) selected
1258 * in ACS operation.
1259 * Note: If the driver supports the 6 GHz band, the event sent from the driver
1260 * includes this attribute along with QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL.
1261 *
1262 * @QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY: Required (u32).
1263 * Used with event to notify the secondary channel center frequency (MHz)
1264 * selected in ACS operation.
1265 * Note: If the driver supports the 6 GHz band, the event sent from the driver
1266 * includes this attribute along with
1267 * QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL.
1268 *
1269 * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY: Required (u32).
1270 * Used with event to notify the VHT segment 0 center channel frequency (MHz)
1271 * selected in ACS operation.
1272 * Note: If the driver supports the 6 GHz band, the event sent from the driver
1273 * includes this attribute along with
1274 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL.
1275 *
1276 * @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY: Required (u32).
1277 * Used with event to notify the VHT segment 1 center channel frequency (MHz)
1278 * selected in ACS operation.
1279 * Note: If the driver supports the 6 GHz band, the event sent from the driver
1280 * includes this attribute along with
1281 * QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL.
1282 *
1283 * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED: Flag attribute.
1284 * Used with command to notify the driver of EDMG request for ACS
1285 * operation.
1286 *
1287 * @QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL: Optional (u8).
1288 * Used with event to notify the EDMG channel number selected in ACS
1289 * operation.
1290 * EDMG primary channel is indicated by QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL
1291 */
1292 enum qca_wlan_vendor_attr_acs_offload {
1293 QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_INVALID = 0,
1294 QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL = 1,
1295 QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL = 2,
1296 QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE = 3,
1297 QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED = 4,
1298 QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED = 5,
1299 QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED = 6,
1300 QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH = 7,
1301 QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST = 8,
1302 QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL = 9,
1303 QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL = 10,
1304 QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST = 11,
1305 QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_FREQUENCY = 12,
1306 QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_FREQUENCY = 13,
1307 QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY = 14,
1308 QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY = 15,
1309 QCA_WLAN_VENDOR_ATTR_ACS_EDMG_ENABLED = 16,
1310 QCA_WLAN_VENDOR_ATTR_ACS_EDMG_CHANNEL = 17,
1311
1312 /* keep last */
1313 QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST,
1314 QCA_WLAN_VENDOR_ATTR_ACS_MAX =
1315 QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST - 1
1316 };
1317
1318 /**
1319 * enum qca_wlan_vendor_acs_hw_mode - Defines HW mode to be used with the
1320 * vendor command/event QCA_NL80211_VENDOR_SUBCMD_DO_ACS.
1321 *
1322 * @QCA_ACS_MODE_IEEE80211B: 802.11b mode
1323 * @QCA_ACS_MODE_IEEE80211G: 802.11g mode
1324 * @QCA_ACS_MODE_IEEE80211A: 802.11a mode
1325 * @QCA_ACS_MODE_IEEE80211AD: 802.11ad mode
1326 * @QCA_ACS_MODE_IEEE80211ANY: all modes
1327 * @QCA_ACS_MODE_IEEE80211AX: 802.11ax mode
1328 */
1329 enum qca_wlan_vendor_acs_hw_mode {
1330 QCA_ACS_MODE_IEEE80211B,
1331 QCA_ACS_MODE_IEEE80211G,
1332 QCA_ACS_MODE_IEEE80211A,
1333 QCA_ACS_MODE_IEEE80211AD,
1334 QCA_ACS_MODE_IEEE80211ANY,
1335 QCA_ACS_MODE_IEEE80211AX,
1336 };
1337
1338 /**
1339 * enum qca_wlan_vendor_features - Vendor device/driver feature flags
1340 *
1341 * @QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD: Device supports key
1342 * management offload, a mechanism where the station's firmware
1343 * does the exchange with the AP to establish the temporal keys
1344 * after roaming, rather than having the user space wpa_supplicant do it.
1345 * @QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY: Device supports automatic
1346 * band selection based on channel selection results.
1347 * @QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS: Device supports
1348 * simultaneous off-channel operations.
1349 * @QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD: Device supports P2P
1350 * Listen offload; a mechanism where the station's firmware takes care of
1351 * responding to incoming Probe Request frames received from other P2P
1352 * Devices whilst in Listen state, rather than having the user space
1353 * wpa_supplicant do it. Information from received P2P requests are
1354 * forwarded from firmware to host whenever the host processor wakes up.
1355 * @QCA_WLAN_VENDOR_FEATURE_OCE_STA: Device supports all OCE non-AP STA
1356 * specific features.
1357 * @QCA_WLAN_VENDOR_FEATURE_OCE_AP: Device supports all OCE AP specific
1358 * features.
1359 * @QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON: Device supports OCE STA-CFON
1360 * specific features only. If a Device sets this bit but not the
1361 * %QCA_WLAN_VENDOR_FEATURE_OCE_AP, the userspace shall assume that
1362 * this Device may not support all OCE AP functionalities but can support
1363 * only OCE STA-CFON functionalities.
1364 * @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
1365 * managed regulatory.
1366 * @QCA_WLAN_VENDOR_FEATURE_TWT: Device supports TWT (Target Wake Time).
1367 * @QCA_WLAN_VENDOR_FEATURE_11AX: Device supports 802.11ax (HE)
1368 * @QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT: Device supports 6 GHz band operation
1369 * @QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG: Device is capable of receiving
1370 * and applying thermal configuration through
1371 * %QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL and
1372 * %QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW attributes from
1373 * userspace.
1374 * @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
1375 */
1376 enum qca_wlan_vendor_features {
1377 QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
1378 QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
1379 QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS = 2,
1380 QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD = 3,
1381 QCA_WLAN_VENDOR_FEATURE_OCE_STA = 4,
1382 QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
1383 QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
1384 QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
1385 QCA_WLAN_VENDOR_FEATURE_TWT = 8,
1386 QCA_WLAN_VENDOR_FEATURE_11AX = 9,
1387 QCA_WLAN_VENDOR_FEATURE_6GHZ_SUPPORT = 10,
1388 QCA_WLAN_VENDOR_FEATURE_THERMAL_CONFIG = 11,
1389 NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
1390 };
1391
1392 /**
1393 * enum qca_wlan_vendor_attr_data_offload_ind - Vendor Data Offload Indication
1394 *
1395 * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_SESSION: Session corresponding to
1396 * the offloaded data.
1397 * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_PROTOCOL: Protocol of the offloaded
1398 * data.
1399 * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_EVENT: Event type for the data offload
1400 * indication.
1401 */
1402 enum qca_wlan_vendor_attr_data_offload_ind {
1403 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_INVALID = 0,
1404 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_SESSION,
1405 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_PROTOCOL,
1406 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_EVENT,
1407
1408 /* keep last */
1409 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST,
1410 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_MAX =
1411 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST - 1
1412 };
1413
1414 /**
1415 * enum qca_wlan_vendor_attr_ocb_set_config - Vendor subcmd attributes to set
1416 * OCB config
1417 *
1418 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_COUNT: Number of channels in the
1419 * configuration
1420 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_SIZE: Size of the schedule
1421 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_ARRAY: Array of channels
1422 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_ARRAY: Array of channels to be
1423 * scheduled
1424 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_CHANNEL_ARRAY: Array of NDL channel
1425 * information
1426 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_ACTIVE_STATE_ARRAY: Array of NDL
1427 * active state configuration
1428 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_FLAGS: Configuration flags such as
1429 * OCB_CONFIG_FLAG_80211_FRAME_MODE
1430 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_DEF_TX_PARAM: Default TX parameters to
1431 * use in the case that a packet is sent without a TX control header
1432 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_TA_MAX_DURATION: Max duration after the
1433 * last TA received that the local time set by TA is synchronous to other
1434 * communicating OCB STAs.
1435 */
1436 enum qca_wlan_vendor_attr_ocb_set_config {
1437 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_INVALID = 0,
1438 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_COUNT = 1,
1439 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_SIZE = 2,
1440 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_ARRAY = 3,
1441 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_ARRAY = 4,
1442 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_CHANNEL_ARRAY = 5,
1443 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_ACTIVE_STATE_ARRAY = 6,
1444 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_FLAGS = 7,
1445 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_DEF_TX_PARAM = 8,
1446 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_TA_MAX_DURATION = 9,
1447 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_AFTER_LAST,
1448 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_MAX =
1449 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_AFTER_LAST - 1
1450 };
1451
1452 /**
1453 * enum qca_wlan_vendor_attr_ocb_set_utc_time - Vendor subcmd attributes to set
1454 * UTC time
1455 *
1456 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_VALUE: The UTC time as an array of
1457 * 10 bytes
1458 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_ERROR: The time error as an array of
1459 * 5 bytes
1460 */
1461 enum qca_wlan_vendor_attr_ocb_set_utc_time {
1462 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_INVALID = 0,
1463 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_VALUE = 1,
1464 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_ERROR = 2,
1465 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_AFTER_LAST,
1466 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_MAX =
1467 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_AFTER_LAST - 1
1468 };
1469
1470 /**
1471 * enum qca_wlan_vendor_attr_ocb_start_timing_advert - Vendor subcmd attributes
1472 * to start sending timing advert frames
1473 *
1474 * @QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_CHANNEL_FREQ: Cannel frequency
1475 * on which to send the frames
1476 * @QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_REPEAT_RATE: Number of times
1477 * the frame is sent in 5 seconds
1478 */
1479 enum qca_wlan_vendor_attr_ocb_start_timing_advert {
1480 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_INVALID = 0,
1481 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_CHANNEL_FREQ = 1,
1482 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_REPEAT_RATE = 2,
1483 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_AFTER_LAST,
1484 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_MAX =
1485 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_AFTER_LAST - 1
1486 };
1487
1488 /**
1489 * enum qca_wlan_vendor_attr_ocb_stop_timing_advert - Vendor subcmd attributes
1490 * to stop timing advert
1491 *
1492 * @QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_CHANNEL_FREQ: The channel
1493 * frequency on which to stop the timing advert
1494 */
1495 enum qca_wlan_vendor_attr_ocb_stop_timing_advert {
1496 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_INVALID = 0,
1497 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_CHANNEL_FREQ = 1,
1498 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_AFTER_LAST,
1499 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_MAX =
1500 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_AFTER_LAST - 1
1501 };
1502
1503 /**
1504 * enum qca_wlan_vendor_attr_ocb_get_tsf_response - Vendor subcmd attributes to
1505 * get TSF timer value
1506 *
1507 * @QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_HIGH: Higher 32 bits of the
1508 * timer
1509 * @QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_LOW: Lower 32 bits of the timer
1510 */
1511 enum qca_wlan_vendor_attr_ocb_get_tsf_resp {
1512 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_INVALID = 0,
1513 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_HIGH = 1,
1514 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_LOW = 2,
1515 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_AFTER_LAST,
1516 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_MAX =
1517 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_AFTER_LAST - 1
1518 };
1519
1520 enum qca_vendor_attr_get_preferred_freq_list {
1521 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_INVALID,
1522 /* A 32-unsigned value; the interface type/mode for which the preferred
1523 * frequency list is requested (see enum qca_iface_type for possible
1524 * values); used in GET_PREFERRED_FREQ_LIST command from user-space to
1525 * kernel and in the kernel response back to user-space.
1526 */
1527 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_IFACE_TYPE,
1528 /* An array of 32-unsigned values; values are frequency (MHz); sent
1529 * from kernel space to user space.
1530 */
1531 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST,
1532 /* An array of nested values as per enum qca_wlan_vendor_attr_pcl
1533 * attribute. Each element contains frequency (MHz), weight, and flag
1534 * bit mask indicating how the frequency should be used in P2P
1535 * negotiation; sent from kernel space to user space.
1536 */
1537 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_WEIGHED_PCL,
1538 /* keep last */
1539 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST,
1540 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_MAX =
1541 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST - 1
1542 };
1543
1544 enum qca_vendor_attr_probable_oper_channel {
1545 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_INVALID,
1546 /* 32-bit unsigned value; indicates the connection/iface type likely to
1547 * come on this channel (see enum qca_iface_type).
1548 */
1549 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_IFACE_TYPE,
1550 /* 32-bit unsigned value; the frequency (MHz) of the probable channel */
1551 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_FREQ,
1552 /* keep last */
1553 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST,
1554 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_MAX =
1555 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST - 1
1556 };
1557
1558 enum qca_iface_type {
1559 QCA_IFACE_TYPE_STA,
1560 QCA_IFACE_TYPE_AP,
1561 QCA_IFACE_TYPE_P2P_CLIENT,
1562 QCA_IFACE_TYPE_P2P_GO,
1563 QCA_IFACE_TYPE_IBSS,
1564 QCA_IFACE_TYPE_TDLS,
1565 };
1566
1567 enum qca_set_band {
1568 QCA_SETBAND_AUTO,
1569 QCA_SETBAND_5G,
1570 QCA_SETBAND_2G,
1571 };
1572
1573 /**
1574 * enum qca_access_policy - Access control policy
1575 *
1576 * Access control policy is applied on the configured IE
1577 * (QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE).
1578 * To be set with QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY.
1579 *
1580 * @QCA_ACCESS_POLICY_ACCEPT_UNLESS_LISTED: Deny Wi-Fi connections which match
1581 * the specific configuration (IE) set, i.e., allow all the
1582 * connections which do not match the configuration.
1583 * @QCA_ACCESS_POLICY_DENY_UNLESS_LISTED: Accept Wi-Fi connections which match
1584 * the specific configuration (IE) set, i.e., deny all the
1585 * connections which do not match the configuration.
1586 */
1587 enum qca_access_policy {
1588 QCA_ACCESS_POLICY_ACCEPT_UNLESS_LISTED,
1589 QCA_ACCESS_POLICY_DENY_UNLESS_LISTED,
1590 };
1591
1592 /**
1593 * enum qca_vendor_attr_get_tsf: Vendor attributes for TSF capture
1594 * @QCA_WLAN_VENDOR_ATTR_TSF_CMD: enum qca_tsf_operation (u32)
1595 * @QCA_WLAN_VENDOR_ATTR_TSF_TIMER_VALUE: Unsigned 64 bit TSF timer value
1596 * @QCA_WLAN_VENDOR_ATTR_TSF_SOC_TIMER_VALUE: Unsigned 64 bit Synchronized
1597 * SOC timer value at TSF capture
1598 */
1599 enum qca_vendor_attr_tsf_cmd {
1600 QCA_WLAN_VENDOR_ATTR_TSF_INVALID = 0,
1601 QCA_WLAN_VENDOR_ATTR_TSF_CMD,
1602 QCA_WLAN_VENDOR_ATTR_TSF_TIMER_VALUE,
1603 QCA_WLAN_VENDOR_ATTR_TSF_SOC_TIMER_VALUE,
1604 QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST,
1605 QCA_WLAN_VENDOR_ATTR_TSF_MAX =
1606 QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST - 1
1607 };
1608
1609 /**
1610 * enum qca_tsf_operation: TSF driver commands
1611 * @QCA_TSF_CAPTURE: Initiate TSF Capture
1612 * @QCA_TSF_GET: Get TSF capture value
1613 * @QCA_TSF_SYNC_GET: Initiate TSF capture and return with captured value
1614 */
1615 enum qca_tsf_cmd {
1616 QCA_TSF_CAPTURE,
1617 QCA_TSF_GET,
1618 QCA_TSF_SYNC_GET,
1619 };
1620
1621 /**
1622 * enum qca_vendor_attr_wisa_cmd
1623 * @QCA_WLAN_VENDOR_ATTR_WISA_MODE: WISA mode value (u32)
1624 * WISA setup vendor commands
1625 */
1626 enum qca_vendor_attr_wisa_cmd {
1627 QCA_WLAN_VENDOR_ATTR_WISA_INVALID = 0,
1628 QCA_WLAN_VENDOR_ATTR_WISA_MODE,
1629 QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST,
1630 QCA_WLAN_VENDOR_ATTR_WISA_MAX =
1631 QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST - 1
1632 };
1633
1634 /* IEEE 802.11 Vendor Specific elements */
1635
1636 /**
1637 * enum qca_vendor_element_id - QCA Vendor Specific element types
1638 *
1639 * These values are used to identify QCA Vendor Specific elements. The
1640 * payload of the element starts with the three octet OUI (OUI_QCA) and
1641 * is followed by a single octet type which is defined by this enum.
1642 *
1643 * @QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST: P2P preferred channel list.
1644 * This element can be used to specify preference order for supported
1645 * channels. The channels in this list are in preference order (the first
1646 * one has the highest preference) and are described as a pair of
1647 * (global) Operating Class and Channel Number (each one octet) fields.
1648 *
1649 * This extends the standard P2P functionality by providing option to have
1650 * more than one preferred operating channel. When this element is present,
1651 * it replaces the preference indicated in the Operating Channel attribute.
1652 * For supporting other implementations, the Operating Channel attribute is
1653 * expected to be used with the highest preference channel. Similarly, all
1654 * the channels included in this Preferred channel list element are
1655 * expected to be included in the Channel List attribute.
1656 *
1657 * This vendor element may be included in GO Negotiation Request, P2P
1658 * Invitation Request, and Provision Discovery Request frames.
1659 *
1660 * @QCA_VENDOR_ELEM_HE_CAPAB: HE Capabilities element.
1661 * This element can be used for pre-standard publication testing of HE
1662 * before P802.11ax draft assigns the element ID. The payload of this
1663 * vendor specific element is defined by the latest P802.11ax draft.
1664 * Please note that the draft is still work in progress and this element
1665 * payload is subject to change.
1666 *
1667 * @QCA_VENDOR_ELEM_HE_OPER: HE Operation element.
1668 * This element can be used for pre-standard publication testing of HE
1669 * before P802.11ax draft assigns the element ID. The payload of this
1670 * vendor specific element is defined by the latest P802.11ax draft.
1671 * Please note that the draft is still work in progress and this element
1672 * payload is subject to change.
1673 *
1674 * @QCA_VENDOR_ELEM_RAPS: RAPS element (OFDMA-based Random Access Parameter Set
1675 * element).
1676 * This element can be used for pre-standard publication testing of HE
1677 * before P802.11ax draft assigns the element ID extension. The payload of
1678 * this vendor specific element is defined by the latest P802.11ax draft
1679 * (not including the Element ID Extension field). Please note that the
1680 * draft is still work in progress and this element payload is subject to
1681 * change.
1682 *
1683 * @QCA_VENDOR_ELEM_MU_EDCA_PARAMS: MU EDCA Parameter Set element.
1684 * This element can be used for pre-standard publication testing of HE
1685 * before P802.11ax draft assigns the element ID extension. The payload of
1686 * this vendor specific element is defined by the latest P802.11ax draft
1687 * (not including the Element ID Extension field). Please note that the
1688 * draft is still work in progress and this element payload is subject to
1689 * change.
1690 *
1691 * @QCA_VENDOR_ELEM_BSS_COLOR_CHANGE: BSS Color Change Announcement element.
1692 * This element can be used for pre-standard publication testing of HE
1693 * before P802.11ax draft assigns the element ID extension. The payload of
1694 * this vendor specific element is defined by the latest P802.11ax draft
1695 * (not including the Element ID Extension field). Please note that the
1696 * draft is still work in progress and this element payload is subject to
1697 * change.
1698 */
1699 enum qca_vendor_element_id {
1700 QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST = 0,
1701 QCA_VENDOR_ELEM_HE_CAPAB = 1,
1702 QCA_VENDOR_ELEM_HE_OPER = 2,
1703 QCA_VENDOR_ELEM_RAPS = 3,
1704 QCA_VENDOR_ELEM_MU_EDCA_PARAMS = 4,
1705 QCA_VENDOR_ELEM_BSS_COLOR_CHANGE = 5,
1706 };
1707
1708 /**
1709 * enum qca_wlan_vendor_attr_scan - Specifies vendor scan attributes
1710 *
1711 * @QCA_WLAN_VENDOR_ATTR_SCAN_IE: IEs that should be included as part of scan
1712 * @QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES: Nested unsigned 32-bit attributes
1713 * with frequencies to be scanned (in MHz)
1714 * @QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS: Nested attribute with SSIDs to be scanned
1715 * @QCA_WLAN_VENDOR_ATTR_SCAN_SUPP_RATES: Nested array attribute of supported
1716 * rates to be included
1717 * @QCA_WLAN_VENDOR_ATTR_SCAN_TX_NO_CCK_RATE: flag used to send probe requests
1718 * at non CCK rate in 2GHz band
1719 * @QCA_WLAN_VENDOR_ATTR_SCAN_FLAGS: Unsigned 32-bit scan flags
1720 * @QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE: Unsigned 64-bit cookie provided by the
1721 * driver for the specific scan request
1722 * @QCA_WLAN_VENDOR_ATTR_SCAN_STATUS: Unsigned 8-bit status of the scan
1723 * request decoded as in enum scan_status
1724 * @QCA_WLAN_VENDOR_ATTR_SCAN_MAC: 6-byte MAC address to use when randomisation
1725 * scan flag is set
1726 * @QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK: 6-byte MAC address mask to be used with
1727 * randomisation
1728 * @QCA_WLAN_VENDOR_ATTR_SCAN_BSSID: 6-byte MAC address representing the
1729 * specific BSSID to scan for.
1730 * @QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME: Unsigned 64-bit dwell time in
1731 * microseconds. This is a common value which applies across all
1732 * frequencies specified by QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES.
1733 */
1734 enum qca_wlan_vendor_attr_scan {
1735 QCA_WLAN_VENDOR_ATTR_SCAN_INVALID_PARAM = 0,
1736 QCA_WLAN_VENDOR_ATTR_SCAN_IE = 1,
1737 QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES = 2,
1738 QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS = 3,
1739 QCA_WLAN_VENDOR_ATTR_SCAN_SUPP_RATES = 4,
1740 QCA_WLAN_VENDOR_ATTR_SCAN_TX_NO_CCK_RATE = 5,
1741 QCA_WLAN_VENDOR_ATTR_SCAN_FLAGS = 6,
1742 QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE = 7,
1743 QCA_WLAN_VENDOR_ATTR_SCAN_STATUS = 8,
1744 QCA_WLAN_VENDOR_ATTR_SCAN_MAC = 9,
1745 QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK = 10,
1746 QCA_WLAN_VENDOR_ATTR_SCAN_BSSID = 11,
1747 QCA_WLAN_VENDOR_ATTR_SCAN_DWELL_TIME = 12,
1748 QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST,
1749 QCA_WLAN_VENDOR_ATTR_SCAN_MAX =
1750 QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST - 1
1751 };
1752
1753 /**
1754 * enum scan_status - Specifies the valid values the vendor scan attribute
1755 * QCA_WLAN_VENDOR_ATTR_SCAN_STATUS can take
1756 *
1757 * @VENDOR_SCAN_STATUS_NEW_RESULTS: implies the vendor scan is successful with
1758 * new scan results
1759 * @VENDOR_SCAN_STATUS_ABORTED: implies the vendor scan was aborted in-between
1760 */
1761 enum scan_status {
1762 VENDOR_SCAN_STATUS_NEW_RESULTS,
1763 VENDOR_SCAN_STATUS_ABORTED,
1764 VENDOR_SCAN_STATUS_MAX,
1765 };
1766
1767 /**
1768 * enum qca_vendor_attr_ota_test - Specifies the values for vendor
1769 * command QCA_NL80211_VENDOR_SUBCMD_OTA_TEST
1770 * @QCA_WLAN_VENDOR_ATTR_OTA_TEST_ENABLE: enable ota test
1771 */
1772 enum qca_vendor_attr_ota_test {
1773 QCA_WLAN_VENDOR_ATTR_OTA_TEST_INVALID,
1774 /* 8-bit unsigned value to indicate if OTA test is enabled */
1775 QCA_WLAN_VENDOR_ATTR_OTA_TEST_ENABLE,
1776 /* keep last */
1777 QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST,
1778 QCA_WLAN_VENDOR_ATTR_OTA_TEST_MAX =
1779 QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST - 1
1780 };
1781
1782 /**
1783 * enum qca_vendor_attr_txpower_scale - vendor sub commands index
1784 *
1785 * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE: scaling value
1786 */
1787 enum qca_vendor_attr_txpower_scale {
1788 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_INVALID,
1789 /* 8-bit unsigned value to indicate the scaling of tx power */
1790 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE,
1791 /* keep last */
1792 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST,
1793 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_MAX =
1794 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST - 1
1795 };
1796
1797 /**
1798 * enum qca_vendor_attr_txpower_decr_db - Attributes for TX power decrease
1799 *
1800 * These attributes are used with QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB.
1801 */
1802 enum qca_vendor_attr_txpower_decr_db {
1803 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_INVALID,
1804 /* 8-bit unsigned value to indicate the reduction of TX power in dB for
1805 * a virtual interface.
1806 */
1807 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB,
1808 /* keep last */
1809 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST,
1810 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_MAX =
1811 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST - 1
1812 };
1813
1814 /* Attributes for data used by
1815 * QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION and
1816 * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION subcommands.
1817 */
1818 enum qca_wlan_vendor_attr_config {
1819 QCA_WLAN_VENDOR_ATTR_CONFIG_INVALID = 0,
1820 /* Unsigned 32-bit value to set the DTIM period.
1821 * Whether the wifi chipset wakes at every dtim beacon or a multiple of
1822 * the DTIM period. If DTIM is set to 3, the STA shall wake up every 3
1823 * DTIM beacons.
1824 */
1825 QCA_WLAN_VENDOR_ATTR_CONFIG_DYNAMIC_DTIM = 1,
1826 /* Unsigned 32-bit value to set the wifi_iface stats averaging factor
1827 * used to calculate statistics like average the TSF offset or average
1828 * number of frame leaked.
1829 * For instance, upon Beacon frame reception:
1830 * current_avg = ((beacon_TSF - TBTT) * factor + previous_avg * (0x10000 - factor) ) / 0x10000
1831 * For instance, when evaluating leaky APs:
1832 * current_avg = ((num frame received within guard time) * factor + previous_avg * (0x10000 - factor)) / 0x10000
1833 */
1834 QCA_WLAN_VENDOR_ATTR_CONFIG_STATS_AVG_FACTOR = 2,
1835 /* Unsigned 32-bit value to configure guard time, i.e., when
1836 * implementing IEEE power management based on frame control PM bit, how
1837 * long the driver waits before shutting down the radio and after
1838 * receiving an ACK frame for a Data frame with PM bit set.
1839 */
1840 QCA_WLAN_VENDOR_ATTR_CONFIG_GUARD_TIME = 3,
1841 /* Unsigned 32-bit value to change the FTM capability dynamically */
1842 QCA_WLAN_VENDOR_ATTR_CONFIG_FINE_TIME_MEASUREMENT = 4,
1843 /* Unsigned 16-bit value to configure maximum TX rate dynamically */
1844 QCA_WLAN_VENDOR_ATTR_CONF_TX_RATE = 5,
1845 /* Unsigned 32-bit value to configure the number of continuous
1846 * Beacon Miss which shall be used by the firmware to penalize
1847 * the RSSI.
1848 */
1849 QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS = 6,
1850 /* Unsigned 8-bit value to configure the channel avoidance indication
1851 * behavior. Firmware to send only one indication and ignore duplicate
1852 * indications when set to avoid multiple Apps wakeups.
1853 */
1854 QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_AVOIDANCE_IND = 7,
1855 /* 8-bit unsigned value to configure the maximum TX MPDU for
1856 * aggregation.
1857 */
1858 QCA_WLAN_VENDOR_ATTR_CONFIG_TX_MPDU_AGGREGATION = 8,
1859 /* 8-bit unsigned value to configure the maximum RX MPDU for
1860 * aggregation.
1861 */
1862 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MPDU_AGGREGATION = 9,
1863 /* 8-bit unsigned value to configure the Non aggregrate/11g sw
1864 * retry threshold (0 disable, 31 max).
1865 */
1866 QCA_WLAN_VENDOR_ATTR_CONFIG_NON_AGG_RETRY = 10,
1867 /* 8-bit unsigned value to configure the aggregrate sw
1868 * retry threshold (0 disable, 31 max).
1869 */
1870 QCA_WLAN_VENDOR_ATTR_CONFIG_AGG_RETRY = 11,
1871 /* 8-bit unsigned value to configure the MGMT frame
1872 * retry threshold (0 disable, 31 max).
1873 */
1874 QCA_WLAN_VENDOR_ATTR_CONFIG_MGMT_RETRY = 12,
1875 /* 8-bit unsigned value to configure the CTRL frame
1876 * retry threshold (0 disable, 31 max).
1877 */
1878 QCA_WLAN_VENDOR_ATTR_CONFIG_CTRL_RETRY = 13,
1879 /* 8-bit unsigned value to configure the propagation delay for
1880 * 2G/5G band (0~63, units in us)
1881 */
1882 QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_DELAY = 14,
1883 /* Unsigned 32-bit value to configure the number of unicast TX fail
1884 * packet count. The peer is disconnected once this threshold is
1885 * reached.
1886 */
1887 QCA_WLAN_VENDOR_ATTR_CONFIG_TX_FAIL_COUNT = 15,
1888 /* Attribute used to set scan default IEs to the driver.
1889 *
1890 * These IEs can be used by scan operations that will be initiated by
1891 * the driver/firmware.
1892 *
1893 * For further scan requests coming to the driver, these IEs should be
1894 * merged with the IEs received along with scan request coming to the
1895 * driver. If a particular IE is present in the scan default IEs but not
1896 * present in the scan request, then that IE should be added to the IEs
1897 * sent in the Probe Request frames for that scan request.
1898 */
1899 QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_DEFAULT_IES = 16,
1900 /* Unsigned 32-bit attribute for generic commands */
1901 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_COMMAND = 17,
1902 /* Unsigned 32-bit value attribute for generic commands */
1903 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_VALUE = 18,
1904 /* Unsigned 32-bit data attribute for generic command response */
1905 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA = 19,
1906 /* Unsigned 32-bit length attribute for
1907 * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA
1908 */
1909 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_LENGTH = 20,
1910 /* Unsigned 32-bit flags attribute for
1911 * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA
1912 */
1913 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_FLAGS = 21,
1914 /* Unsigned 32-bit, defining the access policy.
1915 * See enum qca_access_policy. Used with
1916 * QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST.
1917 */
1918 QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY = 22,
1919 /* Sets the list of full set of IEs for which a specific access policy
1920 * has to be applied. Used along with
1921 * QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY to control the access.
1922 * Zero length payload can be used to clear this access constraint.
1923 */
1924 QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST = 23,
1925 /* Unsigned 32-bit, specifies the interface index (netdev) for which the
1926 * corresponding configurations are applied. If the interface index is
1927 * not specified, the configurations are attributed to the respective
1928 * wiphy.
1929 */
1930 QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX = 24,
1931 /* 8-bit unsigned value to trigger QPower: 1-Enable, 0-Disable */
1932 QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER = 25,
1933 /* 8-bit unsigned value to configure the driver and below layers to
1934 * ignore the assoc disallowed set by APs while connecting
1935 * 1-Ignore, 0-Don't ignore
1936 */
1937 QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED = 26,
1938 /* 32-bit unsigned value to trigger antenna diversity features:
1939 * 1-Enable, 0-Disable
1940 */
1941 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_ENA = 27,
1942 /* 32-bit unsigned value to configure specific chain antenna */
1943 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_CHAIN = 28,
1944 /* 32-bit unsigned value to trigger cycle selftest
1945 * 1-Enable, 0-Disable
1946 */
1947 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SELFTEST = 29,
1948 /* 32-bit unsigned to configure the cycle time of selftest
1949 * the unit is micro-second
1950 */
1951 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SELFTEST_INTVL = 30,
1952 /* 32-bit unsigned value to set reorder timeout for AC_VO */
1953 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_VOICE = 31,
1954 /* 32-bit unsigned value to set reorder timeout for AC_VI */
1955 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_VIDEO = 32,
1956 /* 32-bit unsigned value to set reorder timeout for AC_BE */
1957 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BESTEFFORT = 33,
1958 /* 32-bit unsigned value to set reorder timeout for AC_BK */
1959 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BACKGROUND = 34,
1960 /* 6-byte MAC address to point out the specific peer */
1961 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC = 35,
1962 /* 32-bit unsigned value to set window size for specific peer */
1963 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_WINLIMIT = 36,
1964 /* 8-bit unsigned value to set the beacon miss threshold in 2.4 GHz */
1965 QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_24 = 37,
1966 /* 8-bit unsigned value to set the beacon miss threshold in 5 GHz */
1967 QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_5 = 38,
1968 /* 32-bit unsigned value to configure 5 or 10 MHz channel width for
1969 * station device while in disconnect state. The attribute use the
1970 * value of enum nl80211_chan_width: NL80211_CHAN_WIDTH_5 means 5 MHz,
1971 * NL80211_CHAN_WIDTH_10 means 10 MHz. If set, the device work in 5 or
1972 * 10 MHz channel width, the station will not connect to a BSS using 20
1973 * MHz or higher bandwidth. Set to NL80211_CHAN_WIDTH_20_NOHT to
1974 * clear this constraint.
1975 */
1976 QCA_WLAN_VENDOR_ATTR_CONFIG_SUB20_CHAN_WIDTH = 39,
1977 /* 32-bit unsigned value to configure the propagation absolute delay
1978 * for 2G/5G band (units in us)
1979 */
1980 QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY = 40,
1981 /* 32-bit unsigned value to set probe period */
1982 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_PROBE_PERIOD = 41,
1983 /* 32-bit unsigned value to set stay period */
1984 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_STAY_PERIOD = 42,
1985 /* 32-bit unsigned value to set snr diff */
1986 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SNR_DIFF = 43,
1987 /* 32-bit unsigned value to set probe dwell time */
1988 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_PROBE_DWELL_TIME = 44,
1989 /* 32-bit unsigned value to set mgmt snr weight */
1990 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_MGMT_SNR_WEIGHT = 45,
1991 /* 32-bit unsigned value to set data snr weight */
1992 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_DATA_SNR_WEIGHT = 46,
1993 /* 32-bit unsigned value to set ack snr weight */
1994 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_ACK_SNR_WEIGHT = 47,
1995 /* 32-bit unsigned value to configure the listen interval.
1996 * This is in units of beacon intervals. This configuration alters
1997 * the negotiated listen interval with the AP during the connection.
1998 * It is highly recommended to configure a value less than or equal to
1999 * the one negotiated during the association. Configuring any greater
2000 * value can have adverse effects (frame loss, AP disassociating STA,
2001 * etc.).
2002 */
2003 QCA_WLAN_VENDOR_ATTR_CONFIG_LISTEN_INTERVAL = 48,
2004 /*
2005 * 8 bit unsigned value that is set on an AP/GO virtual interface to
2006 * disable operations that would cause the AP/GO to leave its operating
2007 * channel.
2008 *
2009 * This will restrict the scans to the AP/GO operating channel and the
2010 * channels of the other band, if DBS is supported.A STA/CLI interface
2011 * brought up after this setting is enabled, will be restricted to
2012 * connecting to devices only on the AP/GO interface's operating channel
2013 * or on the other band in DBS case. P2P supported channel list is
2014 * modified, to only include AP interface's operating-channel and the
2015 * channels of the other band if DBS is supported.
2016 *
2017 * These restrictions are only applicable as long as the AP/GO interface
2018 * is alive. If the AP/GO interface is brought down then this
2019 * setting/restriction is forgotten.
2020 *
2021 * If this variable is set on an AP/GO interface while a multi-channel
2022 * concurrent session is active, it has no effect on the operation of
2023 * the current interfaces, other than restricting the scan to the AP/GO
2024 * operating channel and the other band channels if DBS is supported.
2025 * However, if the STA is brought down and restarted then the new STA
2026 * connection will either be formed on the AP/GO channel or on the
2027 * other band in a DBS case. This is because of the scan being
2028 * restricted on these channels as mentioned above.
2029 *
2030 * 1-Restrict / 0-Don't restrict offchannel operations.
2031 */
2032 QCA_WLAN_VENDOR_ATTR_CONFIG_RESTRICT_OFFCHANNEL = 49,
2033 /*
2034 * 8 bit unsigned value to enable/disable LRO (Large Receive Offload)
2035 * on an interface.
2036 * 1 - Enable, 0 - Disable.
2037 */
2038 QCA_WLAN_VENDOR_ATTR_CONFIG_LRO = 50,
2039
2040 /*
2041 * 8 bit unsigned value to globally enable/disable scan
2042 * 1 - Enable, 0 - Disable.
2043 */
2044 QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_ENABLE = 51,
2045
2046 /* 8-bit unsigned value to set the total beacon miss count
2047 * This parameter will set the total beacon miss count.
2048 */
2049 QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52,
2050
2051 /* Unsigned 32-bit value to configure the number of continuous
2052 * Beacon Miss which shall be used by the firmware to penalize
2053 * the RSSI for BTC.
2054 */
2055 QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS_BTC = 53,
2056
2057 /* 8-bit unsigned value to configure the driver and below layers to
2058 * enable/disable all FILS features.
2059 * 0-enable, 1-disable
2060 */
2061 QCA_WLAN_VENDOR_ATTR_CONFIG_DISABLE_FILS = 54,
2062
2063 /* 16-bit unsigned value to configure the level of WLAN latency
2064 * module. See enum qca_wlan_vendor_attr_config_latency_level.
2065 */
2066 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL = 55,
2067
2068 /* 8-bit unsigned value indicating the driver to use the RSNE as-is from
2069 * the connect interface. Exclusively used for the scenarios where the
2070 * device is used as a test bed device with special functionality and
2071 * not recommended for production. This helps driver to not validate the
2072 * RSNE passed from user space and thus allow arbitrary IE data to be
2073 * used for testing purposes.
2074 * 1-enable, 0-disable.
2075 * Applications set/reset this configuration. If not reset, this
2076 * parameter remains in use until the driver is unloaded.
2077 */
2078 QCA_WLAN_VENDOR_ATTR_CONFIG_RSN_IE = 56,
2079
2080 /* 8-bit unsigned value to trigger green Tx power saving.
2081 * 1-Enable, 0-Disable
2082 */
2083 QCA_WLAN_VENDOR_ATTR_CONFIG_GTX = 57,
2084
2085 /* Attribute to configure disconnect IEs to the driver.
2086 * This carries an array of unsigned 8-bit characters.
2087 *
2088 * If this is configured, driver shall fill the IEs in disassoc/deauth
2089 * frame.
2090 * These IEs are expected to be considered only for the next
2091 * immediate disconnection (disassoc/deauth frame) originated by
2092 * the DUT, irrespective of the entity (user space/driver/firmware)
2093 * triggering the disconnection.
2094 * The host drivers are not expected to use the IEs set through
2095 * this interface for further disconnections after the first immediate
2096 * disconnection initiated post the configuration.
2097 * If the IEs are also updated through cfg80211 interface (after the
2098 * enhancement to cfg80211_disconnect), host driver is expected to
2099 * take the union of IEs from both of these interfaces and send in
2100 * further disassoc/deauth frames.
2101 */
2102 QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES = 58,
2103
2104 /* 8-bit unsigned value for ELNA bypass.
2105 * 1-Enable, 0-Disable
2106 */
2107 QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
2108
2109 /* 8-bit unsigned value. This attribute enables/disables the host driver
2110 * to send the Beacon Report Response with failure reason for the
2111 * scenarios where STA cannot honor the Beacon Report Request from AP.
2112 * 1-Enable, 0-Disable.
2113 */
2114 QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL = 60,
2115
2116 /* 8-bit unsigned value. This attribute enables/disables the host driver
2117 * to send roam reason information in the Reassociation Request frame to
2118 * the target AP when roaming within the same ESS.
2119 * 1-Enable, 0-Disable.
2120 */
2121 QCA_WLAN_VENDOR_ATTR_CONFIG_ROAM_REASON = 61,
2122
2123 /* keep last */
2124 QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
2125 QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
2126 QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST - 1,
2127 };
2128
2129 /* Compatibility defines for previously used incorrect enum
2130 * qca_wlan_vendor_attr_config names. These values should not be used in any
2131 * new implementation. */
2132 #define QCA_WLAN_VENDOR_ATTR_DISCONNECT_IES \
2133 QCA_WLAN_VENDOR_ATTR_CONFIG_DISCONNECT_IES
2134 #define QCA_WLAN_VENDOR_ATTR_BEACON_REPORT_FAIL \
2135 QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_REPORT_FAIL
2136
2137 /**
2138 * enum qca_wlan_vendor_attr_sap_config - Parameters for AP configuration
2139 *
2140 * @QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL: Optional (u8)
2141 * Channel number on which Access Point should restart.
2142 * Note: If both the driver and user space application supports the 6 GHz band,
2143 * this attribute is deprecated and QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY
2144 * should be used.
2145 * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL
2146 * is still used if either of the driver or user space application doesn't
2147 * support the 6 GHz band.
2148 *
2149 * @QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY: Optional (u32)
2150 * Channel center frequency (MHz) on which the access point should restart.
2151 */
2152 enum qca_wlan_vendor_attr_sap_config {
2153 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_INVALID = 0,
2154 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_CHANNEL = 1,
2155
2156 /* List of frequencies on which AP is expected to operate.
2157 * This is irrespective of ACS configuration. This list is a priority
2158 * based one and is looked for before the AP is created to ensure the
2159 * best concurrency sessions (avoid MCC and use DBS/SCC) co-exist in
2160 * the system.
2161 */
2162 QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST = 2,
2163 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_FREQUENCY = 3,
2164
2165 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST,
2166 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_MAX =
2167 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST - 1,
2168 };
2169
2170 /**
2171 * enum qca_wlan_vendor_attr_sap_conditional_chan_switch - Parameters for AP
2172 * conditional channel switch
2173 */
2174 enum qca_wlan_vendor_attr_sap_conditional_chan_switch {
2175 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_INVALID = 0,
2176 /* Priority based frequency list (an array of u32 values in host byte
2177 * order)
2178 */
2179 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST = 1,
2180 /* Status of the conditional switch (u32).
2181 * 0: Success, Non-zero: Failure
2182 */
2183 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS = 2,
2184
2185 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST,
2186 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_MAX =
2187 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST - 1,
2188 };
2189
2190 /**
2191 * enum qca_wlan_gpio_attr - Parameters for GPIO configuration
2192 */
2193 enum qca_wlan_gpio_attr {
2194 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INVALID = 0,
2195 /* Unsigned 32-bit attribute for GPIO command */
2196 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND,
2197 /* Unsigned 32-bit attribute for GPIO PIN number to configure */
2198 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM,
2199 /* Unsigned 32-bit attribute for GPIO value to configure */
2200 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_VALUE,
2201 /* Unsigned 32-bit attribute for GPIO pull type */
2202 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE,
2203 /* Unsigned 32-bit attribute for GPIO interrupt mode */
2204 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE,
2205
2206 /* keep last */
2207 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST,
2208 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MAX =
2209 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST - 1
2210 };
2211
2212 /**
2213 * qca_wlan_set_qdepth_thresh_attr - Parameters for setting
2214 * MSDUQ depth threshold per peer per tid in the target
2215 *
2216 * Associated Vendor Command:
2217 * QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH
2218 */
2219 enum qca_wlan_set_qdepth_thresh_attr {
2220 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_INVALID = 0,
2221 /* 6-byte MAC address */
2222 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAC_ADDR,
2223 /* Unsigned 32-bit attribute for holding the TID */
2224 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_TID,
2225 /* Unsigned 32-bit attribute for holding the update mask
2226 * bit 0 - Update high priority msdu qdepth threshold
2227 * bit 1 - Update low priority msdu qdepth threshold
2228 * bit 2 - Update UDP msdu qdepth threshold
2229 * bit 3 - Update Non UDP msdu qdepth threshold
2230 * rest of bits are reserved
2231 */
2232 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_UPDATE_MASK,
2233 /* Unsigned 32-bit attribute for holding the threshold value */
2234 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_VALUE,
2235
2236 /* keep last */
2237 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST,
2238 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAX =
2239 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST - 1,
2240 };
2241
2242 /**
2243 * enum qca_acs_dfs_mode - Defines different types of DFS channel
2244 * configurations for ACS operation.
2245 *
2246 * @QCA_ACS_DFS_MODE_NONE: Refer to invalid DFS mode
2247 * @QCA_ACS_DFS_MODE_ENABLE: Consider DFS channels in ACS operation
2248 * @QCA_ACS_DFS_MODE_DISABLE: Do not consider DFS channels in ACS operation
2249 * @QCA_ACS_DFS_MODE_DEPRIORITIZE: Deprioritize DFS channels in ACS operation
2250 */
2251 enum qca_acs_dfs_mode {
2252 QCA_ACS_DFS_MODE_NONE = 0,
2253 QCA_ACS_DFS_MODE_ENABLE = 1,
2254 QCA_ACS_DFS_MODE_DISABLE = 2,
2255 QCA_ACS_DFS_MODE_DEPRIORITIZE = 3,
2256 };
2257
2258 /**
2259 * enum qca_wlan_vendor_attr_acs_config - Defines Configuration attributes
2260 * used by the vendor command QCA_NL80211_VENDOR_SUBCMD_ACS_POLICY.
2261 *
2262 * @QCA_WLAN_VENDOR_ATTR_ACS_DFS_MODE: Required (u8)
2263 * DFS mode for ACS operation from enum qca_acs_dfs_mode.
2264 *
2265 * @QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT: Required (u8)
2266 * channel number hint for ACS operation, if valid channel is specified then
2267 * ACS operation gives priority to this channel.
2268 * Note: If both the driver and user space application supports the 6 GHz band,
2269 * this attribute is deprecated and QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT
2270 * should be used.
2271 * To maintain backward compatibility, QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT
2272 * is still used if either of the driver or user space application doesn't
2273 * support the 6 GHz band.
2274 *
2275 * @QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT: Required (u32).
2276 * Channel center frequency (MHz) hint for ACS operation, if a valid center
2277 * frequency is specified, ACS operation gives priority to this channel.
2278 */
2279 enum qca_wlan_vendor_attr_acs_config {
2280 QCA_WLAN_VENDOR_ATTR_ACS_MODE_INVALID = 0,
2281 QCA_WLAN_VENDOR_ATTR_ACS_DFS_MODE = 1,
2282 QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_HINT = 2,
2283 QCA_WLAN_VENDOR_ATTR_ACS_FREQUENCY_HINT = 3,
2284
2285 QCA_WLAN_VENDOR_ATTR_ACS_DFS_AFTER_LAST,
2286 QCA_WLAN_VENDOR_ATTR_ACS_DFS_MAX =
2287 QCA_WLAN_VENDOR_ATTR_ACS_DFS_AFTER_LAST - 1,
2288 };
2289
2290 /**
2291 * enum qca_wlan_vendor_attr_get_hw_capability - Wi-Fi hardware capability
2292 */
2293 enum qca_wlan_vendor_attr_get_hw_capability {
2294 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_INVALID,
2295 /* Antenna isolation
2296 * An attribute used in the response.
2297 * The content of this attribute is encoded in a byte array. Each byte
2298 * value is an antenna isolation value. The array length is the number
2299 * of antennas.
2300 */
2301 QCA_WLAN_VENDOR_ATTR_ANTENNA_ISOLATION,
2302 /* Request HW capability
2303 * An attribute used in the request.
2304 * The content of this attribute is a u32 array for one or more of
2305 * hardware capabilities (attribute IDs) that are being requested. Each
2306 * u32 value has a value from this
2307 * enum qca_wlan_vendor_attr_get_hw_capability
2308 * identifying which capabilities are requested.
2309 */
2310 QCA_WLAN_VENDOR_ATTR_GET_HW_CAPABILITY,
2311
2312 /* keep last */
2313 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST,
2314 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_MAX =
2315 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST - 1,
2316 };
2317
2318 /**
2319 * enum qca_wlan_vendor_attr_ll_stats_ext - Attributes for MAC layer monitoring
2320 * offload which is an extension for LL_STATS.
2321 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD: Monitoring period. Unit in ms.
2322 * If MAC counters do not exceed the threshold, FW will report monitored
2323 * link layer counters periodically as this setting. The first report is
2324 * always triggered by this timer.
2325 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD: It is a percentage (1-99).
2326 * For each MAC layer counter, FW holds two copies. One is the current value.
2327 * The other is the last report. Once a current counter's increment is larger
2328 * than the threshold, FW will indicate that counter to host even if the
2329 * monitoring timer does not expire.
2330 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG: Peer STA power state change
2331 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID: TID of MSDU
2332 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU: Count of MSDU with the same
2333 * failure code.
2334 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS: TX failure code
2335 * 1: TX packet discarded
2336 * 2: No ACK
2337 * 3: Postpone
2338 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS: peer MAC address
2339 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE: Peer STA current state
2340 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL: Global threshold.
2341 * Threshold for all monitored parameters. If per counter dedicated threshold
2342 * is not enabled, this threshold will take effect.
2343 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE: Indicate what triggers this
2344 * event, PERORID_TIMEOUT == 1, THRESH_EXCEED == 0.
2345 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID: interface ID
2346 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID: peer ID
2347 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP: bitmap for TX counters
2348 * Bit0: TX counter unit in MSDU
2349 * Bit1: TX counter unit in MPDU
2350 * Bit2: TX counter unit in PPDU
2351 * Bit3: TX counter unit in byte
2352 * Bit4: Dropped MSDUs
2353 * Bit5: Dropped Bytes
2354 * Bit6: MPDU retry counter
2355 * Bit7: MPDU failure counter
2356 * Bit8: PPDU failure counter
2357 * Bit9: MPDU aggregation counter
2358 * Bit10: MCS counter for ACKed MPDUs
2359 * Bit11: MCS counter for Failed MPDUs
2360 * Bit12: TX Delay counter
2361 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP: bitmap for RX counters
2362 * Bit0: MAC RX counter unit in MPDU
2363 * Bit1: MAC RX counter unit in byte
2364 * Bit2: PHY RX counter unit in PPDU
2365 * Bit3: PHY RX counter unit in byte
2366 * Bit4: Disorder counter
2367 * Bit5: Retry counter
2368 * Bit6: Duplication counter
2369 * Bit7: Discard counter
2370 * Bit8: MPDU aggregation size counter
2371 * Bit9: MCS counter
2372 * Bit10: Peer STA power state change (wake to sleep) counter
2373 * Bit11: Peer STA power save counter, total time in PS mode
2374 * Bit12: Probe request counter
2375 * Bit13: Other management frames counter
2376 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP: bitmap for CCA
2377 * Bit0: Idle time
2378 * Bit1: TX time
2379 * Bit2: time RX in current bss
2380 * Bit3: Out of current bss time
2381 * Bit4: Wireless medium busy time
2382 * Bit5: RX in bad condition time
2383 * Bit6: TX in bad condition time
2384 * Bit7: time wlan card not available
2385 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP: bitmap for signal
2386 * Bit0: Per channel SNR counter
2387 * Bit1: Per channel noise floor counter
2388 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM: number of peers
2389 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM: number of channels
2390 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_AC_RX_NUM: number of RX stats
2391 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS: per channel BSS CCA stats
2392 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER: container for per PEER stats
2393 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU: Number of total TX MSDUs
2394 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU: Number of total TX MPDUs
2395 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU: Number of total TX PPDUs
2396 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES: bytes of TX data
2397 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP: Number of dropped TX packets
2398 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES: Bytes dropped
2399 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY: waiting time without an ACK
2400 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK: number of MPDU not-ACKed
2401 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK: number of PPDU not-ACKed
2402 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM:
2403 * aggregation stats buffer length
2404 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM: length of mcs stats
2405 * buffer for ACKed MPDUs.
2406 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM: length of mcs stats
2407 * buffer for failed MPDUs.
2408 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE:
2409 * length of delay stats array.
2410 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR: TX aggregation stats
2411 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS: MCS stats for ACKed MPDUs
2412 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS: MCS stats for failed MPDUs
2413 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY: tx delay stats
2414 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU: MPDUs received
2415 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES: bytes received
2416 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU: PPDU received
2417 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES: PPDU bytes received
2418 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST: packets lost
2419 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY: number of RX packets
2420 * flagged as retransmissions
2421 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP: number of RX packets
2422 * flagged as duplicated
2423 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD: number of RX
2424 * packets discarded
2425 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM: length of RX aggregation
2426 * stats buffer.
2427 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM: length of RX mcs
2428 * stats buffer.
2429 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS: RX mcs stats buffer
2430 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR: aggregation stats buffer
2431 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES: times STAs go to sleep
2432 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION: STAs' total sleep time
2433 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ: number of probe
2434 * requests received
2435 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT: number of other mgmt
2436 * frames received
2437 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME: Percentage of idle time
2438 * there is no TX, nor RX, nor interference.
2439 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME: percentage of time
2440 * transmitting packets.
2441 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME: percentage of time
2442 * for receiving.
2443 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY: percentage of time
2444 * interference detected.
2445 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD: percentage of time
2446 * receiving packets with errors.
2447 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD: percentage of time
2448 * TX no-ACK.
2449 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL: percentage of time
2450 * the chip is unable to work in normal conditions.
2451 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME: percentage of time
2452 * receiving packets in current BSS.
2453 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME: percentage of time
2454 * receiving packets not in current BSS.
2455 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM: number of antennas
2456 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL:
2457 * This is a container for per antenna signal stats.
2458 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR: per antenna SNR value
2459 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF: per antenna NF value
2460 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON: RSSI of beacon
2461 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON: SNR of beacon
2462 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_REPORT_TIME: u64
2463 * Absolute timestamp from 1970/1/1, unit in ms. After receiving the
2464 * message, user layer APP could call gettimeofday to get another
2465 * timestamp and calculate transfer delay for the message.
2466 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MEASUREMENT_TIME: u32
2467 * Real period for this measurement, unit in us.
2468 */
2469 enum qca_wlan_vendor_attr_ll_stats_ext {
2470 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_INVALID = 0,
2471
2472 /* Attributes for configurations */
2473 QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD,
2474 QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD,
2475
2476 /* Peer STA power state change */
2477 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG,
2478
2479 /* TX failure event */
2480 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID,
2481 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU,
2482 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS,
2483
2484 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE,
2485 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS,
2486
2487 /* MAC counters */
2488 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL,
2489 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE,
2490 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID,
2491 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID,
2492 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP,
2493 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP,
2494 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP,
2495 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP,
2496 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM,
2497 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM,
2498 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS,
2499 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER,
2500
2501 /* Sub-attributes for PEER_AC_TX */
2502 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU,
2503 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU,
2504 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU,
2505 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES,
2506 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP,
2507 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES,
2508 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY,
2509 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK,
2510 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK,
2511 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM,
2512 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM,
2513 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM,
2514 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR,
2515 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS,
2516 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS,
2517 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE,
2518 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY,
2519
2520 /* Sub-attributes for PEER_AC_RX */
2521 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU,
2522 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES,
2523 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU,
2524 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES,
2525 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST,
2526 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY,
2527 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP,
2528 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD,
2529 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM,
2530 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM,
2531 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS,
2532 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR,
2533 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES,
2534 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION,
2535 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ,
2536 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT,
2537
2538 /* Sub-attributes for CCA_BSS */
2539 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME,
2540 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME,
2541 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME,
2542 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY,
2543 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD,
2544 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD,
2545 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL,
2546
2547 /* sub-attribute for BSS_RX_TIME */
2548 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME,
2549 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME,
2550
2551 /* Sub-attributes for PEER_SIGNAL */
2552 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM,
2553 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL,
2554 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR,
2555 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF,
2556
2557 /* Sub-attributes for IFACE_BSS */
2558 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON,
2559 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON,
2560
2561 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_REPORT_TIME,
2562 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MEASUREMENT_TIME,
2563
2564 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST,
2565 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MAX =
2566 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST - 1
2567 };
2568
2569 /* Attributes for FTM commands and events */
2570
2571 /**
2572 * enum qca_wlan_vendor_attr_loc_capa - Indoor location capabilities
2573 *
2574 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS: Various flags. See
2575 * enum qca_wlan_vendor_attr_loc_capa_flags.
2576 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS: Maximum number
2577 * of measurement sessions that can run concurrently.
2578 * Default is one session (no session concurrency).
2579 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS: The total number of unique
2580 * peers that are supported in running sessions. For example,
2581 * if the value is 8 and maximum number of sessions is 2, you can
2582 * have one session with 8 unique peers, or 2 sessions with 4 unique
2583 * peers each, and so on.
2584 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP: Maximum number
2585 * of bursts per peer, as an exponent (2^value). Default is 0,
2586 * meaning no multi-burst support.
2587 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST: Maximum number
2588 * of measurement exchanges allowed in a single burst.
2589 * @QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES: Supported AOA measurement
2590 * types. A bit mask (unsigned 32 bit value), each bit corresponds
2591 * to an AOA type as defined by enum qca_vendor_attr_aoa_type.
2592 */
2593 enum qca_wlan_vendor_attr_loc_capa {
2594 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_INVALID,
2595 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS,
2596 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS,
2597 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS,
2598 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP,
2599 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST,
2600 QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES,
2601 /* keep last */
2602 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST,
2603 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_MAX =
2604 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST - 1,
2605 };
2606
2607 /**
2608 * enum qca_wlan_vendor_attr_loc_capa_flags: Indoor location capability flags
2609 *
2610 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER: Set if driver
2611 * can be configured as an FTM responder (for example, an AP that
2612 * services FTM requests). QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
2613 * will be supported if set.
2614 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR: Set if driver
2615 * can run FTM sessions. QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION
2616 * will be supported if set.
2617 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP: Set if FTM responder
2618 * supports immediate (ASAP) response.
2619 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA: Set if driver supports standalone
2620 * AOA measurement using QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS.
2621 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM: Set if driver supports
2622 * requesting AOA measurements as part of an FTM session.
2623 */
2624 enum qca_wlan_vendor_attr_loc_capa_flags {
2625 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER = 1 << 0,
2626 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR = 1 << 1,
2627 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP = 1 << 2,
2628 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA = 1 << 3,
2629 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM = 1 << 4,
2630 };
2631
2632 /**
2633 * enum qca_wlan_vendor_attr_ftm_peer_info: Information about
2634 * a single peer in a measurement session.
2635 *
2636 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR: The MAC address of the peer.
2637 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS: Various flags related
2638 * to measurement. See enum qca_wlan_vendor_attr_ftm_peer_meas_flags.
2639 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS: Nested attribute of
2640 * FTM measurement parameters, as specified by IEEE P802.11-REVmc/D7.0
2641 * 9.4.2.167. See enum qca_wlan_vendor_attr_ftm_meas_param for
2642 * list of supported attributes.
2643 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID: Initial token ID for
2644 * secure measurement.
2645 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD: Request AOA
2646 * measurement every <value> bursts. If 0 or not specified,
2647 * AOA measurements will be disabled for this peer.
2648 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ: Frequency in MHz where
2649 * the measurement frames are exchanged. Optional; if not
2650 * specified, try to locate the peer in the kernel scan
2651 * results cache and use frequency from there.
2652 */
2653 enum qca_wlan_vendor_attr_ftm_peer_info {
2654 QCA_WLAN_VENDOR_ATTR_FTM_PEER_INVALID,
2655 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR,
2656 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS,
2657 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS,
2658 QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID,
2659 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD,
2660 QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ,
2661 /* keep last */
2662 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST,
2663 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAX =
2664 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST - 1,
2665 };
2666
2667 /**
2668 * enum qca_wlan_vendor_attr_ftm_peer_meas_flags: Measurement request flags,
2669 * per-peer
2670 *
2671 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP: If set, request
2672 * immediate (ASAP) response from peer.
2673 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI: If set, request
2674 * LCI report from peer. The LCI report includes the absolute
2675 * location of the peer in "official" coordinates (similar to GPS).
2676 * See IEEE P802.11-REVmc/D7.0, 11.24.6.7 for more information.
2677 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR: If set, request
2678 * Location civic report from peer. The LCR includes the location
2679 * of the peer in free-form format. See IEEE P802.11-REVmc/D7.0,
2680 * 11.24.6.7 for more information.
2681 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE: If set,
2682 * request a secure measurement.
2683 * QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID must also be provided.
2684 */
2685 enum qca_wlan_vendor_attr_ftm_peer_meas_flags {
2686 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP = 1 << 0,
2687 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI = 1 << 1,
2688 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR = 1 << 2,
2689 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE = 1 << 3,
2690 };
2691
2692 /**
2693 * enum qca_wlan_vendor_attr_ftm_meas_param: Measurement parameters
2694 *
2695 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST: Number of measurements
2696 * to perform in a single burst.
2697 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP: Number of bursts to
2698 * perform, specified as an exponent (2^value).
2699 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION: Duration of burst
2700 * instance, as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167.
2701 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD: Time between bursts,
2702 * as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167. Must
2703 * be larger than QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION.
2704 */
2705 enum qca_wlan_vendor_attr_ftm_meas_param {
2706 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_INVALID,
2707 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST,
2708 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP,
2709 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION,
2710 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD,
2711 /* keep last */
2712 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST,
2713 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MAX =
2714 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST - 1,
2715 };
2716
2717 /**
2718 * enum qca_wlan_vendor_attr_ftm_peer_result: Per-peer results
2719 *
2720 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR: MAC address of the reported
2721 * peer.
2722 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS: Status of measurement
2723 * request for this peer.
2724 * See enum qca_wlan_vendor_attr_ftm_peer_result_status.
2725 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS: Various flags related
2726 * to measurement results for this peer.
2727 * See enum qca_wlan_vendor_attr_ftm_peer_result_flags.
2728 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS: Specified when
2729 * request failed and peer requested not to send an additional request
2730 * for this number of seconds.
2731 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI: LCI report when received
2732 * from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
2733 * 9.4.2.22.10.
2734 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR: Location civic report when
2735 * received from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
2736 * 9.4.2.22.13.
2737 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS: Reported when peer
2738 * overridden some measurement request parameters. See
2739 * enum qca_wlan_vendor_attr_ftm_meas_param.
2740 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS: AOA measurement
2741 * for this peer. Same contents as @QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT.
2742 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS: Array of measurement
2743 * results. Each entry is a nested attribute defined
2744 * by enum qca_wlan_vendor_attr_ftm_meas.
2745 */
2746 enum qca_wlan_vendor_attr_ftm_peer_result {
2747 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_INVALID,
2748 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR,
2749 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS,
2750 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS,
2751 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS,
2752 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI,
2753 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR,
2754 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS,
2755 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS,
2756 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS,
2757 /* keep last */
2758 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST,
2759 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAX =
2760 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST - 1,
2761 };
2762
2763 /**
2764 * enum qca_wlan_vendor_attr_ftm_peer_result_status
2765 *
2766 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK: Request sent ok and results
2767 * will be provided. Peer may have overridden some measurement parameters,
2768 * in which case overridden parameters will be report by
2769 * QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAM attribute.
2770 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE: Peer is incapable
2771 * of performing the measurement request. No more results will be sent
2772 * for this peer in this session.
2773 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED: Peer reported request
2774 * failed, and requested not to send an additional request for number
2775 * of seconds specified by QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS
2776 * attribute.
2777 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID: Request validation
2778 * failed. Request was not sent over the air.
2779 */
2780 enum qca_wlan_vendor_attr_ftm_peer_result_status {
2781 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK,
2782 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE,
2783 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED,
2784 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID,
2785 };
2786
2787 /**
2788 * enum qca_wlan_vendor_attr_ftm_peer_result_flags: Various flags
2789 * for measurement result, per-peer
2790 *
2791 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE: If set,
2792 * measurement completed for this peer. No more results will be reported
2793 * for this peer in this session.
2794 */
2795 enum qca_wlan_vendor_attr_ftm_peer_result_flags {
2796 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE = 1 << 0,
2797 };
2798
2799 /**
2800 * enum qca_vendor_attr_loc_session_status: Session completion status code
2801 *
2802 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK: Session completed
2803 * successfully.
2804 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED: Session aborted
2805 * by request.
2806 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID: Session request
2807 * was invalid and was not started.
2808 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED: Session had an error
2809 * and did not complete normally (for example out of resources).
2810 */
2811 enum qca_vendor_attr_loc_session_status {
2812 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK,
2813 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED,
2814 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID,
2815 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED,
2816 };
2817
2818 /**
2819 * enum qca_wlan_vendor_attr_ftm_meas: Single measurement data
2820 *
2821 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1: Time of departure (TOD) of FTM packet as
2822 * recorded by responder, in picoseconds.
2823 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2824 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2: Time of arrival (TOA) of FTM packet at
2825 * initiator, in picoseconds.
2826 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2827 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3: TOD of ACK packet as recorded by
2828 * initiator, in picoseconds.
2829 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2830 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4: TOA of ACK packet at
2831 * responder, in picoseconds.
2832 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2833 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI: RSSI (signal level) as recorded
2834 * during this measurement exchange. Optional and will be provided if
2835 * the hardware can measure it.
2836 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR: TOD error reported by
2837 * responder. Not always provided.
2838 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2839 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR: TOA error reported by
2840 * responder. Not always provided.
2841 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2842 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR: TOD error measured by
2843 * initiator. Not always provided.
2844 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2845 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR: TOA error measured by
2846 * initiator. Not always provided.
2847 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2848 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD: Dummy attribute for padding.
2849 */
2850 enum qca_wlan_vendor_attr_ftm_meas {
2851 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INVALID,
2852 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1,
2853 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2,
2854 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3,
2855 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4,
2856 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI,
2857 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR,
2858 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR,
2859 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR,
2860 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR,
2861 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD,
2862 /* keep last */
2863 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST,
2864 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_MAX =
2865 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST - 1,
2866 };
2867
2868 /**
2869 * enum qca_wlan_vendor_attr_aoa_type - AOA measurement type
2870 *
2871 * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: Phase of the strongest
2872 * CIR (channel impulse response) path for each antenna.
2873 * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: Phase and amplitude
2874 * of the strongest CIR path for each antenna.
2875 */
2876 enum qca_wlan_vendor_attr_aoa_type {
2877 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE,
2878 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP,
2879 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_MAX
2880 };
2881
2882 /**
2883 * enum qca_wlan_vendor_attr_encryption_test - Attributes to
2884 * validate encryption engine
2885 *
2886 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION: Flag attribute.
2887 * This will be included if the request is for decryption; if not included,
2888 * the request is treated as a request for encryption by default.
2889 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER: Unsigned 32-bit value
2890 * indicating the key cipher suite. Takes same values as
2891 * NL80211_ATTR_KEY_CIPHER.
2892 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID: Unsigned 8-bit value
2893 * Key Id to be used for encryption
2894 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK: Array of 8-bit values.
2895 * Key (TK) to be used for encryption/decryption
2896 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN: Array of 8-bit values.
2897 * Packet number to be specified for encryption/decryption
2898 * 6 bytes for TKIP/CCMP/GCMP.
2899 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA: Array of 8-bit values
2900 * representing the 802.11 packet (header + payload + FCS) that
2901 * needs to be encrypted/decrypted.
2902 * Encrypted/decrypted response from the driver will also be sent
2903 * to userspace with the same attribute.
2904 */
2905 enum qca_wlan_vendor_attr_encryption_test {
2906 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_INVALID = 0,
2907 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION,
2908 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER,
2909 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID,
2910 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK,
2911 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN,
2912 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA,
2913
2914 /* keep last */
2915 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST,
2916 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_MAX =
2917 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST - 1
2918 };
2919
2920 /**
2921 * enum qca_wlan_vendor_attr_dmg_rf_sector_type - Type of
2922 * sector for DMG RF sector operations.
2923 *
2924 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX: RX sector
2925 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX: TX sector
2926 */
2927 enum qca_wlan_vendor_attr_dmg_rf_sector_type {
2928 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX,
2929 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX,
2930 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_MAX
2931 };
2932
2933 /**
2934 * enum qca_wlan_vendor_attr_fw_state - State of firmware
2935 *
2936 * @QCA_WLAN_VENDOR_ATTR_FW_STATE_ERROR: FW is in bad state
2937 * @QCA_WLAN_VENDOR_ATTR_FW_STATE_ACTIVE: FW is active
2938 */
2939 enum qca_wlan_vendor_attr_fw_state {
2940 QCA_WLAN_VENDOR_ATTR_FW_STATE_ERROR,
2941 QCA_WLAN_VENDOR_ATTR_FW_STATE_ACTIVE,
2942 QCA_WLAN_VENDOR_ATTR_FW_STATE_MAX
2943 };
2944
2945 /**
2946 * BRP antenna limit mode
2947 *
2948 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE: Disable BRP force
2949 * antenna limit, BRP will be performed as usual.
2950 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE: Define maximal
2951 * antennas limit. the hardware may use less antennas than the
2952 * maximum limit.
2953 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE: The hardware will
2954 * use exactly the specified number of antennas for BRP.
2955 */
2956 enum qca_wlan_vendor_attr_brp_ant_limit_mode {
2957 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE,
2958 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE,
2959 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE,
2960 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_MAX
2961 };
2962
2963 /**
2964 * enum qca_wlan_vendor_attr_dmg_rf_sector_cfg - Attributes for
2965 * DMG RF sector configuration for a single RF module.
2966 * The values are defined in a compact way which closely matches
2967 * the way it is stored in HW registers.
2968 * The configuration provides values for 32 antennas and 8 distribution
2969 * amplifiers, and together describes the characteristics of the RF
2970 * sector - such as a beam in some direction with some gain.
2971 *
2972 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX: Index
2973 * of RF module for this configuration.
2974 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0: Bit 0 of edge
2975 * amplifier gain index. Unsigned 32 bit number containing
2976 * bits for all 32 antennas.
2977 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1: Bit 1 of edge
2978 * amplifier gain index. Unsigned 32 bit number containing
2979 * bits for all 32 antennas.
2980 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2: Bit 2 of edge
2981 * amplifier gain index. Unsigned 32 bit number containing
2982 * bits for all 32 antennas.
2983 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI: Phase values
2984 * for first 16 antennas, 2 bits per antenna.
2985 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO: Phase values
2986 * for last 16 antennas, 2 bits per antenna.
2987 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16: Contains
2988 * DTYPE values (3 bits) for each distribution amplifier, followed
2989 * by X16 switch bits for each distribution amplifier. There are
2990 * total of 8 distribution amplifiers.
2991 */
2992 enum qca_wlan_vendor_attr_dmg_rf_sector_cfg {
2993 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_INVALID = 0,
2994 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX = 1,
2995 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0 = 2,
2996 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1 = 3,
2997 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2 = 4,
2998 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI = 5,
2999 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO = 6,
3000 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16 = 7,
3001
3002 /* keep last */
3003 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST,
3004 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MAX =
3005 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST - 1
3006 };
3007
3008 enum qca_wlan_vendor_attr_ll_stats_set {
3009 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_INVALID = 0,
3010 /* Unsigned 32-bit value */
3011 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD = 1,
3012 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING = 2,
3013 /* keep last */
3014 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST,
3015 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX =
3016 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST - 1,
3017 };
3018
3019 enum qca_wlan_vendor_attr_ll_stats_clr {
3020 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_INVALID = 0,
3021 /* Unsigned 32bit bitmap for clearing statistics
3022 * All radio statistics 0x00000001
3023 * cca_busy_time (within radio statistics) 0x00000002
3024 * All channel stats (within radio statistics) 0x00000004
3025 * All scan statistics (within radio statistics) 0x00000008
3026 * All interface statistics 0x00000010
3027 * All tx rate statistics (within interface statistics) 0x00000020
3028 * All ac statistics (with in interface statistics) 0x00000040
3029 * All contention (min, max, avg) statistics (within ac statisctics)
3030 * 0x00000080.
3031 */
3032 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK = 1,
3033 /* Unsigned 8 bit value: Request to stop statistics collection */
3034 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ = 2,
3035
3036 /* Unsigned 32 bit bitmap: Response from the driver
3037 * for the cleared statistics
3038 */
3039 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK = 3,
3040 /* Unsigned 8 bit value: Response from driver/firmware
3041 * for the stop request
3042 */
3043 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP = 4,
3044 /* keep last */
3045 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST,
3046 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX =
3047 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST - 1,
3048 };
3049
3050 enum qca_wlan_vendor_attr_ll_stats_get {
3051 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_INVALID = 0,
3052 /* Unsigned 32 bit value provided by the caller issuing the GET stats
3053 * command. When reporting the stats results, the driver uses the same
3054 * value to indicate which GET request the results correspond to.
3055 */
3056 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID = 1,
3057 /* Unsigned 32 bit value - bit mask to identify what statistics are
3058 * requested for retrieval.
3059 * Radio Statistics 0x00000001
3060 * Interface Statistics 0x00000020
3061 * All Peer Statistics 0x00000040
3062 * Peer Statistics 0x00000080
3063 */
3064 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK = 2,
3065 /* keep last */
3066 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST,
3067 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX =
3068 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST - 1,
3069 };
3070
3071 enum qca_wlan_vendor_attr_ll_stats_results {
3072 QCA_WLAN_VENDOR_ATTR_LL_STATS_INVALID = 0,
3073 /* Unsigned 32bit value. Used by the driver; must match the request id
3074 * provided with the QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET command.
3075 */
3076 QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_REQ_ID = 1,
3077
3078 /* Unsigned 32 bit value */
3079 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_BEACON_RX = 2,
3080 /* Unsigned 32 bit value */
3081 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_RX = 3,
3082 /* Unsigned 32 bit value */
3083 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_RX = 4,
3084 /* Unsigned 32 bit value */
3085 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_TX = 5,
3086 /* Signed 32 bit value */
3087 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_MGMT = 6,
3088 /* Signed 32 bit value */
3089 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_DATA = 7,
3090 /* Signed 32 bit value */
3091 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_ACK = 8,
3092
3093 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_* are
3094 * nested within the interface stats.
3095 */
3096
3097 /* Interface mode, e.g., STA, SOFTAP, IBSS, etc.
3098 * Type = enum wifi_interface_mode.
3099 */
3100 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE = 9,
3101 /* Interface MAC address. An array of 6 Unsigned int8 */
3102 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR = 10,
3103 /* Type = enum wifi_connection_state, e.g., DISCONNECTED,
3104 * AUTHENTICATING, etc. valid for STA, CLI only.
3105 */
3106 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE = 11,
3107 /* Type = enum wifi_roam_state. Roaming state, e.g., IDLE or ACTIVE
3108 */
3109 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING = 12,
3110 /* Unsigned 32 bit value. WIFI_CAPABILITY_XXX */
3111 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES = 13,
3112 /* NULL terminated SSID. An array of 33 Unsigned 8bit values */
3113 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID = 14,
3114 /* BSSID. An array of 6 unsigned 8 bit values */
3115 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID = 15,
3116 /* Country string advertised by AP. An array of 3 unsigned 8 bit
3117 * values.
3118 */
3119 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR = 16,
3120 /* Country string for this association. An array of 3 unsigned 8 bit
3121 * values.
3122 */
3123 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR = 17,
3124
3125 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_* could
3126 * be nested within the interface stats.
3127 */
3128
3129 /* Type = enum wifi_traffic_ac, e.g., V0, VI, BE and BK */
3130 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC = 18,
3131 /* Unsigned int 32 value corresponding to respective AC */
3132 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU = 19,
3133 /* Unsigned int 32 value corresponding to respective AC */
3134 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU = 20,
3135 /* Unsigned int 32 value corresponding to respective AC */
3136 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST = 21,
3137 /* Unsigned int 32 value corresponding to respective AC */
3138 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST = 22,
3139 /* Unsigned int 32 value corresponding to respective AC */
3140 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU = 23,
3141 /* Unsigned int 32 value corresponding to respective AC */
3142 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_AMPDU = 24,
3143 /* Unsigned int 32 value corresponding to respective AC */
3144 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LOST = 25,
3145 /* Unsigned int 32 value corresponding to respective AC */
3146 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES = 26,
3147 /* Unsigned int 32 value corresponding to respective AC */
3148 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_SHORT = 27,
3149 /* Unsigned int 32 values corresponding to respective AC */
3150 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_LONG = 28,
3151 /* Unsigned int 32 values corresponding to respective AC */
3152 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MIN = 29,
3153 /* Unsigned int 32 values corresponding to respective AC */
3154 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MAX = 30,
3155 /* Unsigned int 32 values corresponding to respective AC */
3156 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_AVG = 31,
3157 /* Unsigned int 32 values corresponding to respective AC */
3158 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_NUM_SAMPLES = 32,
3159 /* Unsigned 32 bit value. Number of peers */
3160 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NUM_PEERS = 33,
3161
3162 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_* are
3163 * nested within the interface stats.
3164 */
3165
3166 /* Type = enum wifi_peer_type. Peer type, e.g., STA, AP, P2P GO etc. */
3167 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_TYPE = 34,
3168 /* MAC addr corresponding to respective peer. An array of 6 unsigned
3169 * 8 bit values.
3170 */
3171 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_MAC_ADDRESS = 35,
3172 /* Unsigned int 32 bit value representing capabilities corresponding
3173 * to respective peer.
3174 */
3175 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_CAPABILITIES = 36,
3176 /* Unsigned 32 bit value. Number of rates */
3177 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_NUM_RATES = 37,
3178
3179 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_*
3180 * are nested within the rate stat.
3181 */
3182
3183 /* Wi-Fi Rate - separate attributes defined for individual fields */
3184
3185 /* Unsigned int 8 bit value; 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved */
3186 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE = 38,
3187 /* Unsigned int 8 bit value; 0:1x1, 1:2x2, 3:3x3, 4:4x4 */
3188 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS = 39,
3189 /* Unsigned int 8 bit value; 0:20 MHz, 1:40 MHz, 2:80 MHz, 3:160 MHz */
3190 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW = 40,
3191 /* Unsigned int 8 bit value; OFDM/CCK rate code would be as per IEEE Std
3192 * in the units of 0.5 Mbps HT/VHT it would be MCS index
3193 */
3194 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX = 41,
3195
3196 /* Unsigned 32 bit value. Bit rate in units of 100 kbps */
3197 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BIT_RATE = 42,
3198
3199 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_STAT_* could be
3200 * nested within the peer info stats.
3201 */
3202
3203 /* Unsigned int 32 bit value. Number of successfully transmitted data
3204 * packets, i.e., with ACK received corresponding to the respective
3205 * rate.
3206 */
3207 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU = 43,
3208 /* Unsigned int 32 bit value. Number of received data packets
3209 * corresponding to the respective rate.
3210 */
3211 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RX_MPDU = 44,
3212 /* Unsigned int 32 bit value. Number of data packet losses, i.e., no ACK
3213 * received corresponding to the respective rate.
3214 */
3215 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST = 45,
3216 /* Unsigned int 32 bit value. Total number of data packet retries for
3217 * the respective rate.
3218 */
3219 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES = 46,
3220 /* Unsigned int 32 bit value. Total number of short data packet retries
3221 * for the respective rate.
3222 */
3223 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_SHORT = 47,
3224 /* Unsigned int 32 bit value. Total number of long data packet retries
3225 * for the respective rate.
3226 */
3227 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_LONG = 48,
3228
3229 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ID = 49,
3230 /* Unsigned 32 bit value. Total number of msecs the radio is awake
3231 * accruing over time.
3232 */
3233 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME = 50,
3234 /* Unsigned 32 bit value. Total number of msecs the radio is
3235 * transmitting accruing over time.
3236 */
3237 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME = 51,
3238 /* Unsigned 32 bit value. Total number of msecs the radio is in active
3239 * receive accruing over time.
3240 */
3241 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME = 52,
3242 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
3243 * to all scan accruing over time.
3244 */
3245 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN = 53,
3246 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
3247 * to NAN accruing over time.
3248 */
3249 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD = 54,
3250 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
3251 * to GSCAN accruing over time.
3252 */
3253 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_GSCAN = 55,
3254 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
3255 * to roam scan accruing over time.
3256 */
3257 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_ROAM_SCAN = 56,
3258 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
3259 * to PNO scan accruing over time.
3260 */
3261 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_PNO_SCAN = 57,
3262 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
3263 * to Hotspot 2.0 scans and GAS exchange accruing over time.
3264 */
3265 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20 = 58,
3266 /* Unsigned 32 bit value. Number of channels. */
3267 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_CHANNELS = 59,
3268
3269 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_* could
3270 * be nested within the channel stats.
3271 */
3272
3273 /* Type = enum wifi_channel_width. Channel width, e.g., 20, 40, 80 */
3274 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH = 60,
3275 /* Unsigned 32 bit value. Primary 20 MHz channel. */
3276 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ = 61,
3277 /* Unsigned 32 bit value. Center frequency (MHz) first segment. */
3278 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0 = 62,
3279 /* Unsigned 32 bit value. Center frequency (MHz) second segment. */
3280 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1 = 63,
3281
3282 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_* could be
3283 * nested within the radio stats.
3284 */
3285
3286 /* Unsigned int 32 bit value representing total number of msecs the
3287 * radio is awake on that channel accruing over time, corresponding to
3288 * the respective channel.
3289 */
3290 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME = 64,
3291 /* Unsigned int 32 bit value representing total number of msecs the CCA
3292 * register is busy accruing over time corresponding to the respective
3293 * channel.
3294 */
3295 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME = 65,
3296
3297 QCA_WLAN_VENDOR_ATTR_LL_STATS_NUM_RADIOS = 66,
3298
3299 /* Signifies the nested list of channel attributes
3300 * QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_*
3301 */
3302 QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO = 67,
3303
3304 /* Signifies the nested list of peer info attributes
3305 * QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_*
3306 */
3307 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO = 68,
3308
3309 /* Signifies the nested list of rate info attributes
3310 * QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_*
3311 */
3312 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO = 69,
3313
3314 /* Signifies the nested list of wmm info attributes
3315 * QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_*
3316 */
3317 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO = 70,
3318
3319 /* Unsigned 8 bit value. Used by the driver; if set to 1, it indicates
3320 * that more stats, e.g., peers or radio, are to follow in the next
3321 * QCA_NL80211_VENDOR_SUBCMD_LL_STATS_*_RESULTS event.
3322 * Otherwise, it is set to 0.
3323 */
3324 QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_MORE_DATA = 71,
3325
3326 /* Unsigned 64 bit value */
3327 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_AVERAGE_TSF_OFFSET = 72,
3328
3329 /* Unsigned 32 bit value */
3330 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_DETECTED = 73,
3331
3332 /* Unsigned 32 bit value */
3333 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_AVG_NUM_FRAMES_LEAKED = 74,
3334
3335 /* Unsigned 32 bit value */
3336 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_GUARD_TIME = 75,
3337
3338 /* Unsigned 32 bit value */
3339 QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE = 76,
3340
3341 /* Unsigned 32 bit value */
3342 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_TX_LEVELS = 77,
3343
3344 /* Number of msecs the radio spent in transmitting for each power level
3345 */
3346 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL = 78,
3347
3348 /* Unsigned 32 bit value */
3349 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_SUCC_CNT = 79,
3350 /* Unsigned 32 bit value */
3351 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_FAIL_CNT = 80,
3352 /* Unsigned 32 bit value */
3353 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_SUCC_CNT = 81,
3354 /* Unsigned 32 bit value */
3355 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT = 82,
3356
3357 /* Unsigned int 32 value.
3358 * Pending MSDUs corresponding to respective AC.
3359 */
3360 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_PENDING_MSDU = 83,
3361
3362 /* keep last */
3363 QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
3364 QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =
3365 QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST - 1,
3366 };
3367
3368 enum qca_wlan_vendor_attr_ll_stats_type {
3369 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_INVALID = 0,
3370 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_RADIO = 1,
3371 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_IFACE = 2,
3372 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_PEERS = 3,
3373
3374 /* keep last */
3375 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST,
3376 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_MAX =
3377 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST - 1,
3378 };
3379
3380 /**
3381 * enum qca_wlan_vendor_attr_tdls_configuration - Attributes for
3382 * TDLS configuration to the host driver.
3383 *
3384 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE: Configure the TDLS trigger
3385 * mode in the host driver. enum qca_wlan_vendor_tdls_trigger_mode
3386 * represents the different TDLS trigger modes.
3387 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD: Duration (u32) within
3388 * which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD number
3389 * of packets shall meet the criteria for implicit TDLS setup.
3390 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD: Number (u32) of Tx/Rx packets
3391 * within a duration QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD
3392 * to initiate a TDLS setup.
3393 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD: Time (u32) to initiate
3394 * a TDLS Discovery to the peer.
3395 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT: Max number (u32) of
3396 * discovery attempts to know the TDLS capability of the peer. A peer is
3397 * marked as TDLS not capable if there is no response for all the attempts.
3398 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT: Represents a duration (u32)
3399 * within which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD
3400 * number of TX / RX frames meet the criteria for TDLS teardown.
3401 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD: Minimum number (u32)
3402 * of Tx/Rx packets within a duration
3403 * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT to tear down a TDLS link.
3404 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD: Threshold
3405 * corresponding to the RSSI of the peer below which a TDLS setup is
3406 * triggered.
3407 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD: Threshold
3408 * corresponding to the RSSI of the peer above which a TDLS teardown is
3409 * triggered.
3410 */
3411 enum qca_wlan_vendor_attr_tdls_configuration {
3412 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_INVALID = 0,
3413 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE = 1,
3414
3415 /* Attributes configuring the TDLS Implicit Trigger */
3416 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD = 2,
3417 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD = 3,
3418 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD = 4,
3419 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT = 5,
3420 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT = 6,
3421 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD = 7,
3422 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD = 8,
3423 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD = 9,
3424
3425 /* keep last */
3426 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST,
3427 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX =
3428 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST - 1
3429 };
3430
3431 /**
3432 * enum qca_wlan_vendor_tdls_trigger_mode: Represents the TDLS trigger mode in
3433 * the driver
3434 *
3435 * The following are the different values for
3436 * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE.
3437 *
3438 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT: The trigger to initiate/teardown
3439 * the TDLS connection to a respective peer comes from the user space.
3440 * wpa_supplicant provides the commands TDLS_SETUP, TDLS_TEARDOWN,
3441 * TDLS_DISCOVER to do this.
3442 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT: Host driver triggers this TDLS
3443 * setup/teardown to the eligible peer once the configured criteria
3444 * (such as TX/RX threshold, RSSI) is met. The attributes
3445 * in QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IMPLICIT_PARAMS correspond to
3446 * the different configuration criteria for the TDLS trigger from the
3447 * host driver.
3448 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL: Enables the driver to trigger
3449 * the TDLS setup / teardown through the implicit mode only to the
3450 * configured MAC addresses (wpa_supplicant, with tdls_external_control=1,
3451 * configures the MAC address through TDLS_SETUP / TDLS_TEARDOWN commands).
3452 * External mode works on top of the implicit mode. Thus the host driver
3453 * is expected to configure in TDLS Implicit mode too to operate in
3454 * External mode.
3455 * Configuring External mode alone without Implicit mode is invalid.
3456 *
3457 * All the above implementations work as expected only when the host driver
3458 * advertises the capability WPA_DRIVER_FLAGS_TDLS_EXTERNAL_SETUP - representing
3459 * that the TDLS message exchange is not internal to the host driver, but
3460 * depends on wpa_supplicant to do the message exchange.
3461 */
3462 enum qca_wlan_vendor_tdls_trigger_mode {
3463 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT = 1 << 0,
3464 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT = 1 << 1,
3465 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL = 1 << 2,
3466 };
3467
3468 /**
3469 * enum qca_vendor_attr_sar_limits_selections - Source of SAR power limits
3470 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0: Select SAR profile #0
3471 * that is hard-coded in the Board Data File (BDF).
3472 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1: Select SAR profile #1
3473 * that is hard-coded in the Board Data File (BDF).
3474 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2: Select SAR profile #2
3475 * that is hard-coded in the Board Data File (BDF).
3476 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3: Select SAR profile #3
3477 * that is hard-coded in the Board Data File (BDF).
3478 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4: Select SAR profile #4
3479 * that is hard-coded in the Board Data File (BDF).
3480 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE: Do not select any
3481 * source of SAR power limits, thereby disabling the SAR power
3482 * limit feature.
3483 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER: Select the SAR power
3484 * limits configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
3485 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0: Select the SAR power
3486 * limits version 2.0 configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
3487 *
3488 * This enumerates the valid set of values that may be supplied for
3489 * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT in an instance of
3490 * the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command or in
3491 * the response to an instance of the
3492 * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
3493 */
3494 enum qca_vendor_attr_sar_limits_selections {
3495 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0 = 0,
3496 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1 = 1,
3497 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2 = 2,
3498 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3 = 3,
3499 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4 = 4,
3500 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE = 5,
3501 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER = 6,
3502 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0 = 7,
3503 };
3504
3505 /**
3506 * enum qca_vendor_attr_sar_limits_spec_modulations -
3507 * SAR limits specification modulation
3508 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK -
3509 * CCK modulation
3510 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM -
3511 * OFDM modulation
3512 *
3513 * This enumerates the valid set of values that may be supplied for
3514 * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION in an
3515 * instance of attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC in an
3516 * instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor
3517 * command or in the response to an instance of the
3518 * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
3519 */
3520 enum qca_vendor_attr_sar_limits_spec_modulations {
3521 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0,
3522 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM = 1,
3523 };
3524
3525 /**
3526 * enum qca_vendor_attr_sar_limits - Attributes for SAR power limits
3527 *
3528 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE: Optional (u32) value to
3529 * select which SAR power limit table should be used. Valid
3530 * values are enumerated in enum
3531 * %qca_vendor_attr_sar_limits_selections. The existing SAR
3532 * power limit selection is unchanged if this attribute is not
3533 * present.
3534 *
3535 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS: Optional (u32) value
3536 * which specifies the number of SAR power limit specifications
3537 * which will follow.
3538 *
3539 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC: Nested array of SAR power
3540 * limit specifications. The number of specifications is
3541 * specified by @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS. Each
3542 * specification contains a set of
3543 * QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_* attributes. A
3544 * specification is uniquely identified by the attributes
3545 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND,
3546 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN, and
3547 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION and always
3548 * contains as a payload the attribute
3549 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT,
3550 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX.
3551 * Either %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT or
3552 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX is
3553 * needed based upon the value of
3554 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE.
3555 *
3556 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND: Optional (u32) value to
3557 * indicate for which band this specification applies. Valid
3558 * values are enumerated in enum %nl80211_band (although not all
3559 * bands may be supported by a given device). If the attribute is
3560 * not supplied then the specification will be applied to all
3561 * supported bands.
3562 *
3563 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN: Optional (u32) value
3564 * to indicate for which antenna chain this specification
3565 * applies, i.e. 1 for chain 1, 2 for chain 2, etc. If the
3566 * attribute is not supplied then the specification will be
3567 * applied to all chains.
3568 *
3569 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION: Optional (u32)
3570 * value to indicate for which modulation scheme this
3571 * specification applies. Valid values are enumerated in enum
3572 * %qca_vendor_attr_sar_limits_spec_modulations. If the attribute
3573 * is not supplied then the specification will be applied to all
3574 * modulation schemes.
3575 *
3576 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT: Required (u32)
3577 * value to specify the actual power limit value in units of 0.5
3578 * dBm (i.e., a value of 11 represents 5.5 dBm).
3579 * This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
3580 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER.
3581 *
3582 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX: Required (u32)
3583 * value to indicate SAR V2 indices (0 - 11) to select SAR V2 profiles.
3584 * This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
3585 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0.
3586 *
3587 * These attributes are used with %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS
3588 * and %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS.
3589 */
3590 enum qca_vendor_attr_sar_limits {
3591 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_INVALID = 0,
3592 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE = 1,
3593 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS = 2,
3594 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC = 3,
3595 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND = 4,
3596 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN = 5,
3597 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION = 6,
3598 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT = 7,
3599 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX = 8,
3600
3601 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST,
3602 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_MAX =
3603 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST - 1
3604 };
3605
3606 /**
3607 * enum qca_wlan_vendor_attr_get_wifi_info: Attributes for data used by
3608 * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO sub command.
3609 *
3610 * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION: In a request this attribute
3611 * should be set to any U8 value to indicate that the driver version
3612 * should be returned. When enabled in this manner, in a response this
3613 * attribute will contain a string representation of the driver version.
3614 *
3615 * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION: In a request this attribute
3616 * should be set to any U8 value to indicate that the firmware version
3617 * should be returned. When enabled in this manner, in a response this
3618 * attribute will contain a string representation of the firmware version.
3619 *
3620 * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_RADIO_INDEX: In a request this attribute
3621 * should be set to any U32 value to indicate that the current radio
3622 * index should be returned. When enabled in this manner, in a response
3623 * this attribute will contain a U32 radio index value.
3624 *
3625 */
3626 enum qca_wlan_vendor_attr_get_wifi_info {
3627 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_INVALID = 0,
3628 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION = 1,
3629 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION = 2,
3630 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_RADIO_INDEX = 3,
3631
3632 /* keep last */
3633 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST,
3634 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX =
3635 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST - 1,
3636 };
3637
3638 /*
3639 * enum qca_wlan_vendor_attr_wifi_logger_start: Attributes for data used by
3640 * QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START sub command.
3641 */
3642 enum qca_wlan_vendor_attr_wifi_logger_start {
3643 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_INVALID = 0,
3644 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID = 1,
3645 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_VERBOSE_LEVEL = 2,
3646 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_FLAGS = 3,
3647
3648 /* keep last */
3649 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST,
3650 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_GET_MAX =
3651 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST - 1,
3652 };
3653
3654 enum qca_wlan_vendor_attr_logger_results {
3655 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_INVALID = 0,
3656
3657 /* Unsigned 32-bit value; must match the request Id supplied by
3658 * Wi-Fi HAL in the corresponding subcmd NL msg.
3659 */
3660 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_REQUEST_ID = 1,
3661
3662 /* Unsigned 32-bit value; used to indicate the size of memory
3663 * dump to be allocated.
3664 */
3665 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE = 2,
3666
3667 /* keep last */
3668 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST,
3669 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX =
3670 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST - 1,
3671 };
3672
3673 /**
3674 * enum qca_scan_freq_list_type: Frequency list types
3675 *
3676 * @QCA_PREFERRED_SCAN_FREQ_LIST: The driver shall use the scan frequency list
3677 * specified with attribute QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST as
3678 * a preferred frequency list for roaming.
3679 *
3680 * @QCA_SPECIFIC_SCAN_FREQ_LIST: The driver shall use the frequency list
3681 * specified with attribute QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST as
3682 * a specific frequency list for roaming.
3683 */
3684 enum qca_scan_freq_list_type {
3685 QCA_PREFERRED_SCAN_FREQ_LIST = 1,
3686 QCA_SPECIFIC_SCAN_FREQ_LIST = 2,
3687 };
3688
3689 /**
3690 * enum qca_vendor_attr_scan_freq_list_scheme: Frequency list scheme
3691 *
3692 * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST: Nested attribute of u32 values
3693 * List of frequencies in MHz to be considered for a roam scan.
3694 *
3695 * @QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE: Unsigned 32-bit value.
3696 * Type of frequency list scheme being configured/gotten as defined by the
3697 * enum qca_scan_freq_list_type.
3698 */
3699 enum qca_vendor_attr_scan_freq_list_scheme {
3700 QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST = 1,
3701 QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_TYPE = 2,
3702
3703 /* keep last */
3704 QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_AFTER_LAST,
3705 QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_MAX =
3706 QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST_SCHEME_AFTER_LAST - 1,
3707 };
3708
3709 /*
3710 * enum qca_vendor_roam_triggers: Bitmap of roaming triggers
3711 *
3712 * @QCA_ROAM_TRIGGER_REASON_PER: Set if the roam has to be triggered based on
3713 * a bad packet error rates (PER).
3714 * @QCA_ROAM_TRIGGER_REASON_BEACON_MISS: Set if the roam has to be triggered
3715 * based on beacon misses from the connected AP.
3716 * @QCA_ROAM_TRIGGER_REASON_POOR_RSSI: Set if the roam has to be triggered
3717 * due to poor RSSI of the connected AP.
3718 * @QCA_ROAM_TRIGGER_REASON_BETTER_RSSI: Set if the roam has to be triggered
3719 * upon finding a BSSID with a better RSSI than the connected BSSID.
3720 * Here the RSSI of the current BSSID need not be poor.
3721 * @QCA_ROAM_TRIGGER_REASON_PERIODIC: Set if the roam has to be triggered
3722 * by triggering a periodic scan to find a better AP to roam.
3723 * @QCA_ROAM_TRIGGER_REASON_DENSE: Set if the roam has to be triggered
3724 * when the connected channel environment is too noisy/congested.
3725 * @QCA_ROAM_TRIGGER_REASON_BTM: Set if the roam has to be triggered
3726 * when BTM Request frame is received from the connected AP.
3727 * @QCA_ROAM_TRIGGER_REASON_BSS_LOAD: Set if the roam has to be triggered
3728 * when the channel utilization is goes above the configured threshold.
3729 *
3730 * Set the corresponding roam trigger reason bit to consider it for roam
3731 * trigger.
3732 * Userspace can set multiple bits and send to the driver. The driver shall
3733 * consider all of them to trigger/initiate a roam scan.
3734 */
3735 enum qca_vendor_roam_triggers {
3736 QCA_ROAM_TRIGGER_REASON_PER = 1 << 0,
3737 QCA_ROAM_TRIGGER_REASON_BEACON_MISS = 1 << 1,
3738 QCA_ROAM_TRIGGER_REASON_POOR_RSSI = 1 << 2,
3739 QCA_ROAM_TRIGGER_REASON_BETTER_RSSI = 1 << 3,
3740 QCA_ROAM_TRIGGER_REASON_PERIODIC = 1 << 4,
3741 QCA_ROAM_TRIGGER_REASON_DENSE = 1 << 5,
3742 QCA_ROAM_TRIGGER_REASON_BTM = 1 << 6,
3743 QCA_ROAM_TRIGGER_REASON_BSS_LOAD = 1 << 7,
3744 };
3745
3746 /**
3747 * enum qca_vendor_attr_roam_candidate_selection_criteria:
3748 *
3749 * Each attribute carries a weightage in percentage (%).
3750 *
3751 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_RSSI: Unsigned 8-bit value.
3752 * Represents the weightage to be given for the RSSI selection
3753 * criteria among other parameters.
3754 *
3755 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE: Unsigned 8-bit value.
3756 * Represents the weightage to be given for the rate selection
3757 * criteria among other parameters.
3758 *
3759 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BW: Unsigned 8-bit value.
3760 * Represents the weightage to be given for the band width selection
3761 * criteria among other parameters.
3762 *
3763 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BAND: Unsigned 8-bit value.
3764 * Represents the weightage to be given for the band selection
3765 * criteria among other parameters.
3766 *
3767 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_NSS: Unsigned 8-bit value.
3768 * Represents the weightage to be given for the NSS selection
3769 * criteria among other parameters.
3770 *
3771 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_CHAN_CONGESTION: Unsigned 8-bit value.
3772 * Represents the weightage to be given for the channel congestion
3773 * selection criteria among other parameters.
3774 *
3775 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BEAMFORMING: Unsigned 8-bit value.
3776 * Represents the weightage to be given for the beamforming selection
3777 * criteria among other parameters.
3778 *
3779 * @QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_OCE_WAN: Unsigned 8-bit value.
3780 * Represents the weightage to be given for the OCE selection
3781 * criteria among other parameters.
3782 */
3783 enum qca_vendor_attr_roam_candidate_selection_criteria {
3784 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_RSSI = 1,
3785 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE = 2,
3786 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BW = 3,
3787 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BAND = 4,
3788 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_NSS = 5,
3789 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_CHAN_CONGESTION = 6,
3790 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_BEAMFORMING = 7,
3791 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_SCORE_OCE_WAN = 8,
3792
3793 /* keep last */
3794 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_AFTER_LAST,
3795 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_MAX =
3796 QCA_ATTR_ROAM_CAND_SEL_CRITERIA_RATE_AFTER_LAST - 1,
3797 };
3798
3799 /**
3800 * enum qca_vendor_attr_roam_control - Attributes to carry roam configuration
3801 * The following attributes are used to set/get/clear the respective
3802 * configurations to/from the driver.
3803 * For the get, the attribute for the configuration to be queried shall
3804 * carry any of its acceptable values to the driver. In return, the driver
3805 * shall send the configured values within the same attribute to the user
3806 * space.
3807 *
3808 * @QCA_ATTR_ROAM_CONTROL_ENABLE: Unsigned 8-bit value.
3809 * Signifies to enable/disable roam control in driver.
3810 * 1-enable, 0-disable
3811 * Enable: Mandates the driver to do the further roams using the
3812 * configuration parameters set through
3813 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET.
3814 * Disable: Disables the driver/firmware roaming triggered through
3815 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET. Further roaming is
3816 * expected to continue with the default configurations.
3817 *
3818 * @QCA_ATTR_ROAM_CONTROL_STATUS: Unsigned 8-bit value.
3819 * This is used along with QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET.
3820 * Roam control status is obtained through this attribute.
3821 *
3822 * @QCA_ATTR_ROAM_CONTROL_CLEAR_ALL: Flag attribute to indicate the
3823 * complete config set through QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET
3824 * is to be cleared in the driver.
3825 * This is used along with QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR
3826 * and shall be ignored if used with other sub commands.
3827 * If this attribute is specified along with subcmd
3828 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR, the driver shall ignore
3829 * all other attributes, if there are any.
3830 * If this attribute is not specified when the subcmd
3831 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR is sent, the driver shall
3832 * clear the data corresponding to the attributes specified.
3833 *
3834 * @QCA_ATTR_ROAM_CONTROL_FREQ_LIST_SCHEME: Nested attribute to carry the
3835 * list of frequencies and its type, represented by
3836 * enum qca_vendor_attr_scan_freq_list_scheme.
3837 * Frequency list and its type are mandatory for this attribute to set
3838 * the frequencies.
3839 * Frequency type is mandatory for this attribute to get the frequencies
3840 * and the frequency list is obtained through
3841 * QCA_ATTR_ROAM_CONTROL_SCAN_FREQ_LIST.
3842 * Frequency list type is mandatory for this attribute to clear the
3843 * frequencies.
3844 *
3845 * @QCA_ATTR_ROAM_CONTROL_SCAN_PERIOD: Unsigned 32-bit value.
3846 * Carries the value of scan period in seconds to set.
3847 * The value of scan period is obtained with the same attribute for get.
3848 * Clears the scan period in the driver when specified with clear command.
3849 * Scan period is the idle time in seconds between each subsequent
3850 * channel scans.
3851 *
3852 * @QCA_ATTR_ROAM_CONTROL_FULL_SCAN_PERIOD: Unsigned 32-bit value.
3853 * Carries the value of full scan period in seconds to set.
3854 * The value of full scan period is obtained with the same attribute for
3855 * get.
3856 * Clears the full scan period in the driver when specified with clear
3857 * command. Full scan period is the idle period in seconds between two
3858 * successive full channel roam scans.
3859 *
3860 * @QCA_ATTR_ROAM_CONTROL_TRIGGERS: Unsigned 32-bit value.
3861 * Carries a bitmap of the roam triggers specified in
3862 * enum qca_vendor_roam_triggers.
3863 * The driver shall enable roaming by enabling corresponding roam triggers
3864 * based on the trigger bits sent with this attribute.
3865 * If this attribute is not configured, the driver shall proceed with
3866 * default behavior.
3867 * The bitmap configured is obtained with the same attribute for get.
3868 * Clears the bitmap configured in driver when specified with clear
3869 * command.
3870 *
3871 * @QCA_ATTR_ROAM_CONTROL_SELECTION_CRITERIA: Nested attribute signifying the
3872 * weightage in percentage (%) to be given for each selection criteria.
3873 * Different roam candidate selection criteria are represented by
3874 * enum qca_vendor_attr_roam_candidate_selection_criteria.
3875 * The driver shall select the roam candidate based on corresponding
3876 * candidate selection scores sent.
3877 *
3878 * An empty nested attribute is used to indicate that no specific
3879 * preference score/criteria is configured (i.e., to disable this mechanism
3880 * in the set case and to show that the mechanism is disabled in the get
3881 * case).
3882 *
3883 * Userspace can send multiple attributes out of this enum to the driver.
3884 * Since this attribute represents the weight/percentage of preference for
3885 * the respective selection criteria, it is preferred to configure 100%
3886 * total weightage. The value in each attribute or cumulative weight of the
3887 * values in all the nested attributes should not exceed 100%. The driver
3888 * shall reject such configuration.
3889 *
3890 * If the weights configured through this attribute are less than 100%,
3891 * the driver shall honor the weights (x%) passed for the corresponding
3892 * selection criteria and choose/distribute rest of the weight (100-x)%
3893 * for the other selection criteria, based on its internal logic.
3894 *
3895 * The selection criteria configured is obtained with the same
3896 * attribute for get.
3897 *
3898 * Clears the selection criteria configured in the driver when specified
3899 * with clear command.
3900 */
3901 enum qca_vendor_attr_roam_control {
3902 QCA_ATTR_ROAM_CONTROL_ENABLE = 1,
3903 QCA_ATTR_ROAM_CONTROL_STATUS = 2,
3904 QCA_ATTR_ROAM_CONTROL_CLEAR_ALL = 3,
3905 QCA_ATTR_ROAM_CONTROL_FREQ_LIST_SCHEME= 4,
3906 QCA_ATTR_ROAM_CONTROL_SCAN_PERIOD = 5,
3907 QCA_ATTR_ROAM_CONTROL_FULL_SCAN_PERIOD = 6,
3908 QCA_ATTR_ROAM_CONTROL_TRIGGERS = 7,
3909 QCA_ATTR_ROAM_CONTROL_SELECTION_CRITERIA = 8,
3910
3911 /* keep last */
3912 QCA_ATTR_ROAM_CONTROL_AFTER_LAST,
3913 QCA_ATTR_ROAM_CONTROL_MAX =
3914 QCA_ATTR_ROAM_CONTROL_AFTER_LAST - 1,
3915 };
3916
3917 /*
3918 * enum qca_wlan_vendor_attr_roaming_config_params: Attributes for data used by
3919 * QCA_NL80211_VENDOR_SUBCMD_ROAM sub command.
3920 *
3921 * @QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD: Unsigned 32-bit value.
3922 * Represents the different roam sub commands referred by
3923 * enum qca_wlan_vendor_roaming_subcmd.
3924 *
3925 * @QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID: Unsigned 32-bit value.
3926 * Represents the Request ID for the specific set of commands.
3927 * This also helps to map specific set of commands to the respective
3928 * ID / client. e.g., helps to identify the user entity configuring the
3929 * Blacklist BSSID and accordingly clear the respective ones with the
3930 * matching ID.
3931 *
3932 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS: Unsigned
3933 * 32-bit value.Represents the number of whitelist SSIDs configured.
3934 *
3935 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST: Nested attribute
3936 * to carry the list of Whitelist SSIDs.
3937 *
3938 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID: SSID (binary attribute,
3939 * 0..32 octets). Represents the white list SSID. Whitelist SSIDs
3940 * represent the list of SSIDs to which the firmware/driver can consider
3941 * to roam to.
3942 *
3943 * The following PARAM_A_BAND_XX attributes are applied to 5GHz BSSIDs when
3944 * comparing with a 2.4GHz BSSID. They are not applied when comparing two
3945 * 5GHz BSSIDs.The following attributes are set through the Roaming SUBCMD -
3946 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_GSCAN_ROAM_PARAMS.
3947 *
3948 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD: Signed 32-bit
3949 * value, RSSI threshold above which 5GHz RSSI is favored.
3950 *
3951 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD: Signed 32-bit
3952 * value, RSSI threshold below which 5GHz RSSI is penalized.
3953 *
3954 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR: Unsigned 32-bit
3955 * value, factor by which 5GHz RSSI is boosted.
3956 * boost=(RSSI_measured-5GHz_boost_threshold)*5GHz_boost_factor
3957 *
3958 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR: Unsigned 32-bit
3959 * value, factor by which 5GHz RSSI is penalized.
3960 * penalty=(5GHz_penalty_threshold-RSSI_measured)*5GHz_penalty_factor
3961 *
3962 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST: Unsigned 32-bit
3963 * value, maximum boost that can be applied to a 5GHz RSSI.
3964 *
3965 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS: Unsigned 32-bit
3966 * value, boost applied to current BSSID to ensure the currently
3967 * associated BSSID is favored so as to prevent ping-pong situations.
3968 *
3969 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER: Signed 32-bit
3970 * value, RSSI below which "Alert" roam is enabled.
3971 * "Alert" mode roaming - firmware is "urgently" hunting for another BSSID
3972 * because the RSSI is low, or because many successive beacons have been
3973 * lost or other bad link conditions.
3974 *
3975 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE: Unsigned 32-bit
3976 * value. 1-Enable, 0-Disable. Represents "Lazy" mode, where
3977 * firmware is hunting for a better BSSID or white listed SSID even though
3978 * the RSSI of the link is good. The parameters enabling the roaming are
3979 * configured through the PARAM_A_BAND_XX attrbutes.
3980 *
3981 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS: Nested attribute,
3982 * represents the BSSIDs preferred over others while evaluating them
3983 * for the roaming.
3984 *
3985 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID: Unsigned
3986 * 32-bit value. Represents the number of preferred BSSIDs set.
3987 *
3988 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID: 6-byte MAC
3989 * address representing the BSSID to be preferred.
3990 *
3991 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER: Signed
3992 * 32-bit value, representing the modifier to be applied to the RSSI of
3993 * the BSSID for the purpose of comparing it with other roam candidate.
3994 *
3995 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS: Nested attribute,
3996 * represents the BSSIDs to get blacklisted for roaming.
3997 *
3998 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID: Unsigned
3999 * 32-bit value, represents the number of blacklisted BSSIDs.
4000 *
4001 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID: 6-byte MAC
4002 * address representing the Blacklisted BSSID.
4003 *
4004 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT: Flag attribute,
4005 * indicates this BSSID blacklist as a hint to the driver. The driver can
4006 * select this BSSID in the worst case (when no other BSSIDs are better).
4007 *
4008 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL: Nested attribute to
4009 * set/get/clear the roam control config as
4010 * defined @enum qca_vendor_attr_roam_control.
4011 */
4012 enum qca_wlan_vendor_attr_roaming_config_params {
4013 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_INVALID = 0,
4014
4015 QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD = 1,
4016 QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID = 2,
4017
4018 /* Attributes for wifi_set_ssid_white_list */
4019 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS = 3,
4020 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST = 4,
4021 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID = 5,
4022
4023 /* Attributes for set_roam_params */
4024 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD = 6,
4025 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD = 7,
4026 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR = 8,
4027 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR = 9,
4028 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST = 10,
4029 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS = 11,
4030 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER = 12,
4031
4032 /* Attribute for set_lazy_roam */
4033 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE = 13,
4034
4035 /* Attribute for set_lazy_roam with preferences */
4036 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS = 14,
4037 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID = 15,
4038 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID = 16,
4039 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER = 17,
4040
4041 /* Attribute for set_blacklist bssid params */
4042 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS = 18,
4043 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID = 19,
4044 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID = 20,
4045 /* Flag attribute indicates this BSSID blacklist as a hint */
4046 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT = 21,
4047
4048 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL = 22,
4049
4050 /* keep last */
4051 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST,
4052 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_MAX =
4053 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST - 1,
4054 };
4055
4056 /*
4057 * enum qca_wlan_vendor_roaming_subcmd: Referred by
4058 * QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD.
4059 *
4060 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SSID_WHITE_LIST: Sub command to
4061 * configure the white list SSIDs. These are configured through
4062 * the following attributes.
4063 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS,
4064 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST,
4065 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID
4066 *
4067 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_GSCAN_ROAM_PARAMS: Sub command to
4068 * configure the Roam params. These parameters are evaluated on the GScan
4069 * results. Refers the attributes PARAM_A_BAND_XX above to configure the
4070 * params.
4071 *
4072 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_LAZY_ROAM: Sets the Lazy roam. Uses
4073 * the attribute QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE
4074 * to enable/disable Lazy roam.
4075 *
4076 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PREFS: Sets the BSSID
4077 * preference. Contains the attribute
4078 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS to set the BSSID
4079 * preference.
4080 *
4081 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID: Sets the Blacklist
4082 * BSSIDs. Refers QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS to
4083 * set the same.
4084 *
4085 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET: Command to set the
4086 * roam control config to the driver with the attribute
4087 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
4088 *
4089 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET: Command to obtain the
4090 * roam control config from driver with the attribute
4091 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
4092 * For the get, the attribute for the configuration to be queried shall
4093 * carry any of its acceptable value to the driver. In return, the driver
4094 * shall send the configured values within the same attribute to the user
4095 * space.
4096 *
4097 * @QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR: Command to clear the
4098 * roam control config in the driver with the attribute
4099 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_CONTROL.
4100 * The driver shall continue with its default roaming behavior when data
4101 * corresponding to an attribute is cleared.
4102 */
4103 enum qca_wlan_vendor_roaming_subcmd {
4104 QCA_WLAN_VENDOR_ROAMING_SUBCMD_INVALID = 0,
4105 QCA_WLAN_VENDOR_ROAMING_SUBCMD_SSID_WHITE_LIST = 1,
4106 QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_GSCAN_ROAM_PARAMS = 2,
4107 QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_LAZY_ROAM = 3,
4108 QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PREFS = 4,
4109 QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BSSID_PARAMS = 5,
4110 QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID = 6,
4111 QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_SET = 7,
4112 QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_GET = 8,
4113 QCA_WLAN_VENDOR_ROAMING_SUBCMD_CONTROL_CLEAR = 9,
4114 };
4115
4116 enum qca_wlan_vendor_attr_gscan_config_params {
4117 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_INVALID = 0,
4118
4119 /* Unsigned 32-bit value */
4120 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID = 1,
4121
4122 /* Attributes for data used by
4123 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_VALID_CHANNELS sub command.
4124 */
4125 /* Unsigned 32-bit value */
4126 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND
4127 = 2,
4128 /* Unsigned 32-bit value */
4129 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_MAX_CHANNELS
4130 = 3,
4131
4132 /* Attributes for input params used by
4133 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_START sub command.
4134 */
4135
4136 /* Unsigned 32-bit value; channel frequency */
4137 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_CHANNEL = 4,
4138 /* Unsigned 32-bit value; dwell time in ms. */
4139 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_DWELL_TIME = 5,
4140 /* Unsigned 8-bit value; 0: active; 1: passive; N/A for DFS */
4141 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_PASSIVE = 6,
4142 /* Unsigned 8-bit value; channel class */
4143 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_CLASS = 7,
4144
4145 /* Unsigned 8-bit value; bucket index, 0 based */
4146 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_INDEX = 8,
4147 /* Unsigned 8-bit value; band. */
4148 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_BAND = 9,
4149 /* Unsigned 32-bit value; desired period, in ms. */
4150 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_PERIOD = 10,
4151 /* Unsigned 8-bit value; report events semantics. */
4152 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_REPORT_EVENTS = 11,
4153 /* Unsigned 32-bit value. Followed by a nested array of
4154 * GSCAN_CHANNEL_SPEC_* attributes.
4155 */
4156 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS = 12,
4157
4158 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_* attributes.
4159 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
4160 */
4161 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC = 13,
4162
4163 /* Unsigned 32-bit value; base timer period in ms. */
4164 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_BASE_PERIOD = 14,
4165 /* Unsigned 32-bit value; number of APs to store in each scan in the
4166 * BSSID/RSSI history buffer (keep the highest RSSI APs).
4167 */
4168 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN = 15,
4169 /* Unsigned 8-bit value; in %, when scan buffer is this much full, wake
4170 * up AP.
4171 */
4172 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_PERCENT
4173 = 16,
4174
4175 /* Unsigned 8-bit value; number of scan bucket specs; followed by a
4176 * nested array of_GSCAN_BUCKET_SPEC_* attributes and values. The size
4177 * of the array is determined by NUM_BUCKETS.
4178 */
4179 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS = 17,
4180
4181 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_* attributes.
4182 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS
4183 */
4184 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC = 18,
4185
4186 /* Unsigned 8-bit value */
4187 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH
4188 = 19,
4189 /* Unsigned 32-bit value; maximum number of results to be returned. */
4190 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_MAX
4191 = 20,
4192
4193 /* An array of 6 x unsigned 8-bit value */
4194 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_BSSID = 21,
4195 /* Signed 32-bit value */
4196 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_RSSI_LOW = 22,
4197 /* Signed 32-bit value */
4198 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH = 23,
4199 /* Unsigned 32-bit value */
4200 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_CHANNEL = 24,
4201
4202 /* Number of hotlist APs as unsigned 32-bit value, followed by a nested
4203 * array of AP_THRESHOLD_PARAM attributes and values. The size of the
4204 * array is determined by NUM_AP.
4205 */
4206 QCA_WLAN_VENDOR_ATTR_GSCAN_BSSID_HOTLIST_PARAMS_NUM_AP = 25,
4207
4208 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_* attributes.
4209 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
4210 */
4211 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM = 26,
4212
4213 /* Unsigned 32-bit value; number of samples for averaging RSSI. */
4214 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE
4215 = 27,
4216 /* Unsigned 32-bit value; number of samples to confirm AP loss. */
4217 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE
4218 = 28,
4219 /* Unsigned 32-bit value; number of APs breaching threshold. */
4220 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING = 29,
4221 /* Unsigned 32-bit value; number of APs. Followed by an array of
4222 * AP_THRESHOLD_PARAM attributes. Size of the array is NUM_AP.
4223 */
4224 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP = 30,
4225 /* Unsigned 32-bit value; number of samples to confirm AP loss. */
4226 QCA_WLAN_VENDOR_ATTR_GSCAN_BSSID_HOTLIST_PARAMS_LOST_AP_SAMPLE_SIZE
4227 = 31,
4228 /* Unsigned 32-bit value. If max_period is non zero or different than
4229 * period, then this bucket is an exponential backoff bucket.
4230 */
4231 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_MAX_PERIOD = 32,
4232 /* Unsigned 32-bit value. */
4233 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_BASE = 33,
4234 /* Unsigned 32-bit value. For exponential back off bucket, number of
4235 * scans to perform for a given period.
4236 */
4237 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_STEP_COUNT = 34,
4238 /* Unsigned 8-bit value; in number of scans, wake up AP after these
4239 * many scans.
4240 */
4241 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_NUM_SCANS
4242 = 35,
4243
4244 /* Attributes for data used by
4245 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SSID_HOTLIST sub command.
4246 */
4247 /* Unsigned 3-2bit value; number of samples to confirm SSID loss. */
4248 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_LOST_SSID_SAMPLE_SIZE
4249 = 36,
4250 /* Number of hotlist SSIDs as unsigned 32-bit value, followed by a
4251 * nested array of SSID_THRESHOLD_PARAM_* attributes and values. The
4252 * size of the array is determined by NUM_SSID.
4253 */
4254 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_NUM_SSID = 37,
4255 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_*
4256 * attributes.
4257 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_NUM_SSID
4258 */
4259 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM = 38,
4260
4261 /* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
4262 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_SSID = 39,
4263 /* Unsigned 8-bit value */
4264 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_BAND = 40,
4265 /* Signed 32-bit value */
4266 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_RSSI_LOW = 41,
4267 /* Signed 32-bit value */
4268 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_RSSI_HIGH = 42,
4269 /* Unsigned 32-bit value; a bitmask with additional gscan config flag.
4270 */
4271 QCA_WLAN_VENDOR_ATTR_GSCAN_CONFIGURATION_FLAGS = 43,
4272
4273 /* keep last */
4274 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST,
4275 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_MAX =
4276 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST - 1,
4277 };
4278
4279 enum qca_wlan_vendor_attr_gscan_results {
4280 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_INVALID = 0,
4281
4282 /* Unsigned 32-bit value; must match the request Id supplied by
4283 * Wi-Fi HAL in the corresponding subcmd NL msg.
4284 */
4285 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID = 1,
4286
4287 /* Unsigned 32-bit value; used to indicate the status response from
4288 * firmware/driver for the vendor sub-command.
4289 */
4290 QCA_WLAN_VENDOR_ATTR_GSCAN_STATUS = 2,
4291
4292 /* GSCAN Valid Channels attributes */
4293 /* Unsigned 32bit value; followed by a nested array of CHANNELS. */
4294 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_CHANNELS = 3,
4295 /* An array of NUM_CHANNELS x unsigned 32-bit value integers
4296 * representing channel numbers.
4297 */
4298 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CHANNELS = 4,
4299
4300 /* GSCAN Capabilities attributes */
4301 /* Unsigned 32-bit value */
4302 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE = 5,
4303 /* Unsigned 32-bit value */
4304 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS = 6,
4305 /* Unsigned 32-bit value */
4306 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN
4307 = 7,
4308 /* Unsigned 32-bit value */
4309 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_RSSI_SAMPLE_SIZE
4310 = 8,
4311 /* Signed 32-bit value */
4312 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_REPORTING_THRESHOLD
4313 = 9,
4314 /* Unsigned 32-bit value */
4315 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_BSSIDS = 10,
4316 /* Unsigned 32-bit value */
4317 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SIGNIFICANT_WIFI_CHANGE_APS
4318 = 11,
4319 /* Unsigned 32-bit value */
4320 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_BSSID_HISTORY_ENTRIES
4321 = 12,
4322
4323 /* GSCAN Attributes used with
4324 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_RESULTS_AVAILABLE sub-command.
4325 */
4326
4327 /* Unsigned 32-bit value */
4328 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE = 13,
4329
4330 /* GSCAN attributes used with
4331 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_FULL_SCAN_RESULT sub-command.
4332 */
4333
4334 /* An array of NUM_RESULTS_AVAILABLE x
4335 * QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_*
4336 */
4337 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST = 14,
4338
4339 /* Unsigned 64-bit value; age of sample at the time of retrieval */
4340 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_TIME_STAMP = 15,
4341 /* 33 x unsigned 8-bit value; NULL terminated SSID */
4342 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID = 16,
4343 /* An array of 6 x unsigned 8-bit value */
4344 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BSSID = 17,
4345 /* Unsigned 32-bit value; channel frequency in MHz */
4346 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CHANNEL = 18,
4347 /* Signed 32-bit value */
4348 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RSSI = 19,
4349 /* Unsigned 32-bit value */
4350 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT = 20,
4351 /* Unsigned 32-bit value */
4352 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT_SD = 21,
4353 /* Unsigned 16-bit value */
4354 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BEACON_PERIOD = 22,
4355 /* Unsigned 16-bit value */
4356 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CAPABILITY = 23,
4357 /* Unsigned 32-bit value; size of the IE DATA blob */
4358 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_LENGTH = 24,
4359 /* An array of IE_LENGTH x unsigned 8-bit value; blob of all the
4360 * information elements found in the beacon; this data should be a
4361 * packed list of wifi_information_element objects, one after the
4362 * other.
4363 */
4364 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_DATA = 25,
4365
4366 /* Unsigned 8-bit value; set by driver to indicate more scan results are
4367 * available.
4368 */
4369 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_MORE_DATA = 26,
4370
4371 /* GSCAN attributes for
4372 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_EVENT sub-command.
4373 */
4374 /* Unsigned 8-bit value */
4375 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_EVENT_TYPE = 27,
4376 /* Unsigned 32-bit value */
4377 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_EVENT_STATUS = 28,
4378
4379 /* GSCAN attributes for
4380 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_FOUND sub-command.
4381 */
4382 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
4383 * to indicate number of results.
4384 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the
4385 * list of results.
4386 */
4387
4388 /* GSCAN attributes for
4389 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SIGNIFICANT_CHANGE sub-command.
4390 */
4391 /* An array of 6 x unsigned 8-bit value */
4392 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_BSSID = 29,
4393 /* Unsigned 32-bit value */
4394 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_CHANNEL
4395 = 30,
4396 /* Unsigned 32-bit value. */
4397 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_NUM_RSSI
4398 = 31,
4399 /* A nested array of signed 32-bit RSSI values. Size of the array is
4400 * determined by (NUM_RSSI of SIGNIFICANT_CHANGE_RESULT_NUM_RSSI.
4401 */
4402 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_RSSI_LIST
4403 = 32,
4404
4405 /* GSCAN attributes used with
4406 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CACHED_RESULTS sub-command.
4407 */
4408 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
4409 * to indicate number of gscan cached results returned.
4410 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_LIST to indicate
4411 * the list of gscan cached results.
4412 */
4413
4414 /* An array of NUM_RESULTS_AVAILABLE x
4415 * QCA_NL80211_VENDOR_ATTR_GSCAN_CACHED_RESULTS_*
4416 */
4417 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_LIST = 33,
4418 /* Unsigned 32-bit value; a unique identifier for the scan unit. */
4419 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_SCAN_ID = 34,
4420 /* Unsigned 32-bit value; a bitmask w/additional information about scan.
4421 */
4422 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_FLAGS = 35,
4423 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
4424 * to indicate number of wifi scan results/bssids retrieved by the scan.
4425 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the
4426 * list of wifi scan results returned for each cached result block.
4427 */
4428
4429 /* GSCAN attributes for
4430 * QCA_NL80211_VENDOR_SUBCMD_PNO_NETWORK_FOUND sub-command.
4431 */
4432 /* Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE for
4433 * number of results.
4434 * Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the nested
4435 * list of wifi scan results returned for each
4436 * wifi_passpoint_match_result block.
4437 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE.
4438 */
4439
4440 /* GSCAN attributes for
4441 * QCA_NL80211_VENDOR_SUBCMD_PNO_PASSPOINT_NETWORK_FOUND sub-command.
4442 */
4443 /* Unsigned 32-bit value */
4444 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES
4445 = 36,
4446 /* A nested array of
4447 * QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_*
4448 * attributes. Array size =
4449 * *_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES.
4450 */
4451 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_RESULT_LIST = 37,
4452
4453 /* Unsigned 32-bit value; network block id for the matched network */
4454 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ID = 38,
4455 /* Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the nested
4456 * list of wifi scan results returned for each
4457 * wifi_passpoint_match_result block.
4458 */
4459 /* Unsigned 32-bit value */
4460 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP_LEN = 39,
4461 /* An array size of PASSPOINT_MATCH_ANQP_LEN of unsigned 8-bit values;
4462 * ANQP data in the information_element format.
4463 */
4464 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP = 40,
4465
4466 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
4467 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_SSIDS = 41,
4468 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
4469 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS = 42,
4470 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
4471 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS_BY_SSID
4472 = 43,
4473 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
4474 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_WHITELISTED_SSID
4475 = 44,
4476
4477 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_BUCKETS_SCANNED = 45,
4478
4479 /* Unsigned 32-bit value; a GSCAN Capabilities attribute.
4480 * This is used to limit the maximum number of BSSIDs while sending
4481 * the vendor command QCA_NL80211_VENDOR_SUBCMD_ROAM with subcmd
4482 * QCA_WLAN_VENDOR_ROAMING_SUBCMD_SET_BLACKLIST_BSSID and attribute
4483 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID.
4484 */
4485 QCA_WLAN_VENDOR_ATTR_GSCAN_MAX_NUM_BLACKLISTED_BSSID = 46,
4486
4487 /* keep last */
4488 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_AFTER_LAST,
4489 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX =
4490 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_AFTER_LAST - 1,
4491 };
4492
4493 enum qca_wlan_vendor_attr_pno_config_params {
4494 QCA_WLAN_VENDOR_ATTR_PNO_INVALID = 0,
4495 /* Attributes for data used by
4496 * QCA_NL80211_VENDOR_SUBCMD_PNO_SET_PASSPOINT_LIST sub command.
4497 */
4498 /* Unsigned 32-bit value */
4499 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM = 1,
4500 /* Array of nested QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_*
4501 * attributes. Array size =
4502 * QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM.
4503 */
4504 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NETWORK_ARRAY = 2,
4505
4506 /* Unsigned 32-bit value */
4507 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ID = 3,
4508 /* An array of 256 x unsigned 8-bit value; NULL terminated UTF-8 encoded
4509 * realm, 0 if unspecified.
4510 */
4511 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_REALM = 4,
4512 /* An array of 16 x unsigned 32-bit value; roaming consortium ids to
4513 * match, 0 if unspecified.
4514 */
4515 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_CNSRTM_ID = 5,
4516 /* An array of 6 x unsigned 8-bit value; MCC/MNC combination, 0s if
4517 * unspecified.
4518 */
4519 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_PLMN = 6,
4520
4521 /* Attributes for data used by
4522 * QCA_NL80211_VENDOR_SUBCMD_PNO_SET_LIST sub command.
4523 */
4524 /* Unsigned 32-bit value */
4525 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS = 7,
4526 /* Array of nested
4527 * QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_*
4528 * attributes. Array size =
4529 * QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS.
4530 */
4531 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORKS_LIST = 8,
4532 /* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
4533 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_SSID = 9,
4534 /* Signed 8-bit value; threshold for considering this SSID as found,
4535 * required granularity for this threshold is 4 dBm to 8 dBm.
4536 */
4537 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_RSSI_THRESHOLD
4538 = 10,
4539 /* Unsigned 8-bit value; WIFI_PNO_FLAG_XXX */
4540 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_FLAGS = 11,
4541 /* Unsigned 8-bit value; auth bit field for matching WPA IE */
4542 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_AUTH_BIT = 12,
4543 /* Unsigned 8-bit to indicate ePNO type;
4544 * It takes values from qca_wlan_epno_type
4545 */
4546 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_TYPE = 13,
4547
4548 /* Nested attribute to send the channel list */
4549 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_CHANNEL_LIST = 14,
4550
4551 /* Unsigned 32-bit value; indicates the interval between PNO scan
4552 * cycles in msec.
4553 */
4554 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_SCAN_INTERVAL = 15,
4555 QCA_WLAN_VENDOR_ATTR_EPNO_MIN5GHZ_RSSI = 16,
4556 QCA_WLAN_VENDOR_ATTR_EPNO_MIN24GHZ_RSSI = 17,
4557 QCA_WLAN_VENDOR_ATTR_EPNO_INITIAL_SCORE_MAX = 18,
4558 QCA_WLAN_VENDOR_ATTR_EPNO_CURRENT_CONNECTION_BONUS = 19,
4559 QCA_WLAN_VENDOR_ATTR_EPNO_SAME_NETWORK_BONUS = 20,
4560 QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21,
4561 QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22,
4562 /* Unsigned 32-bit value, representing the PNO Request ID */
4563 QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23,
4564
4565 /* keep last */
4566 QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST,
4567 QCA_WLAN_VENDOR_ATTR_PNO_MAX =
4568 QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST - 1,
4569 };
4570
4571 /**
4572 * qca_wlan_vendor_acs_select_reason: This represents the different reasons why
4573 * the ACS has to be triggered. These values are used by
4574 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON and
4575 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON
4576 */
4577 enum qca_wlan_vendor_acs_select_reason {
4578 /* Represents the reason that the ACS triggered during the AP start */
4579 QCA_WLAN_VENDOR_ACS_SELECT_REASON_INIT,
4580 /* Represents the reason that DFS found with the current channel */
4581 QCA_WLAN_VENDOR_ACS_SELECT_REASON_DFS,
4582 /* Represents the reason that LTE co-exist in the current band. */
4583 QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX,
4584 /* Represents the reason that generic, uncategorized interference has
4585 * been found in the current channel.
4586 */
4587 QCA_WLAN_VENDOR_ACS_SELECT_REASON_GENERIC_INTERFERENCE,
4588 /* Represents the reason that excessive 802.11 interference has been
4589 * found in the current channel.
4590 */
4591 QCA_WLAN_VENDOR_ACS_SELECT_REASON_80211_INTERFERENCE,
4592 /* Represents the reason that generic Continuous Wave (CW) interference
4593 * has been found in the current channel.
4594 */
4595 QCA_WLAN_VENDOR_ACS_SELECT_REASON_CW_INTERFERENCE,
4596 /* Represents the reason that Microwave Oven (MWO) interference has been
4597 * found in the current channel.
4598 */
4599 QCA_WLAN_VENDOR_ACS_SELECT_REASON_MWO_INTERFERENCE,
4600 /* Represents the reason that generic Frequency-Hopping Spread Spectrum
4601 * (FHSS) interference has been found in the current channel. This may
4602 * include 802.11 waveforms.
4603 */
4604 QCA_WLAN_VENDOR_ACS_SELECT_REASON_FHSS_INTERFERENCE,
4605 /* Represents the reason that non-802.11 generic Frequency-Hopping
4606 * Spread Spectrum (FHSS) interference has been found in the current
4607 * channel.
4608 */
4609 QCA_WLAN_VENDOR_ACS_SELECT_REASON_NON_80211_FHSS_INTERFERENCE,
4610 /* Represents the reason that generic Wideband (WB) interference has
4611 * been found in the current channel. This may include 802.11 waveforms.
4612 */
4613 QCA_WLAN_VENDOR_ACS_SELECT_REASON_WB_INTERFERENCE,
4614 /* Represents the reason that non-802.11 generic Wideband (WB)
4615 * interference has been found in the current channel.
4616 */
4617 QCA_WLAN_VENDOR_ACS_SELECT_REASON_NON_80211_WB_INTERFERENCE,
4618 /* Represents the reason that Jammer interference has been found in the
4619 * current channel.
4620 */
4621 QCA_WLAN_VENDOR_ACS_SELECT_REASON_JAMMER_INTERFERENCE,
4622 };
4623
4624 /**
4625 * qca_wlan_vendor_attr_external_acs_policy: Attribute values for
4626 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY to the vendor subcmd
4627 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This represents the
4628 * external ACS policies to select the channels w.r.t. the PCL weights.
4629 * (QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL represents the channels and
4630 * their PCL weights.)
4631 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY: Mandatory to
4632 * select a channel with non-zero PCL weight.
4633 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED: Prefer a
4634 * channel with non-zero PCL weight.
4635 *
4636 */
4637 enum qca_wlan_vendor_attr_external_acs_policy {
4638 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED,
4639 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY,
4640 };
4641
4642 /**
4643 * qca_wlan_vendor_channel_prop_flags: This represent the flags for a channel.
4644 * This is used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS.
4645 */
4646 enum qca_wlan_vendor_channel_prop_flags {
4647 /* Bits 0, 1, 2, and 3 are reserved */
4648
4649 /* Turbo channel */
4650 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_TURBO = 1 << 4,
4651 /* CCK channel */
4652 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_CCK = 1 << 5,
4653 /* OFDM channel */
4654 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_OFDM = 1 << 6,
4655 /* 2.4 GHz spectrum channel. */
4656 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_2GHZ = 1 << 7,
4657 /* 5 GHz spectrum channel */
4658 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_5GHZ = 1 << 8,
4659 /* Only passive scan allowed */
4660 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_PASSIVE = 1 << 9,
4661 /* Dynamic CCK-OFDM channel */
4662 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_DYN = 1 << 10,
4663 /* GFSK channel (FHSS PHY) */
4664 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_GFSK = 1 << 11,
4665 /* Radar found on channel */
4666 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_RADAR = 1 << 12,
4667 /* 11a static turbo channel only */
4668 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_STURBO = 1 << 13,
4669 /* Half rate channel */
4670 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HALF = 1 << 14,
4671 /* Quarter rate channel */
4672 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_QUARTER = 1 << 15,
4673 /* HT 20 channel */
4674 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT20 = 1 << 16,
4675 /* HT 40 with extension channel above */
4676 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40PLUS = 1 << 17,
4677 /* HT 40 with extension channel below */
4678 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40MINUS = 1 << 18,
4679 /* HT 40 intolerant */
4680 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOL = 1 << 19,
4681 /* VHT 20 channel */
4682 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT20 = 1 << 20,
4683 /* VHT 40 with extension channel above */
4684 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40PLUS = 1 << 21,
4685 /* VHT 40 with extension channel below */
4686 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40MINUS = 1 << 22,
4687 /* VHT 80 channel */
4688 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80 = 1 << 23,
4689 /* HT 40 intolerant mark bit for ACS use */
4690 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOLMARK = 1 << 24,
4691 /* Channel temporarily blocked due to noise */
4692 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_BLOCKED = 1 << 25,
4693 /* VHT 160 channel */
4694 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT160 = 1 << 26,
4695 /* VHT 80+80 channel */
4696 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80_80 = 1 << 27,
4697 /* HE 20 channel */
4698 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE20 = 1 << 28,
4699 /* HE 40 with extension channel above */
4700 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40PLUS = 1 << 29,
4701 /* HE 40 with extension channel below */
4702 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40MINUS = 1 << 30,
4703 /* HE 40 intolerant */
4704 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOL = 1 << 31,
4705 };
4706
4707 /**
4708 * qca_wlan_vendor_channel_prop_flags_2: This represents the flags for a
4709 * channel, and is a continuation of qca_wlan_vendor_channel_prop_flags. This is
4710 * used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2.
4711 */
4712 enum qca_wlan_vendor_channel_prop_flags_2 {
4713 /* HE 40 intolerant mark bit for ACS use */
4714 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOLMARK = 1 << 0,
4715 /* HE 80 channel */
4716 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80 = 1 << 1,
4717 /* HE 160 channel */
4718 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE160 = 1 << 2,
4719 /* HE 80+80 channel */
4720 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80_80 = 1 << 3,
4721 };
4722
4723 /**
4724 * qca_wlan_vendor_channel_prop_flags_ext: This represent the extended flags for
4725 * each channel. This is used by
4726 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT.
4727 */
4728 enum qca_wlan_vendor_channel_prop_flags_ext {
4729 /* Radar found on channel */
4730 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_RADAR_FOUND = 1 << 0,
4731 /* DFS required on channel */
4732 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS = 1 << 1,
4733 /* DFS required on channel for 2nd band of 80+80 */
4734 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CFREQ2 = 1 << 2,
4735 /* If channel has been checked for DFS */
4736 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CLEAR = 1 << 3,
4737 /* Excluded in 802.11d */
4738 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_11D_EXCLUDED = 1 << 4,
4739 /* Channel Switch Announcement received on this channel */
4740 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CSA_RECEIVED = 1 << 5,
4741 /* Ad-hoc is not allowed */
4742 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_ADHOC = 1 << 6,
4743 /* Station only channel */
4744 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_HOSTAP = 1 << 7,
4745 /* DFS radar history for slave device (STA mode) */
4746 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_HISTORY_RADAR = 1 << 8,
4747 /* DFS CAC valid for slave device (STA mode) */
4748 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CAC_VALID = 1 << 9,
4749 };
4750
4751 /**
4752 * qca_wlan_vendor_external_acs_event_chan_info_attr: Represents per channel
4753 * information. These attributes are sent as part of
4754 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO. Each set of the following
4755 * attributes correspond to a single channel.
4756 */
4757 enum qca_wlan_vendor_external_acs_event_chan_info_attr {
4758 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_INVALID = 0,
4759
4760 /* A bitmask (u32) with flags specified in
4761 * enum qca_wlan_vendor_channel_prop_flags.
4762 */
4763 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS = 1,
4764 /* A bitmask (u32) with flags specified in
4765 * enum qca_wlan_vendor_channel_prop_flags_ext.
4766 */
4767 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT = 2,
4768 /* frequency in MHz (u32) */
4769 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ = 3,
4770 /* maximum regulatory transmission power (u32) */
4771 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_REG_POWER = 4,
4772 /* maximum transmission power (u32) */
4773 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_POWER = 5,
4774 /* minimum transmission power (u32) */
4775 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MIN_POWER = 6,
4776 /* regulatory class id (u8) */
4777 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_REG_CLASS_ID = 7,
4778 /* maximum antenna gain in (u8) */
4779 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_ANTENNA_GAIN = 8,
4780 /* VHT segment 0 (u8) */
4781 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0 = 9,
4782 /* VHT segment 1 (u8) */
4783 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1 = 10,
4784 /* A bitmask (u32) with flags specified in
4785 * enum qca_wlan_vendor_channel_prop_flags_2.
4786 */
4787 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2 = 11,
4788
4789 /*
4790 * VHT segment 0 in MHz (u32) and the attribute is mandatory.
4791 * Note: Event QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS includes
4792 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
4793 * along with
4794 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0.
4795 *
4796 * If both the driver and user-space application supports the 6 GHz
4797 * band, QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0
4798 * is deprecated and
4799 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
4800 * should be used.
4801 *
4802 * To maintain backward compatibility,
4803 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0
4804 * is still used if either of the driver or user space application
4805 * doesn't support the 6 GHz band.
4806 */
4807 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_0 = 12,
4808
4809 /*
4810 * VHT segment 1 in MHz (u32) and the attribute is mandatory.
4811 * Note: Event QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS includes
4812 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
4813 * along with
4814 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1.
4815 *
4816 * If both the driver and user-space application supports the 6 GHz
4817 * band, QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1
4818 * is deprecated and
4819 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
4820 * should be considered.
4821 *
4822 * To maintain backward compatibility,
4823 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1
4824 * is still used if either of the driver or user space application
4825 * doesn't support the 6 GHz band.
4826 */
4827 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ_VHT_SEG_1 = 13,
4828
4829 /* keep last */
4830 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST,
4831 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX =
4832 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST - 1,
4833 };
4834
4835 /**
4836 * qca_wlan_vendor_attr_pcl: Represents attributes for
4837 * preferred channel list (PCL). These attributes are sent as part of
4838 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL and
4839 * QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST.
4840 */
4841 enum qca_wlan_vendor_attr_pcl {
4842 QCA_WLAN_VENDOR_ATTR_PCL_INVALID = 0,
4843
4844 /* Channel number (u8) */
4845 QCA_WLAN_VENDOR_ATTR_PCL_CHANNEL = 1,
4846 /* Channel weightage (u8) */
4847 QCA_WLAN_VENDOR_ATTR_PCL_WEIGHT = 2,
4848 /* Channel frequency (u32) in MHz */
4849 QCA_WLAN_VENDOR_ATTR_PCL_FREQ = 3,
4850 /* Channel flags (u32)
4851 * bit 0 set: channel to be used for GO role,
4852 * bit 1 set: channel to be used on CLI role,
4853 * bit 2 set: channel must be considered for operating channel
4854 * selection & peer chosen operating channel should be
4855 * one of the channels with this flag set,
4856 * bit 3 set: channel should be excluded in GO negotiation
4857 */
4858 QCA_WLAN_VENDOR_ATTR_PCL_FLAG = 4,
4859 };
4860
4861 /**
4862 * qca_wlan_vendor_attr_external_acs_event: Attribute to vendor sub-command
4863 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This attribute will be sent by
4864 * host driver.
4865 */
4866 enum qca_wlan_vendor_attr_external_acs_event {
4867 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_INVALID = 0,
4868
4869 /* This reason (u8) refers to enum qca_wlan_vendor_acs_select_reason.
4870 * This helps ACS module to understand why ACS needs to be started.
4871 */
4872 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON = 1,
4873 /* Flag attribute to indicate if driver supports spectral scanning */
4874 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_SPECTRAL_SUPPORTED = 2,
4875 /* Flag attribute to indicate if 11ac is offloaded to firmware */
4876 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_OFFLOAD_ENABLED = 3,
4877 /* Flag attribute to indicate if driver provides additional channel
4878 * capability as part of scan operation
4879 */
4880 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_ADD_CHAN_STATS_SUPPORT = 4,
4881 /* Flag attribute to indicate interface status is UP */
4882 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AP_UP = 5,
4883 /* Operating mode (u8) of interface. Takes one of enum nl80211_iftype
4884 * values.
4885 */
4886 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_SAP_MODE = 6,
4887 /* Channel width (u8). It takes one of enum nl80211_chan_width values.
4888 * This is the upper bound of channel width. ACS logic should try to get
4889 * a channel with the specified width and if not found, look for lower
4890 * values.
4891 */
4892 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_WIDTH = 7,
4893 /* This (u8) will hold values of one of enum nl80211_bands */
4894 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_BAND = 8,
4895 /* PHY/HW mode (u8). Takes one of enum qca_wlan_vendor_acs_hw_mode
4896 * values
4897 */
4898 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PHY_MODE = 9,
4899 /* Array of (u32) supported frequency list among which ACS should choose
4900 * best frequency.
4901 */
4902 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_FREQ_LIST = 10,
4903 /* Preferred channel list by the driver which will have array of nested
4904 * values as per enum qca_wlan_vendor_attr_pcl attribute.
4905 */
4906 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL = 11,
4907 /* Array of nested attribute for each channel. It takes attr as defined
4908 * in enum qca_wlan_vendor_external_acs_event_chan_info_attr.
4909 */
4910 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO = 12,
4911 /* External ACS policy such as PCL mandatory, PCL preferred, etc.
4912 * It uses values defined in enum
4913 * qca_wlan_vendor_attr_external_acs_policy.
4914 */
4915 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY = 13,
4916 /* Reference RF Operating Parameter (RROP) availability information
4917 * (u16). It uses values defined in enum
4918 * qca_wlan_vendor_attr_rropavail_info.
4919 */
4920 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_RROPAVAIL_INFO = 14,
4921
4922 /* keep last */
4923 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,
4924 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_MAX =
4925 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST - 1,
4926 };
4927
4928 /**
4929 * enum qca_wlan_vendor_attr_external_acs_channels: Attributes to vendor subcmd
4930 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This carries a list of channels
4931 * in priority order as decided after ACS operation in userspace.
4932 *
4933 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON: Required (u8).
4934 * One of reason code from enum qca_wlan_vendor_acs_select_reason.
4935 *
4936 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST: Required
4937 * Array of nested values for each channel with following attributes:
4938 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
4939 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
4940 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
4941 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
4942 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
4943 * Note: If both the driver and user-space application supports the 6 GHz band,
4944 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST is deprecated and use
4945 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST.
4946 * To maintain backward compatibility,
4947 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST
4948 * is still used if either of the driver or user space application doesn't
4949 * support the 6 GHz band.
4950 *
4951 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY: Required (u8).
4952 * Primary channel number
4953 * Note: If both the driver and user-space application supports the 6 GHz band,
4954 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY is deprecated and use
4955 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY.
4956 * To maintain backward compatibility,
4957 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY
4958 * is still used if either of the driver or user space application doesn't
4959 * support the 6 GHz band.
4960 *
4961 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY: Required (u8).
4962 * Secondary channel number, required only for 160 and 80+80 MHz bandwidths.
4963 * Note: If both the driver and user-space application supports the 6 GHz band,
4964 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY is deprecated and use
4965 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY.
4966 * To maintain backward compatibility,
4967 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY
4968 * is still used if either of the driver or user space application
4969 * doesn't support the 6 GHz band.
4970 *
4971 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0: Required (u8).
4972 * VHT seg0 channel number
4973 * Note: If both the driver and user-space application supports the 6 GHz band,
4974 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 is deprecated and use
4975 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0.
4976 * To maintain backward compatibility,
4977 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0
4978 * is still used if either of the driver or user space application
4979 * doesn't support the 6 GHz band.
4980 *
4981 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1: Required (u8).
4982 * VHT seg1 channel number
4983 * Note: If both the driver and user-space application supports the 6 GHz band,
4984 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 is deprecated and use
4985 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1.
4986 * To maintain backward compatibility,
4987 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1
4988 * is still used if either of the driver or user space application
4989 * doesn't support the 6 GHz band.
4990 *
4991 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH: Required (u8).
4992 * Takes one of enum nl80211_chan_width values.
4993 *
4994 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST: Required
4995 * Array of nested values for each channel with following attributes:
4996 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY in MHz (u32),
4997 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY in MHz (u32),
4998 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 in MHz (u32),
4999 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 in MHz (u32),
5000 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
5001 * Note: If user-space application has no support of the 6 GHz band, this
5002 * attribute is optional.
5003 *
5004 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY: Required (u32)
5005 * Primary channel frequency in MHz
5006 * Note: If user-space application has no support of the 6 GHz band, this
5007 * attribute is optional.
5008 *
5009 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY: Required (u32)
5010 * Secondary channel frequency in MHz used for HT 40 MHz channels.
5011 * Note: If user-space application has no support of the 6 GHz band, this
5012 * attribute is optional.
5013 *
5014 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0: Required (u32)
5015 * VHT seg0 channel frequency in MHz
5016 * Note: If user-space application has no support of the 6GHz band, this
5017 * attribute is optional.
5018 *
5019 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1: Required (u32)
5020 * VHT seg1 channel frequency in MHz
5021 * Note: If user-space application has no support of the 6 GHz band, this
5022 * attribute is optional.
5023 */
5024 enum qca_wlan_vendor_attr_external_acs_channels {
5025 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_INVALID = 0,
5026
5027 /* One of reason code (u8) from enum qca_wlan_vendor_acs_select_reason
5028 */
5029 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON = 1,
5030
5031 /* Array of nested values for each channel with following attributes:
5032 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND,
5033 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
5034 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
5035 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
5036 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
5037 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
5038 */
5039 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST = 2,
5040 /* This (u8) will hold values of one of enum nl80211_bands */
5041 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND = 3,
5042 /* Primary channel (u8) */
5043 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY = 4,
5044 /* Secondary channel (u8) used for HT 40 MHz channels */
5045 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY = 5,
5046 /* VHT seg0 channel (u8) */
5047 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 = 6,
5048 /* VHT seg1 channel (u8) */
5049 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 = 7,
5050 /* Channel width (u8). Takes one of enum nl80211_chan_width values. */
5051 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH = 8,
5052
5053 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_LIST = 9,
5054 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_PRIMARY = 10,
5055 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_SECONDARY = 11,
5056 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG0 = 12,
5057 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_FREQUENCY_CENTER_SEG1 = 13,
5058
5059 /* keep last */
5060 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST,
5061 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_MAX =
5062 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST - 1
5063 };
5064
5065 enum qca_chip_power_save_failure_reason {
5066 /* Indicates if the reason for the failure is due to a protocol
5067 * layer/module.
5068 */
5069 QCA_CHIP_POWER_SAVE_FAILURE_REASON_PROTOCOL = 0,
5070 /* Indicates if the reason for the failure is due to a hardware issue.
5071 */
5072 QCA_CHIP_POWER_SAVE_FAILURE_REASON_HARDWARE = 1,
5073 };
5074
5075 /**
5076 * qca_attr_chip_power_save_failure: Attributes to vendor subcmd
5077 * QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE. This carries the requisite
5078 * information leading to the power save failure.
5079 */
5080 enum qca_attr_chip_power_save_failure {
5081 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_INVALID = 0,
5082 /* Reason to cause the power save failure.
5083 * These reasons are represented by
5084 * enum qca_chip_power_save_failure_reason.
5085 */
5086 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_REASON = 1,
5087
5088 /* keep last */
5089 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST,
5090 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_MAX =
5091 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST - 1,
5092 };
5093
5094 /**
5095 * qca_wlan_vendor_nud_stats_data_pkt_flags: Flag representing the various
5096 * data types for which the stats have to get collected.
5097 */
5098 enum qca_wlan_vendor_nud_stats_data_pkt_flags {
5099 QCA_WLAN_VENDOR_NUD_STATS_DATA_ARP = 1 << 0,
5100 QCA_WLAN_VENDOR_NUD_STATS_DATA_DNS = 1 << 1,
5101 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_HANDSHAKE = 1 << 2,
5102 QCA_WLAN_VENDOR_NUD_STATS_DATA_ICMPV4 = 1 << 3,
5103 QCA_WLAN_VENDOR_NUD_STATS_DATA_ICMPV6 = 1 << 4,
5104 /* Used by QCA_ATTR_NUD_STATS_PKT_TYPE only in nud stats get
5105 * to represent the stats of respective data type.
5106 */
5107 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_SYN = 1 << 5,
5108 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_SYN_ACK = 1 << 6,
5109 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_ACK = 1 << 7,
5110 };
5111
5112 enum qca_wlan_vendor_nud_stats_set_data_pkt_info {
5113 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_INVALID = 0,
5114 /* Represents the data packet type to be monitored (u32).
5115 * Host driver tracks the stats corresponding to each data frame
5116 * represented by these flags.
5117 * These data packets are represented by
5118 * enum qca_wlan_vendor_nud_stats_data_pkt_flags
5119 */
5120 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_TYPE = 1,
5121 /* Name corresponding to the DNS frame for which the respective DNS
5122 * stats have to get monitored (string). Max string length 255.
5123 */
5124 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DNS_DOMAIN_NAME = 2,
5125 /* source port on which the respective proto stats have to get
5126 * collected (u32).
5127 */
5128 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_SRC_PORT = 3,
5129 /* destination port on which the respective proto stats have to get
5130 * collected (u32).
5131 */
5132 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_PORT = 4,
5133 /* IPv4 address for which the destined data packets have to be
5134 * monitored. (in network byte order), u32.
5135 */
5136 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_IPV4 = 5,
5137 /* IPv6 address for which the destined data packets have to be
5138 * monitored. (in network byte order), 16 bytes array.
5139 */
5140 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_IPV6 = 6,
5141
5142 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_LAST,
5143 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_MAX =
5144 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_LAST - 1,
5145 };
5146
5147 /**
5148 * qca_wlan_vendor_attr_nud_stats_set: Attributes to vendor subcmd
5149 * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carries the requisite
5150 * information to start/stop the NUD statistics collection.
5151 */
5152 enum qca_attr_nud_stats_set {
5153 QCA_ATTR_NUD_STATS_SET_INVALID = 0,
5154
5155 /* Flag to start/stop the NUD statistics collection.
5156 * Start - If included, Stop - If not included
5157 */
5158 QCA_ATTR_NUD_STATS_SET_START = 1,
5159 /* IPv4 address of the default gateway (in network byte order), u32 */
5160 QCA_ATTR_NUD_STATS_GW_IPV4 = 2,
5161 /* Represents the list of data packet types to be monitored.
5162 * Host driver tracks the stats corresponding to each data frame
5163 * represented by these flags.
5164 * These data packets are represented by
5165 * enum qca_wlan_vendor_nud_stats_set_data_pkt_info
5166 */
5167 QCA_ATTR_NUD_STATS_SET_DATA_PKT_INFO = 3,
5168
5169 /* keep last */
5170 QCA_ATTR_NUD_STATS_SET_LAST,
5171 QCA_ATTR_NUD_STATS_SET_MAX =
5172 QCA_ATTR_NUD_STATS_SET_LAST - 1,
5173 };
5174
5175 enum qca_attr_nud_data_stats {
5176 QCA_ATTR_NUD_DATA_STATS_INVALID = 0,
5177 /* Data packet type for which the stats are collected (u32).
5178 * Represented by enum qca_wlan_vendor_nud_stats_data_pkt_flags
5179 */
5180 QCA_ATTR_NUD_STATS_PKT_TYPE = 1,
5181 /* Name corresponding to the DNS frame for which the respective DNS
5182 * stats are monitored (string). Max string length 255.
5183 */
5184 QCA_ATTR_NUD_STATS_PKT_DNS_DOMAIN_NAME = 2,
5185 /* source port on which the respective proto stats are collected (u32).
5186 */
5187 QCA_ATTR_NUD_STATS_PKT_SRC_PORT = 3,
5188 /* destination port on which the respective proto stats are collected
5189 * (u32).
5190 */
5191 QCA_ATTR_NUD_STATS_PKT_DEST_PORT = 4,
5192 /* IPv4 address for which the destined data packets have to be
5193 * monitored. (in network byte order), u32.
5194 */
5195 QCA_ATTR_NUD_STATS_PKT_DEST_IPV4 = 5,
5196 /* IPv6 address for which the destined data packets have to be
5197 * monitored. (in network byte order), 16 bytes array.
5198 */
5199 QCA_ATTR_NUD_STATS_PKT_DEST_IPV6 = 6,
5200 /* Data packet Request count received from netdev (u32). */
5201 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_FROM_NETDEV = 7,
5202 /* Data packet Request count sent to lower MAC from upper MAC (u32). */
5203 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_TO_LOWER_MAC = 8,
5204 /* Data packet Request count received by lower MAC from upper MAC
5205 * (u32)
5206 */
5207 QCA_ATTR_NUD_STATS_PKT_REQ_RX_COUNT_BY_LOWER_MAC = 9,
5208 /* Data packet Request count successfully transmitted by the device
5209 * (u32)
5210 */
5211 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_TX_SUCCESS = 10,
5212 /* Data packet Response count received by lower MAC (u32) */
5213 QCA_ATTR_NUD_STATS_PKT_RSP_RX_COUNT_BY_LOWER_MAC = 11,
5214 /* Data packet Response count received by upper MAC (u32) */
5215 QCA_ATTR_NUD_STATS_PKT_RSP_RX_COUNT_BY_UPPER_MAC = 12,
5216 /* Data packet Response count delivered to netdev (u32) */
5217 QCA_ATTR_NUD_STATS_PKT_RSP_COUNT_TO_NETDEV = 13,
5218 /* Data Packet Response count that are dropped out of order (u32) */
5219 QCA_ATTR_NUD_STATS_PKT_RSP_COUNT_OUT_OF_ORDER_DROP = 14,
5220
5221 /* keep last */
5222 QCA_ATTR_NUD_DATA_STATS_LAST,
5223 QCA_ATTR_NUD_DATA_STATS_MAX =
5224 QCA_ATTR_NUD_DATA_STATS_LAST - 1,
5225 };
5226
5227 /**
5228 * qca_attr_nud_stats_get: Attributes to vendor subcmd
5229 * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET. This carries the requisite
5230 * NUD statistics collected when queried.
5231 */
5232 enum qca_attr_nud_stats_get {
5233 QCA_ATTR_NUD_STATS_GET_INVALID = 0,
5234 /* ARP Request count from netdev (u32) */
5235 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_FROM_NETDEV = 1,
5236 /* ARP Request count sent to lower MAC from upper MAC (u32) */
5237 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TO_LOWER_MAC = 2,
5238 /* ARP Request count received by lower MAC from upper MAC (u32) */
5239 QCA_ATTR_NUD_STATS_ARP_REQ_RX_COUNT_BY_LOWER_MAC = 3,
5240 /* ARP Request count successfully transmitted by the device (u32) */
5241 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TX_SUCCESS = 4,
5242 /* ARP Response count received by lower MAC (u32) */
5243 QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_LOWER_MAC = 5,
5244 /* ARP Response count received by upper MAC (u32) */
5245 QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_UPPER_MAC = 6,
5246 /* ARP Response count delivered to netdev (u32) */
5247 QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_TO_NETDEV = 7,
5248 /* ARP Response count dropped due to out of order reception (u32) */
5249 QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_OUT_OF_ORDER_DROP = 8,
5250 /* Flag indicating if the station's link to the AP is active.
5251 * Active Link - If included, Inactive link - If not included
5252 */
5253 QCA_ATTR_NUD_STATS_AP_LINK_ACTIVE = 9,
5254 /* Flag indicating if there is any duplicate address detected (DAD).
5255 * Yes - If detected, No - If not detected.
5256 */
5257 QCA_ATTR_NUD_STATS_IS_DAD = 10,
5258 /* List of Data packet types for which the stats are requested.
5259 * This list does not carry ARP stats as they are done by the
5260 * above attributes. Represented by enum qca_attr_nud_data_stats.
5261 */
5262 QCA_ATTR_NUD_STATS_DATA_PKT_STATS = 11,
5263
5264 /* keep last */
5265 QCA_ATTR_NUD_STATS_GET_LAST,
5266 QCA_ATTR_NUD_STATS_GET_MAX =
5267 QCA_ATTR_NUD_STATS_GET_LAST - 1,
5268 };
5269
5270 enum qca_wlan_btm_candidate_status {
5271 QCA_STATUS_ACCEPT = 0,
5272 QCA_STATUS_REJECT_EXCESSIVE_FRAME_LOSS_EXPECTED = 1,
5273 QCA_STATUS_REJECT_EXCESSIVE_DELAY_EXPECTED = 2,
5274 QCA_STATUS_REJECT_INSUFFICIENT_QOS_CAPACITY = 3,
5275 QCA_STATUS_REJECT_LOW_RSSI = 4,
5276 QCA_STATUS_REJECT_HIGH_INTERFERENCE = 5,
5277 QCA_STATUS_REJECT_UNKNOWN = 6,
5278 };
5279
5280 enum qca_wlan_vendor_attr_btm_candidate_info {
5281 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_INVALID = 0,
5282
5283 /* 6-byte MAC address representing the BSSID of transition candidate */
5284 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID = 1,
5285 /* Unsigned 32-bit value from enum qca_wlan_btm_candidate_status
5286 * returned by the driver. It says whether the BSSID provided in
5287 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID is acceptable by
5288 * the driver, if not it specifies the reason for rejection.
5289 * Note that the user-space can overwrite the transition reject reason
5290 * codes provided by driver based on more information.
5291 */
5292 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS = 2,
5293
5294 /* keep last */
5295 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST,
5296 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_MAX =
5297 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST - 1,
5298 };
5299
5300 enum qca_attr_trace_level {
5301 QCA_ATTR_TRACE_LEVEL_INVALID = 0,
5302 /*
5303 * Nested array of the following attributes:
5304 * QCA_ATTR_TRACE_LEVEL_MODULE,
5305 * QCA_ATTR_TRACE_LEVEL_MASK.
5306 */
5307 QCA_ATTR_TRACE_LEVEL_PARAM = 1,
5308 /*
5309 * Specific QCA host driver module. Please refer to the QCA host
5310 * driver implementation to get the specific module ID.
5311 */
5312 QCA_ATTR_TRACE_LEVEL_MODULE = 2,
5313 /* Different trace level masks represented in the QCA host driver. */
5314 QCA_ATTR_TRACE_LEVEL_MASK = 3,
5315
5316 /* keep last */
5317 QCA_ATTR_TRACE_LEVEL_AFTER_LAST,
5318 QCA_ATTR_TRACE_LEVEL_MAX =
5319 QCA_ATTR_TRACE_LEVEL_AFTER_LAST - 1,
5320 };
5321
5322 /**
5323 * enum qca_wlan_vendor_attr_get_he_capabilities - IEEE 802.11ax HE capabilities
5324 */
5325 enum qca_wlan_vendor_attr_get_he_capabilities {
5326 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_INVALID = 0,
5327 /* Whether HE capabilities is supported
5328 * (u8 attribute: 0 = not supported, 1 = supported)
5329 */
5330 QCA_WLAN_VENDOR_ATTR_HE_SUPPORTED = 1,
5331 /* HE PHY capabilities, array of 3 u32 values */
5332 QCA_WLAN_VENDOR_ATTR_PHY_CAPAB = 2,
5333 /* HE MAC capabilities (u32 attribute) */
5334 QCA_WLAN_VENDOR_ATTR_MAC_CAPAB = 3,
5335 /* HE MCS map (u32 attribute) */
5336 QCA_WLAN_VENDOR_ATTR_HE_MCS = 4,
5337 /* Number of SS (u32 attribute) */
5338 QCA_WLAN_VENDOR_ATTR_NUM_SS = 5,
5339 /* RU count (u32 attribute) */
5340 QCA_WLAN_VENDOR_ATTR_RU_IDX_MASK = 6,
5341 /* PPE threshold data, array of 8 u32 values */
5342 QCA_WLAN_VENDOR_ATTR_PPE_THRESHOLD = 7,
5343
5344 /* keep last */
5345 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_AFTER_LAST,
5346 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_MAX =
5347 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_AFTER_LAST - 1,
5348 };
5349
5350 /**
5351 * enum qca_wlan_vendor_attr_spectral_scan - Spectral scan config parameters
5352 */
5353 enum qca_wlan_vendor_attr_spectral_scan {
5354 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INVALID = 0,
5355 /* Number of times the chip enters spectral scan mode before
5356 * deactivating spectral scans. When set to 0, chip will enter spectral
5357 * scan mode continuously. u32 attribute.
5358 */
5359 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_COUNT = 1,
5360 /* Spectral scan period. Period increment resolution is 256*Tclk,
5361 * where Tclk = 1/44 MHz (Gmode), 1/40 MHz (Amode). u32 attribute.
5362 */
5363 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_PERIOD = 2,
5364 /* Spectral scan priority. u32 attribute. */
5365 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PRIORITY = 3,
5366 /* Number of FFT data points to compute. u32 attribute. */
5367 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_SIZE = 4,
5368 /* Enable targeted gain change before starting the spectral scan FFT.
5369 * u32 attribute.
5370 */
5371 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_GC_ENA = 5,
5372 /* Restart a queued spectral scan. u32 attribute. */
5373 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RESTART_ENA = 6,
5374 /* Noise floor reference number for the calculation of bin power.
5375 * u32 attribute.
5376 */
5377 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NOISE_FLOOR_REF = 7,
5378 /* Disallow spectral scan triggers after TX/RX packets by setting
5379 * this delay value to roughly SIFS time period or greater.
5380 * u32 attribute.
5381 */
5382 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INIT_DELAY = 8,
5383 /* Number of strong bins (inclusive) per sub-channel, below
5384 * which a signal is declared a narrow band tone. u32 attribute.
5385 */
5386 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NB_TONE_THR = 9,
5387 /* Specify the threshold over which a bin is declared strong (for
5388 * scan bandwidth analysis). u32 attribute.
5389 */
5390 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_STR_BIN_THR = 10,
5391 /* Spectral scan report mode. u32 attribute. */
5392 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_WB_RPT_MODE = 11,
5393 /* RSSI report mode, if the ADC RSSI is below
5394 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR,
5395 * then FFTs will not trigger, but timestamps and summaries get
5396 * reported. u32 attribute.
5397 */
5398 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_RPT_MODE = 12,
5399 /* ADC RSSI must be greater than or equal to this threshold (signed dB)
5400 * to ensure spectral scan reporting with normal error code.
5401 * u32 attribute.
5402 */
5403 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR = 13,
5404 /* Format of frequency bin magnitude for spectral scan triggered FFTs:
5405 * 0: linear magnitude, 1: log magnitude (20*log10(lin_mag)).
5406 * u32 attribute.
5407 */
5408 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PWR_FORMAT = 14,
5409 /* Format of FFT report to software for spectral scan triggered FFTs.
5410 * 0: No FFT report (only spectral scan summary report)
5411 * 1: 2-dword summary of metrics for each completed FFT + spectral scan
5412 * report
5413 * 2: 2-dword summary of metrics for each completed FFT + 1x-oversampled
5414 * bins (in-band) per FFT + spectral scan summary report
5415 * 3: 2-dword summary of metrics for each completed FFT + 2x-oversampled
5416 * bins (all) per FFT + spectral scan summary report
5417 * u32 attribute.
5418 */
5419 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RPT_MODE = 15,
5420 /* Number of LSBs to shift out in order to scale the FFT bins.
5421 * u32 attribute.
5422 */
5423 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_BIN_SCALE = 16,
5424 /* Set to 1 (with spectral_scan_pwr_format=1), to report bin magnitudes
5425 * in dBm power. u32 attribute.
5426 */
5427 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DBM_ADJ = 17,
5428 /* Per chain enable mask to select input ADC for search FFT.
5429 * u32 attribute.
5430 */
5431 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_CHN_MASK = 18,
5432 /* An unsigned 64-bit integer provided by host driver to identify the
5433 * spectral scan request. This attribute is included in the scan
5434 * response message for @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START
5435 * and used as an attribute in
5436 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP to identify the
5437 * specific scan to be stopped.
5438 */
5439 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE = 19,
5440 /* Skip interval for FFT reports. u32 attribute */
5441 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_PERIOD = 20,
5442 /* Set to report only one set of FFT results.
5443 * u32 attribute.
5444 */
5445 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SHORT_REPORT = 21,
5446 /* Debug level for spectral module in driver.
5447 * 0 : Verbosity level 0
5448 * 1 : Verbosity level 1
5449 * 2 : Verbosity level 2
5450 * 3 : Matched filterID display
5451 * 4 : One time dump of FFT report
5452 * u32 attribute.
5453 */
5454 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DEBUG_LEVEL = 22,
5455 /* Type of spectral scan request. u32 attribute.
5456 * It uses values defined in enum
5457 * qca_wlan_vendor_attr_spectral_scan_request_type.
5458 */
5459 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE = 23,
5460 /* This specifies the frequency span over which spectral
5461 * scan would be carried out. Its value depends on the
5462 * value of QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE and
5463 * the relation is as follows.
5464 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL
5465 * Not applicable. Spectral scan would happen in the
5466 * operating span.
5467 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE
5468 * Center frequency (in MHz) of the span of interest or
5469 * for convenience, center frequency (in MHz) of any channel
5470 * in the span of interest. If agile spectral scan is initiated
5471 * without setting a valid frequency it returns the error code
5472 * (QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED).
5473 * u32 attribute.
5474 */
5475 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FREQUENCY = 24,
5476 /* Spectral scan mode. u32 attribute.
5477 * It uses values defined in enum qca_wlan_vendor_spectral_scan_mode.
5478 * If this attribute is not present, it is assumed to be
5479 * normal mode (QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL).
5480 */
5481 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE = 25,
5482 /* Spectral scan error code. u32 attribute.
5483 * It uses values defined in enum
5484 * qca_wlan_vendor_spectral_scan_error_code.
5485 * This attribute is included only in failure scenarios.
5486 */
5487 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE = 26,
5488 /* 8-bit unsigned value to enable/disable debug of the
5489 * Spectral DMA ring.
5490 * 1-enable, 0-disable
5491 */
5492 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DMA_RING_DEBUG = 27,
5493 /* 8-bit unsigned value to enable/disable debug of the
5494 * Spectral DMA buffers.
5495 * 1-enable, 0-disable
5496 */
5497 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DMA_BUFFER_DEBUG = 28,
5498
5499 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST,
5500 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_MAX =
5501 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST - 1,
5502 };
5503
5504 /**
5505 * enum qca_wlan_vendor_attr_spectral_diag_stats - Used by the vendor command
5506 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS.
5507 */
5508 enum qca_wlan_vendor_attr_spectral_diag_stats {
5509 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_INVALID = 0,
5510 /* Number of spectral TLV signature mismatches.
5511 * u64 attribute.
5512 */
5513 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SIG_MISMATCH = 1,
5514 /* Number of spectral phyerror events with insufficient length when
5515 * parsing for secondary 80 search FFT report. u64 attribute.
5516 */
5517 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SEC80_SFFT_INSUFFLEN = 2,
5518 /* Number of spectral phyerror events without secondary 80
5519 * search FFT report. u64 attribute.
5520 */
5521 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_NOSEC80_SFFT = 3,
5522 /* Number of spectral phyerror events with vht operation segment 1 id
5523 * mismatches in search fft report. u64 attribute.
5524 */
5525 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG1ID_MISMATCH = 4,
5526 /* Number of spectral phyerror events with vht operation segment 2 id
5527 * mismatches in search fft report. u64 attribute.
5528 */
5529 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG2ID_MISMATCH = 5,
5530
5531 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST,
5532 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_MAX =
5533 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST - 1,
5534 };
5535
5536 /**
5537 * enum qca_wlan_vendor_attr_spectral_cap - Used by the vendor command
5538 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO.
5539 */
5540 enum qca_wlan_vendor_attr_spectral_cap {
5541 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_INVALID = 0,
5542 /* Flag attribute to indicate phydiag capability */
5543 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_PHYDIAG = 1,
5544 /* Flag attribute to indicate radar detection capability */
5545 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RADAR = 2,
5546 /* Flag attribute to indicate spectral capability */
5547 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_SPECTRAL = 3,
5548 /* Flag attribute to indicate advanced spectral capability */
5549 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_ADVANCED_SPECTRAL = 4,
5550 /* Spectral hardware generation. u32 attribute.
5551 * It uses values defined in enum
5552 * qca_wlan_vendor_spectral_scan_cap_hw_gen.
5553 */
5554 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN = 5,
5555 /* Spectral bin scaling formula ID. u16 attribute.
5556 * It uses values defined in enum
5557 * qca_wlan_vendor_spectral_scan_cap_formula_id.
5558 */
5559 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_FORMULA_ID = 6,
5560 /* Spectral bin scaling param - low level offset.
5561 * s16 attribute.
5562 */
5563 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_LOW_LEVEL_OFFSET = 7,
5564 /* Spectral bin scaling param - high level offset.
5565 * s16 attribute.
5566 */
5567 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HIGH_LEVEL_OFFSET = 8,
5568 /* Spectral bin scaling param - RSSI threshold.
5569 * s16 attribute.
5570 */
5571 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RSSI_THR = 9,
5572 /* Spectral bin scaling param - default AGC max gain.
5573 * u8 attribute.
5574 */
5575 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_DEFAULT_AGC_MAX_GAIN = 10,
5576 /* Flag attribute to indicate agile spectral scan capability
5577 * for 20/40/80 MHz modes.
5578 */
5579 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL = 11,
5580 /* Flag attribute to indicate agile spectral scan capability
5581 * for 160 MHz mode.
5582 */
5583 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_160 = 12,
5584 /* Flag attribute to indicate agile spectral scan capability
5585 * for 80+80 MHz mode.
5586 */
5587 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL_80_80 = 13,
5588
5589 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
5590 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
5591 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST - 1,
5592 };
5593
5594 /**
5595 * enum qca_wlan_vendor_attr_spectral_scan_status - used by the vendor command
5596 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS.
5597 */
5598 enum qca_wlan_vendor_attr_spectral_scan_status {
5599 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_INVALID = 0,
5600 /* Flag attribute to indicate whether spectral scan is enabled */
5601 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ENABLED = 1,
5602 /* Flag attribute to indicate whether spectral scan is in progress*/
5603 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ACTIVE = 2,
5604 /* Spectral scan mode. u32 attribute.
5605 * It uses values defined in enum qca_wlan_vendor_spectral_scan_mode.
5606 * If this attribute is not present, normal mode
5607 * (QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL is assumed to be
5608 * requested.
5609 */
5610 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MODE = 3,
5611
5612 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST,
5613 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MAX =
5614 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST - 1,
5615 };
5616
5617 /**
5618 * qca_wlan_vendor_attr_spectral_scan_request_type: Attribute values for
5619 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE to the vendor subcmd
5620 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START. This represents the
5621 * spectral scan request types.
5622 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG: Request to
5623 * set the spectral parameters and start scan.
5624 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN: Request to
5625 * only set the spectral parameters.
5626 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG: Request to
5627 * only start the spectral scan.
5628 */
5629 enum qca_wlan_vendor_attr_spectral_scan_request_type {
5630 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG,
5631 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN,
5632 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG,
5633 };
5634
5635 /**
5636 * qca_wlan_vendor_spectral_scan_mode: Attribute values for
5637 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE in the vendor subcmd
5638 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START and
5639 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MODE in the vendor subcmd
5640 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS. This represents the
5641 * spectral scan modes.
5642 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL: Normal spectral scan:
5643 * spectral scan in the current operating span.
5644 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE: Agile spectral scan:
5645 * spectral scan in the configured agile span.
5646 */
5647 enum qca_wlan_vendor_spectral_scan_mode {
5648 QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL = 0,
5649 QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE = 1,
5650 };
5651
5652 /**
5653 * qca_wlan_vendor_spectral_scan_error_code: Attribute values for
5654 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE in the vendor subcmd
5655 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START.
5656 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_UNSUPPORTED: Changing the value
5657 * of a parameter is not supported.
5658 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_MODE_UNSUPPORTED: Requested spectral scan
5659 * mode is not supported.
5660 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_INVALID_VALUE: A parameter
5661 * has invalid value.
5662 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED: A parameter
5663 * is not initialized.
5664 */
5665 enum qca_wlan_vendor_spectral_scan_error_code {
5666 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_UNSUPPORTED = 0,
5667 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_MODE_UNSUPPORTED = 1,
5668 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_INVALID_VALUE = 2,
5669 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED = 3,
5670 };
5671
5672 /**
5673 * qca_wlan_vendor_spectral_scan_cap_hw_gen: Attribute values for
5674 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN to the vendor subcmd
5675 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
5676 * spectral hardware generation.
5677 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1: generation 1
5678 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2: generation 2
5679 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3: generation 3
5680 */
5681 enum qca_wlan_vendor_spectral_scan_cap_hw_gen {
5682 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1 = 0,
5683 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2 = 1,
5684 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3 = 2,
5685 };
5686
5687 enum qca_wlan_vendor_tos {
5688 QCA_WLAN_VENDOR_TOS_BK = 0,
5689 QCA_WLAN_VENDOR_TOS_BE = 1,
5690 QCA_WLAN_VENDOR_TOS_VI = 2,
5691 QCA_WLAN_VENDOR_TOS_VO = 3,
5692 };
5693
5694 /**
5695 * enum qca_wlan_vendor_attr_active_tos - Used by the vendor command
5696 * QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS.
5697 */
5698 enum qca_wlan_vendor_attr_active_tos {
5699 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_INVALID = 0,
5700 /* Type Of Service - Represented by qca_wlan_vendor_tos */
5701 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS = 1,
5702 /* Flag attribute representing the start (attribute included) or stop
5703 * (attribute not included) of the respective TOS.
5704 */
5705 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_START = 2,
5706 };
5707
5708 enum qca_wlan_vendor_hang_reason {
5709 /* Unspecified reason */
5710 QCA_WLAN_HANG_REASON_UNSPECIFIED = 0,
5711 /* No Map for the MAC entry for the received frame */
5712 QCA_WLAN_HANG_RX_HASH_NO_ENTRY_FOUND = 1,
5713 /* Peer deletion timeout happened */
5714 QCA_WLAN_HANG_PEER_DELETION_TIMEDOUT = 2,
5715 /* Peer unmap timeout */
5716 QCA_WLAN_HANG_PEER_UNMAP_TIMEDOUT = 3,
5717 /* Scan request timed out */
5718 QCA_WLAN_HANG_SCAN_REQ_EXPIRED = 4,
5719 /* Consecutive Scan attempt failures */
5720 QCA_WLAN_HANG_SCAN_ATTEMPT_FAILURES = 5,
5721 /* Unable to get the message buffer */
5722 QCA_WLAN_HANG_GET_MSG_BUFF_FAILURE = 6,
5723 /* Current command processing is timedout */
5724 QCA_WLAN_HANG_ACTIVE_LIST_TIMEOUT = 7,
5725 /* Timeout for an ACK from FW for suspend request */
5726 QCA_WLAN_HANG_SUSPEND_TIMEOUT = 8,
5727 /* Timeout for an ACK from FW for resume request */
5728 QCA_WLAN_HANG_RESUME_TIMEOUT = 9,
5729 /* Transmission timeout for consecutive data frames */
5730 QCA_WLAN_HANG_TRANSMISSIONS_TIMEOUT = 10,
5731 /* Timeout for the TX completion status of data frame */
5732 QCA_WLAN_HANG_TX_COMPLETE_TIMEOUT = 11,
5733 /* DXE failure for TX/RX, DXE resource unavailability */
5734 QCA_WLAN_HANG_DXE_FAILURE = 12,
5735 /* WMI pending commands exceed the maximum count */
5736 QCA_WLAN_HANG_WMI_EXCEED_MAX_PENDING_CMDS = 13,
5737 /* Timeout for peer STA connection accept command's response from the
5738 * FW in AP mode. This command is triggered when a STA (peer) connects
5739 * to AP (DUT).
5740 */
5741 QCA_WLAN_HANG_AP_STA_CONNECT_REQ_TIMEOUT = 14,
5742 /* Timeout for the AP connection accept command's response from the FW
5743 * in STA mode. This command is triggered when the STA (DUT) connects
5744 * to an AP (peer).
5745 */
5746 QCA_WLAN_HANG_STA_AP_CONNECT_REQ_TIMEOUT = 15,
5747 /* Timeout waiting for the response to the MAC HW mode change command
5748 * sent to FW as a part of MAC mode switch among DBS (Dual Band
5749 * Simultaneous), SCC (Single Channel Concurrency), and MCC (Multi
5750 * Channel Concurrency) mode.
5751 */
5752 QCA_WLAN_HANG_MAC_HW_MODE_CHANGE_TIMEOUT = 16,
5753 /* Timeout waiting for the response from FW to configure the MAC HW's
5754 * mode. This operation is to configure the single/two MACs in either
5755 * SCC/MCC/DBS mode.
5756 */
5757 QCA_WLAN_HANG_MAC_HW_MODE_CONFIG_TIMEOUT = 17,
5758 /* Timeout waiting for response of VDEV start command from the FW */
5759 QCA_WLAN_HANG_VDEV_START_RESPONSE_TIMED_OUT = 18,
5760 /* Timeout waiting for response of VDEV restart command from the FW */
5761 QCA_WLAN_HANG_VDEV_RESTART_RESPONSE_TIMED_OUT = 19,
5762 /* Timeout waiting for response of VDEV stop command from the FW */
5763 QCA_WLAN_HANG_VDEV_STOP_RESPONSE_TIMED_OUT = 20,
5764 /* Timeout waiting for response of VDEV delete command from the FW */
5765 QCA_WLAN_HANG_VDEV_DELETE_RESPONSE_TIMED_OUT = 21,
5766 /* Timeout waiting for response of peer all delete request command to
5767 * the FW on a specific VDEV.
5768 */
5769 QCA_WLAN_HANG_VDEV_PEER_DELETE_ALL_RESPONSE_TIMED_OUT = 22,
5770 };
5771
5772 /**
5773 * enum qca_wlan_vendor_attr_hang - Used by the vendor command
5774 * QCA_NL80211_VENDOR_SUBCMD_HANG.
5775 */
5776 enum qca_wlan_vendor_attr_hang {
5777 QCA_WLAN_VENDOR_ATTR_HANG_INVALID = 0,
5778 /* Reason for the hang - u32 attribute with a value from enum
5779 * qca_wlan_vendor_hang_reason.
5780 */
5781 QCA_WLAN_VENDOR_ATTR_HANG_REASON = 1,
5782 /* The binary blob data associated with the hang reason specified by
5783 * QCA_WLAN_VENDOR_ATTR_HANG_REASON. This binary data is expected to
5784 * contain the required dump to analyze the reason for the hang.
5785 * NLA_BINARY attribute, the max size is 1024 bytes.
5786 */
5787 QCA_WLAN_VENDOR_ATTR_HANG_REASON_DATA = 2,
5788
5789 QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST,
5790 QCA_WLAN_VENDOR_ATTR_HANG_MAX =
5791 QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST - 1,
5792 };
5793
5794 /**
5795 * enum qca_wlan_vendor_attr_flush_pending - Attributes for
5796 * flushing pending traffic in firmware.
5797 *
5798 * @QCA_WLAN_VENDOR_ATTR_PEER_ADDR: Configure peer MAC address.
5799 * @QCA_WLAN_VENDOR_ATTR_AC: Configure access category of the pending
5800 * packets. It is u8 value with bit 0~3 represent AC_BE, AC_BK,
5801 * AC_VI, AC_VO respectively. Set the corresponding bit to 1 to
5802 * flush packets with access category.
5803 */
5804 enum qca_wlan_vendor_attr_flush_pending {
5805 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_INVALID = 0,
5806 QCA_WLAN_VENDOR_ATTR_PEER_ADDR = 1,
5807 QCA_WLAN_VENDOR_ATTR_AC = 2,
5808
5809 /* keep last */
5810 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_AFTER_LAST,
5811 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_MAX =
5812 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_AFTER_LAST - 1,
5813 };
5814
5815 /**
5816 * qca_wlan_vendor_spectral_scan_cap_formula_id: Attribute values for
5817 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_FORMULA_ID in the vendor subcmd
5818 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
5819 * Spectral bin scaling formula ID.
5820 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_NO_SCALING: No scaling
5821 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_AGC_GAIN_RSSI_CORR_BASED: AGC gain
5822 * and RSSI threshold based formula.
5823 */
5824 enum qca_wlan_vendor_spectral_scan_cap_formula_id {
5825 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_NO_SCALING = 0,
5826 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_AGC_GAIN_RSSI_CORR_BASED = 1,
5827 };
5828
5829 /**
5830 * enum qca_wlan_vendor_attr_rropavail_info - Specifies whether Representative
5831 * RF Operating Parameter (RROP) information is available, and if so, at which
5832 * point in the application-driver interaction sequence it can be retrieved by
5833 * the application from the driver. This point may vary by architecture and
5834 * other factors. This is a u16 value.
5835 */
5836 enum qca_wlan_vendor_attr_rropavail_info {
5837 /* RROP information is unavailable. */
5838 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_UNAVAILABLE,
5839 /* RROP information is available and the application can retrieve the
5840 * information after receiving an QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS
5841 * event from the driver.
5842 */
5843 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_EXTERNAL_ACS_START,
5844 /* RROP information is available only after a vendor specific scan
5845 * (requested using QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN) has
5846 * successfully completed. The application can retrieve the information
5847 * after receiving the QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE event from
5848 * the driver.
5849 */
5850 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_VSCAN_END,
5851 };
5852
5853 /**
5854 * enum qca_wlan_vendor_attr_rrop_info - Specifies vendor specific
5855 * Representative RF Operating Parameter (RROP) information. It is sent for the
5856 * vendor command QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO. This information is
5857 * intended for use by external Auto Channel Selection applications. It provides
5858 * guidance values for some RF parameters that are used by the system during
5859 * operation. These values could vary by channel, band, radio, and so on.
5860 */
5861 enum qca_wlan_vendor_attr_rrop_info {
5862 QCA_WLAN_VENDOR_ATTR_RROP_INFO_INVALID = 0,
5863
5864 /* Representative Tx Power List (RTPL) which has an array of nested
5865 * values as per attributes in enum qca_wlan_vendor_attr_rtplinst.
5866 */
5867 QCA_WLAN_VENDOR_ATTR_RROP_INFO_RTPL = 1,
5868
5869 QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST,
5870 QCA_WLAN_VENDOR_ATTR_RROP_INFO_MAX =
5871 QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST - 1
5872 };
5873
5874 /**
5875 * enum qca_wlan_vendor_attr_rtplinst - Specifies attributes for individual list
5876 * entry instances in the Representative Tx Power List (RTPL). It provides
5877 * simplified power values intended for helping external Auto channel Selection
5878 * applications compare potential Tx power performance between channels, other
5879 * operating conditions remaining identical. These values are not necessarily
5880 * the actual Tx power values that will be used by the system. They are also not
5881 * necessarily the max or average values that will be used. Instead, they are
5882 * relative, summarized keys for algorithmic use computed by the driver or
5883 * underlying firmware considering a number of vendor specific factors.
5884 */
5885 enum qca_wlan_vendor_attr_rtplinst {
5886 QCA_WLAN_VENDOR_ATTR_RTPLINST_INVALID = 0,
5887
5888 /* Primary channel number (u8).
5889 * Note: If both the driver and user space application support the
5890 * 6 GHz band, this attribute is deprecated and
5891 * QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY_FREQUENCY should be used. To
5892 * maintain backward compatibility,
5893 * QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY is still used if either the
5894 * driver or user space application or both do not support the 6 GHz
5895 * band.
5896 */
5897 QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY = 1,
5898 /* Representative Tx power in dBm (s32) with emphasis on throughput. */
5899 QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_THROUGHPUT = 2,
5900 /* Representative Tx power in dBm (s32) with emphasis on range. */
5901 QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_RANGE = 3,
5902 /* Primary channel center frequency (u32) in MHz */
5903 QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY_FREQUENCY = 4,
5904
5905 QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST,
5906 QCA_WLAN_VENDOR_ATTR_RTPLINST_MAX =
5907 QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST - 1,
5908 };
5909
5910 /**
5911 * enum qca_wlan_vendor_attr_config_latency_level - Level for
5912 * wlan latency module.
5913 *
5914 * There will be various of Wi-Fi functionality like scan/roaming/adaptive
5915 * power saving which would causing data exchange out of service, this
5916 * would be a big impact on latency. For latency sensitive applications over
5917 * Wi-Fi are intolerant to such operations and thus would configure them
5918 * to meet their respective needs. It is well understood by such applications
5919 * that altering the default behavior would degrade the Wi-Fi functionality
5920 * w.r.t the above pointed WLAN operations.
5921 *
5922 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL:
5923 * Default WLAN operation level which throughput orientated.
5924 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE:
5925 * Use moderate level to improve latency by limit scan duration.
5926 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW:
5927 * Use low latency level to benifit application like concurrent
5928 * downloading or video streaming via constraint scan/adaptive PS.
5929 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW:
5930 * Use ultra low latency level to benefit for gaming/voice
5931 * application via constraint scan/roaming/adaptive PS.
5932 */
5933 enum qca_wlan_vendor_attr_config_latency_level {
5934 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_INVALID = 0,
5935 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL = 1,
5936 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE = 2,
5937 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW = 3,
5938 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW = 4,
5939
5940 /* keep last */
5941 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST,
5942 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MAX =
5943 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST - 1,
5944 };
5945
5946 /**
5947 * enum qca_wlan_vendor_attr_wlan_mac - Used by the vendor command
5948 * QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
5949 */
5950 enum qca_wlan_vendor_attr_mac {
5951 QCA_WLAN_VENDOR_ATTR_MAC_INVALID = 0,
5952
5953 /* MAC mode info list which has an array of nested values as
5954 * per attributes in enum qca_wlan_vendor_attr_mac_mode_info.
5955 */
5956 QCA_WLAN_VENDOR_ATTR_MAC_INFO = 1,
5957
5958 /* keep last */
5959 QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST,
5960 QCA_WLAN_VENDOR_ATTR_MAC_MAX =
5961 QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST - 1,
5962 };
5963
5964 /**
5965 * enum qca_wlan_vendor_attr_mac_iface_info - Information of the connected
5966 * Wi-Fi netdev interface on a respective MAC.
5967 * Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO.
5968 */
5969 enum qca_wlan_vendor_attr_mac_iface_info {
5970 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_INVALID = 0,
5971 /* Wi-Fi netdev's interface index (u32) */
5972 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX = 1,
5973 /* Associated frequency in MHz of the connected Wi-Fi interface (u32) */
5974 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ = 2,
5975
5976 /* keep last */
5977 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST,
5978 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_MAX =
5979 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST - 1,
5980 };
5981
5982 /**
5983 * enum qca_wlan_vendor_attr_mac_info - Points to MAC the information.
5984 * Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_INFO of the
5985 * vendor command QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
5986 */
5987 enum qca_wlan_vendor_attr_mac_info {
5988 QCA_WLAN_VENDOR_ATTR_MAC_INFO_INVALID = 0,
5989 /* Hardware MAC ID associated for the MAC (u32) */
5990 QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAC_ID = 1,
5991 /* Band supported by the MAC at a given point.
5992 * This is a u32 bitmask of BIT(NL80211_BAND_*) as described in %enum
5993 * nl80211_band.
5994 */
5995 QCA_WLAN_VENDOR_ATTR_MAC_INFO_BAND = 2,
5996 /* Refers to list of WLAN netdev interfaces associated with this MAC.
5997 * Represented by enum qca_wlan_vendor_attr_mac_iface_info.
5998 */
5999 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO = 3,
6000
6001 /* keep last */
6002 QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST,
6003 QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAX =
6004 QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST - 1,
6005 };
6006
6007 /**
6008 * enum qca_wlan_vendor_attr_get_logger_features - Used by the vendor command
6009 * QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET.
6010 */
6011 enum qca_wlan_vendor_attr_get_logger_features {
6012 QCA_WLAN_VENDOR_ATTR_LOGGER_INVALID = 0,
6013 /* Unsigned 32-bit enum value of wifi_logger_supported_features */
6014 QCA_WLAN_VENDOR_ATTR_LOGGER_SUPPORTED = 1,
6015 /* keep last */
6016 QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST,
6017 QCA_WLAN_VENDOR_ATTR_LOGGER_MAX =
6018 QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST - 1,
6019 };
6020
6021 /**
6022 * enum wifi_logger_supported_features - Values for supported logger features
6023 */
6024 enum wifi_logger_supported_features {
6025 WIFI_LOGGER_MEMORY_DUMP_FEATURE = (1 << (0)),
6026 WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_FEATURE = (1 << (1)),
6027 WIFI_LOGGER_CONNECT_EVENT_FEATURE = (1 << (2)),
6028 WIFI_LOGGER_POWER_EVENT_FEATURE = (1 << (3)),
6029 WIFI_LOGGER_WAKE_LOCK_FEATURE = (1 << (4)),
6030 WIFI_LOGGER_VERBOSE_FEATURE = (1 << (5)),
6031 WIFI_LOGGER_WATCHDOG_TIMER_FEATURE = (1 << (6)),
6032 WIFI_LOGGER_DRIVER_DUMP_FEATURE = (1 << (7)),
6033 WIFI_LOGGER_PACKET_FATE_FEATURE = (1 << (8)),
6034 };
6035
6036 /**
6037 * enum qca_wlan_tdls_caps_features_supported - Values for TDLS get
6038 * capabilities features
6039 */
6040 enum qca_wlan_tdls_caps_features_supported {
6041 WIFI_TDLS_SUPPORT = (1 << (0)),
6042 WIFI_TDLS_EXTERNAL_CONTROL_SUPPORT = (1 << (1)),
6043 WIFI_TDLS_OFFCHANNEL_SUPPORT = (1 << (2))
6044 };
6045
6046 /**
6047 * enum qca_wlan_vendor_attr_tdls_get_capabilities - Used by the vendor command
6048 * QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES.
6049 */
6050 enum qca_wlan_vendor_attr_tdls_get_capabilities {
6051 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_INVALID = 0,
6052 /* Indicates the max concurrent sessions */
6053 /* Unsigned 32-bit value */
6054 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX_CONC_SESSIONS,
6055 /* Indicates the support for features */
6056 /* Unsigned 32-bit bitmap qca_wlan_tdls_caps_features_supported
6057 */
6058 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_FEATURES_SUPPORTED,
6059
6060 /* keep last */
6061 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST,
6062 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX =
6063 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST - 1,
6064 };
6065
6066 /**
6067 * enum qca_wlan_offloaded_packets_sending_control - Offload packets control
6068 * command used as value for the attribute
6069 * QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL.
6070 */
6071 enum qca_wlan_offloaded_packets_sending_control {
6072 QCA_WLAN_OFFLOADED_PACKETS_SENDING_CONTROL_INVALID = 0,
6073 QCA_WLAN_OFFLOADED_PACKETS_SENDING_START,
6074 QCA_WLAN_OFFLOADED_PACKETS_SENDING_STOP
6075 };
6076
6077 /**
6078 * enum qca_wlan_vendor_attr_offloaded_packets - Used by the vendor command
6079 * QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS.
6080 */
6081 enum qca_wlan_vendor_attr_offloaded_packets {
6082 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_INVALID = 0,
6083 /* Takes valid value from the enum
6084 * qca_wlan_offloaded_packets_sending_control
6085 * Unsigned 32-bit value
6086 */
6087 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL,
6088 /* Unsigned 32-bit value */
6089 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_REQUEST_ID,
6090 /* array of u8 len: Max packet size */
6091 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_IP_PACKET_DATA,
6092 /* 6-byte MAC address used to represent source MAC address */
6093 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SRC_MAC_ADDR,
6094 /* 6-byte MAC address used to represent destination MAC address */
6095 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_DST_MAC_ADDR,
6096 /* Unsigned 32-bit value, in milli seconds */
6097 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_PERIOD,
6098 /* This optional unsigned 16-bit attribute is used for specifying
6099 * ethernet protocol type. If not specified ethertype defaults to IPv4.
6100 */
6101 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_ETHER_PROTO_TYPE,
6102
6103 /* keep last */
6104 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST,
6105 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_MAX =
6106 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST - 1,
6107 };
6108
6109 /**
6110 * enum qca_wlan_rssi_monitoring_control - RSSI control commands used as values
6111 * by the attribute QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL.
6112 */
6113 enum qca_wlan_rssi_monitoring_control {
6114 QCA_WLAN_RSSI_MONITORING_CONTROL_INVALID = 0,
6115 QCA_WLAN_RSSI_MONITORING_START,
6116 QCA_WLAN_RSSI_MONITORING_STOP,
6117 };
6118
6119 /**
6120 * enum qca_wlan_vendor_attr_rssi_monitoring - Used by the vendor command
6121 * QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI.
6122 */
6123 enum qca_wlan_vendor_attr_rssi_monitoring {
6124 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_INVALID = 0,
6125 /* Takes valid value from the enum
6126 * qca_wlan_rssi_monitoring_control
6127 * Unsigned 32-bit value enum qca_wlan_rssi_monitoring_control
6128 */
6129 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL,
6130 /* Unsigned 32-bit value */
6131 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_REQUEST_ID,
6132 /* Signed 8-bit value in dBm */
6133 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX_RSSI,
6134 /* Signed 8-bit value in dBm */
6135 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MIN_RSSI,
6136 /* attributes to be used/received in callback */
6137 /* 6-byte MAC address used to represent current BSSID MAC address */
6138 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_BSSID,
6139 /* Signed 8-bit value indicating the current RSSI */
6140 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_RSSI,
6141 /* keep last */
6142 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST,
6143 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX =
6144 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST - 1,
6145 };
6146
6147 /**
6148 * enum qca_wlan_vendor_attr_ndp_params - Used by the vendor command
6149 * QCA_NL80211_VENDOR_SUBCMD_NDP.
6150 */
6151 enum qca_wlan_vendor_attr_ndp_params {
6152 QCA_WLAN_VENDOR_ATTR_NDP_PARAM_INVALID = 0,
6153 /* Unsigned 32-bit value
6154 * enum of sub commands values in qca_wlan_ndp_sub_cmd
6155 */
6156 QCA_WLAN_VENDOR_ATTR_NDP_SUBCMD,
6157 /* Unsigned 16-bit value */
6158 QCA_WLAN_VENDOR_ATTR_NDP_TRANSACTION_ID,
6159 /* NL attributes for data used NDP SUB cmds */
6160 /* Unsigned 32-bit value indicating a service info */
6161 QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_INSTANCE_ID,
6162 /* Unsigned 32-bit value; channel frequency in MHz */
6163 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL,
6164 /* Interface Discovery MAC address. An array of 6 Unsigned int8 */
6165 QCA_WLAN_VENDOR_ATTR_NDP_PEER_DISCOVERY_MAC_ADDR,
6166 /* Interface name on which NDP is being created */
6167 QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR,
6168 /* Unsigned 32-bit value for security */
6169 /* CONFIG_SECURITY is deprecated, use NCS_SK_TYPE/PMK/SCID instead */
6170 QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_SECURITY,
6171 /* Unsigned 32-bit value for QoS */
6172 QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_QOS,
6173 /* Array of u8: len = QCA_WLAN_VENDOR_ATTR_NAN_DP_APP_INFO_LEN */
6174 QCA_WLAN_VENDOR_ATTR_NDP_APP_INFO,
6175 /* Unsigned 32-bit value for NDP instance Id */
6176 QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID,
6177 /* Array of instance Ids */
6178 QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID_ARRAY,
6179 /* Unsigned 32-bit value for initiator/responder NDP response code
6180 * accept/reject
6181 */
6182 QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE_CODE,
6183 /* NDI MAC address. An array of 6 Unsigned int8 */
6184 QCA_WLAN_VENDOR_ATTR_NDP_NDI_MAC_ADDR,
6185 /* Unsigned 32-bit value errors types returned by driver
6186 * The wifi_nan.h in AOSP project platform/hardware/libhardware_legacy
6187 * NanStatusType includes these values.
6188 */
6189 QCA_WLAN_VENDOR_ATTR_NDP_DRV_RESPONSE_STATUS_TYPE,
6190 /* Unsigned 32-bit value error values returned by driver
6191 * The nan_i.h in AOSP project platform/hardware/qcom/wlan
6192 * NanInternalStatusType includes these values.
6193 */
6194 QCA_WLAN_VENDOR_ATTR_NDP_DRV_RETURN_VALUE,
6195 /* Unsigned 32-bit value for Channel setup configuration
6196 * The wifi_nan.h in AOSP project platform/hardware/libhardware_legacy
6197 * NanDataPathChannelCfg includes these values.
6198 */
6199 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_CONFIG,
6200 /* Unsigned 32-bit value for Cipher Suite Shared Key Type */
6201 QCA_WLAN_VENDOR_ATTR_NDP_CSID,
6202 /* Array of u8: len = NAN_PMK_INFO_LEN 32 bytes */
6203 QCA_WLAN_VENDOR_ATTR_NDP_PMK,
6204 /* Security Context Identifier that contains the PMKID
6205 * Array of u8: len = NAN_SCID_BUF_LEN 1024 bytes
6206 */
6207 QCA_WLAN_VENDOR_ATTR_NDP_SCID,
6208 /* Array of u8: len = NAN_SECURITY_MAX_PASSPHRASE_LEN 63 bytes */
6209 QCA_WLAN_VENDOR_ATTR_NDP_PASSPHRASE,
6210 /* Array of u8: len = NAN_MAX_SERVICE_NAME_LEN 255 bytes */
6211 QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_NAME,
6212 /* Unsigned 32-bit bitmap indicating schedule update
6213 * BIT_0: NSS Update
6214 * BIT_1: Channel list update
6215 */
6216 QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_REASON,
6217 /* Unsigned 32-bit value for NSS */
6218 QCA_WLAN_VENDOR_ATTR_NDP_NSS,
6219 /* Unsigned 32-bit value for NUMBER NDP CHANNEL */
6220 QCA_WLAN_VENDOR_ATTR_NDP_NUM_CHANNELS,
6221 /* Unsigned 32-bit value for CHANNEL BANDWIDTH
6222 * 0:20 MHz, 1:40 MHz, 2:80 MHz, 3:160 MHz
6223 */
6224 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH,
6225 /* Array of channel/band width */
6226 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO,
6227 /* IPv6 address used by NDP (in network byte order), 16 bytes array.
6228 * This attribute is used and optional for ndp request, ndp response,
6229 * ndp indication, and ndp confirm.
6230 */
6231 QCA_WLAN_VENDOR_ATTR_NDP_IPV6_ADDR = 27,
6232 /* Unsigned 16-bit value indicating transport port used by NDP.
6233 * This attribute is used and optional for ndp response, ndp indication,
6234 * and ndp confirm.
6235 */
6236 QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PORT = 28,
6237 /* Unsigned 8-bit value indicating protocol used by NDP and assigned by
6238 * the Internet Assigned Numbers Authority (IANA) as per:
6239 * https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
6240 * This attribute is used and optional for ndp response, ndp indication,
6241 * and ndp confirm.
6242 */
6243 QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL = 29,
6244 /* Unsigned 8-bit value indicating if NDP remote peer supports NAN NDPE.
6245 * 1:support 0:not support
6246 */
6247 QCA_WLAN_VENDOR_ATTR_PEER_NDPE_SUPPORT = 30,
6248
6249 /* keep last */
6250 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,
6251 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_MAX =
6252 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST - 1,
6253 };
6254
6255 enum qca_wlan_ndp_sub_cmd {
6256 QCA_WLAN_VENDOR_ATTR_NDP_INVALID = 0,
6257 /* Command to create a NAN data path interface */
6258 QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_CREATE = 1,
6259 /* Command to delete a NAN data path interface */
6260 QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_DELETE = 2,
6261 /* Command to initiate a NAN data path session */
6262 QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_REQUEST = 3,
6263 /* Command to notify if the NAN data path session was sent */
6264 QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_RESPONSE = 4,
6265 /* Command to respond to NAN data path session */
6266 QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_REQUEST = 5,
6267 /* Command to notify on the responder about the response */
6268 QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_RESPONSE = 6,
6269 /* Command to initiate a NAN data path end */
6270 QCA_WLAN_VENDOR_ATTR_NDP_END_REQUEST = 7,
6271 /* Command to notify the if end request was sent */
6272 QCA_WLAN_VENDOR_ATTR_NDP_END_RESPONSE = 8,
6273 /* Command to notify the peer about the end request */
6274 QCA_WLAN_VENDOR_ATTR_NDP_REQUEST_IND = 9,
6275 /* Command to confirm the NAN data path session is complete */
6276 QCA_WLAN_VENDOR_ATTR_NDP_CONFIRM_IND = 10,
6277 /* Command to indicate the peer about the end request being received */
6278 QCA_WLAN_VENDOR_ATTR_NDP_END_IND = 11,
6279 /* Command to indicate the peer of schedule update */
6280 QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_IND = 12
6281 };
6282
6283 /**
6284 * enum qca_wlan_vendor_attr_nd_offload - Used by the vendor command
6285 * QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD.
6286 */
6287 enum qca_wlan_vendor_attr_nd_offload {
6288 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_INVALID = 0,
6289 /* Flag to set Neighbour Discovery offload */
6290 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_FLAG,
6291 /* Keep last */
6292 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST,
6293 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_MAX =
6294 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST - 1,
6295 };
6296
6297 /**
6298 * enum packet_filter_sub_cmd - Packet filter sub commands
6299 */
6300 enum packet_filter_sub_cmd {
6301 /**
6302 * Write packet filter program and/or data. The driver/firmware should
6303 * disable APF before writing into local buffer and re-enable APF after
6304 * writing is done.
6305 */
6306 QCA_WLAN_SET_PACKET_FILTER = 1,
6307 /* Get packet filter feature capabilities from driver */
6308 QCA_WLAN_GET_PACKET_FILTER = 2,
6309 /**
6310 * Write packet filter program and/or data. User space will send the
6311 * %QCA_WLAN_DISABLE_PACKET_FILTER command before issuing this command
6312 * and will send the %QCA_WLAN_ENABLE_PACKET_FILTER afterwards. The key
6313 * difference from that %QCA_WLAN_SET_PACKET_FILTER is the control over
6314 * enable/disable is given to user space with this command. Also,
6315 * user space sends the length of program portion in the buffer within
6316 * %QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH.
6317 */
6318 QCA_WLAN_WRITE_PACKET_FILTER = 3,
6319 /* Read packet filter program and/or data */
6320 QCA_WLAN_READ_PACKET_FILTER = 4,
6321 /* Enable APF feature */
6322 QCA_WLAN_ENABLE_PACKET_FILTER = 5,
6323 /* Disable APF feature */
6324 QCA_WLAN_DISABLE_PACKET_FILTER = 6,
6325 };
6326
6327 /**
6328 * enum qca_wlan_vendor_attr_packet_filter - BPF control commands used by
6329 * vendor QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER.
6330 */
6331 enum qca_wlan_vendor_attr_packet_filter {
6332 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_INVALID = 0,
6333 /* Unsigned 32-bit enum passed using packet_filter_sub_cmd */
6334 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SUB_CMD,
6335 /* Unsigned 32-bit value indicating the packet filter version */
6336 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_VERSION,
6337 /* Unsigned 32-bit value indicating the packet filter id */
6338 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_ID,
6339 /**
6340 * Unsigned 32-bit value indicating the packet filter size including
6341 * program + data.
6342 */
6343 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SIZE,
6344 /* Unsigned 32-bit value indicating the packet filter current offset */
6345 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_CURRENT_OFFSET,
6346 /* Program and/or data in bytes */
6347 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROGRAM,
6348 /* Unsigned 32-bit value of the length of the program section in packet
6349 * filter buffer.
6350 */
6351 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH = 7,
6352
6353 /* keep last */
6354 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST,
6355 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_MAX =
6356 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST - 1,
6357 };
6358
6359 /**
6360 * enum qca_wlan_vendor_drv_info - WLAN driver info used by vendor command
6361 * QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE.
6362 */
6363 enum qca_wlan_vendor_drv_info {
6364 QCA_WLAN_VENDOR_ATTR_DRV_INFO_INVALID = 0,
6365 /* Maximum Message size info between firmware & HOST
6366 * Unsigned 32-bit value
6367 */
6368 QCA_WLAN_VENDOR_ATTR_DRV_INFO_BUS_SIZE,
6369 /* keep last */
6370 QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST,
6371 QCA_WLAN_VENDOR_ATTR_DRV_INFO_MAX =
6372 QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST - 1,
6373 };
6374
6375 /**
6376 * enum qca_wlan_vendor_attr_wake_stats - Wake lock stats used by vendor
6377 * command QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS.
6378 */
6379 enum qca_wlan_vendor_attr_wake_stats {
6380 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_INVALID = 0,
6381 /* Unsigned 32-bit value indicating the total count of wake event */
6382 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE,
6383 /* Array of individual wake count, each index representing wake reason
6384 */
6385 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_PTR,
6386 /* Unsigned 32-bit value representing wake count array */
6387 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_SZ,
6388 /* Unsigned 32-bit total wake count value of driver/fw */
6389 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_DRIVER_FW_LOCAL_WAKE,
6390 /* Array of wake stats of driver/fw */
6391 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_PTR,
6392 /* Unsigned 32-bit total wake count value of driver/fw */
6393 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_SZ,
6394 /* Unsigned 32-bit total wake count value of packets received */
6395 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_RX_DATA_WAKE,
6396 /* Unsigned 32-bit wake count value unicast packets received */
6397 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_UNICAST_CNT,
6398 /* Unsigned 32-bit wake count value multicast packets received */
6399 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_MULTICAST_CNT,
6400 /* Unsigned 32-bit wake count value broadcast packets received */
6401 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_BROADCAST_CNT,
6402 /* Unsigned 32-bit wake count value of ICMP packets */
6403 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP_PKT,
6404 /* Unsigned 32-bit wake count value of ICMP6 packets */
6405 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_PKT,
6406 /* Unsigned 32-bit value ICMP6 router advertisement */
6407 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RA,
6408 /* Unsigned 32-bit value ICMP6 neighbor advertisement */
6409 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NA,
6410 /* Unsigned 32-bit value ICMP6 neighbor solicitation */
6411 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NS,
6412 /* Unsigned 32-bit wake count value of receive side ICMP4 multicast */
6413 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP4_RX_MULTICAST_CNT,
6414 /* Unsigned 32-bit wake count value of receive side ICMP6 multicast */
6415 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RX_MULTICAST_CNT,
6416 /* Unsigned 32-bit wake count value of receive side multicast */
6417 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_OTHER_RX_MULTICAST_CNT,
6418 /* Unsigned 32-bit wake count value of a given RSSI breach */
6419 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RSSI_BREACH_CNT,
6420 /* Unsigned 32-bit wake count value of low RSSI */
6421 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_LOW_RSSI_CNT,
6422 /* Unsigned 32-bit value GSCAN count */
6423 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_GSCAN_CNT,
6424 /* Unsigned 32-bit value PNO complete count */
6425 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_COMPLETE_CNT,
6426 /* Unsigned 32-bit value PNO match count */
6427 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_MATCH_CNT,
6428 /* keep last */
6429 QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST,
6430 QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX =
6431 QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST - 1,
6432 };
6433
6434 /**
6435 * enum qca_wlan_vendor_thermal_level - Defines various thermal levels
6436 * configured by userspace to the driver/firmware. The values will be
6437 * encapsulated in QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL attribute.
6438 * The driver/firmware takes actions requested by userspace such as throttling
6439 * wifi TX etc. in order to mitigate high temperature.
6440 *
6441 * @QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE: Stop/clear all throttling actions.
6442 * @QCA_WLAN_VENDOR_THERMAL_LEVEL_LIGHT: Throttle TX lightly.
6443 * @QCA_WLAN_VENDOR_THERMAL_LEVEL_MODERATE: Throttle TX moderately.
6444 * @QCA_WLAN_VENDOR_THERMAL_LEVEL_SEVERE: Throttle TX severely.
6445 * @QCA_WLAN_VENDOR_THERMAL_LEVEL_CRITICAL: Critical thermal level reached.
6446 * @QCA_WLAN_VENDOR_THERMAL_LEVEL_EMERGENCY: Emergency thermal level reached.
6447 */
6448 enum qca_wlan_vendor_thermal_level {
6449 QCA_WLAN_VENDOR_THERMAL_LEVEL_NONE = 0,
6450 QCA_WLAN_VENDOR_THERMAL_LEVEL_LIGHT = 1,
6451 QCA_WLAN_VENDOR_THERMAL_LEVEL_MODERATE = 2,
6452 QCA_WLAN_VENDOR_THERMAL_LEVEL_SEVERE = 3,
6453 QCA_WLAN_VENDOR_THERMAL_LEVEL_CRITICAL = 4,
6454 QCA_WLAN_VENDOR_THERMAL_LEVEL_EMERGENCY = 5,
6455 };
6456
6457 /**
6458 * enum qca_wlan_vendor_attr_thermal_cmd - Vendor subcmd attributes to set
6459 * cmd value. Used for NL attributes for data used by
6460 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
6461 */
6462 enum qca_wlan_vendor_attr_thermal_cmd {
6463 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_INVALID = 0,
6464 /* The value of command, driver will implement different operations
6465 * according to this value. It uses values defined in
6466 * enum qca_wlan_vendor_attr_thermal_cmd_type.
6467 * u32 attribute.
6468 */
6469 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE = 1,
6470 /* Userspace uses this attribute to configure thermal level to the
6471 * driver/firmware. Used in request, u32 attribute, possible values
6472 * are defined in enum qca_wlan_vendor_thermal_level.
6473 */
6474 QCA_WLAN_VENDOR_ATTR_THERMAL_LEVEL = 2,
6475 /* Userspace uses this attribute to configure the time in which the
6476 * driver/firmware should complete applying settings it received from
6477 * userspace with QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL
6478 * command type. Used in request, u32 attribute, value is in
6479 * milliseconds. A value of zero indicates to apply the settings
6480 * immediately. The driver/firmware can delay applying the configured
6481 * thermal settings within the time specified in this attribute if
6482 * there is any critical ongoing operation.
6483 */
6484 QCA_WLAN_VENDOR_ATTR_THERMAL_COMPLETION_WINDOW = 3,
6485
6486 /* keep last */
6487 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST,
6488 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_MAX =
6489 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST - 1
6490 };
6491
6492 /**
6493 * qca_wlan_vendor_attr_thermal_cmd_type: Attribute values for
6494 * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE to the vendor subcmd
6495 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD. This represents the
6496 * thermal command types sent to driver.
6497 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS: Request to
6498 * get thermal shutdown configuration parameters for display. Parameters
6499 * responded from driver are defined in
6500 * enum qca_wlan_vendor_attr_get_thermal_params_rsp.
6501 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE: Request to
6502 * get temperature. Host should respond with a temperature data. It is defined
6503 * in enum qca_wlan_vendor_attr_thermal_get_temperature.
6504 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND: Request to execute thermal
6505 * suspend action.
6506 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME: Request to execute thermal
6507 * resume action.
6508 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL: Configure thermal level to
6509 * the driver/firmware.
6510 */
6511 enum qca_wlan_vendor_attr_thermal_cmd_type {
6512 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS,
6513 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE,
6514 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND,
6515 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME,
6516 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SET_LEVEL,
6517 };
6518
6519 /**
6520 * enum qca_wlan_vendor_attr_thermal_get_temperature - vendor subcmd attributes
6521 * to get chip temperature by user.
6522 * enum values are used for NL attributes for data used by
6523 * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE command for data used
6524 * by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
6525 */
6526 enum qca_wlan_vendor_attr_thermal_get_temperature {
6527 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_INVALID = 0,
6528 /* Temperature value (degree Celsius) from driver.
6529 * u32 attribute.
6530 */
6531 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_DATA,
6532
6533 /* keep last */
6534 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST,
6535 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_MAX =
6536 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST - 1,
6537 };
6538
6539 /**
6540 * enum qca_wlan_vendor_attr_get_thermal_params_rsp - vendor subcmd attributes
6541 * to get configuration parameters of thermal shutdown feature. Enum values are
6542 * used by QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS command for data
6543 * used by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
6544 */
6545 enum qca_wlan_vendor_attr_get_thermal_params_rsp {
6546 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_INVALID = 0,
6547 /* Indicate if the thermal shutdown feature is enabled.
6548 * NLA_FLAG attribute.
6549 */
6550 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SHUTDOWN_EN,
6551 /* Indicate if the auto mode is enabled.
6552 * Enable: Driver triggers the suspend/resume action.
6553 * Disable: User space triggers the suspend/resume action.
6554 * NLA_FLAG attribute.
6555 */
6556 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SHUTDOWN_AUTO_EN,
6557 /* Thermal resume threshold (degree Celsius). Issue the resume command
6558 * if the temperature value is lower than this threshold.
6559 * u16 attribute.
6560 */
6561 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_RESUME_THRESH,
6562 /* Thermal warning threshold (degree Celsius). FW reports temperature
6563 * to driver if it's higher than this threshold.
6564 * u16 attribute.
6565 */
6566 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_WARNING_THRESH,
6567 /* Thermal suspend threshold (degree Celsius). Issue the suspend command
6568 * if the temperature value is higher than this threshold.
6569 * u16 attribute.
6570 */
6571 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SUSPEND_THRESH,
6572 /* FW reports temperature data periodically at this interval (ms).
6573 * u16 attribute.
6574 */
6575 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SAMPLE_RATE,
6576
6577 /* keep last */
6578 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_AFTER_LAST,
6579 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_MAX =
6580 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_AFTER_LAST - 1,
6581 };
6582
6583 /**
6584 * enum qca_wlan_vendor_attr_thermal_event - vendor subcmd attributes to
6585 * report thermal events from driver to user space.
6586 * enum values are used for NL attributes for data used by
6587 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT sub command.
6588 */
6589 enum qca_wlan_vendor_attr_thermal_event {
6590 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_INVALID = 0,
6591 /* Temperature value (degree Celsius) from driver.
6592 * u32 attribute.
6593 */
6594 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_TEMPERATURE,
6595 /* Indication of resume completion from power save mode.
6596 * NLA_FLAG attribute.
6597 */
6598 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_RESUME_COMPLETE,
6599
6600 /* keep last */
6601 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST,
6602 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_MAX =
6603 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST - 1,
6604 };
6605
6606 /**
6607 * enum he_fragmentation_val - HE fragmentation support values
6608 * Indicates level of dynamic fragmentation that is supported by
6609 * a STA as a recipient.
6610 * HE fragmentation values are defined in IEEE P802.11ax/D2.0, 9.4.2.237.2
6611 * (HE MAC Capabilities Information field) and are used in HE Capabilities
6612 * element to advertise the support. These values are validated in the driver
6613 * to check the device capability and advertised in the HE Capabilities
6614 * element. These values are used to configure testbed device to allow the
6615 * advertised hardware capabilities to be downgraded for testing purposes.
6616 *
6617 * @HE_FRAG_DISABLE: no support for dynamic fragmentation
6618 * @HE_FRAG_LEVEL1: support for dynamic fragments that are
6619 * contained within an MPDU or S-MPDU, no support for dynamic fragments
6620 * within an A-MPDU that is not an S-MPDU.
6621 * @HE_FRAG_LEVEL2: support for dynamic fragments that are
6622 * contained within an MPDU or S-MPDU and support for up to one dynamic
6623 * fragment for each MSDU, each A-MSDU if supported by the recipient, and
6624 * each MMPDU within an A-MPDU or multi-TID A-MPDU that is not an
6625 * MPDU or S-MPDU.
6626 * @HE_FRAG_LEVEL3: support for dynamic fragments that are
6627 * contained within an MPDU or S-MPDU and support for multiple dynamic
6628 * fragments for each MSDU and for each A-MSDU if supported by the
6629 * recipient within an A-MPDU or multi-TID AMPDU and up to one dynamic
6630 * fragment for each MMPDU in a multi-TID A-MPDU that is not an S-MPDU.
6631 */
6632 enum he_fragmentation_val {
6633 HE_FRAG_DISABLE,
6634 HE_FRAG_LEVEL1,
6635 HE_FRAG_LEVEL2,
6636 HE_FRAG_LEVEL3,
6637 };
6638
6639 /**
6640 * enum he_mcs_config - HE MCS support configuration
6641 *
6642 * Configures the HE Tx/Rx MCS map in HE capability IE for given bandwidth.
6643 * These values are used in driver to configure the HE MCS map to advertise
6644 * Tx/Rx MCS map in HE capability and these values are applied for all the
6645 * streams supported by the device. To configure MCS for different bandwidths,
6646 * vendor command needs to be sent using this attribute with appropriate value.
6647 * For example, to configure HE_80_MCS_0_7, send vendor command using HE MCS
6648 * attribute with HE_80_MCS0_7. And to configure HE MCS for HE_160_MCS0_11
6649 * send this command using HE MCS config attribute with value HE_160_MCS0_11.
6650 * These values are used to configure testbed device to allow the advertised
6651 * hardware capabilities to be downgraded for testing purposes. The enum values
6652 * are defined such that BIT[1:0] indicates the MCS map value. Values 3,7 and
6653 * 11 are not used as BIT[1:0] value is 3 which is used to disable MCS map.
6654 * These values are validated in the driver before setting the MCS map and
6655 * driver returns error if the input is other than these enum values.
6656 *
6657 * @HE_80_MCS0_7: support for HE 80/40/20 MHz MCS 0 to 7
6658 * @HE_80_MCS0_9: support for HE 80/40/20 MHz MCS 0 to 9
6659 * @HE_80_MCS0_11: support for HE 80/40/20 MHz MCS 0 to 11
6660 * @HE_160_MCS0_7: support for HE 160 MHz MCS 0 to 7
6661 * @HE_160_MCS0_9: support for HE 160 MHz MCS 0 to 9
6662 * @HE_160_MCS0_11: support for HE 160 MHz MCS 0 to 11
6663 * @HE_80P80_MCS0_7: support for HE 80p80 MHz MCS 0 to 7
6664 * @HE_80P80_MCS0_9: support for HE 80p80 MHz MCS 0 to 9
6665 * @HE_80P80_MCS0_11: support for HE 80p80 MHz MCS 0 to 11
6666 */
6667 enum he_mcs_config {
6668 HE_80_MCS0_7 = 0,
6669 HE_80_MCS0_9 = 1,
6670 HE_80_MCS0_11 = 2,
6671 HE_160_MCS0_7 = 4,
6672 HE_160_MCS0_9 = 5,
6673 HE_160_MCS0_11 = 6,
6674 HE_80P80_MCS0_7 = 8,
6675 HE_80P80_MCS0_9 = 9,
6676 HE_80P80_MCS0_11 = 10,
6677 };
6678
6679 /**
6680 * enum qca_wlan_ba_session_config - BA session configuration
6681 *
6682 * Indicates the configuration values for BA session configuration attribute.
6683 *
6684 * @QCA_WLAN_ADD_BA: Establish a new BA session with given configuration.
6685 * @QCA_WLAN_DELETE_BA: Delete the existing BA session for given TID.
6686 */
6687 enum qca_wlan_ba_session_config {
6688 QCA_WLAN_ADD_BA = 1,
6689 QCA_WLAN_DELETE_BA = 2,
6690 };
6691
6692 /**
6693 * enum qca_wlan_ac_type - Access category type
6694 *
6695 * Indicates the access category type value.
6696 *
6697 * @QCA_WLAN_AC_BE: BE access category
6698 * @QCA_WLAN_AC_BK: BK access category
6699 * @QCA_WLAN_AC_VI: VI access category
6700 * @QCA_WLAN_AC_VO: VO access category
6701 * @QCA_WLAN_AC_ALL: All ACs
6702 */
6703 enum qca_wlan_ac_type {
6704 QCA_WLAN_AC_BE = 0,
6705 QCA_WLAN_AC_BK = 1,
6706 QCA_WLAN_AC_VI = 2,
6707 QCA_WLAN_AC_VO = 3,
6708 QCA_WLAN_AC_ALL = 4,
6709 };
6710
6711 /**
6712 * enum qca_wlan_he_ltf_cfg - HE LTF configuration
6713 *
6714 * Indicates the HE LTF configuration value.
6715 *
6716 * @QCA_WLAN_HE_LTF_AUTO: HE-LTF is automatically set to the mandatory HE-LTF,
6717 * based on the GI setting
6718 * @QCA_WLAN_HE_LTF_1X: 1X HE LTF is 3.2us LTF
6719 * @QCA_WLAN_HE_LTF_2X: 2X HE LTF is 6.4us LTF
6720 * @QCA_WLAN_HE_LTF_4X: 4X HE LTF is 12.8us LTF
6721 */
6722 enum qca_wlan_he_ltf_cfg {
6723 QCA_WLAN_HE_LTF_AUTO = 0,
6724 QCA_WLAN_HE_LTF_1X = 1,
6725 QCA_WLAN_HE_LTF_2X = 2,
6726 QCA_WLAN_HE_LTF_4X = 3,
6727 };
6728
6729 /**
6730 * enum qca_wlan_he_mac_padding_dur - HE trigger frame MAC padding duration
6731 *
6732 * Indicates the HE trigger frame MAC padding duration value.
6733 *
6734 * @QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME: no additional time required to
6735 * process the trigger frame.
6736 * @QCA_WLAN_HE_8US_OF_PROCESS_TIME: indicates the 8us of processing time for
6737 * trigger frame.
6738 * @QCA_WLAN_HE_16US_OF_PROCESS_TIME: indicates the 16us of processing time for
6739 * trigger frame.
6740 */
6741 enum qca_wlan_he_mac_padding_dur {
6742 QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME = 0,
6743 QCA_WLAN_HE_8US_OF_PROCESS_TIME = 1,
6744 QCA_WLAN_HE_16US_OF_PROCESS_TIME = 2,
6745 };
6746
6747 /**
6748 * enum qca_wlan_he_om_ctrl_ch_bw - HE OM control field BW configuration
6749 *
6750 * Indicates the HE Operating mode control channel width setting value.
6751 *
6752 * @QCA_WLAN_HE_OM_CTRL_BW_20M: Primary 20 MHz
6753 * @QCA_WLAN_HE_OM_CTRL_BW_40M: Primary 40 MHz
6754 * @QCA_WLAN_HE_OM_CTRL_BW_80M: Primary 80 MHz
6755 * @QCA_WLAN_HE_OM_CTRL_BW_160M: 160 MHz and 80+80 MHz
6756 */
6757 enum qca_wlan_he_om_ctrl_ch_bw {
6758 QCA_WLAN_HE_OM_CTRL_BW_20M = 0,
6759 QCA_WLAN_HE_OM_CTRL_BW_40M = 1,
6760 QCA_WLAN_HE_OM_CTRL_BW_80M = 2,
6761 QCA_WLAN_HE_OM_CTRL_BW_160M = 3,
6762 };
6763
6764 /**
6765 * enum qca_wlan_vendor_attr_he_omi_tx: Represents attributes for
6766 * HE operating mode control transmit request. These attributes are
6767 * sent as part of QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX and
6768 * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
6769 *
6770 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS: Mandatory 8-bit unsigned value
6771 * indicates the maximum number of spatial streams, NSS, that the STA
6772 * supports in reception for PPDU bandwidths less than or equal to 80 MHz
6773 * and is set to NSS - 1.
6774 *
6775 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW: Mandatory 8-bit unsigned value
6776 * indicates the operating channel width supported by the STA for both
6777 * reception and transmission. Uses enum qca_wlan_he_om_ctrl_ch_bw values.
6778 *
6779 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE: Mandatory 8-bit unsigned value
6780 * indicates the all trigger based UL MU operations by the STA.
6781 * 0 - UL MU operations are enabled by the STA.
6782 * 1 - All triggered UL MU transmissions are suspended by the STA.
6783 *
6784 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS: Mandatory 8-bit unsigned value
6785 * indicates the maximum number of space-time streams, NSTS, that
6786 * the STA supports in transmission and is set to NSTS - 1.
6787 *
6788 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE: 8-bit unsigned value
6789 * combined with the UL MU Disable subfield and the recipient's setting
6790 * of the OM Control UL MU Data Disable RX Support subfield in the HE MAC
6791 * capabilities to determine which HE TB PPDUs are possible by the
6792 * STA to transmit.
6793 * 0 - UL MU data operations are enabled by the STA.
6794 * 1 - Determine which HE TB PPDU types are allowed by the STA if UL MU disable
6795 * bit is not set, else UL MU Tx is suspended.
6796 *
6797 */
6798 enum qca_wlan_vendor_attr_he_omi_tx {
6799 QCA_WLAN_VENDOR_ATTR_HE_OMI_INVALID = 0,
6800 QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS = 1,
6801 QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW = 2,
6802 QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE = 3,
6803 QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS = 4,
6804 QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE = 5,
6805
6806 /* keep last */
6807 QCA_WLAN_VENDOR_ATTR_HE_OMI_AFTER_LAST,
6808 QCA_WLAN_VENDOR_ATTR_HE_OMI_MAX =
6809 QCA_WLAN_VENDOR_ATTR_HE_OMI_AFTER_LAST - 1,
6810 };
6811
6812 /* Attributes for data used by
6813 * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION
6814 */
6815 enum qca_wlan_vendor_attr_wifi_test_config {
6816 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_INVALID = 0,
6817 /* 8-bit unsigned value to configure the driver to enable/disable
6818 * WMM feature. This attribute is used to configure testbed device.
6819 * 1-enable, 0-disable
6820 */
6821 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WMM_ENABLE = 1,
6822
6823 /* 8-bit unsigned value to configure the driver to accept/reject
6824 * the addba request from peer. This attribute is used to configure
6825 * the testbed device.
6826 * 1-accept addba, 0-reject addba
6827 */
6828 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ACCEPT_ADDBA_REQ = 2,
6829
6830 /* 8-bit unsigned value to configure the driver to send or not to
6831 * send the addba request to peer.
6832 * This attribute is used to configure the testbed device.
6833 * 1-send addba, 0-do not send addba
6834 */
6835 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SEND_ADDBA_REQ = 3,
6836
6837 /* 8-bit unsigned value to indicate the HE fragmentation support.
6838 * Uses enum he_fragmentation_val values.
6839 * This attribute is used to configure the testbed device to
6840 * allow the advertised hardware capabilities to be downgraded
6841 * for testing purposes.
6842 */
6843 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_FRAGMENTATION = 4,
6844
6845 /* 8-bit unsigned value to indicate the HE MCS support.
6846 * Uses enum he_mcs_config values.
6847 * This attribute is used to configure the testbed device to
6848 * allow the advertised hardware capabilities to be downgraded
6849 * for testing purposes.
6850 */
6851 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS = 5,
6852
6853 /* 8-bit unsigned value to configure the driver to allow or not to
6854 * allow the connection with WEP/TKIP in HT/VHT/HE modes.
6855 * This attribute is used to configure the testbed device.
6856 * 1-allow WEP/TKIP in HT/VHT/HE, 0-do not allow WEP/TKIP.
6857 */
6858 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE = 6,
6859
6860 /* 8-bit unsigned value to configure the driver to add a
6861 * new BA session or delete the existing BA session for
6862 * given TID. ADDBA command uses the buffer size and TID
6863 * configuration if user specifies the values else default
6864 * value for buffer size is used for all TIDs if the TID
6865 * also not specified. For DEL_BA command TID value is
6866 * required to process the command.
6867 * Uses enum qca_wlan_ba_session_config values.
6868 * This attribute is used to configure the testbed device.
6869 */
6870 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADD_DEL_BA_SESSION = 7,
6871
6872 /* 16-bit unsigned value to configure the buffer size in addba
6873 * request and response frames.
6874 * This attribute is used to configure the testbed device.
6875 * The range of the value is 0 to 256.
6876 */
6877 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE = 8,
6878
6879 /* 8-bit unsigned value to configure the buffer size in addba
6880 * request and response frames.
6881 * This attribute is used to configure the testbed device.
6882 */
6883 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BA_TID = 9,
6884
6885 /* 8-bit unsigned value to configure the no ack policy.
6886 * To configure no ack policy, access category value is
6887 * required to process the command.
6888 * This attribute is used to configure the testbed device.
6889 * 1 - enable no ack, 0 - disable no ack.
6890 */
6891 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_NO_ACK = 10,
6892
6893 /* 8-bit unsigned value to configure the AC for no ack policy
6894 * This attribute is used to configure the testbed device.
6895 * Uses the enum qca_wlan_ac_type values.
6896 */
6897 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC = 11,
6898
6899 /* 8-bit unsigned value to configure the HE LTF
6900 * This attribute is used to configure the testbed device.
6901 * Uses the enum qca_wlan_he_ltf_cfg values.
6902 */
6903 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_LTF = 12,
6904
6905 /* 8-bit unsigned value to configure the tx beamformee.
6906 * This attribute is used to configure the testbed device.
6907 * 1-enable, 0-disable.
6908 */
6909 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
6910
6911 /* 8-bit unsigned value to configure the tx beamformee number
6912 * of space-time streams.
6913 * This attribute is used to configure the testbed device.
6914 * The range of the value is 0 to 8.
6915 */
6916 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14,
6917
6918 /* 8-bit unsigned value to configure the MU EDCA params for given AC
6919 * This attribute is used to configure the testbed device.
6920 * Uses the enum qca_wlan_ac_type values.
6921 */
6922 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AC = 15,
6923
6924 /* 8-bit unsigned value to configure the MU EDCA AIFSN for given AC
6925 * To configure MU EDCA AIFSN value, MU EDCA access category value
6926 * is required to process the command.
6927 * This attribute is used to configure the testbed device.
6928 */
6929 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AIFSN = 16,
6930
6931 /* 8-bit unsigned value to configure the MU EDCA ECW min value for
6932 * given AC.
6933 * To configure MU EDCA ECW min value, MU EDCA access category value
6934 * is required to process the command.
6935 * This attribute is used to configure the testbed device.
6936 */
6937 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMIN = 17,
6938
6939 /* 8-bit unsigned value to configure the MU EDCA ECW max value for
6940 * given AC.
6941 * To configure MU EDCA ECW max value, MU EDCA access category value
6942 * is required to process the command.
6943 * This attribute is used to configure the testbed device.
6944 */
6945 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMAX = 18,
6946
6947 /* 8-bit unsigned value to configure the MU EDCA timer for given AC
6948 * To configure MU EDCA timer value, MU EDCA access category value
6949 * is required to process the command.
6950 * This attribute is used to configure the testbed device.
6951 */
6952 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_TIMER = 19,
6953
6954 /* 8-bit unsigned value to configure the HE trigger frame MAC padding
6955 * duration.
6956 * This attribute is used to configure the testbed device.
6957 * Uses the enum qca_wlan_he_mac_padding_dur values.
6958 */
6959 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR = 20,
6960
6961 /* 8-bit unsigned value to override the MU EDCA params to defaults
6962 * regardless of the AP beacon MU EDCA params. If it is enabled use
6963 * the default values else use the MU EDCA params from AP beacon.
6964 * This attribute is used to configure the testbed device.
6965 * 1-enable, 0-disable.
6966 */
6967 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
6968
6969 /* 8-bit unsigned value to configure the support for receiving
6970 * an MPDU that contains an operating mode control subfield.
6971 * This attribute is used to configure the testbed device.
6972 * 1-enable, 0-disable.
6973 */
6974 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_SUPP = 22,
6975
6976 /* Nested attribute values required to setup the TWT session.
6977 * enum qca_wlan_vendor_attr_twt_setup provides the necessary
6978 * information to set up the session. It contains broadcast flags,
6979 * set_up flags, trigger value, flow type, flow ID, wake interval
6980 * exponent, protection, target wake time, wake duration, wake interval
6981 * mantissa. These nested attributes are used to setup a host triggered
6982 * TWT session.
6983 */
6984 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP = 23,
6985
6986 /* This nested attribute is used to terminate the current TWT session.
6987 * It does not currently carry any attributes.
6988 */
6989 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_TERMINATE = 24,
6990
6991 /* This nested attribute is used to suspend the current TWT session.
6992 * It does not currently carry any attributes.
6993 */
6994 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SUSPEND = 25,
6995
6996 /* Nested attribute values to indicate the request for resume.
6997 * This attribute is used to resume the TWT session.
6998 * enum qca_wlan_vendor_attr_twt_resume provides the necessary
6999 * parameters required to resume the TWT session.
7000 */
7001 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_RESUME = 26,
7002
7003 /* 8-bit unsigned value to set the HE operating mode control
7004 * (OM CTRL) Channel Width subfield.
7005 * The Channel Width subfield indicates the operating channel width
7006 * supported by the STA for both reception and transmission.
7007 * Uses the enum qca_wlan_he_om_ctrl_ch_bw values.
7008 * This setting is cleared with the
7009 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
7010 * flag attribute to reset defaults.
7011 * This attribute is used to configure the testbed device.
7012 */
7013 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_BW = 27,
7014
7015 /* 8-bit unsigned value to configure the number of spatial
7016 * streams in HE operating mode control field.
7017 * This setting is cleared with the
7018 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
7019 * flag attribute to reset defaults.
7020 * This attribute is used to configure the testbed device.
7021 */
7022 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_NSS = 28,
7023
7024 /* Flag attribute to configure the UL MU disable bit in
7025 * HE operating mode control field.
7026 * This setting is cleared with the
7027 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
7028 * flag attribute to reset defaults.
7029 * This attribute is used to configure the testbed device.
7030 */
7031 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_UL_MU_DISABLE = 29,
7032
7033 /* Flag attribute to clear the previously set HE operating mode
7034 * control field configuration.
7035 * This attribute is used to configure the testbed device to reset
7036 * defaults to clear any previously set HE operating mode control
7037 * field configuration.
7038 */
7039 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG = 30,
7040
7041 /* 8-bit unsigned value to configure HE single user PPDU
7042 * transmission. By default this setting is disabled and it
7043 * is disabled in the reset defaults of the device configuration.
7044 * This attribute is used to configure the testbed device.
7045 * 1-enable, 0-disable
7046 */
7047 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU = 31,
7048
7049 /* 8-bit unsigned value to configure action frame transmission
7050 * in HE trigger based PPDU transmission.
7051 * By default this setting is disabled and it is disabled in
7052 * the reset defaults of the device configuration.
7053 * This attribute is used to configure the testbed device.
7054 * 1-enable, 0-disable
7055 */
7056 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_ACTION_TX_TB_PPDU = 32,
7057
7058 /* Nested attribute to indicate HE operating mode control field
7059 * transmission. It contains operating mode control field Nss,
7060 * channel bandwidth, Tx Nsts and UL MU disable attributes.
7061 * These nested attributes are used to send HE operating mode control
7062 * with configured values.
7063 * Uses the enum qca_wlan_vendor_attr_he_omi_tx attributes.
7064 * This attribute is used to configure the testbed device.
7065 */
7066 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX = 33,
7067
7068 /* 8-bit unsigned value to configure +HTC_HE support to indicate the
7069 * support for the reception of a frame that carries an HE variant
7070 * HT Control field.
7071 * This attribute is used to configure the testbed device.
7072 * 1-enable, 0-disable
7073 */
7074 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_HTC_HE_SUPP = 34,
7075
7076 /* 8-bit unsigned value to configure VHT support in 2.4G band.
7077 * This attribute is used to configure the testbed device.
7078 * 1-enable, 0-disable
7079 */
7080 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35,
7081
7082 /* 8-bit unsigned value to configure HE testbed defaults.
7083 * This attribute is used to configure the testbed device.
7084 * 1-set the device HE capabilities to testbed defaults.
7085 * 0-reset the device HE capabilities to supported config.
7086 */
7087 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS = 36,
7088
7089 /* 8-bit unsigned value to configure TWT request support.
7090 * This attribute is used to configure the testbed device.
7091 * 1-enable, 0-disable.
7092 */
7093 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TWT_REQ_SUPPORT = 37,
7094
7095 /* keep last */
7096 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
7097 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
7098 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST - 1,
7099 };
7100
7101 /**
7102 * enum qca_wlan_vendor_attr_bss_filter - Used by the vendor command
7103 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
7104 * The user can add/delete the filter by specifying the BSSID/STA MAC address in
7105 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR, filter type in
7106 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE, add/delete action in
7107 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION in the request. The user can get the
7108 * statistics of an unassociated station by specifying the MAC address in
7109 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR, station type in
7110 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE, GET action in
7111 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION in the request. The user also can get
7112 * the statistics of all unassociated stations by specifying the Broadcast MAC
7113 * address (ff:ff:ff:ff:ff:ff) in QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR with
7114 * above procedure. In the response, driver shall specify statistics
7115 * information nested in QCA_WLAN_VENDOR_ATTR_BSS_FILTER_STA_STATS.
7116 */
7117 enum qca_wlan_vendor_attr_bss_filter {
7118 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_INVALID = 0,
7119 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR = 1,
7120 /* Other BSS filter type, unsigned 8 bit value. One of the values
7121 * in enum qca_wlan_vendor_bss_filter_type.
7122 */
7123 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE = 2,
7124 /* Other BSS filter action, unsigned 8 bit value. One of the values
7125 * in enum qca_wlan_vendor_bss_filter_action.
7126 */
7127 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION = 3,
7128 /* Array of nested attributes where each entry is the statistics
7129 * information of the specified station that belong to another BSS.
7130 * Attributes for each entry are taken from enum
7131 * qca_wlan_vendor_bss_filter_sta_stats.
7132 * Other BSS station configured in
7133 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER with filter type
7134 * QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA.
7135 * Statistics returned by QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER
7136 * with filter action QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET.
7137 */
7138 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_STA_STATS = 4,
7139
7140 /* keep last */
7141 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_AFTER_LAST,
7142 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAX =
7143 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_AFTER_LAST - 1,
7144 };
7145
7146 /**
7147 * enum qca_wlan_vendor_bss_filter_type - Type of
7148 * filter used in other BSS filter operations. Used by the vendor command
7149 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
7150 *
7151 * @QCA_WLAN_VENDOR_BSS_FILTER_TYPE_BSSID: BSSID filter
7152 * @QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA: Station MAC address filter
7153 */
7154 enum qca_wlan_vendor_bss_filter_type {
7155 QCA_WLAN_VENDOR_BSS_FILTER_TYPE_BSSID,
7156 QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA,
7157 };
7158
7159 /**
7160 * enum qca_wlan_vendor_bss_filter_action - Type of
7161 * action in other BSS filter operations. Used by the vendor command
7162 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
7163 *
7164 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_ADD: Add filter
7165 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_DEL: Delete filter
7166 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET: Get the statistics
7167 */
7168 enum qca_wlan_vendor_bss_filter_action {
7169 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_ADD,
7170 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_DEL,
7171 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET,
7172 };
7173
7174 /**
7175 * enum qca_wlan_vendor_bss_filter_sta_stats - Attributes for
7176 * the statistics of a specific unassociated station belonging to another BSS.
7177 * The statistics provides information of the unassociated station
7178 * filtered by other BSS operation - such as MAC, signal value.
7179 * Used by the vendor command QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
7180 *
7181 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAC: MAC address of the station.
7182 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI: Last received signal strength
7183 * of the station. Unsigned 8 bit number containing RSSI.
7184 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI_TS: Time stamp of the host
7185 * driver for the last received RSSI. Unsigned 64 bit number containing
7186 * nanoseconds from the boottime.
7187 */
7188 enum qca_wlan_vendor_bss_filter_sta_stats {
7189 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_INVALID = 0,
7190 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAC = 1,
7191 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI = 2,
7192 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI_TS = 3,
7193
7194 /* keep last */
7195 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_AFTER_LAST,
7196 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAX =
7197 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_AFTER_LAST - 1
7198 };
7199
7200 /* enum qca_wlan_nan_subcmd_type - Type of NAN command used by attribute
7201 * QCA_WLAN_VENDOR_ATTR_NAN_SUBCMD_TYPE as a part of vendor command
7202 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT.
7203 */
7204 enum qca_wlan_nan_ext_subcmd_type {
7205 /* Subcmd of type NAN Enable Request */
7206 QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ = 1,
7207 /* Subcmd of type NAN Disable Request */
7208 QCA_WLAN_NAN_EXT_SUBCMD_TYPE_DISABLE_REQ = 2,
7209 };
7210
7211 /**
7212 * enum qca_wlan_vendor_attr_nan_params - Used by the vendor command
7213 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT.
7214 */
7215 enum qca_wlan_vendor_attr_nan_params {
7216 QCA_WLAN_VENDOR_ATTR_NAN_INVALID = 0,
7217 /* Carries NAN command for firmware component. Every vendor command
7218 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT must contain this attribute with a
7219 * payload containing the NAN command. NLA_BINARY attribute.
7220 */
7221 QCA_WLAN_VENDOR_ATTR_NAN_CMD_DATA = 1,
7222 /* Indicates the type of NAN command sent with
7223 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT. enum qca_wlan_nan_ext_subcmd_type
7224 * describes the possible range of values. This attribute is mandatory
7225 * if the command being issued is either
7226 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ or
7227 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_DISABLE_REQ. NLA_U32 attribute.
7228 */
7229 QCA_WLAN_VENDOR_ATTR_NAN_SUBCMD_TYPE = 2,
7230 /* Frequency (in MHz) of primary NAN discovery social channel in 2.4 GHz
7231 * band. This attribute is mandatory when command type is
7232 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ. NLA_U32 attribute.
7233 */
7234 QCA_WLAN_VENDOR_ATTR_NAN_DISC_24GHZ_BAND_FREQ = 3,
7235 /* Frequency (in MHz) of secondary NAN discovery social channel in 5 GHz
7236 * band. This attribute is optional and should be included when command
7237 * type is QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ and NAN discovery
7238 * has to be started on 5GHz along with 2.4GHz. NLA_U32 attribute.
7239 */
7240 QCA_WLAN_VENDOR_ATTR_NAN_DISC_5GHZ_BAND_FREQ = 4,
7241
7242 /* keep last */
7243 QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_AFTER_LAST,
7244 QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_MAX =
7245 QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_AFTER_LAST - 1
7246 };
7247
7248 /**
7249 * enum qca_wlan_vendor_attr_twt_setup: Represents attributes for
7250 * TWT (Target Wake Time) setup request. These attributes are sent as part of
7251 * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP and
7252 * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
7253 *
7254 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST: Flag attribute.
7255 * Disable (flag attribute not present) - Individual TWT
7256 * Enable (flag attribute present) - Broadcast TWT.
7257 * Individual means the session is between the STA and the AP.
7258 * This session is established using a separate negotiation between
7259 * STA and AP.
7260 * Broadcast means the session is across multiple STAs and an AP. The
7261 * configuration parameters are announced in Beacon frames by the AP.
7262 *
7263 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE: Required (u8).
7264 * Unsigned 8-bit qca_wlan_vendor_twt_setup_req_type to
7265 * specify the TWT request type
7266 *
7267 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER: Flag attribute
7268 * Enable (flag attribute present) - TWT with trigger support.
7269 * Disable (flag attribute not present) - TWT without trigger support.
7270 * Trigger means the AP will send the trigger frame to allow STA to send data.
7271 * Without trigger, the STA will wait for the MU EDCA timer before
7272 * transmitting the data.
7273 *
7274 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE: Required (u8)
7275 * 0 - Announced TWT - In this mode, STA may skip few service periods to
7276 * save more power. If STA wants to wake up, it will send a PS-POLL/QoS
7277 * NULL frame to AP.
7278 * 1 - Unannounced TWT - The STA will wakeup during every SP.
7279 *
7280 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID: Optional (u8)
7281 * Flow ID is the unique identifier for each TWT session.
7282 * Currently this is not required and dialog ID will be set to zero.
7283 *
7284 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP: Required (u8)
7285 * This attribute (exp) is used along with the mantissa to derive the
7286 * wake interval using the following formula:
7287 * pow(2,exp) = wake_intvl_us/wake_intvl_mantis
7288 * Wake interval is the interval between 2 successive SP.
7289 *
7290 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION: Flag attribute
7291 * Enable (flag attribute present) - Protection required.
7292 * Disable (flag attribute not present) - Protection not required.
7293 * If protection is enabled, then the AP will use protection
7294 * mechanism using RTS/CTS to self to reserve the airtime.
7295 *
7296 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME: Optional (u32)
7297 * This attribute is used as the SP offset which is the offset from
7298 * TSF after which the wake happens. The units are in microseconds. If
7299 * this attribute is not provided, then the value will be set to zero.
7300 *
7301 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION: Required (u32)
7302 * This is the duration of the service period. The units are in TU.
7303 *
7304 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA: Required (u32)
7305 * This attribute is used to configure wake interval mantissa.
7306 * The units are in TU.
7307 */
7308 enum qca_wlan_vendor_attr_twt_setup {
7309 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_INVALID = 0,
7310 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST = 1,
7311 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE = 2,
7312 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER = 3,
7313 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE = 4,
7314 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID = 5,
7315 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP = 6,
7316 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION = 7,
7317 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME = 8,
7318 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION = 9,
7319 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA = 10,
7320
7321 /* keep last */
7322 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_AFTER_LAST,
7323 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAX =
7324 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_AFTER_LAST - 1,
7325 };
7326
7327 /**
7328 * enum qca_wlan_vendor_attr_twt_resume: Represents attributes for
7329 * TWT (Target Wake Time) resume request. These attributes are sent as part of
7330 * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_RESUME and
7331 * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
7332 *
7333 * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT: Optional (u8)
7334 * This attribute is used as the SP offset which is the offset from
7335 * TSF after which the wake happens. The units are in microseconds.
7336 * If this attribute is not provided, then the value will be set to
7337 * zero.
7338 *
7339 * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT_SIZE: Required (u32)
7340 * This attribute represents the next TWT subfield size.
7341 */
7342 enum qca_wlan_vendor_attr_twt_resume {
7343 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_INVALID = 0,
7344 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT = 1,
7345 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT_SIZE = 2,
7346
7347 /* keep last */
7348 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_AFTER_LAST,
7349 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_MAX =
7350 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_AFTER_LAST - 1,
7351 };
7352
7353 /**
7354 * enum qca_wlan_vendor_twt_setup_req_type - Required (u8)
7355 * Represents the setup type being requested for TWT.
7356 * @QCA_WLAN_VENDOR_TWT_SETUP_REQUEST: STA is not specifying all the TWT
7357 * parameters but relying on AP to fill the parameters during the negotiation.
7358 * @QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST: STA will provide all the suggested
7359 * values which the AP may accept or AP may provide alternative parameters
7360 * which the STA may accept.
7361 * @QCA_WLAN_VENDOR_TWT_SETUP_DEMAND: STA is not willing to accept any
7362 * alternate parameters than the requested ones.
7363 */
7364 enum qca_wlan_vendor_twt_setup_req_type {
7365 QCA_WLAN_VENDOR_TWT_SETUP_REQUEST = 1,
7366 QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST = 2,
7367 QCA_WLAN_VENDOR_TWT_SETUP_DEMAND = 3,
7368 };
7369
7370 /**
7371 * enum qca_wlan_roam_scan_event_type - Type of roam scan event
7372 *
7373 * Indicates the type of roam scan event sent by firmware/driver.
7374 *
7375 * @QCA_WLAN_ROAM_SCAN_TRIGGER_EVENT: Roam scan trigger event type.
7376 * @QCA_WLAN_ROAM_SCAN_STOP_EVENT: Roam scan stopped event type.
7377 */
7378 enum qca_wlan_roam_scan_event_type {
7379 QCA_WLAN_ROAM_SCAN_TRIGGER_EVENT = 0,
7380 QCA_WLAN_ROAM_SCAN_STOP_EVENT = 1,
7381 };
7382
7383 /**
7384 * enum qca_wlan_roam_scan_trigger_reason - Roam scan trigger reason
7385 *
7386 * Indicates the reason for triggering roam scan by firmware/driver.
7387 *
7388 * @QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_LOW_RSSI: Due to low RSSI of current AP.
7389 * @QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_HIGH_PER: Due to high packet error rate.
7390 */
7391 enum qca_wlan_roam_scan_trigger_reason {
7392 QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_LOW_RSSI = 0,
7393 QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_HIGH_PER = 1,
7394 };
7395
7396 /**
7397 * enum qca_wlan_vendor_attr_roam_scan - Vendor subcmd attributes to report
7398 * roam scan related details from driver/firmware to user space. enum values
7399 * are used for NL attributes sent with
7400 * %QCA_NL80211_VENDOR_SUBCMD_ROAM_SCAN_EVENT sub command.
7401 */
7402 enum qca_wlan_vendor_attr_roam_scan {
7403 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_INVALID = 0,
7404 /* Encapsulates type of roam scan event being reported. enum
7405 * qca_wlan_roam_scan_event_type describes the possible range of
7406 * values. u32 attribute.
7407 */
7408 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_EVENT_TYPE = 1,
7409 /* Encapsulates reason for triggering roam scan. enum
7410 * qca_wlan_roam_scan_trigger_reason describes the possible range of
7411 * values. u32 attribute.
7412 */
7413 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_TRIGGER_REASON = 2,
7414
7415 /* keep last */
7416 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_AFTER_LAST,
7417 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_MAX =
7418 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_AFTER_LAST - 1,
7419 };
7420
7421 /**
7422 * enum qca_wlan_vendor_cfr_method - QCA vendor CFR methods used by
7423 * attribute QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD as part of vendor
7424 * command QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG.
7425 */
7426 enum qca_wlan_vendor_cfr_method {
7427 /* CFR method using QOS Null frame */
7428 QCA_WLAN_VENDOR_CFR_METHOD_QOS_NULL = 0,
7429 };
7430
7431 /**
7432 * enum qca_wlan_vendor_peer_cfr_capture_attr - Used by the vendor command
7433 * QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG to configure peer
7434 * Channel Frequency Response capture parameters and enable periodic CFR
7435 * capture.
7436 */
7437 enum qca_wlan_vendor_peer_cfr_capture_attr {
7438 QCA_WLAN_VENDOR_ATTR_PEER_CFR_CAPTURE_INVALID = 0,
7439 /* 6-byte MAC address of the peer.
7440 * This attribute is mandatory.
7441 */
7442 QCA_WLAN_VENDOR_ATTR_CFR_PEER_MAC_ADDR = 1,
7443 /* Enable peer CFR Capture, flag attribute.
7444 * This attribute is mandatory to enable peer CFR capture.
7445 * If this attribute is not present, peer CFR capture is disabled.
7446 */
7447 QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE = 2,
7448 /* BW of measurement, attribute uses the values in enum nl80211_chan_width
7449 * Supported values: 20, 40, 80, 80+80, 160.
7450 * Note that all targets may not support all bandwidths.
7451 * u8 attribute. This attribute is mandatory if attribute
7452 * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
7453 */
7454 QCA_WLAN_VENDOR_ATTR_PEER_CFR_BANDWIDTH = 3,
7455 /* Periodicity of CFR measurement in msec.
7456 * Periodicity should be a multiple of Base timer.
7457 * Current Base timer value supported is 10 msecs (default).
7458 * 0 for one shot capture. u32 attribute.
7459 * This attribute is mandatory if attribute
7460 * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
7461 */
7462 QCA_WLAN_VENDOR_ATTR_PEER_CFR_PERIODICITY = 4,
7463 /* Method used to capture Channel Frequency Response.
7464 * Attribute uses the values defined in enum qca_wlan_vendor_cfr_method.
7465 * u8 attribute. This attribute is mandatory if attribute
7466 * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
7467 */
7468 QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD = 5,
7469 /* Enable periodic CFR capture, flag attribute.
7470 * This attribute is mandatory to enable Periodic CFR capture.
7471 * If this attribute is not present, periodic CFR capture is disabled.
7472 */
7473 QCA_WLAN_VENDOR_ATTR_PERIODIC_CFR_CAPTURE_ENABLE = 6,
7474
7475 /* Keep last */
7476 QCA_WLAN_VENDOR_ATTR_PEER_CFR_AFTER_LAST,
7477 QCA_WLAN_VENDOR_ATTR_PEER_CFR_MAX =
7478 QCA_WLAN_VENDOR_ATTR_PEER_CFR_AFTER_LAST - 1,
7479 };
7480
7481 /**
7482 * enum qca_wlan_throughput_level - Current throughput level
7483 *
7484 * Indicates the current level of throughput calculated by the driver. The
7485 * driver may choose different thresholds to decide whether the throughput level
7486 * is low or medium or high based on variety of parameters like physical link
7487 * capacity of the current connection, the number of packets being dispatched
7488 * per second, etc. The throughput level events might not be consistent with the
7489 * actual current throughput value being observed.
7490 *
7491 * @QCA_WLAN_THROUGHPUT_LEVEL_LOW: Low level of throughput
7492 * @QCA_WLAN_THROUGHPUT_LEVEL_MEDIUM: Medium level of throughput
7493 * @QCA_WLAN_THROUGHPUT_LEVEL_HIGH: High level of throughput
7494 */
7495 enum qca_wlan_throughput_level {
7496 QCA_WLAN_THROUGHPUT_LEVEL_LOW = 0,
7497 QCA_WLAN_THROUGHPUT_LEVEL_MEDIUM = 1,
7498 QCA_WLAN_THROUGHPUT_LEVEL_HIGH = 2,
7499 };
7500
7501 /**
7502 * enum qca_wlan_vendor_attr_throughput_change - Vendor subcmd attributes to
7503 * report throughput changes from the driver to user space. enum values are used
7504 * for netlink attributes sent with
7505 * %QCA_NL80211_VENDOR_SUBCMD_THROUGHPUT_CHANGE_EVENT sub command.
7506 */
7507 enum qca_wlan_vendor_attr_throughput_change {
7508 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_INVALID = 0,
7509 /* Indicates the direction of throughput in which the change is being
7510 * reported. u8 attribute. Value is 0 for TX and 1 for RX.
7511 */
7512 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_DIRECTION = 1,
7513 /* Indicates the newly observed throughput level. enum
7514 * qca_wlan_throughput_level describes the possible range of values.
7515 * u8 attribute.
7516 */
7517 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_THROUGHPUT_LEVEL = 2,
7518 /* Indicates the driver's guidance on the new value to be set to
7519 * kernel's TCP parameter tcp_limit_output_bytes. u32 attribute. The
7520 * driver may optionally include this attribute.
7521 */
7522 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_LIMIT_OUTPUT_BYTES = 3,
7523 /* Indicates the driver's guidance on the new value to be set to
7524 * kernel's TCP parameter tcp_adv_win_scale. s8 attribute. Possible
7525 * values are from -31 to 31. The driver may optionally include this
7526 * attribute.
7527 */
7528 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_ADV_WIN_SCALE = 4,
7529 /* Indicates the driver's guidance on the new value to be set to
7530 * kernel's TCP parameter tcp_delack_seg. u32 attribute. The driver may
7531 * optionally include this attribute.
7532 */
7533 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_DELACK_SEG = 5,
7534
7535 /* keep last */
7536 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_AFTER_LAST,
7537 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_MAX =
7538 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_AFTER_LAST - 1,
7539 };
7540
7541 /**
7542 * enum qca_coex_config_profiles - This enum defines different types of
7543 * traffic streams that can be prioritized one over the other during coex
7544 * scenarios.
7545 * The types defined in this enum are categorized in the below manner.
7546 * 0 - 31 values corresponds to WLAN
7547 * 32 - 63 values corresponds to BT
7548 * 64 - 95 values corresponds to Zigbee
7549 * @QCA_WIFI_STA_DISCOVERY: Prioritize discovery frames for WLAN STA
7550 * @QCA_WIFI_STA_CONNECTION: Prioritize connection frames for WLAN STA
7551 * @QCA_WIFI_STA_CLASS_3_MGMT: Prioritize class 3 mgmt frames for WLAN STA
7552 * @QCA_WIFI_STA_DATA : Prioritize data frames for WLAN STA
7553 * @QCA_WIFI_STA_ALL: Priritize all frames for WLAN STA
7554 * @QCA_WIFI_SAP_DISCOVERY: Prioritize discovery frames for WLAN SAP
7555 * @QCA_WIFI_SAP_CONNECTION: Prioritize connection frames for WLAN SAP
7556 * @QCA_WIFI_SAP_CLASS_3_MGMT: Prioritize class 3 mgmt frames for WLAN SAP
7557 * @QCA_WIFI_SAP_DATA: Prioritize data frames for WLAN SAP
7558 * @QCA_WIFI_SAP_ALL: Prioritize all frames for WLAN SAP
7559 * @QCA_BT_A2DP: Prioritize BT A2DP
7560 * @QCA_BT_BLE: Prioritize BT BLE
7561 * @QCA_BT_SCO: Prioritize BT SCO
7562 * @QCA_ZB_LOW: Prioritize Zigbee Low
7563 * @QCA_ZB_HIGH: Prioritize Zigbee High
7564 */
7565 enum qca_coex_config_profiles {
7566 /* 0 - 31 corresponds to WLAN */
7567 QCA_WIFI_STA_DISCOVERY = 0,
7568 QCA_WIFI_STA_CONNECTION = 1,
7569 QCA_WIFI_STA_CLASS_3_MGMT = 2,
7570 QCA_WIFI_STA_DATA = 3,
7571 QCA_WIFI_STA_ALL = 4,
7572 QCA_WIFI_SAP_DISCOVERY = 5,
7573 QCA_WIFI_SAP_CONNECTION = 6,
7574 QCA_WIFI_SAP_CLASS_3_MGMT = 7,
7575 QCA_WIFI_SAP_DATA = 8,
7576 QCA_WIFI_SAP_ALL = 9,
7577 QCA_WIFI_CASE_MAX = 31,
7578 /* 32 - 63 corresponds to BT */
7579 QCA_BT_A2DP = 32,
7580 QCA_BT_BLE = 33,
7581 QCA_BT_SCO = 34,
7582 QCA_BT_CASE_MAX = 63,
7583 /* 64 - 95 corresponds to Zigbee */
7584 QCA_ZB_LOW = 64,
7585 QCA_ZB_HIGH = 65,
7586 QCA_ZB_CASE_MAX = 95,
7587 /* 0xff is default value if the u8 profile value is not set. */
7588 QCA_COEX_CONFIG_PROFILE_DEFAULT_VALUE = 255
7589 };
7590
7591 /**
7592 * enum qca_vendor_attr_coex_config_types - Coex configurations types.
7593 * This enum defines the valid set of values of coex configuration types. These
7594 * values may used by attribute
7595 * %QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE.
7596 *
7597 * @QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_RESET: Reset all the
7598 * weights to default values.
7599 * @QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_START: Start to config
7600 * weights with configurability value.
7601 */
7602 enum qca_vendor_attr_coex_config_types {
7603 QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_INVALID = 0,
7604 QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_RESET = 1,
7605 QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_START = 2,
7606 };
7607
7608 /**
7609 * enum qca_vendor_attr_coex_config - Specifies vendor coex config attributes
7610 *
7611 * @QCA_VENDOR_ATTR_COEX_CONFIG_PROFILES: This attribute contains variable
7612 * length array of 8-bit values from enum qca_coex_config_profiles.
7613 * FW will prioritize the profiles in the order given in the array encapsulated
7614 * in this attribute.
7615 * For example:
7616 * -----------------------------------------------------------------------
7617 * | 1 | 34 | 32 | 65 |
7618 * -----------------------------------------------------------------------
7619 * If the attribute contains the values defined in above array then it means
7620 * 1) Wifi STA connection has priority over BT_SCO, BT_A2DP and ZIGBEE HIGH.
7621 * 2) BT_SCO has priority over BT_A2DP.
7622 * 3) BT_A2DP has priority over ZIGBEE HIGH.
7623 * Profiles which are not listed in this array shall not be preferred over the
7624 * profiles which are listed in the array as a part of this attribute.
7625 */
7626 enum qca_vendor_attr_coex_config {
7627 QCA_VENDOR_ATTR_COEX_CONFIG_INVALID = 0,
7628 QCA_VENDOR_ATTR_COEX_CONFIG_PROFILES = 1,
7629
7630 /* Keep last */
7631 QCA_VENDOR_ATTR_COEX_CONFIG_AFTER_LAST,
7632 QCA_VENDOR_ATTR_COEX_CONFIG_MAX =
7633 QCA_VENDOR_ATTR_COEX_CONFIG_AFTER_LAST - 1,
7634 };
7635
7636 /**
7637 * enum qca_vendor_attr_coex_config_three_way - Specifies vendor coex config
7638 * attributes
7639 * Attributes for data used by QCA_NL80211_VENDOR_SUBCMD_COEX_CONFIG
7640 *
7641 * QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE: u32 attribute.
7642 * Indicate config type.
7643 * The config types are 32-bit values from qca_vendor_attr_coex_config_types
7644 *
7645 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_1: u32 attribute.
7646 * Indicate the Priority 1 profiles.
7647 * The profiles are 8-bit values from enum qca_coex_config_profiles.
7648 * In same priority level, maximum to 4 profiles can be set here.
7649 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_2: u32 attribute.
7650 * Indicate the Priority 2 profiles.
7651 * The profiles are 8-bit values from enum qca_coex_config_profiles.
7652 * In same priority level, maximum to 4 profiles can be set here.
7653 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_3: u32 attribute.
7654 * Indicate the Priority 3 profiles.
7655 * The profiles are 8-bit values from enum qca_coex_config_profiles.
7656 * In same priority level, maximum to 4 profiles can be set here.
7657 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_4: u32 attribute.
7658 * Indicate the Priority 4 profiles.
7659 * The profiles are 8-bit values from enum qca_coex_config_profiles.
7660 * In same priority level, maximum to 4 profiles can be set here.
7661 * NOTE:
7662 * Limitations for QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_x priority
7663 * arrangement:
7664 * 1: In the same u32 attribute (priority x), the profiles enum values own
7665 * same priority level.
7666 * 2: 0xff is default value if the u8 profile value is not set.
7667 * 3: max to 4 rules/profiles in same priority level.
7668 * 4: max to 4 priority level (priority 1 - priority 4)
7669 * 5: one priority level only supports one scenario from WLAN/BT/ZB,
7670 * hybrid rules not support.
7671 * 6: if WMI_COEX_CONFIG_THREE_WAY_COEX_RESET called, priority x will
7672 * remain blank to reset all parameters.
7673 * For example:
7674 *
7675 * If the attributes as follow:
7676 * priority 1:
7677 * ------------------------------------
7678 * | 0xff | 0 | 1 | 2 |
7679 * ------------------------------------
7680 * priority 2:
7681 * -------------------------------------
7682 * | 0xff | 0xff | 0xff | 32 |
7683 * -------------------------------------
7684 * priority 3:
7685 * -------------------------------------
7686 * | 0xff | 0xff | 0xff | 65 |
7687 * -------------------------------------
7688 * then it means:
7689 * 1: WIFI_STA_DISCOVERY, WIFI_STA_CLASS_3_MGMT and WIFI_STA_CONNECTION
7690 * owns same priority level.
7691 * 2: WIFI_STA_DISCOVERY, WIFI_STA_CLASS_3_MGMT and WIFI_STA_CONNECTION
7692 * has priority over BT_A2DP and ZB_HIGH.
7693 * 3: BT_A2DP has priority over ZB_HIGH.
7694 */
7695
7696 enum qca_vendor_attr_coex_config_three_way {
7697 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_INVALID = 0,
7698 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE = 1,
7699 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_1 = 2,
7700 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_2 = 3,
7701 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_3 = 4,
7702 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_4 = 5,
7703
7704 /* Keep last */
7705 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_AFTER_LAST,
7706 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_MAX =
7707 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_AFTER_LAST - 1,
7708 };
7709
7710 /**
7711 * enum qca_wlan_vendor_attr_link_properties - Represent the link properties.
7712 *
7713 * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR: MAC address of the peer
7714 * (STA/AP) for the connected link.
7715 * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_STA_FLAGS: Attribute containing a
7716 * &struct nl80211_sta_flag_update for the respective connected link. MAC
7717 * address of the peer represented by
7718 * QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR.
7719 */
7720 enum qca_wlan_vendor_attr_link_properties {
7721 QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_INVALID = 0,
7722 /* 1 - 3 are reserved */
7723 QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR = 4,
7724 QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_STA_FLAGS = 5,
7725
7726 /* Keep last */
7727 QCA_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST,
7728 QCA_VENDOR_ATTR_LINK_PROPERTIES_MAX =
7729 QCA_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST - 1,
7730 };
7731
7732 /**
7733 * enum qca_vendor_attr_peer_stats_cache_type - Represents peer stats cache type
7734 * This enum defines the valid set of values of peer stats cache types. These
7735 * values are used by attribute
7736 * %QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE.
7737 *
7738 * @QCA_WLAN_VENDOR_ATTR_PEER_TX_RATE_STATS: Represents peer TX rate statistics
7739 * @QCA_WLAN_VENDOR_ATTR_PEER_RX_RATE_STATS: Represents peer RX rate statistics
7740 * @QCA_WLAN_VENDOR_ATTR_PEER_TX_SOJOURN_STATS: Represents peer TX sojourn
7741 * statistics
7742 */
7743 enum qca_vendor_attr_peer_stats_cache_type {
7744 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE_INVALID = 0,
7745
7746 QCA_WLAN_VENDOR_ATTR_PEER_TX_RATE_STATS,
7747 QCA_WLAN_VENDOR_ATTR_PEER_RX_RATE_STATS,
7748 QCA_WLAN_VENDOR_ATTR_PEER_TX_SOJOURN_STATS,
7749 };
7750
7751 /**
7752 * enum qca_wlan_vendor_attr_peer_stats_cache_params - This enum defines
7753 * attributes required for QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH
7754 * Information in these attributes is used to flush peer rate statistics from
7755 * the driver to user application.
7756 *
7757 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE: Unsigned 32-bit attribute
7758 * Indicate peer statistics cache type.
7759 * The statistics types are 32-bit values from
7760 * enum qca_vendor_attr_peer_stats_cache_type.
7761 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_MAC: Unsigned 8-bit array
7762 * of size 6 octets, representing the peer MAC address.
7763 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA: Opaque data attribute
7764 * containing buffer of statistics to send to application layer entity.
7765 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_COOKIE: Unsigned 64-bit attribute
7766 * representing a cookie for peer unique session.
7767 */
7768 enum qca_wlan_vendor_attr_peer_stats_cache_params {
7769 QCA_WLAN_VENDOR_ATTR_PEER_STATS_INVALID = 0,
7770
7771 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE = 1,
7772 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_MAC = 2,
7773 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA = 3,
7774 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_COOKIE = 4,
7775
7776 /* Keep last */
7777 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_LAST,
7778 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_MAX =
7779 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_LAST - 1
7780 };
7781
7782 /**
7783 * enum qca_mpta_helper_attr_zigbee_state - Current Zigbee state
7784 * This enum defines all the possible states of Zigbee, which can be
7785 * delivered in the QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_STATE attribute.
7786 *
7787 * @ZIGBEE_IDLE: Zigbee in idle state
7788 * @ZIGBEE_FORM_NETWORK: Zigbee forming network
7789 * @ZIGBEE_WAIT_JOIN: Zigbee waiting for joining network
7790 * @ZIGBEE_JOIN: Zigbee joining network
7791 * @ZIGBEE_NETWORK_UP: Zigbee network is up
7792 * @ZIGBEE_HMI: Zigbee in HMI mode
7793 */
7794 enum qca_mpta_helper_attr_zigbee_state {
7795 ZIGBEE_IDLE = 0,
7796 ZIGBEE_FORM_NETWORK = 1,
7797 ZIGBEE_WAIT_JOIN = 2,
7798 ZIGBEE_JOIN = 3,
7799 ZIGBEE_NETWORK_UP = 4,
7800 ZIGBEE_HMI = 5,
7801 };
7802
7803 /*
7804 * enum qca_mpta_helper_vendor_attr - Attributes used in vendor sub-command
7805 * QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG.
7806 */
7807 enum qca_mpta_helper_vendor_attr {
7808 QCA_MPTA_HELPER_VENDOR_ATTR_INVALID = 0,
7809 /* Optional attribute used to update Zigbee state.
7810 * enum qca_mpta_helper_attr_zigbee_state.
7811 * NLA_U32 attribute.
7812 */
7813 QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_STATE = 1,
7814 /* Optional attribute used to configure WLAN duration for Shape-OCS
7815 * during interrupt.
7816 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_NON_WLAN_DURATION.
7817 * Value range 0 ~ 300 (ms).
7818 * NLA_U32 attribute.
7819 */
7820 QCA_MPTA_HELPER_VENDOR_ATTR_INT_WLAN_DURATION = 2,
7821 /* Optional attribute used to configure non-WLAN duration for Shape-OCS
7822 * during interrupt.
7823 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_WLAN_DURATION.
7824 * Value range 0 ~ 300 (ms).
7825 * NLA_U32 attribute.
7826 */
7827 QCA_MPTA_HELPER_VENDOR_ATTR_INT_NON_WLAN_DURATION = 3,
7828 /* Optional attribute used to configure WLAN duration for Shape-OCS
7829 * monitor period.
7830 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_NON_WLAN_DURATION.
7831 * Value range 0 ~ 300 (ms)
7832 * NLA_U32 attribute
7833 */
7834 QCA_MPTA_HELPER_VENDOR_ATTR_MON_WLAN_DURATION = 4,
7835 /* Optional attribute used to configure non-WLAN duration for Shape-OCS
7836 * monitor period.
7837 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_WLAN_DURATION.
7838 * Value range 0 ~ 300 (ms)
7839 * NLA_U32 attribute
7840 */
7841 QCA_MPTA_HELPER_VENDOR_ATTR_MON_NON_WLAN_DURATION = 5,
7842 /* Optional attribute used to configure OCS interrupt duration.
7843 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_OCS_DURATION.
7844 * Value range 1000 ~ 20000 (ms)
7845 * NLA_U32 attribute
7846 */
7847 QCA_MPTA_HELPER_VENDOR_ATTR_INT_OCS_DURATION = 6,
7848 /* Optional attribute used to configure OCS monitor duration.
7849 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_OCS_DURATION.
7850 * Value range 1000 ~ 20000 (ms)
7851 * NLA_U32 attribute
7852 */
7853 QCA_MPTA_HELPER_VENDOR_ATTR_MON_OCS_DURATION = 7,
7854 /* Optional attribute used to notify WLAN firmware the current Zigbee
7855 * channel.
7856 * Value range 11 ~ 26
7857 * NLA_U32 attribute
7858 */
7859 QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_CHAN = 8,
7860 /* Optional attribute used to configure WLAN mute duration.
7861 * Value range 0 ~ 400 (ms)
7862 * NLA_U32 attribute
7863 */
7864 QCA_MPTA_HELPER_VENDOR_ATTR_WLAN_MUTE_DURATION = 9,
7865
7866 /* keep last */
7867 QCA_MPTA_HELPER_VENDOR_ATTR_AFTER_LAST,
7868 QCA_MPTA_HELPER_VENDOR_ATTR_MAX =
7869 QCA_MPTA_HELPER_VENDOR_ATTR_AFTER_LAST - 1
7870 };
7871
7872 /**
7873 * enum qca_wlan_vendor_beacon_reporting_op_types - Defines different types of
7874 * operations for which %QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING can be used.
7875 * Will be used by %QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE.
7876 *
7877 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START: Sent by userspace to the driver
7878 * to request the driver to start reporting Beacon frames.
7879 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_STOP: Sent by userspace to the driver to
7880 * request the driver to stop reporting Beacon frames.
7881 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO: Sent by the driver to
7882 * userspace to report received Beacon frames.
7883 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE: Sent by the driver to userspace
7884 * to indicate that the driver is going to pause reporting Beacon frames.
7885 */
7886 enum qca_wlan_vendor_beacon_reporting_op_types {
7887 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START = 0,
7888 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_STOP = 1,
7889 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO = 2,
7890 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE = 3,
7891 };
7892
7893 /**
7894 * enum qca_wlan_vendor_beacon_reporting_pause_reasons - Defines different types
7895 * of reasons for which the driver is pausing reporting Beacon frames. Will be
7896 * used by %QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON.
7897 *
7898 * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_UNSPECIFIED: For unspecified
7899 * reasons.
7900 * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_SCAN_STARTED: When the
7901 * driver/firmware is starting a scan.
7902 * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED: When the
7903 * driver/firmware disconnects from the ESS and indicates the disconnection to
7904 * userspace (non-seamless roaming case). This reason code will be used by the
7905 * driver/firmware to indicate stopping of beacon report events. Userspace will
7906 * need to start beacon reporting again (if desired) by sending vendor command
7907 * QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING with
7908 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE set to
7909 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START after the next connection is
7910 * completed.
7911 */
7912 enum qca_wlan_vendor_beacon_reporting_pause_reasons {
7913 QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_UNSPECIFIED = 0,
7914 QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_SCAN_STARTED = 1,
7915 QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED = 2,
7916 };
7917
7918 /*
7919 * enum qca_wlan_vendor_attr_beacon_reporting_params - List of attributes used
7920 * in vendor sub-command QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING.
7921 */
7922 enum qca_wlan_vendor_attr_beacon_reporting_params {
7923 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_INVALID = 0,
7924 /* Specifies the type of operation that the vendor command/event is
7925 * intended for. Possible values for this attribute are defined in
7926 * enum qca_wlan_vendor_beacon_reporting_op_types. u32 attribute.
7927 */
7928 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE = 1,
7929 /* Optionally set by userspace to request the driver to report Beacon
7930 * frames using asynchronous vendor events when the
7931 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7932 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
7933 * If this flag is not set, the driver will only update Beacon frames in
7934 * cfg80211 scan cache but not send any vendor events.
7935 */
7936 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_ACTIVE_REPORTING = 2,
7937 /* Optionally used by userspace to request the driver/firmware to report
7938 * Beacon frames periodically when the
7939 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7940 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START.
7941 * u32 attribute, indicates the period of Beacon frames to be reported
7942 * and in the units of beacon interval.
7943 * If this attribute is missing in the command, then the default value
7944 * of 1 will be assumed by driver, i.e., to report every Beacon frame.
7945 * Zero is an invalid value.
7946 * If a valid value is received for this attribute, the driver will
7947 * update the cfg80211 scan cache periodically as per the value received
7948 * in this attribute in addition to updating the cfg80211 scan cache
7949 * when there is significant change in Beacon frame IEs.
7950 */
7951 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PERIOD = 3,
7952 /* Used by the driver to encapsulate the SSID when the
7953 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7954 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7955 * u8 array with a maximum size of 32.
7956 *
7957 * When generating beacon report from non-MBSSID Beacon frame, the SSID
7958 * will be taken from the SSID element of the received Beacon frame.
7959 *
7960 * When generating beacon report from Multiple BSSID Beacon frame and if
7961 * the BSSID of the current connected BSS matches the BSSID of the
7962 * transmitting BSS, the SSID will be taken from the SSID element of the
7963 * received Beacon frame.
7964 *
7965 * When generating beacon report from Multiple BSSID Beacon frame and if
7966 * the BSSID of the current connected BSS matches the BSSID of one of
7967 * the* nontransmitting BSSs, the SSID will be taken from the SSID field
7968 * included in the nontransmitted BSS profile whose derived BSSID is
7969 * same as the BSSID of the current connected BSS. When there is no
7970 * nontransmitted BSS profile whose derived BSSID is same as the BSSID
7971 * of current connected* BSS, this attribute will not be present.
7972 */
7973 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_SSID = 4,
7974 /* Used by the driver to encapsulate the BSSID of the AP to which STA is
7975 * currently connected to when the
7976 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7977 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u8 array with a
7978 * fixed size of 6 bytes.
7979 *
7980 * When generating beacon report from a Multiple BSSID beacon and the
7981 * current connected BSSID matches one of the nontransmitted BSSIDs in a
7982 * Multiple BSSID set, this BSSID will be that particular nontransmitted
7983 * BSSID and not the transmitted BSSID (i.e., the transmitting address
7984 * of the Beacon frame).
7985 */
7986 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BSSID = 5,
7987 /* Used by the driver to encapsulate the frequency in MHz on which
7988 * the Beacon frame was received when the
7989 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is
7990 * set to QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7991 * u32 attribute.
7992 */
7993 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_FREQ = 6,
7994 /* Used by the driver to encapsulate the Beacon interval
7995 * when the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7996 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7997 * u16 attribute. The value will be copied from the Beacon frame and the
7998 * units are TUs.
7999 */
8000 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BI = 7,
8001 /* Used by the driver to encapsulate the Timestamp field from the Beacon
8002 * frame when the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set
8003 * to QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
8004 * u64 attribute.
8005 */
8006 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_TSF = 8,
8007 /* Used by the driver to encapsulate the CLOCK_BOOTTIME when this
8008 * Beacon frame is received in the driver when the
8009 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
8010 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u64 attribute, in
8011 * the units of nanoseconds. This value is expected to have accuracy of
8012 * about 10 ms.
8013 */
8014 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BOOTTIME_WHEN_RECEIVED = 9,
8015 /* Used by the driver to encapsulate the IEs of the Beacon frame from
8016 * which this event is generated when the
8017 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
8018 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u8 array.
8019 */
8020 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_IES = 10,
8021 /* Used by the driver to specify the reason for the driver/firmware to
8022 * pause sending beacons to userspace when the
8023 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
8024 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. Possible values are
8025 * defined in enum qca_wlan_vendor_beacon_reporting_pause_reasons, u32
8026 * attribute.
8027 */
8028 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON = 11,
8029 /* Used by the driver to specify whether the driver will automatically
8030 * resume reporting beacon events to userspace later (for example after
8031 * the ongoing off-channel activity is completed etc.) when the
8032 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
8033 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. NLA_FLAG attribute.
8034 */
8035 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES = 12,
8036 /* Optionally set by userspace to request the driver not to resume
8037 * beacon reporting after a pause is completed, when the
8038 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
8039 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
8040 * If this flag is set, the driver will not resume beacon reporting
8041 * after any pause in beacon reporting is completed. Userspace has to
8042 * send QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command again in order
8043 * to initiate beacon reporting again. If this flag is set in the recent
8044 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command, then in the
8045 * subsequent QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE event (if any)
8046 * the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES shall not be
8047 * set by the driver. Setting this flag until and unless there is a
8048 * specific need is not recommended as there is a chance of some beacons
8049 * received after pause command and next start command being not
8050 * reported.
8051 */
8052 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME = 13,
8053
8054 /* Keep last */
8055 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST,
8056 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_MAX =
8057 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST - 1
8058 };
8059
8060 /**
8061 * enum qca_vendor_interop_issues_ap_type - Interop issue types
8062 * This enum defines the valid set of values of interop issue types. These
8063 * values are used by attribute %QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE.
8064 *
8065 * @QCA_VENDOR_INTEROP_ISSUES_AP_ON_STA_PS: The AP has power save interop issue
8066 * when the STA's Qpower feature is enabled.
8067 */
8068 enum qca_vendor_interop_issues_ap_type {
8069 QCA_VENDOR_INTEROP_ISSUES_AP_INVALID = 0,
8070 QCA_VENDOR_INTEROP_ISSUES_AP_ON_STA_PS = 1,
8071 };
8072
8073 /**
8074 * enum qca_vendor_attr_interop_issues_ap - attribute for AP with interop issues
8075 * Values are used by %QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP.
8076 *
8077 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_INVALID: Invalid value
8078 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE: Interop issue type
8079 * 32-bit unsigned value. The values defined in enum
8080 * qca_vendor_interop_issues_ap_type are used.
8081 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST: APs' BSSID container
8082 * array of nested QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID attributes.
8083 * It is present and mandatory for the command but is not used for the event
8084 * since only a single BSSID is reported in an event.
8085 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID: AP's BSSID 6-byte MAC address.
8086 * It is used within the nested QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST
8087 * attribute in command case and without such encapsulation in the event case.
8088 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST: last value
8089 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX: max value
8090 */
8091 enum qca_vendor_attr_interop_issues_ap {
8092 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_INVALID,
8093 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE,
8094 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST,
8095 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID,
8096 /* keep last */
8097 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST,
8098 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX =
8099 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST - 1
8100 };
8101
8102 /**
8103 * enum qca_vendor_oem_device_type - Represents the target device in firmware.
8104 * It is used by QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO.
8105 *
8106 * @QCA_VENDOR_OEM_DEVICE_VIRTUAL: The command is intended for
8107 * a virtual device.
8108 *
8109 * @QCA_VENDOR_OEM_DEVICE_PHYSICAL: The command is intended for
8110 * a physical device.
8111 */
8112 enum qca_vendor_oem_device_type {
8113 QCA_VENDOR_OEM_DEVICE_VIRTUAL = 0,
8114 QCA_VENDOR_OEM_DEVICE_PHYSICAL = 1,
8115 };
8116
8117 /**
8118 * enum qca_wlan_vendor_attr_oem_data_params - Used by the vendor command/event
8119 * QCA_NL80211_VENDOR_SUBCMD_OEM_DATA.
8120 *
8121 * @QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA: The binary blob for the vendor
8122 * command/event QCA_NL80211_VENDOR_SUBCMD_OEM_DATA are carried through this
8123 * attribute.
8124 * NLA_BINARY attribute, the max size is 1024 bytes.
8125 *
8126 * @QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO: The binary blob will be routed
8127 * based on this field. This optional attribute is included to specify whether
8128 * the device type is a virtual device or a physical device for the
8129 * command/event. This attribute can be omitted for a virtual device (default)
8130 * command/event.
8131 * This u8 attribute is used to carry information for the device type using
8132 * values defined by enum qca_vendor_oem_device_type.
8133 */
8134 enum qca_wlan_vendor_attr_oem_data_params {
8135 QCA_WLAN_VENDOR_ATTR_OEM_DATA_INVALID = 0,
8136 QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA = 1,
8137 QCA_WLAN_VENDOR_ATTR_OEM_DEVICE_INFO = 2,
8138
8139 /* keep last */
8140 QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST,
8141 QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_MAX =
8142 QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST - 1
8143 };
8144
8145 /**
8146 * enum qca_wlan_vendor_attr_avoid_frequency_ext - Defines attributes to be
8147 * used with vendor command/event QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_EXT.
8148 *
8149 * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_RANGE: Required
8150 * Nested attribute containing multiple ranges with following attributes:
8151 * QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START and
8152 * QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END.
8153 *
8154 * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START: Required (u32)
8155 * Starting center frequency in MHz.
8156 *
8157 * @QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END: Required (u32)
8158 * Ending center frequency in MHz.
8159 */
8160 enum qca_wlan_vendor_attr_avoid_frequency_ext {
8161 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_INVALID = 0,
8162 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_RANGE = 1,
8163 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_START = 2,
8164 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_END = 3,
8165
8166 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_AFTER_LAST,
8167 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_MAX =
8168 QCA_WLAN_VENDOR_ATTR_AVOID_FREQUENCY_AFTER_LAST - 1
8169 };
8170
8171 /*
8172 * enum qca_wlan_vendor_attr_add_sta_node_params - Used by the vendor command
8173 * QCA_NL80211_VENDOR_SUBCMD_ADD_STA_NODE.
8174 */
8175 enum qca_wlan_vendor_attr_add_sta_node_params {
8176 QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_INVALID = 0,
8177 /* 6 byte MAC address of STA */
8178 QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_MAC_ADDR = 1,
8179 /* Authentication algorithm used by the station of size u16;
8180 * defined in enum nl80211_auth_type.
8181 */
8182 QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_AUTH_ALGO = 2,
8183
8184 /* keep last */
8185 QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST,
8186 QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_MAX =
8187 QCA_WLAN_VENDOR_ATTR_ADD_STA_NODE_PARAM_AFTER_LAST - 1
8188 };
8189
8190 /**
8191 * enum qca_btc_chain_mode - Specifies BT coex chain mode.
8192 * This enum defines the valid set of values of BT coex chain mode.
8193 * These values are used by attribute %QCA_VENDOR_ATTR_BTC_CHAIN_MODE of
8194 * %QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE.
8195 *
8196 * @QCA_BTC_CHAIN_SHARED: chains of BT and WLAN 2.4G are shared.
8197 * @QCA_BTC_CHAIN_SEPARATED: chains of BT and WLAN 2.4G are separated.
8198 */
8199 enum qca_btc_chain_mode {
8200 QCA_BTC_CHAIN_SHARED = 0,
8201 QCA_BTC_CHAIN_SEPARATED = 1,
8202 };
8203
8204 /**
8205 * enum qca_vendor_attr_btc_chain_mode - Specifies attributes for BT coex
8206 * chain mode.
8207 * Attributes for data used by QCA_NL80211_VENDOR_SUBCMD_BTC_CHAIN_MODE.
8208 *
8209 * @QCA_VENDOR_ATTR_COEX_BTC_CHAIN_MODE: u32 attribute.
8210 * Indicates the BT coex chain mode, are 32-bit values from
8211 * enum qca_btc_chain_mode. This attribute is mandatory.
8212 *
8213 * @QCA_VENDOR_ATTR_COEX_BTC_CHAIN_MODE_RESTART: flag attribute.
8214 * If set, vdev should be restarted when BT coex chain mode is updated.
8215 * This attribute is optional.
8216 */
8217 enum qca_vendor_attr_btc_chain_mode {
8218 QCA_VENDOR_ATTR_BTC_CHAIN_MODE_INVALID = 0,
8219 QCA_VENDOR_ATTR_BTC_CHAIN_MODE = 1,
8220 QCA_VENDOR_ATTR_BTC_CHAIN_MODE_RESTART = 2,
8221
8222 /* Keep last */
8223 QCA_VENDOR_ATTR_BTC_CHAIN_MODE_LAST,
8224 QCA_VENDOR_ATTR_BTC_CHAIN_MODE_MAX =
8225 QCA_VENDOR_ATTR_BTC_CHAIN_MODE_LAST - 1,
8226 };
8227
8228 /**
8229 * enum qca_vendor_wlan_sta_flags - Station feature flags
8230 * Bits will be set to 1 if the corresponding features are enabled.
8231 * @QCA_VENDOR_WLAN_STA_FLAG_AMPDU: AMPDU is enabled for the station
8232 * @QCA_VENDOR_WLAN_STA_FLAG_TX_STBC: TX Space-time block coding is enabled
8233 for the station
8234 * @QCA_VENDOR_WLAN_STA_FLAG_RX_STBC: RX Space-time block coding is enabled
8235 for the station
8236 */
8237 enum qca_vendor_wlan_sta_flags {
8238 QCA_VENDOR_WLAN_STA_FLAG_AMPDU = BIT(0),
8239 QCA_VENDOR_WLAN_STA_FLAG_TX_STBC = BIT(1),
8240 QCA_VENDOR_WLAN_STA_FLAG_RX_STBC = BIT(2),
8241 };
8242
8243 /**
8244 * enum qca_vendor_wlan_sta_guard_interval - Station guard interval
8245 * @QCA_VENDOR_WLAN_STA_GI_800_NS: Legacy normal guard interval
8246 * @QCA_VENDOR_WLAN_STA_GI_400_NS: Legacy short guard interval
8247 * @QCA_VENDOR_WLAN_STA_GI_1600_NS: Guard interval used by HE
8248 * @QCA_VENDOR_WLAN_STA_GI_3200_NS: Guard interval used by HE
8249 */
8250 enum qca_vendor_wlan_sta_guard_interval {
8251 QCA_VENDOR_WLAN_STA_GI_800_NS = 0,
8252 QCA_VENDOR_WLAN_STA_GI_400_NS = 1,
8253 QCA_VENDOR_WLAN_STA_GI_1600_NS = 2,
8254 QCA_VENDOR_WLAN_STA_GI_3200_NS = 3,
8255 };
8256
8257 /**
8258 * enum qca_wlan_vendor_attr_get_sta_info - Defines attributes
8259 * used by QCA_NL80211_VENDOR_SUBCMD_GET_STA_INFO vendor command.
8260 *
8261 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAC:
8262 * Required attribute in request for AP mode only, 6-byte MAC address,
8263 * corresponding to the station's MAC address for which information is
8264 * requested. For STA mode this is not required as the info always correspond
8265 * to the self STA and the current/last association.
8266 *
8267 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_FLAGS:
8268 * Optionally used in response, u32 attribute, contains a bitmap of different
8269 * fields defined in enum qca_vendor_wlan_sta_flags, used in AP mode only.
8270 *
8271 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_GUARD_INTERVAL:
8272 * Optionally used in response, u32 attribute, possible values are defined in
8273 * enum qca_vendor_wlan_sta_guard_interval, used in AP mode only.
8274 * Guard interval used by the station.
8275 *
8276 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_RETRY_COUNT:
8277 * Optionally used in response, u32 attribute, used in AP mode only.
8278 * Value indicates the number of data frames received from station with retry
8279 * bit set to 1 in FC.
8280 *
8281 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BC_MC_COUNT:
8282 * Optionally used in response, u32 attribute, used in AP mode only.
8283 * Counter for number of data frames with broadcast or multicast address in
8284 * the destination address received from the station.
8285 *
8286 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_SUCCEED:
8287 * Optionally used in response, u32 attribute, used in both STA and AP modes.
8288 * Value indicates the number of data frames successfully transmitted only
8289 * after retrying the packets and for which the TX status has been updated
8290 * back to host from target.
8291 *
8292 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_EXHAUSTED:
8293 * Optionally used in response, u32 attribute, used in both STA and AP mode.
8294 * Value indicates the number of data frames not transmitted successfully even
8295 * after retrying the packets for the number of times equal to the total number
8296 * of retries allowed for that packet and for which the TX status has been
8297 * updated back to host from target.
8298 *
8299 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_TOTAL:
8300 * Optionally used in response, u32 attribute, used in AP mode only.
8301 * Counter in the target for the number of data frames successfully transmitted
8302 * to the station.
8303 *
8304 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY:
8305 * Optionally used in response, u32 attribute, used in AP mode only.
8306 * Value indicates the number of data frames successfully transmitted only
8307 * after retrying the packets.
8308 *
8309 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY_EXHAUSTED:
8310 * Optionally used in response, u32 attribute, used in both STA & AP mode.
8311 * Value indicates the number of data frames not transmitted successfully even
8312 * after retrying the packets for the number of times equal to the total number
8313 * of retries allowed for that packet.
8314 *
8315 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_PROBE_REQ_BMISS_COUNT: u32, used in
8316 * the STA mode only. Represent the number of probe requests sent by the STA
8317 * while attempting to roam on missing certain number of beacons from the
8318 * connected AP. If queried in the disconnected state, this represents the
8319 * count for the last connected state.
8320 *
8321 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_PROBE_RESP_BMISS_COUNT: u32, used in
8322 * the STA mode. Represent the number of probe responses received by the station
8323 * while attempting to roam on missing certain number of beacons from the
8324 * connected AP. When queried in the disconnected state, this represents the
8325 * count when in last connected state.
8326 *
8327 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_ALL_COUNT: u32, used in the
8328 * STA mode only. Represents the total number of frames sent out by STA
8329 * including Data, ACK, RTS, CTS, Control Management. This data is maintained
8330 * only for the connect session. Represents the count of last connected session,
8331 * when queried in the disconnected state.
8332 *
8333 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_COUNT: u32, used in the STA mode.
8334 * Total number of RTS sent out by the STA. This data is maintained per connect
8335 * session. Represents the count of last connected session, when queried in the
8336 * disconnected state.
8337 *
8338 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_RETRY_FAIL_COUNT: u32, used in the
8339 * STA mode.Represent the number of RTS transmission failure that reach retry
8340 * limit. This data is maintained per connect session. Represents the count of
8341 * last connected session, when queried in the disconnected state.
8342 *
8343 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_NON_AGGREGATED_COUNT: u32, used in
8344 * the STA mode. Represent the total number of non aggregated frames transmitted
8345 * by the STA. This data is maintained per connect session. Represents the count
8346 * of last connected session, when queried in the disconnected state.
8347 *
8348 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_AGGREGATED_COUNT: u32, used in the
8349 * STA mode. Represent the total number of aggregated frames transmitted by the
8350 * STA. This data is maintained per connect session. Represents the count of
8351 * last connected session, when queried in the disconnected state.
8352 *
8353 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_GOOD_PLCP_COUNT: u32, used in
8354 * the STA mode. Represents the number of received frames with a good PLCP. This
8355 * data is maintained per connect session. Represents the count of last
8356 * connected session, when queried in the disconnected state.
8357 *
8358 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_INVALID_DELIMITER_COUNT: u32,
8359 * used in the STA mode. Represents the number of occasions that no valid
8360 * delimiter is detected by A-MPDU parser. This data is maintained per connect
8361 * session. Represents the count of last connected session, when queried in the
8362 * disconnected state.
8363 *
8364 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_CRC_FAIL_COUNT: u32, used in the
8365 * STA mode. Represents the number of frames for which CRC check failed in the
8366 * MAC. This data is maintained per connect session. Represents the count of
8367 * last connected session, when queried in the disconnected state.
8368 *
8369 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_ACKS_GOOD_FCS_COUNT: u32, used in the
8370 * STA mode. Represents the number of unicast ACKs received with good FCS. This
8371 * data is maintained per connect session. Represents the count of last
8372 * connected session, when queried in the disconnected state.
8373 *
8374 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BLOCKACK_COUNT: u32, used in the STA
8375 * mode. Represents the number of received Block Acks. This data is maintained
8376 * per connect session. Represents the count of last connected session, when
8377 * queried in the disconnected state.
8378 *
8379 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BEACON_COUNT: u32, used in the STA
8380 * mode. Represents the number of beacons received from the connected BSS. This
8381 * data is maintained per connect session. Represents the count of last
8382 * connected session, when queried in the disconnected state.
8383 *
8384 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_OTHER_BEACON_COUNT: u32, used in the
8385 * STA mode. Represents the number of beacons received by the other BSS when in
8386 * connected state (through the probes done by the STA). This data is maintained
8387 * per connect session. Represents the count of last connected session, when
8388 * queried in the disconnected state.
8389 *
8390 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_UCAST_DATA_GOOD_FCS_COUNT: u64, used in
8391 * the STA mode. Represents the number of received DATA frames with good FCS and
8392 * matching Receiver Address when in connected state. This data is maintained
8393 * per connect session. Represents the count of last connected session, when
8394 * queried in the disconnected state.
8395 *
8396 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_DATA_BC_MC_DROP_COUNT: u32, used in the
8397 * STA mode. Represents the number of RX Data multicast frames dropped by the HW
8398 * when in the connected state. This data is maintained per connect session.
8399 * Represents the count of last connected session, when queried in the
8400 * disconnected state.
8401 *
8402 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_1MBPS: u32, used in the
8403 * STA mode. This represents the target power in dBm for the transmissions done
8404 * to the AP in 2.4 GHz at 1 Mbps (DSSS) rate. This data is maintained per
8405 * connect session. Represents the count of last connected session, when
8406 * queried in the disconnected state.
8407 *
8408 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_6MBPS: u32, used in the
8409 * STA mode. This represents the Target power in dBm for transmissions done to
8410 * the AP in 2.4 GHz at 6 Mbps (OFDM) rate. This data is maintained per connect
8411 * session. Represents the count of last connected session, when queried in the
8412 * disconnected state.
8413 *
8414 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_MCS0: u32, used in the
8415 * STA mode. This represents the Target power in dBm for transmissions done to
8416 * the AP in 2.4 GHz at MCS0 rate. This data is maintained per connect session.
8417 * Represents the count of last connected session, when queried in the
8418 * disconnected state.
8419 *
8420 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_6MBPS: u32, used in the
8421 * STA mode. This represents the Target power in dBm for transmissions done to
8422 * the AP in 5 GHz at 6 Mbps (OFDM) rate. This data is maintained per connect
8423 * session. Represents the count of last connected session, when queried in
8424 * the disconnected state.
8425 *
8426 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_MCS0: u32, used in the
8427 * STA mode. This represents the Target power in dBm for for transmissions done
8428 * to the AP in 5 GHz at MCS0 rate. This data is maintained per connect session.
8429 * Represents the count of last connected session, when queried in the
8430 * disconnected state.
8431 *
8432 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_HW_BUFFERS_OVERFLOW_COUNT: u32, used
8433 * in the STA mode. This represents the Nested attribute representing the
8434 * overflow counts of each receive buffer allocated to the hardware during the
8435 * STA's connection. The number of hw buffers might vary for each WLAN
8436 * solution and hence this attribute represents the nested array of all such
8437 * HW buffer count. This data is maintained per connect session. Represents
8438 * the count of last connected session, when queried in the disconnected state.
8439 *
8440 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX_TX_POWER: u32, Max TX power (dBm)
8441 * allowed as per the regulatory requirements for the current or last connected
8442 * session. Used in the STA mode.
8443 *
8444 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_LATEST_TX_POWER: u32, Latest TX power
8445 * (dBm) used by the station in its latest unicast frame while communicating
8446 * to the AP in the connected state. When queried in the disconnected state,
8447 * this represents the TX power used by the STA with last AP communication
8448 * when in connected state.
8449 *
8450 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_ANI_LEVEL: u32, Adaptive noise immunity
8451 * level used to adjust the RX sensitivity. Represents the current ANI level
8452 * when queried in the connected state. When queried in the disconnected
8453 * state, this corresponds to the latest ANI level at the instance of
8454 * disconnection.
8455 *
8456 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_IES: Binary attribute containing
8457 * the raw information elements from Beacon frames. Represents the Beacon frames
8458 * of the current BSS in the connected state. When queried in the disconnected
8459 * state, these IEs correspond to the last connected BSSID.
8460 *
8461 * @QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_PROBE_RESP_IES: Binary attribute
8462 * containing the raw information elements from Probe Response frames.
8463 * Represents the Probe Response frames of the current BSS in the connected
8464 * state. When queried in the disconnected state, these IEs correspond to the
8465 * last connected BSSID.
8466 *
8467 * @QCA_WLAN_VENDOR_ATTR_GET_STA_DRIVER_DISCONNECT_REASON: u32, Driver
8468 * disconnect reason for the last disconnection if the disconnection is
8469 * triggered from the host driver. The values are referred from
8470 * enum qca_disconnect_reason_codes.
8471 */
8472 enum qca_wlan_vendor_attr_get_sta_info {
8473 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_INVALID = 0,
8474 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAC = 1,
8475 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_FLAGS = 2,
8476 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_GUARD_INTERVAL = 3,
8477 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_RETRY_COUNT = 4,
8478 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BC_MC_COUNT = 5,
8479 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_SUCCEED = 6,
8480 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RETRY_EXHAUSTED = 7,
8481 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_TOTAL = 8,
8482 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY = 9,
8483 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_RETRY_EXHAUSTED = 10,
8484 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_PROBE_REQ_BMISS_COUNT = 11,
8485 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_PROBE_RESP_BMISS_COUNT = 12,
8486 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_TX_ALL_COUNT = 13,
8487 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_COUNT = 14,
8488 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_RTS_RETRY_FAIL_COUNT = 15,
8489 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_NON_AGGREGATED_COUNT = 16,
8490 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TX_DATA_AGGREGATED_COUNT = 17,
8491 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_GOOD_PLCP_COUNT = 18,
8492 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_INVALID_DELIMITER_COUNT = 19,
8493 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_FRAMES_CRC_FAIL_COUNT = 20,
8494 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_ACKS_GOOD_FCS_COUNT = 21,
8495 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BLOCKACK_COUNT = 22,
8496 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_BEACON_COUNT = 23,
8497 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_OTHER_BEACON_COUNT = 24,
8498 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_UCAST_DATA_GOOD_FCS_COUNT = 25,
8499 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_DATA_BC_MC_DROP_COUNT = 26,
8500 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_1MBPS = 27,
8501 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_6MBPS = 28,
8502 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_24G_MCS0 = 29,
8503 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_6MBPS = 30,
8504 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_TARGET_POWER_5G_MCS0 = 31,
8505 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_RX_HW_BUFFERS_OVERFLOW_COUNT = 32,
8506 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX_TX_POWER = 33,
8507 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_LATEST_TX_POWER = 34,
8508 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_ANI_LEVEL = 35,
8509 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_BEACON_IES = 36,
8510 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_PROBE_RESP_IES = 37,
8511 QCA_WLAN_VENDOR_ATTR_GET_STA_DRIVER_DISCONNECT_REASON = 38,
8512
8513 /* keep last */
8514 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_AFTER_LAST,
8515 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_MAX =
8516 QCA_WLAN_VENDOR_ATTR_GET_STA_INFO_AFTER_LAST - 1,
8517 };
8518
8519 /**
8520 * enum qca_wlan_vendor_attr_update_sta_info - Defines attributes
8521 * used by QCA_NL80211_VENDOR_SUBCMD_UPDATE_STA_INFO vendor command.
8522 *
8523 * @QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_CONNECT_CHANNELS: Type is NLA_UNSPEC.
8524 * Used in STA mode. This attribute represents the list of channel center
8525 * frequencies in MHz (u32) the station has learnt during the last connection
8526 * or roaming attempt. This information shall not signify the channels for
8527 * an explicit scan request from the user space. Host drivers can update this
8528 * information to the user space in both connected and disconnected state.
8529 * In the disconnected state this information shall signify the channels
8530 * scanned in the last connection/roam attempt that lead to the disconnection.
8531 */
8532 enum qca_wlan_vendor_attr_update_sta_info {
8533 QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_INVALID = 0,
8534 QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_CONNECT_CHANNELS = 1,
8535
8536 /* keep last */
8537 QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_AFTER_LAST,
8538 QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_MAX =
8539 QCA_WLAN_VENDOR_ATTR_UPDATE_STA_INFO_AFTER_LAST - 1,
8540 };
8541
8542 /**
8543 * enum qca_disconnect_reason_codes - Specifies driver disconnect reason codes.
8544 * Used when the driver triggers the STA to disconnect from the AP.
8545 *
8546 * @QCA_DISCONNECT_REASON_UNSPECIFIED: The host driver triggered the
8547 * disconnection with the AP due to unspecified reasons.
8548 *
8549 * @QCA_DISCONNECT_REASON_INTERNAL_ROAM_FAILURE: The host driver triggered the
8550 * disconnection with the AP due to a roaming failure. This roaming is triggered
8551 * internally (host driver/firmware).
8552 *
8553 * @QCA_DISCONNECT_REASON_EXTERNAL_ROAM_FAILURE: The driver disconnected from
8554 * the AP when the user/external triggered roaming fails.
8555 *
8556 * @QCA_DISCONNECT_REASON_GATEWAY_REACHABILITY_FAILURE: This reason code is used
8557 * by the host driver whenever gateway reachability failure is detected and the
8558 * driver disconnects with AP.
8559 *
8560 * @QCA_DISCONNECT_REASON_UNSUPPORTED_CHANNEL_CSA: The driver disconnected from
8561 * the AP on a channel switch announcement from it with an unsupported channel.
8562 *
8563 * @QCA_DISCONNECT_REASON_OPER_CHANNEL_DISABLED_INDOOR: On a concurrent AP start
8564 * with indoor channels disabled and if the STA is connected on one of these
8565 * disabled channels, the host driver disconnected the STA with this reason
8566 * code.
8567 *
8568 * @QCA_DISCONNECT_REASON_OPER_CHANNEL_USER_DISABLED: Disconnection due to an
8569 * explicit request from the user to disable the current operating channel.
8570 *
8571 * @QCA_DISCONNECT_REASON_DEVICE_RECOVERY: STA disconnected from the AP due to
8572 * the internal host driver/firmware recovery.
8573 *
8574 * @QCA_DISCONNECT_REASON_KEY_TIMEOUT: The driver triggered the disconnection on
8575 * a timeout for the key installations from the user space.
8576 *
8577 * @QCA_DISCONNECT_REASON_OPER_CHANNEL_BAND_CHANGE: The dDriver disconnected the
8578 * STA on a band change request from the user space to a different band from the
8579 * current operation channel/band.
8580 *
8581 * @QCA_DISCONNECT_REASON_IFACE_DOWN: The STA disconnected from the AP on an
8582 * interface down trigger from the user space.
8583 *
8584 * @QCA_DISCONNECT_REASON_PEER_XRETRY_FAIL: The host driver disconnected the
8585 * STA on getting continuous transmission failures for multiple Data frames.
8586 *
8587 * @QCA_DISCONNECT_REASON_PEER_INACTIVITY: The STA does a keep alive
8588 * notification to the AP by transmitting NULL/G-ARP frames. This disconnection
8589 * represents inactivity from AP on such transmissions.
8590
8591 * @QCA_DISCONNECT_REASON_SA_QUERY_TIMEOUT: This reason code is used on
8592 * disconnection when SA Query times out (AP does not respond to SA Query).
8593 *
8594 * @QCA_DISCONNECT_REASON_BEACON_MISS_FAILURE: The host driver disconnected the
8595 * STA on missing the beacons continuously from the AP.
8596 *
8597 * @QCA_DISCONNECT_REASON_CHANNEL_SWITCH_FAILURE: Disconnection due to STA not
8598 * able to move to the channel mentioned by the AP in CSA.
8599 *
8600 * @QCA_DISCONNECT_REASON_USER_TRIGGERED: User triggered disconnection.
8601 */
8602 enum qca_disconnect_reason_codes {
8603 QCA_DISCONNECT_REASON_UNSPECIFIED = 0,
8604 QCA_DISCONNECT_REASON_INTERNAL_ROAM_FAILURE = 1,
8605 QCA_DISCONNECT_REASON_EXTERNAL_ROAM_FAILURE = 2,
8606 QCA_DISCONNECT_REASON_GATEWAY_REACHABILITY_FAILURE = 3,
8607 QCA_DISCONNECT_REASON_UNSUPPORTED_CHANNEL_CSA = 4,
8608 QCA_DISCONNECT_REASON_OPER_CHANNEL_DISABLED_INDOOR = 5,
8609 QCA_DISCONNECT_REASON_OPER_CHANNEL_USER_DISABLED = 6,
8610 QCA_DISCONNECT_REASON_DEVICE_RECOVERY = 7,
8611 QCA_DISCONNECT_REASON_KEY_TIMEOUT = 8,
8612 QCA_DISCONNECT_REASON_OPER_CHANNEL_BAND_CHANGE = 9,
8613 QCA_DISCONNECT_REASON_IFACE_DOWN = 10,
8614 QCA_DISCONNECT_REASON_PEER_XRETRY_FAIL = 11,
8615 QCA_DISCONNECT_REASON_PEER_INACTIVITY = 12,
8616 QCA_DISCONNECT_REASON_SA_QUERY_TIMEOUT = 13,
8617 QCA_DISCONNECT_REASON_BEACON_MISS_FAILURE = 14,
8618 QCA_DISCONNECT_REASON_CHANNEL_SWITCH_FAILURE = 15,
8619 QCA_DISCONNECT_REASON_USER_TRIGGERED = 16,
8620 };
8621
8622 /**
8623 * enum qca_wlan_vendor_attr_driver_disconnect_reason - Defines attributes
8624 * used by %QCA_NL80211_VENDOR_SUBCMD_DRIVER_DISCONNECT_REASON vendor command.
8625 *
8626 * @QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASCON_CODE: u32 attribute.
8627 * This attribute represents the driver specific reason codes (local
8628 * driver/firmware initiated reasons for disconnection) defined
8629 * in enum qca_disconnect_reason_codes.
8630 */
8631 enum qca_wlan_vendor_attr_driver_disconnect_reason {
8632 QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_INVALID = 0,
8633 QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASCON_CODE = 1,
8634
8635 /* keep last */
8636 QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_AFTER_LAST,
8637 QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_MAX =
8638 QCA_WLAN_VENDOR_ATTR_DRIVER_DISCONNECT_REASON_AFTER_LAST - 1,
8639 };
8640
8641 #endif /* QCA_VENDOR_H */