]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/common/qca-vendor.h
Define test config vendor attribute to override MU EDCA
[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, 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 /**
23 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
24 */
25 enum qca_radiotap_vendor_ids {
26 QCA_RADIOTAP_VID_WLANTEST = 0,
27 };
28
29 /**
30 * enum qca_nl80211_vendor_subcmds - QCA nl80211 vendor command identifiers
31 *
32 * @QCA_NL80211_VENDOR_SUBCMD_UNSPEC: Reserved value 0
33 *
34 * @QCA_NL80211_VENDOR_SUBCMD_TEST: Test command/event
35 *
36 * @QCA_NL80211_VENDOR_SUBCMD_ROAMING: Set roaming policy for drivers that use
37 * internal BSS-selection. This command uses
38 * @QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY to specify the new roaming policy
39 * for the current connection (i.e., changes policy set by the nl80211
40 * Connect command). @QCA_WLAN_VENDOR_ATTR_MAC_ADDR may optionally be
41 * included to indicate which BSS to use in case roaming is disabled.
42 *
43 * @QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY: Recommendation of frequency
44 * ranges to avoid to reduce issues due to interference or internal
45 * co-existence information in the driver. The event data structure is
46 * defined in struct qca_avoid_freq_list.
47 *
48 * @QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY: Command to check driver support
49 * for DFS offloading.
50 *
51 * @QCA_NL80211_VENDOR_SUBCMD_NAN: NAN command/event which is used to pass
52 * NAN Request/Response and NAN Indication messages. These messages are
53 * interpreted between the framework and the firmware component.
54 *
55 * @QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY: Set key operation that can be
56 * used to configure PMK to the driver even when not connected. This can
57 * be used to request offloading of key management operations. Only used
58 * if device supports QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD.
59 *
60 * @QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH: An extended version of
61 * NL80211_CMD_ROAM event with optional attributes including information
62 * from offloaded key management operation. Uses
63 * enum qca_wlan_vendor_attr_roam_auth attributes. Only used
64 * if device supports QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD.
65 *
66 * @QCA_NL80211_VENDOR_SUBCMD_DO_ACS: ACS command/event which is used to
67 * invoke the ACS function in device and pass selected channels to
68 * hostapd.
69 *
70 * @QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES: Command to get the features
71 * supported by the driver. enum qca_wlan_vendor_features defines
72 * the possible features.
73 *
74 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED: Event used by driver,
75 * which supports DFS offloading, to indicate a channel availability check
76 * start.
77 *
78 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED: Event used by driver,
79 * which supports DFS offloading, to indicate a channel availability check
80 * completion.
81 *
82 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED: Event used by driver,
83 * which supports DFS offloading, to indicate that the channel availability
84 * check aborted, no change to the channel status.
85 *
86 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED: Event used by
87 * driver, which supports DFS offloading, to indicate that the
88 * Non-Occupancy Period for this channel is over, channel becomes usable.
89 *
90 * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED: Event used by driver,
91 * which supports DFS offloading, to indicate a radar pattern has been
92 * detected. The channel is now unusable.
93 *
94 * @QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET: Get the feature bitmap
95 * based on enum wifi_logger_supported_features. Attributes defined in
96 * enum qca_wlan_vendor_attr_get_logger_features.
97 *
98 * @QCA_NL80211_VENDOR_SUBCMD_GET_RING_DATA: Get the ring data from a particular
99 * logger ring, QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID is passed as the
100 * attribute for this command. Attributes defined in
101 * enum qca_wlan_vendor_attr_wifi_logger_start.
102 *
103 * @QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES: Get the supported TDLS
104 * capabilities of the driver, parameters includes the attributes defined
105 * in enum qca_wlan_vendor_attr_tdls_get_capabilities.
106 *
107 * @QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS: Vendor command used to offload
108 * sending of certain periodic IP packet to firmware, attributes defined in
109 * enum qca_wlan_vendor_attr_offloaded_packets.
110 *
111 * @QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI: Command used to configure RSSI
112 * monitoring, defines min and max RSSI which are configured for RSSI
113 * monitoring. Also used to notify the RSSI breach and provides the BSSID
114 * and RSSI value that was breached. Attributes defined in
115 * enum qca_wlan_vendor_attr_rssi_monitoring.
116 *
117 * @QCA_NL80211_VENDOR_SUBCMD_NDP: Command used for performing various NAN
118 * Data Path (NDP) related operations, attributes defined in
119 * enum qca_wlan_vendor_attr_ndp_params.
120 *
121 * @QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD: Command used to enable/disable
122 * Neighbour Discovery offload, attributes defined in
123 * enum qca_wlan_vendor_attr_nd_offload.
124 *
125 * @QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER: Used to set/get the various
126 * configuration parameter for BPF packet filter, attributes defined in
127 * enum qca_wlan_vendor_attr_packet_filter.
128 *
129 * @QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE: Gets the driver-firmware
130 * maximum supported size, attributes defined in
131 * enum qca_wlan_vendor_drv_info.
132 *
133 * @QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS: Command to get various
134 * data about wake reasons and datapath IP statistics, attributes defined
135 * in enum qca_wlan_vendor_attr_wake_stats.
136 *
137 * @QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG: Command used to set configuration
138 * for IEEE 802.11 communicating outside the context of a basic service
139 * set, called OCB command. Uses the attributes defines in
140 * enum qca_wlan_vendor_attr_ocb_set_config.
141 *
142 * @QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME: Command used to set OCB
143 * UTC time. Use the attributes defines in
144 * enum qca_wlan_vendor_attr_ocb_set_utc_time.
145 *
146 * @QCA_NL80211_VENDOR_SUBCMD_OCB_START_TIMING_ADVERT: Command used to start
147 * sending OCB timing advert frames. Uses the attributes defines in
148 * enum qca_wlan_vendor_attr_ocb_start_timing_advert.
149 *
150 * @QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT: Command used to stop
151 * OCB timing advert. Uses the attributes defines in
152 * enum qca_wlan_vendor_attr_ocb_stop_timing_advert.
153 *
154 * @QCA_NL80211_VENDOR_SUBCMD_OCB_GET_TSF_TIMER: Command used to get TSF
155 * timer value. Uses the attributes defines in
156 * enum qca_wlan_vendor_attr_ocb_get_tsf_resp.
157 *
158 * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START: Command used to
159 * start the P2P Listen offload function in device and pass the listen
160 * channel, period, interval, count, device types, and vendor specific
161 * information elements to the device driver and firmware.
162 * Uses the attributes defines in
163 * enum qca_wlan_vendor_attr_p2p_listen_offload.
164 *
165 * @QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP: Command/event used to
166 * indicate stop request/response of the P2P Listen offload function in
167 * device. As an event, it indicates either the feature stopped after it
168 * was already running or feature has actually failed to start. Uses the
169 * attributes defines in enum qca_wlan_vendor_attr_p2p_listen_offload.
170 *
171 * @QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH: After AP starts
172 * beaconing, this sub command provides the driver, the frequencies on the
173 * 5 GHz band to check for any radar activity. Driver selects one channel
174 * from this priority list provided through
175 * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST and starts
176 * to check for radar activity on it. If no radar activity is detected
177 * during the channel availability check period, driver internally switches
178 * to the selected frequency of operation. If the frequency is zero, driver
179 * internally selects a channel. The status of this conditional switch is
180 * indicated through an event using the same sub command through
181 * @QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS. Attributes are
182 * listed in qca_wlan_vendor_attr_sap_conditional_chan_switch.
183 *
184 * @QCA_NL80211_VENDOR_SUBCMD_GPIO_CONFIG_COMMAND: Set GPIO pins. This uses the
185 * attributes defined in enum qca_wlan_gpio_attr.
186 *
187 * @QCA_NL80211_VENDOR_SUBCMD_GET_HW_CAPABILITY: Fetch hardware capabilities.
188 * This uses @QCA_WLAN_VENDOR_ATTR_GET_HW_CAPABILITY to indicate which
189 * capabilities are to be fetched and other
190 * enum qca_wlan_vendor_attr_get_hw_capability attributes to return the
191 * requested capabilities.
192 *
193 * @QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT: Link layer statistics extension.
194 * enum qca_wlan_vendor_attr_ll_stats_ext attributes are used with this
195 * command and event.
196 *
197 * @QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA: Get capabilities for
198 * indoor location features. Capabilities are reported in
199 * QCA_WLAN_VENDOR_ATTR_LOC_CAPA.
200 *
201 * @QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION: Start an FTM
202 * (fine timing measurement) session with one or more peers.
203 * Specify Session cookie in QCA_WLAN_VENDOR_ATTR_FTM_SESSION_COOKIE and
204 * peer information in QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEERS.
205 * On success, 0 or more QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT
206 * events will be reported, followed by
207 * QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE event to indicate
208 * end of session.
209 * Refer to IEEE P802.11-REVmc/D7.0, 11.24.6
210 *
211 * @QCA_NL80211_VENDOR_SUBCMD_FTM_ABORT_SESSION: Abort a running session.
212 * A QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE will be reported with
213 * status code indicating session was aborted.
214 *
215 * @QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT: Event with measurement
216 * results for one peer. Results are reported in
217 * QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEER_RESULTS.
218 *
219 * @QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE: Event triggered when
220 * FTM session is finished, either successfully or aborted by
221 * request.
222 *
223 * @QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER: Configure FTM responder
224 * mode. QCA_WLAN_VENDOR_ATTR_FTM_RESPONDER_ENABLE specifies whether
225 * to enable or disable the responder. LCI/LCR reports can be
226 * configured with QCA_WLAN_VENDOR_ATTR_FTM_LCI and
227 * QCA_WLAN_VENDOR_ATTR_FTM_LCR. Can be called multiple
228 * times to update the LCI/LCR reports.
229 *
230 * @QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS: Perform a standalone AOA (angle of
231 * arrival) measurement with a single peer. Specify peer MAC address in
232 * QCA_WLAN_VENDOR_ATTR_MAC_ADDR and optionally frequency (MHz) in
233 * QCA_WLAN_VENDOR_ATTR_FREQ (if not specified, locate peer in kernel
234 * scan results cache and use the frequency from there).
235 * Also specify measurement type in QCA_WLAN_VENDOR_ATTR_AOA_TYPE.
236 * Measurement result is reported in
237 * QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT event.
238 *
239 * @QCA_NL80211_VENDOR_SUBCMD_AOA_ABORT_MEAS: Abort an AOA measurement. Specify
240 * peer MAC address in QCA_WLAN_VENDOR_ATTR_MAC_ADDR.
241 *
242 * @QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT: Event that reports
243 * the AOA measurement result.
244 * Peer MAC address reported in QCA_WLAN_VENDOR_ATTR_MAC_ADDR.
245 * success/failure status is reported in
246 * QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS.
247 * Measurement data is reported in QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT.
248 * The antenna array(s) used in the measurement are reported in
249 * QCA_WLAN_VENDOR_ATTR_LOC_ANTENNA_ARRAY_MASK.
250 *
251 * @QCA_NL80211_VENDOR_SUBCMD_ENCRYPTION_TEST: Encrypt/decrypt the given
252 * data as per the given parameters.
253 *
254 * @QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI: Get antenna RSSI value for a
255 * specific chain.
256 *
257 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG: Get low level
258 * configuration for a DMG RF sector. Specify sector index in
259 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX, sector type in
260 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE and RF modules
261 * to return sector information for in
262 * QCA_WLAN_VENDOR_ATTR_DMG_RF_MODULE_MASK. Returns sector configuration
263 * in QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG. Also return the
264 * exact time where information was captured in
265 * QCA_WLAN_VENDOR_ATTR_TSF.
266 *
267 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG: Set low level
268 * configuration for a DMG RF sector. Specify sector index in
269 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX, sector type in
270 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE and sector configuration
271 * for one or more DMG RF modules in
272 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG.
273 *
274 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SELECTED_SECTOR: Get selected
275 * DMG RF sector for a station. This is the sector that the HW
276 * will use to communicate with the station. Specify the MAC address
277 * of associated station/AP/PCP in QCA_WLAN_VENDOR_ATTR_MAC_ADDR (not
278 * needed for unassociated station). Specify sector type to return in
279 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE. Returns the selected
280 * sector index in QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX.
281 * Also return the exact time where the information was captured
282 * in QCA_WLAN_VENDOR_ATTR_TSF.
283 *
284 * @QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR: Set the
285 * selected DMG RF sector for a station. This is the sector that
286 * the HW will use to communicate with the station.
287 * Specify the MAC address of associated station/AP/PCP in
288 * QCA_WLAN_VENDOR_ATTR_MAC_ADDR, the sector type to select in
289 * QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE and the sector index
290 * in QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX.
291 * The selected sector will be locked such that it will not be
292 * modified like it normally does (for example when station
293 * moves around). To unlock the selected sector for a station
294 * pass the special value 0xFFFF in the sector index. To unlock
295 * all connected stations also pass a broadcast MAC address.
296 *
297 * @QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS: Configure the TDLS behavior
298 * in the host driver. The different TDLS configurations are defined
299 * by the attributes in enum qca_wlan_vendor_attr_tdls_configuration.
300 *
301 * @QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES: Query device IEEE 802.11ax HE
302 * capabilities. The response uses the attributes defined in
303 * enum qca_wlan_vendor_attr_get_he_capabilities.
304 *
305 * @QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN: Abort an ongoing vendor scan that was
306 * started with QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN. This command
307 * carries the scan cookie of the corresponding scan request. The scan
308 * cookie is represented by QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE.
309 *
310 * @QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS: Set the Specific
311 * Absorption Rate (SAR) power limits. A critical regulation for
312 * FCC compliance, OEMs require methods to set SAR limits on TX
313 * power of WLAN/WWAN. enum qca_vendor_attr_sar_limits
314 * attributes are used with this command.
315 *
316 * @QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS: This command/event is used by the
317 * host driver for offloading the implementation of Auto Channel Selection
318 * (ACS) to an external user space entity. This interface is used as the
319 * event from the host driver to the user space entity and also as the
320 * request from the user space entity to the host driver. The event from
321 * the host driver is used by the user space entity as an indication to
322 * start the ACS functionality. The attributes used by this event are
323 * represented by the enum qca_wlan_vendor_attr_external_acs_event.
324 * User space entity uses the same interface to inform the host driver with
325 * selected channels after the ACS operation using the attributes defined
326 * by enum qca_wlan_vendor_attr_external_acs_channels.
327 *
328 * @QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE: Vendor event carrying the
329 * requisite information leading to a power save failure. The information
330 * carried as part of this event is represented by the
331 * enum qca_attr_chip_power_save_failure attributes.
332 *
333 * @QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET: Start/Stop the NUD statistics
334 * collection. Uses attributes defined in enum qca_attr_nud_stats_set.
335 *
336 * @QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET: Get the NUD statistics. These
337 * statistics are represented by the enum qca_attr_nud_stats_get
338 * attributes.
339 *
340 * @QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS: Sub-command to fetch
341 * the BSS transition status, whether accept or reject, for a list of
342 * candidate BSSIDs provided by the userspace. This uses the vendor
343 * attributes QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON and
344 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO. The userspace shall specify
345 * the attributes QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON and an
346 * array of QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID nested in
347 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO in the request. In the response
348 * the driver shall specify array of
349 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID and
350 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS pairs nested in
351 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO.
352 *
353 * @QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL: Set the trace level for a
354 * specific QCA module. The trace levels are represented by
355 * enum qca_attr_trace_level attributes.
356 *
357 * @QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT: Set the Beam Refinement
358 * Protocol antenna limit in different modes. See enum
359 * qca_wlan_vendor_attr_brp_ant_limit_mode.
360 *
361 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START: Start spectral scan. The scan
362 * parameters are specified by enum qca_wlan_vendor_attr_spectral_scan.
363 * This returns a cookie (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE)
364 * identifying the operation in success case.
365 *
366 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP: Stop spectral scan. This uses
367 * a cookie (%QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE) from
368 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START to identify the scan to
369 * be stopped.
370 *
371 * @QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS: Set the active Type Of Service on the
372 * specific interface. This can be used to modify some of the low level
373 * scan parameters (off channel dwell time, home channel time) in the
374 * driver/firmware. These parameters are maintained within the host driver.
375 * This command is valid only when the interface is in the connected state.
376 * These scan parameters shall be reset by the driver/firmware once
377 * disconnected. The attributes used with this command are defined in
378 * enum qca_wlan_vendor_attr_active_tos.
379 *
380 * @QCA_NL80211_VENDOR_SUBCMD_HANG: Event indicating to the user space that the
381 * driver has detected an internal failure. This event carries the
382 * information indicating the reason that triggered this detection. The
383 * attributes for this command are defined in
384 * enum qca_wlan_vendor_attr_hang.
385 *
386 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG: Get the current values
387 * of spectral parameters used. The spectral scan parameters are specified
388 * by enum qca_wlan_vendor_attr_spectral_scan.
389 *
390 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS: Get the debug stats
391 * for spectral scan functionality. The debug stats are specified by
392 * enum qca_wlan_vendor_attr_spectral_diag_stats.
393 *
394 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO: Get spectral
395 * scan system capabilities. The capabilities are specified
396 * by enum qca_wlan_vendor_attr_spectral_cap.
397 *
398 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS: Get the current
399 * status of spectral scan. The status values are specified
400 * by enum qca_wlan_vendor_attr_spectral_scan_status.
401 *
402 * @QCA_NL80211_VENDOR_SUBCMD_PEER_FLUSH_PENDING: Sub-command to flush
403 * peer pending packets. Specify the peer MAC address in
404 * QCA_WLAN_VENDOR_ATTR_PEER_ADDR and the access category of the packets
405 * in QCA_WLAN_VENDOR_ATTR_AC. The attributes are listed
406 * in enum qca_wlan_vendor_attr_flush_pending.
407 *
408 * @QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO: Get vendor specific Representative
409 * RF Operating Parameter (RROP) information. The attributes for this
410 * information are defined in enum qca_wlan_vendor_attr_rrop_info. This is
411 * intended for use by external Auto Channel Selection applications.
412 *
413 * @QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS: Get the Specific Absorption Rate
414 * (SAR) power limits. This is a companion to the command
415 * @QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS and is used to retrieve the
416 * settings currently in use. The attributes returned by this command are
417 * defined by enum qca_vendor_attr_sar_limits.
418 *
419 * @QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO: Provides the current behavior of
420 * the WLAN hardware MAC. Also, provides the WLAN netdev interface
421 * information attached to the respective MAC.
422 * This works both as a query (user space asks the current mode) or event
423 * interface (driver advertising the current mode to the user space).
424 * Driver does not trigger this event for temporary hardware mode changes.
425 * Mode changes w.r.t Wi-Fi connection update (VIZ creation / deletion,
426 * channel change, etc.) are updated with this event. Attributes for this
427 * interface are defined in enum qca_wlan_vendor_attr_mac.
428 *
429 * @QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH: Set MSDU queue depth threshold
430 * per peer per TID. Attributes for this command are define in
431 * enum qca_wlan_set_qdepth_thresh_attr.
432 * @QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD: Provides the thermal shutdown action
433 * guide for WLAN driver. Request to suspend of driver and FW if the
434 * temperature is higher than the suspend threshold; resume action is
435 * requested to driver if the temperature is lower than the resume
436 * threshold. In user poll mode, request temperature data by user. For test
437 * purpose, getting thermal shutdown configuration parameters is needed.
438 * Attributes for this interface are defined in
439 * enum qca_wlan_vendor_attr_thermal_cmd.
440 * @QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT: Thermal events reported from
441 * driver. Thermal temperature and indication of resume completion are
442 * reported as thermal events. The attributes for this command are defined
443 * in enum qca_wlan_vendor_attr_thermal_event.
444 *
445 * @QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION: Sub command to set WiFi
446 * test configuration. Attributes for this command are defined in
447 * enum qca_wlan_vendor_attr_wifi_test_config.
448 *
449 * @QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER: This command is used to configure an
450 * RX filter to receive frames from stations that are active on the
451 * operating channel, but not associated with the local device (e.g., STAs
452 * associated with other APs). Filtering is done based on a list of BSSIDs
453 * and STA MAC addresses added by the user. This command is also used to
454 * fetch the statistics of unassociated stations. The attributes used with
455 * this command are defined in enum qca_wlan_vendor_attr_bss_filter.
456 */
457 enum qca_nl80211_vendor_subcmds {
458 QCA_NL80211_VENDOR_SUBCMD_UNSPEC = 0,
459 QCA_NL80211_VENDOR_SUBCMD_TEST = 1,
460 /* subcmds 2..8 not yet allocated */
461 QCA_NL80211_VENDOR_SUBCMD_ROAMING = 9,
462 QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY = 10,
463 QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY = 11,
464 QCA_NL80211_VENDOR_SUBCMD_NAN = 12,
465 QCA_NL80211_VENDOR_SUBCMD_STATS_EXT = 13,
466 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET = 14,
467 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET = 15,
468 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR = 16,
469 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_RADIO_RESULTS = 17,
470 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_IFACE_RESULTS = 18,
471 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_PEERS_RESULTS = 19,
472 QCA_NL80211_VENDOR_SUBCMD_GSCAN_START = 20,
473 QCA_NL80211_VENDOR_SUBCMD_GSCAN_STOP = 21,
474 QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_VALID_CHANNELS = 22,
475 QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CAPABILITIES = 23,
476 QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CACHED_RESULTS = 24,
477 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_RESULTS_AVAILABLE = 25,
478 QCA_NL80211_VENDOR_SUBCMD_GSCAN_FULL_SCAN_RESULT = 26,
479 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_EVENT = 27,
480 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_FOUND = 28,
481 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_BSSID_HOTLIST = 29,
482 QCA_NL80211_VENDOR_SUBCMD_GSCAN_RESET_BSSID_HOTLIST = 30,
483 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SIGNIFICANT_CHANGE = 31,
484 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SIGNIFICANT_CHANGE = 32,
485 QCA_NL80211_VENDOR_SUBCMD_GSCAN_RESET_SIGNIFICANT_CHANGE = 33,
486 QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE = 34,
487 QCA_NL80211_VENDOR_SUBCMD_TDLS_DISABLE = 35,
488 QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS = 36,
489 QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE = 37,
490 QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES = 38,
491 QCA_NL80211_VENDOR_SUBCMD_SCANNING_MAC_OUI = 39,
492 QCA_NL80211_VENDOR_SUBCMD_NO_DFS_FLAG = 40,
493 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_LOST = 41,
494 QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX = 42,
495 /* 43..49 - reserved for QCA */
496 QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_SET_KEY = 50,
497 QCA_NL80211_VENDOR_SUBCMD_KEY_MGMT_ROAM_AUTH = 51,
498 QCA_NL80211_VENDOR_SUBCMD_APFIND = 52,
499 /* 53 - reserved - was used by QCA, but not in use anymore */
500 QCA_NL80211_VENDOR_SUBCMD_DO_ACS = 54,
501 QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES = 55,
502 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED = 56,
503 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED = 57,
504 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED = 58,
505 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED = 59,
506 QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED = 60,
507 QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO = 61,
508 QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START = 62,
509 QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP = 63,
510 QCA_NL80211_VENDOR_SUBCMD_ROAM = 64,
511 QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SSID_HOTLIST = 65,
512 QCA_NL80211_VENDOR_SUBCMD_GSCAN_RESET_SSID_HOTLIST = 66,
513 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_SSID_FOUND = 67,
514 QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_SSID_LOST = 68,
515 QCA_NL80211_VENDOR_SUBCMD_PNO_SET_LIST = 69,
516 QCA_NL80211_VENDOR_SUBCMD_PNO_SET_PASSPOINT_LIST = 70,
517 QCA_NL80211_VENDOR_SUBCMD_PNO_RESET_PASSPOINT_LIST = 71,
518 QCA_NL80211_VENDOR_SUBCMD_PNO_NETWORK_FOUND = 72,
519 QCA_NL80211_VENDOR_SUBCMD_PNO_PASSPOINT_NETWORK_FOUND = 73,
520 /* Wi-Fi configuration subcommands */
521 QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION = 74,
522 QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION = 75,
523 QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET = 76,
524 QCA_NL80211_VENDOR_SUBCMD_GET_RING_DATA = 77,
525 QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES = 78,
526 QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS = 79,
527 QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI = 80,
528 QCA_NL80211_VENDOR_SUBCMD_NDP = 81,
529 QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD = 82,
530 QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER = 83,
531 QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE = 84,
532 QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS = 85,
533 /* 86-90 - reserved for QCA */
534 QCA_NL80211_VENDOR_SUBCMD_DATA_OFFLOAD = 91,
535 QCA_NL80211_VENDOR_SUBCMD_OCB_SET_CONFIG = 92,
536 QCA_NL80211_VENDOR_SUBCMD_OCB_SET_UTC_TIME = 93,
537 QCA_NL80211_VENDOR_SUBCMD_OCB_START_TIMING_ADVERT = 94,
538 QCA_NL80211_VENDOR_SUBCMD_OCB_STOP_TIMING_ADVERT = 95,
539 QCA_NL80211_VENDOR_SUBCMD_OCB_GET_TSF_TIMER = 96,
540 QCA_NL80211_VENDOR_SUBCMD_DCC_GET_STATS = 97,
541 QCA_NL80211_VENDOR_SUBCMD_DCC_CLEAR_STATS = 98,
542 QCA_NL80211_VENDOR_SUBCMD_DCC_UPDATE_NDL = 99,
543 QCA_NL80211_VENDOR_SUBCMD_DCC_STATS_EVENT = 100,
544 QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES = 101,
545 QCA_NL80211_VENDOR_SUBCMD_GW_PARAM_CONFIG = 102,
546 QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST = 103,
547 QCA_NL80211_VENDOR_SUBCMD_SET_PROBABLE_OPER_CHANNEL = 104,
548 QCA_NL80211_VENDOR_SUBCMD_SETBAND = 105,
549 QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN = 106,
550 QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE = 107,
551 QCA_NL80211_VENDOR_SUBCMD_OTA_TEST = 108,
552 QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE = 109,
553 /* 110..114 - reserved for QCA */
554 QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB = 115,
555 /* 116..117 - reserved for QCA */
556 QCA_NL80211_VENDOR_SUBCMD_SET_SAP_CONFIG = 118,
557 QCA_NL80211_VENDOR_SUBCMD_TSF = 119,
558 QCA_NL80211_VENDOR_SUBCMD_WISA = 120,
559 /* 121 - reserved for QCA */
560 QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_START = 122,
561 QCA_NL80211_VENDOR_SUBCMD_P2P_LISTEN_OFFLOAD_STOP = 123,
562 QCA_NL80211_VENDOR_SUBCMD_SAP_CONDITIONAL_CHAN_SWITCH = 124,
563 QCA_NL80211_VENDOR_SUBCMD_GPIO_CONFIG_COMMAND = 125,
564 QCA_NL80211_VENDOR_SUBCMD_GET_HW_CAPABILITY = 126,
565 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_EXT = 127,
566 /* FTM/indoor location subcommands */
567 QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA = 128,
568 QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION = 129,
569 QCA_NL80211_VENDOR_SUBCMD_FTM_ABORT_SESSION = 130,
570 QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT = 131,
571 QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE = 132,
572 QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER = 133,
573 QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS = 134,
574 QCA_NL80211_VENDOR_SUBCMD_AOA_ABORT_MEAS = 135,
575 QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT = 136,
576 QCA_NL80211_VENDOR_SUBCMD_ENCRYPTION_TEST = 137,
577 QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI = 138,
578 /* DMG low level RF sector operations */
579 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG = 139,
580 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG = 140,
581 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SELECTED_SECTOR = 141,
582 QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR = 142,
583 QCA_NL80211_VENDOR_SUBCMD_CONFIGURE_TDLS = 143,
584 QCA_NL80211_VENDOR_SUBCMD_GET_HE_CAPABILITIES = 144,
585 QCA_NL80211_VENDOR_SUBCMD_ABORT_SCAN = 145,
586 QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS = 146,
587 QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS = 147,
588 QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE = 148,
589 QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET = 149,
590 QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET = 150,
591 QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS = 151,
592 QCA_NL80211_VENDOR_SUBCMD_SET_TRACE_LEVEL = 152,
593 QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT = 153,
594 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START = 154,
595 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP = 155,
596 QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS = 156,
597 QCA_NL80211_VENDOR_SUBCMD_HANG = 157,
598 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CONFIG = 158,
599 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS = 159,
600 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO = 160,
601 QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS = 161,
602 /* Flush peer pending data */
603 QCA_NL80211_VENDOR_SUBCMD_PEER_FLUSH_PENDING = 162,
604 QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO = 163,
605 QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS = 164,
606 QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO = 165,
607 QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH = 166,
608 /* Thermal shutdown commands to protect wifi chip */
609 QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD = 167,
610 QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT = 168,
611 /* Wi-Fi test configuration subcommand */
612 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION = 169,
613 /* Frame filter operations for other BSSs/unassociated STAs */
614 QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER = 170,
615 };
616
617 enum qca_wlan_vendor_attr {
618 QCA_WLAN_VENDOR_ATTR_INVALID = 0,
619 /* used by QCA_NL80211_VENDOR_SUBCMD_DFS_CAPABILITY */
620 QCA_WLAN_VENDOR_ATTR_DFS = 1,
621 /* used by QCA_NL80211_VENDOR_SUBCMD_NAN */
622 QCA_WLAN_VENDOR_ATTR_NAN = 2,
623 /* used by QCA_NL80211_VENDOR_SUBCMD_STATS_EXT */
624 QCA_WLAN_VENDOR_ATTR_STATS_EXT = 3,
625 /* used by QCA_NL80211_VENDOR_SUBCMD_STATS_EXT */
626 QCA_WLAN_VENDOR_ATTR_IFINDEX = 4,
627 /* used by QCA_NL80211_VENDOR_SUBCMD_ROAMING, u32 with values defined
628 * by enum qca_roaming_policy.
629 */
630 QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY = 5,
631 QCA_WLAN_VENDOR_ATTR_MAC_ADDR = 6,
632 /* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
633 QCA_WLAN_VENDOR_ATTR_FEATURE_FLAGS = 7,
634 QCA_WLAN_VENDOR_ATTR_TEST = 8,
635 /* used by QCA_NL80211_VENDOR_SUBCMD_GET_FEATURES */
636 /* Unsigned 32-bit value. */
637 QCA_WLAN_VENDOR_ATTR_CONCURRENCY_CAPA = 9,
638 /* Unsigned 32-bit value */
639 QCA_WLAN_VENDOR_ATTR_MAX_CONCURRENT_CHANNELS_2_4_BAND = 10,
640 /* Unsigned 32-bit value */
641 QCA_WLAN_VENDOR_ATTR_MAX_CONCURRENT_CHANNELS_5_0_BAND = 11,
642 /* Unsigned 32-bit value from enum qca_set_band. */
643 QCA_WLAN_VENDOR_ATTR_SETBAND_VALUE = 12,
644 /* Dummy (NOP) attribute for 64 bit padding */
645 QCA_WLAN_VENDOR_ATTR_PAD = 13,
646 /* Unique FTM session cookie (Unsigned 64 bit). Specified in
647 * QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION. Reported in
648 * the session in QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT and
649 * QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE.
650 */
651 QCA_WLAN_VENDOR_ATTR_FTM_SESSION_COOKIE = 14,
652 /* Indoor location capabilities, returned by
653 * QCA_NL80211_VENDOR_SUBCMD_LOC_GET_CAPA.
654 * see enum qca_wlan_vendor_attr_loc_capa.
655 */
656 QCA_WLAN_VENDOR_ATTR_LOC_CAPA = 15,
657 /* Array of nested attributes containing information about each peer
658 * in FTM measurement session. See enum qca_wlan_vendor_attr_peer_info
659 * for supported attributes for each peer.
660 */
661 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEERS = 16,
662 /* Array of nested attributes containing measurement results for
663 * one or more peers, reported by the
664 * QCA_NL80211_VENDOR_SUBCMD_FTM_MEAS_RESULT event.
665 * See enum qca_wlan_vendor_attr_peer_result for list of supported
666 * attributes.
667 */
668 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PEER_RESULTS = 17,
669 /* Flag attribute for enabling or disabling responder functionality. */
670 QCA_WLAN_VENDOR_ATTR_FTM_RESPONDER_ENABLE = 18,
671 /* Used in the QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
672 * command to specify the LCI report that will be sent by
673 * the responder during a measurement exchange. The format is
674 * defined in IEEE P802.11-REVmc/D7.0, 9.4.2.22.10.
675 */
676 QCA_WLAN_VENDOR_ATTR_FTM_LCI = 19,
677 /* Used in the QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
678 * command to specify the location civic report that will
679 * be sent by the responder during a measurement exchange.
680 * The format is defined in IEEE P802.11-REVmc/D7.0, 9.4.2.22.13.
681 */
682 QCA_WLAN_VENDOR_ATTR_FTM_LCR = 20,
683 /* Session/measurement completion status code,
684 * reported in QCA_NL80211_VENDOR_SUBCMD_FTM_SESSION_DONE and
685 * QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT
686 * see enum qca_vendor_attr_loc_session_status.
687 */
688 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS = 21,
689 /* Initial dialog token used by responder (0 if not specified),
690 * unsigned 8 bit value.
691 */
692 QCA_WLAN_VENDOR_ATTR_FTM_INITIAL_TOKEN = 22,
693 /* AOA measurement type. Requested in QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS
694 * and optionally in QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION if
695 * AOA measurements are needed as part of an FTM session.
696 * Reported by QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS_RESULT. See
697 * enum qca_wlan_vendor_attr_aoa_type.
698 */
699 QCA_WLAN_VENDOR_ATTR_AOA_TYPE = 23,
700 /* A bit mask (unsigned 32 bit value) of antenna arrays used
701 * by indoor location measurements. Refers to the antenna
702 * arrays described by QCA_VENDOR_ATTR_LOC_CAPA_ANTENNA_ARRAYS.
703 */
704 QCA_WLAN_VENDOR_ATTR_LOC_ANTENNA_ARRAY_MASK = 24,
705 /* AOA measurement data. Its contents depends on the AOA measurement
706 * type and antenna array mask:
707 * QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: array of U16 values,
708 * phase of the strongest CIR path for each antenna in the measured
709 * array(s).
710 * QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: array of 2 U16
711 * values, phase and amplitude of the strongest CIR path for each
712 * antenna in the measured array(s).
713 */
714 QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT = 25,
715 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
716 * to specify the chain number (unsigned 32 bit value) to inquire
717 * the corresponding antenna RSSI value
718 */
719 QCA_WLAN_VENDOR_ATTR_CHAIN_INDEX = 26,
720 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
721 * to report the specific antenna RSSI value (unsigned 32 bit value)
722 */
723 QCA_WLAN_VENDOR_ATTR_CHAIN_RSSI = 27,
724 /* Frequency in MHz, various uses. Unsigned 32 bit value */
725 QCA_WLAN_VENDOR_ATTR_FREQ = 28,
726 /* TSF timer value, unsigned 64 bit value.
727 * May be returned by various commands.
728 */
729 QCA_WLAN_VENDOR_ATTR_TSF = 29,
730 /* DMG RF sector index, unsigned 16 bit number. Valid values are
731 * 0..127 for sector indices or 65535 as special value used to
732 * unlock sector selection in
733 * QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SELECTED_SECTOR.
734 */
735 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_INDEX = 30,
736 /* DMG RF sector type, unsigned 8 bit value. One of the values
737 * in enum qca_wlan_vendor_attr_dmg_rf_sector_type.
738 */
739 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE = 31,
740 /* Bitmask of DMG RF modules for which information is requested. Each
741 * bit corresponds to an RF module with the same index as the bit
742 * number. Unsigned 32 bit number but only low 8 bits can be set since
743 * all DMG chips currently have up to 8 RF modules.
744 */
745 QCA_WLAN_VENDOR_ATTR_DMG_RF_MODULE_MASK = 32,
746 /* Array of nested attributes where each entry is DMG RF sector
747 * configuration for a single RF module.
748 * Attributes for each entry are taken from enum
749 * qca_wlan_vendor_attr_dmg_rf_sector_cfg.
750 * Specified in QCA_NL80211_VENDOR_SUBCMD_DMG_RF_SET_SECTOR_CFG
751 * and returned by QCA_NL80211_VENDOR_SUBCMD_DMG_RF_GET_SECTOR_CFG.
752 */
753 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG = 33,
754 /* Used in QCA_NL80211_VENDOR_SUBCMD_STATS_EXT command
755 * to report frame aggregation statistics to userspace.
756 */
757 QCA_WLAN_VENDOR_ATTR_RX_AGGREGATION_STATS_HOLES_NUM = 34,
758 QCA_WLAN_VENDOR_ATTR_RX_AGGREGATION_STATS_HOLES_INFO = 35,
759 /* Unsigned 8-bit value representing MBO transition reason code as
760 * provided by the AP used by subcommand
761 * QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS. This is
762 * specified by the userspace in the request to the driver.
763 */
764 QCA_WLAN_VENDOR_ATTR_BTM_MBO_TRANSITION_REASON = 36,
765 /* Array of nested attributes, BSSID and status code, used by subcommand
766 * QCA_NL80211_VENDOR_SUBCMD_FETCH_BSS_TRANSITION_STATUS, where each
767 * entry is taken from enum qca_wlan_vendor_attr_btm_candidate_info.
768 * The userspace space specifies the list/array of candidate BSSIDs in
769 * the order of preference in the request. The driver specifies the
770 * status code, for each BSSID in the list, in the response. The
771 * acceptable candidates are listed in the order preferred by the
772 * driver.
773 */
774 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO = 37,
775 /* Used in QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT command
776 * See enum qca_wlan_vendor_attr_brp_ant_limit_mode.
777 */
778 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE = 38,
779 /* Used in QCA_NL80211_VENDOR_SUBCMD_BRP_SET_ANT_LIMIT command
780 * to define the number of antennas to use for BRP.
781 * different purpose in each ANT_LIMIT_MODE:
782 * DISABLE - ignored
783 * EFFECTIVE - upper limit to number of antennas to be used
784 * FORCE - exact number of antennas to be used
785 * unsigned 8 bit value
786 */
787 QCA_WLAN_VENDOR_ATTR_BRP_ANT_NUM_LIMIT = 39,
788 /* Used in QCA_NL80211_VENDOR_SUBCMD_GET_CHAIN_RSSI command
789 * to report the corresponding antenna index to the chain RSSI value
790 */
791 QCA_WLAN_VENDOR_ATTR_ANTENNA_INFO = 40,
792
793 /* keep last */
794 QCA_WLAN_VENDOR_ATTR_AFTER_LAST,
795 QCA_WLAN_VENDOR_ATTR_MAX = QCA_WLAN_VENDOR_ATTR_AFTER_LAST - 1,
796 };
797
798 enum qca_roaming_policy {
799 QCA_ROAMING_NOT_ALLOWED,
800 QCA_ROAMING_ALLOWED_WITHIN_ESS,
801 };
802
803 enum qca_wlan_vendor_attr_roam_auth {
804 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_INVALID = 0,
805 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID,
806 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_REQ_IE,
807 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RESP_IE,
808 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AUTHORIZED,
809 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_KEY_REPLAY_CTR,
810 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KCK,
811 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PTK_KEK,
812 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_SUBNET_STATUS,
813 /* Indicates the status of re-association requested by user space for
814 * the BSSID specified by QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_BSSID.
815 * Type u16.
816 * Represents the status code from AP. Use
817 * %WLAN_STATUS_UNSPECIFIED_FAILURE if the device cannot give you the
818 * real status code for failures.
819 */
820 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS,
821 /* This attribute indicates that the old association was maintained when
822 * a re-association is requested by user space and that re-association
823 * attempt fails (i.e., cannot connect to the requested BSS, but can
824 * remain associated with the BSS with which the association was in
825 * place when being requested to roam). Used along with
826 * WLAN_VENDOR_ATTR_ROAM_AUTH_STATUS to indicate the current
827 * re-association status. Type flag.
828 * This attribute is applicable only for re-association failure cases.
829 */
830 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_RETAIN_CONNECTION,
831 /* This attribute specifies the PMK if one was newly generated during
832 * FILS roaming. This is added to the PMKSA cache and is used in
833 * subsequent connections with PMKSA caching.
834 */
835 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMK = 11,
836 /* This attribute specifies the PMKID used/generated for the current
837 * FILS roam. This is used in subsequent connections with PMKSA caching.
838 */
839 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_PMKID = 12,
840 /* A 16-bit unsigned value specifying the next sequence number to use
841 * in ERP message in the currently associated realm. This is used in
842 * doing subsequent ERP based connections in the same realm.
843 */
844 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_FILS_ERP_NEXT_SEQ_NUM = 13,
845 /* keep last */
846 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST,
847 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX =
848 QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_AFTER_LAST - 1
849 };
850
851 enum qca_wlan_vendor_attr_p2p_listen_offload {
852 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INVALID = 0,
853 /* A 32-bit unsigned value; the P2P listen frequency (MHz); must be one
854 * of the social channels.
855 */
856 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CHANNEL,
857 /* A 32-bit unsigned value; the P2P listen offload period (ms).
858 */
859 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_PERIOD,
860 /* A 32-bit unsigned value; the P2P listen interval duration (ms).
861 */
862 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_INTERVAL,
863 /* A 32-bit unsigned value; number of interval times the firmware needs
864 * to run the offloaded P2P listen operation before it stops.
865 */
866 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_COUNT,
867 /* An array of arbitrary binary data with one or more 8-byte values.
868 * The device types include both primary and secondary device types.
869 */
870 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_DEVICE_TYPES,
871 /* An array of unsigned 8-bit characters; vendor information elements.
872 */
873 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_VENDOR_IE,
874 /* A 32-bit unsigned value; a control flag to indicate whether listen
875 * results need to be flushed to wpa_supplicant.
876 */
877 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_CTRL_FLAG,
878 /* A 8-bit unsigned value; reason code for P2P listen offload stop
879 * event.
880 */
881 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_STOP_REASON,
882 /* keep last */
883 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST,
884 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX =
885 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_AFTER_LAST - 1
886 };
887
888 enum qca_wlan_vendor_attr_acs_offload {
889 QCA_WLAN_VENDOR_ATTR_ACS_CHANNEL_INVALID = 0,
890 QCA_WLAN_VENDOR_ATTR_ACS_PRIMARY_CHANNEL,
891 QCA_WLAN_VENDOR_ATTR_ACS_SECONDARY_CHANNEL,
892 QCA_WLAN_VENDOR_ATTR_ACS_HW_MODE,
893 QCA_WLAN_VENDOR_ATTR_ACS_HT_ENABLED,
894 QCA_WLAN_VENDOR_ATTR_ACS_HT40_ENABLED,
895 QCA_WLAN_VENDOR_ATTR_ACS_VHT_ENABLED,
896 QCA_WLAN_VENDOR_ATTR_ACS_CHWIDTH,
897 QCA_WLAN_VENDOR_ATTR_ACS_CH_LIST,
898 QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL,
899 QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL,
900 QCA_WLAN_VENDOR_ATTR_ACS_FREQ_LIST,
901 /* keep last */
902 QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST,
903 QCA_WLAN_VENDOR_ATTR_ACS_MAX =
904 QCA_WLAN_VENDOR_ATTR_ACS_AFTER_LAST - 1
905 };
906
907 enum qca_wlan_vendor_acs_hw_mode {
908 QCA_ACS_MODE_IEEE80211B,
909 QCA_ACS_MODE_IEEE80211G,
910 QCA_ACS_MODE_IEEE80211A,
911 QCA_ACS_MODE_IEEE80211AD,
912 QCA_ACS_MODE_IEEE80211ANY,
913 };
914
915 /**
916 * enum qca_wlan_vendor_features - Vendor device/driver feature flags
917 *
918 * @QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD: Device supports key
919 * management offload, a mechanism where the station's firmware
920 * does the exchange with the AP to establish the temporal keys
921 * after roaming, rather than having the user space wpa_supplicant do it.
922 * @QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY: Device supports automatic
923 * band selection based on channel selection results.
924 * @QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS: Device supports
925 * simultaneous off-channel operations.
926 * @QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD: Device supports P2P
927 * Listen offload; a mechanism where the station's firmware takes care of
928 * responding to incoming Probe Request frames received from other P2P
929 * Devices whilst in Listen state, rather than having the user space
930 * wpa_supplicant do it. Information from received P2P requests are
931 * forwarded from firmware to host whenever the host processor wakes up.
932 * @QCA_WLAN_VENDOR_FEATURE_OCE_STA: Device supports all OCE non-AP STA
933 * specific features.
934 * @QCA_WLAN_VENDOR_FEATURE_OCE_AP: Device supports all OCE AP specific
935 * features.
936 * @QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON: Device supports OCE STA-CFON
937 * specific features only. If a Device sets this bit but not the
938 * %QCA_WLAN_VENDOR_FEATURE_OCE_AP, the userspace shall assume that
939 * this Device may not support all OCE AP functionalities but can support
940 * only OCE STA-CFON functionalities.
941 * @QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY: Device supports self
942 * managed regulatory.
943 * @NUM_QCA_WLAN_VENDOR_FEATURES: Number of assigned feature bits
944 */
945 enum qca_wlan_vendor_features {
946 QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD = 0,
947 QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY = 1,
948 QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS = 2,
949 QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD = 3,
950 QCA_WLAN_VENDOR_FEATURE_OCE_STA = 4,
951 QCA_WLAN_VENDOR_FEATURE_OCE_AP = 5,
952 QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON = 6,
953 QCA_WLAN_VENDOR_FEATURE_SELF_MANAGED_REGULATORY = 7,
954 NUM_QCA_WLAN_VENDOR_FEATURES /* keep last */
955 };
956
957 /**
958 * enum qca_wlan_vendor_attr_data_offload_ind - Vendor Data Offload Indication
959 *
960 * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_SESSION: Session corresponding to
961 * the offloaded data.
962 * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_PROTOCOL: Protocol of the offloaded
963 * data.
964 * @QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_EVENT: Event type for the data offload
965 * indication.
966 */
967 enum qca_wlan_vendor_attr_data_offload_ind {
968 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_INVALID = 0,
969 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_SESSION,
970 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_PROTOCOL,
971 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_EVENT,
972
973 /* keep last */
974 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST,
975 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_MAX =
976 QCA_WLAN_VENDOR_ATTR_DATA_OFFLOAD_IND_AFTER_LAST - 1
977 };
978
979 /**
980 * enum qca_wlan_vendor_attr_ocb_set_config - Vendor subcmd attributes to set
981 * OCB config
982 *
983 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_COUNT: Number of channels in the
984 * configuration
985 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_SIZE: Size of the schedule
986 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_ARRAY: Array of channels
987 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_ARRAY: Array of channels to be
988 * scheduled
989 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_CHANNEL_ARRAY: Array of NDL channel
990 * information
991 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_ACTIVE_STATE_ARRAY: Array of NDL
992 * active state configuration
993 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_FLAGS: Configuration flags such as
994 * OCB_CONFIG_FLAG_80211_FRAME_MODE
995 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_DEF_TX_PARAM: Default TX parameters to
996 * use in the case that a packet is sent without a TX control header
997 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_TA_MAX_DURATION: Max duration after the
998 * last TA received that the local time set by TA is synchronous to other
999 * communicating OCB STAs.
1000 */
1001 enum qca_wlan_vendor_attr_ocb_set_config {
1002 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_INVALID = 0,
1003 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_COUNT = 1,
1004 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_SIZE = 2,
1005 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_CHANNEL_ARRAY = 3,
1006 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_SCHEDULE_ARRAY = 4,
1007 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_CHANNEL_ARRAY = 5,
1008 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_NDL_ACTIVE_STATE_ARRAY = 6,
1009 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_FLAGS = 7,
1010 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_DEF_TX_PARAM = 8,
1011 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_TA_MAX_DURATION = 9,
1012 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_AFTER_LAST,
1013 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_MAX =
1014 QCA_WLAN_VENDOR_ATTR_OCB_SET_CONFIG_AFTER_LAST - 1
1015 };
1016
1017 /**
1018 * enum qca_wlan_vendor_attr_ocb_set_utc_time - Vendor subcmd attributes to set
1019 * UTC time
1020 *
1021 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_VALUE: The UTC time as an array of
1022 * 10 bytes
1023 * @QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_ERROR: The time error as an array of
1024 * 5 bytes
1025 */
1026 enum qca_wlan_vendor_attr_ocb_set_utc_time {
1027 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_INVALID = 0,
1028 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_VALUE = 1,
1029 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_ERROR = 2,
1030 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_AFTER_LAST,
1031 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_MAX =
1032 QCA_WLAN_VENDOR_ATTR_OCB_SET_UTC_TIME_AFTER_LAST - 1
1033 };
1034
1035 /**
1036 * enum qca_wlan_vendor_attr_ocb_start_timing_advert - Vendor subcmd attributes
1037 * to start sending timing advert frames
1038 *
1039 * @QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_CHANNEL_FREQ: Cannel frequency
1040 * on which to send the frames
1041 * @QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_REPEAT_RATE: Number of times
1042 * the frame is sent in 5 seconds
1043 */
1044 enum qca_wlan_vendor_attr_ocb_start_timing_advert {
1045 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_INVALID = 0,
1046 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_CHANNEL_FREQ = 1,
1047 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_REPEAT_RATE = 2,
1048 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_AFTER_LAST,
1049 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_MAX =
1050 QCA_WLAN_VENDOR_ATTR_OCB_START_TIMING_ADVERT_AFTER_LAST - 1
1051 };
1052
1053 /**
1054 * enum qca_wlan_vendor_attr_ocb_stop_timing_advert - Vendor subcmd attributes
1055 * to stop timing advert
1056 *
1057 * @QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_CHANNEL_FREQ: The channel
1058 * frequency on which to stop the timing advert
1059 */
1060 enum qca_wlan_vendor_attr_ocb_stop_timing_advert {
1061 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_INVALID = 0,
1062 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_CHANNEL_FREQ = 1,
1063 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_AFTER_LAST,
1064 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_MAX =
1065 QCA_WLAN_VENDOR_ATTR_OCB_STOP_TIMING_ADVERT_AFTER_LAST - 1
1066 };
1067
1068 /**
1069 * enum qca_wlan_vendor_attr_ocb_get_tsf_response - Vendor subcmd attributes to
1070 * get TSF timer value
1071 *
1072 * @QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_HIGH: Higher 32 bits of the
1073 * timer
1074 * @QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_LOW: Lower 32 bits of the timer
1075 */
1076 enum qca_wlan_vendor_attr_ocb_get_tsf_resp {
1077 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_INVALID = 0,
1078 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_HIGH = 1,
1079 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_TIMER_LOW = 2,
1080 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_AFTER_LAST,
1081 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_MAX =
1082 QCA_WLAN_VENDOR_ATTR_OCB_GET_TSF_RESP_AFTER_LAST - 1
1083 };
1084
1085 enum qca_vendor_attr_get_preferred_freq_list {
1086 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_INVALID,
1087 /* A 32-unsigned value; the interface type/mode for which the preferred
1088 * frequency list is requested (see enum qca_iface_type for possible
1089 * values); used in GET_PREFERRED_FREQ_LIST command from user-space to
1090 * kernel and in the kernel response back to user-space.
1091 */
1092 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_IFACE_TYPE,
1093 /* An array of 32-unsigned values; values are frequency (MHz); sent
1094 * from kernel space to user space.
1095 */
1096 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST,
1097 /* An array of nested values as per enum qca_wlan_vendor_attr_pcl
1098 * attribute. Each element contains frequency (MHz), weight, and flag
1099 * bit mask indicating how the frequency should be used in P2P
1100 * negotiation; sent from kernel space to user space.
1101 */
1102 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_WEIGHED_PCL,
1103 /* keep last */
1104 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST,
1105 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_MAX =
1106 QCA_WLAN_VENDOR_ATTR_GET_PREFERRED_FREQ_LIST_AFTER_LAST - 1
1107 };
1108
1109 enum qca_vendor_attr_probable_oper_channel {
1110 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_INVALID,
1111 /* 32-bit unsigned value; indicates the connection/iface type likely to
1112 * come on this channel (see enum qca_iface_type).
1113 */
1114 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_IFACE_TYPE,
1115 /* 32-bit unsigned value; the frequency (MHz) of the probable channel */
1116 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_FREQ,
1117 /* keep last */
1118 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST,
1119 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_MAX =
1120 QCA_WLAN_VENDOR_ATTR_PROBABLE_OPER_CHANNEL_AFTER_LAST - 1
1121 };
1122
1123 enum qca_iface_type {
1124 QCA_IFACE_TYPE_STA,
1125 QCA_IFACE_TYPE_AP,
1126 QCA_IFACE_TYPE_P2P_CLIENT,
1127 QCA_IFACE_TYPE_P2P_GO,
1128 QCA_IFACE_TYPE_IBSS,
1129 QCA_IFACE_TYPE_TDLS,
1130 };
1131
1132 enum qca_set_band {
1133 QCA_SETBAND_AUTO,
1134 QCA_SETBAND_5G,
1135 QCA_SETBAND_2G,
1136 };
1137
1138 /**
1139 * enum qca_access_policy - Access control policy
1140 *
1141 * Access control policy is applied on the configured IE
1142 * (QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE).
1143 * To be set with QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY.
1144 *
1145 * @QCA_ACCESS_POLICY_ACCEPT_UNLESS_LISTED: Deny Wi-Fi connections which match
1146 * the specific configuration (IE) set, i.e., allow all the
1147 * connections which do not match the configuration.
1148 * @QCA_ACCESS_POLICY_DENY_UNLESS_LISTED: Accept Wi-Fi connections which match
1149 * the specific configuration (IE) set, i.e., deny all the
1150 * connections which do not match the configuration.
1151 */
1152 enum qca_access_policy {
1153 QCA_ACCESS_POLICY_ACCEPT_UNLESS_LISTED,
1154 QCA_ACCESS_POLICY_DENY_UNLESS_LISTED,
1155 };
1156
1157 /**
1158 * enum qca_vendor_attr_get_tsf: Vendor attributes for TSF capture
1159 * @QCA_WLAN_VENDOR_ATTR_TSF_CMD: enum qca_tsf_operation (u32)
1160 * @QCA_WLAN_VENDOR_ATTR_TSF_TIMER_VALUE: Unsigned 64 bit TSF timer value
1161 * @QCA_WLAN_VENDOR_ATTR_TSF_SOC_TIMER_VALUE: Unsigned 64 bit Synchronized
1162 * SOC timer value at TSF capture
1163 */
1164 enum qca_vendor_attr_tsf_cmd {
1165 QCA_WLAN_VENDOR_ATTR_TSF_INVALID = 0,
1166 QCA_WLAN_VENDOR_ATTR_TSF_CMD,
1167 QCA_WLAN_VENDOR_ATTR_TSF_TIMER_VALUE,
1168 QCA_WLAN_VENDOR_ATTR_TSF_SOC_TIMER_VALUE,
1169 QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST,
1170 QCA_WLAN_VENDOR_ATTR_TSF_MAX =
1171 QCA_WLAN_VENDOR_ATTR_TSF_AFTER_LAST - 1
1172 };
1173
1174 /**
1175 * enum qca_tsf_operation: TSF driver commands
1176 * @QCA_TSF_CAPTURE: Initiate TSF Capture
1177 * @QCA_TSF_GET: Get TSF capture value
1178 * @QCA_TSF_SYNC_GET: Initiate TSF capture and return with captured value
1179 */
1180 enum qca_tsf_cmd {
1181 QCA_TSF_CAPTURE,
1182 QCA_TSF_GET,
1183 QCA_TSF_SYNC_GET,
1184 };
1185
1186 /**
1187 * enum qca_vendor_attr_wisa_cmd
1188 * @QCA_WLAN_VENDOR_ATTR_WISA_MODE: WISA mode value (u32)
1189 * WISA setup vendor commands
1190 */
1191 enum qca_vendor_attr_wisa_cmd {
1192 QCA_WLAN_VENDOR_ATTR_WISA_INVALID = 0,
1193 QCA_WLAN_VENDOR_ATTR_WISA_MODE,
1194 QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST,
1195 QCA_WLAN_VENDOR_ATTR_WISA_MAX =
1196 QCA_WLAN_VENDOR_ATTR_WISA_AFTER_LAST - 1
1197 };
1198
1199 /* IEEE 802.11 Vendor Specific elements */
1200
1201 /**
1202 * enum qca_vendor_element_id - QCA Vendor Specific element types
1203 *
1204 * These values are used to identify QCA Vendor Specific elements. The
1205 * payload of the element starts with the three octet OUI (OUI_QCA) and
1206 * is followed by a single octet type which is defined by this enum.
1207 *
1208 * @QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST: P2P preferred channel list.
1209 * This element can be used to specify preference order for supported
1210 * channels. The channels in this list are in preference order (the first
1211 * one has the highest preference) and are described as a pair of
1212 * (global) Operating Class and Channel Number (each one octet) fields.
1213 *
1214 * This extends the standard P2P functionality by providing option to have
1215 * more than one preferred operating channel. When this element is present,
1216 * it replaces the preference indicated in the Operating Channel attribute.
1217 * For supporting other implementations, the Operating Channel attribute is
1218 * expected to be used with the highest preference channel. Similarly, all
1219 * the channels included in this Preferred channel list element are
1220 * expected to be included in the Channel List attribute.
1221 *
1222 * This vendor element may be included in GO Negotiation Request, P2P
1223 * Invitation Request, and Provision Discovery Request frames.
1224 *
1225 * @QCA_VENDOR_ELEM_HE_CAPAB: HE Capabilities element.
1226 * This element can be used for pre-standard publication testing of HE
1227 * before P802.11ax draft assigns the element ID. The payload of this
1228 * vendor specific element is defined by the latest P802.11ax draft.
1229 * Please note that the draft is still work in progress and this element
1230 * payload is subject to change.
1231 *
1232 * @QCA_VENDOR_ELEM_HE_OPER: HE Operation element.
1233 * This element can be used for pre-standard publication testing of HE
1234 * before P802.11ax draft assigns the element ID. The payload of this
1235 * vendor specific element is defined by the latest P802.11ax draft.
1236 * Please note that the draft is still work in progress and this element
1237 * payload is subject to change.
1238 *
1239 * @QCA_VENDOR_ELEM_RAPS: RAPS element (OFDMA-based Random Access Parameter Set
1240 * element).
1241 * This element can be used for pre-standard publication testing of HE
1242 * before P802.11ax draft assigns the element ID extension. The payload of
1243 * this vendor specific element is defined by the latest P802.11ax draft
1244 * (not including the Element ID Extension field). Please note that the
1245 * draft is still work in progress and this element payload is subject to
1246 * change.
1247 *
1248 * @QCA_VENDOR_ELEM_MU_EDCA_PARAMS: MU EDCA Parameter Set element.
1249 * This element can be used for pre-standard publication testing of HE
1250 * before P802.11ax draft assigns the element ID extension. The payload of
1251 * this vendor specific element is defined by the latest P802.11ax draft
1252 * (not including the Element ID Extension field). Please note that the
1253 * draft is still work in progress and this element payload is subject to
1254 * change.
1255 *
1256 * @QCA_VENDOR_ELEM_BSS_COLOR_CHANGE: BSS Color Change Announcement element.
1257 * This element can be used for pre-standard publication testing of HE
1258 * before P802.11ax draft assigns the element ID extension. The payload of
1259 * this vendor specific element is defined by the latest P802.11ax draft
1260 * (not including the Element ID Extension field). Please note that the
1261 * draft is still work in progress and this element payload is subject to
1262 * change.
1263 */
1264 enum qca_vendor_element_id {
1265 QCA_VENDOR_ELEM_P2P_PREF_CHAN_LIST = 0,
1266 QCA_VENDOR_ELEM_HE_CAPAB = 1,
1267 QCA_VENDOR_ELEM_HE_OPER = 2,
1268 QCA_VENDOR_ELEM_RAPS = 3,
1269 QCA_VENDOR_ELEM_MU_EDCA_PARAMS = 4,
1270 QCA_VENDOR_ELEM_BSS_COLOR_CHANGE = 5,
1271 };
1272
1273 /**
1274 * enum qca_wlan_vendor_attr_scan - Specifies vendor scan attributes
1275 *
1276 * @QCA_WLAN_VENDOR_ATTR_SCAN_IE: IEs that should be included as part of scan
1277 * @QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES: Nested unsigned 32-bit attributes
1278 * with frequencies to be scanned (in MHz)
1279 * @QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS: Nested attribute with SSIDs to be scanned
1280 * @QCA_WLAN_VENDOR_ATTR_SCAN_SUPP_RATES: Nested array attribute of supported
1281 * rates to be included
1282 * @QCA_WLAN_VENDOR_ATTR_SCAN_TX_NO_CCK_RATE: flag used to send probe requests
1283 * at non CCK rate in 2GHz band
1284 * @QCA_WLAN_VENDOR_ATTR_SCAN_FLAGS: Unsigned 32-bit scan flags
1285 * @QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE: Unsigned 64-bit cookie provided by the
1286 * driver for the specific scan request
1287 * @QCA_WLAN_VENDOR_ATTR_SCAN_STATUS: Unsigned 8-bit status of the scan
1288 * request decoded as in enum scan_status
1289 * @QCA_WLAN_VENDOR_ATTR_SCAN_MAC: 6-byte MAC address to use when randomisation
1290 * scan flag is set
1291 * @QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK: 6-byte MAC address mask to be used with
1292 * randomisation
1293 * @QCA_WLAN_VENDOR_ATTR_SCAN_BSSID: 6-byte MAC address representing the
1294 * specific BSSID to scan for.
1295 */
1296 enum qca_wlan_vendor_attr_scan {
1297 QCA_WLAN_VENDOR_ATTR_SCAN_INVALID_PARAM = 0,
1298 QCA_WLAN_VENDOR_ATTR_SCAN_IE = 1,
1299 QCA_WLAN_VENDOR_ATTR_SCAN_FREQUENCIES = 2,
1300 QCA_WLAN_VENDOR_ATTR_SCAN_SSIDS = 3,
1301 QCA_WLAN_VENDOR_ATTR_SCAN_SUPP_RATES = 4,
1302 QCA_WLAN_VENDOR_ATTR_SCAN_TX_NO_CCK_RATE = 5,
1303 QCA_WLAN_VENDOR_ATTR_SCAN_FLAGS = 6,
1304 QCA_WLAN_VENDOR_ATTR_SCAN_COOKIE = 7,
1305 QCA_WLAN_VENDOR_ATTR_SCAN_STATUS = 8,
1306 QCA_WLAN_VENDOR_ATTR_SCAN_MAC = 9,
1307 QCA_WLAN_VENDOR_ATTR_SCAN_MAC_MASK = 10,
1308 QCA_WLAN_VENDOR_ATTR_SCAN_BSSID = 11,
1309 QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST,
1310 QCA_WLAN_VENDOR_ATTR_SCAN_MAX =
1311 QCA_WLAN_VENDOR_ATTR_SCAN_AFTER_LAST - 1
1312 };
1313
1314 /**
1315 * enum scan_status - Specifies the valid values the vendor scan attribute
1316 * QCA_WLAN_VENDOR_ATTR_SCAN_STATUS can take
1317 *
1318 * @VENDOR_SCAN_STATUS_NEW_RESULTS: implies the vendor scan is successful with
1319 * new scan results
1320 * @VENDOR_SCAN_STATUS_ABORTED: implies the vendor scan was aborted in-between
1321 */
1322 enum scan_status {
1323 VENDOR_SCAN_STATUS_NEW_RESULTS,
1324 VENDOR_SCAN_STATUS_ABORTED,
1325 VENDOR_SCAN_STATUS_MAX,
1326 };
1327
1328 /**
1329 * enum qca_vendor_attr_ota_test - Specifies the values for vendor
1330 * command QCA_NL80211_VENDOR_SUBCMD_OTA_TEST
1331 * @QCA_WLAN_VENDOR_ATTR_OTA_TEST_ENABLE: enable ota test
1332 */
1333 enum qca_vendor_attr_ota_test {
1334 QCA_WLAN_VENDOR_ATTR_OTA_TEST_INVALID,
1335 /* 8-bit unsigned value to indicate if OTA test is enabled */
1336 QCA_WLAN_VENDOR_ATTR_OTA_TEST_ENABLE,
1337 /* keep last */
1338 QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST,
1339 QCA_WLAN_VENDOR_ATTR_OTA_TEST_MAX =
1340 QCA_WLAN_VENDOR_ATTR_OTA_TEST_AFTER_LAST - 1
1341 };
1342
1343 /**
1344 * enum qca_vendor_attr_txpower_scale - vendor sub commands index
1345 *
1346 * @QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE: scaling value
1347 */
1348 enum qca_vendor_attr_txpower_scale {
1349 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_INVALID,
1350 /* 8-bit unsigned value to indicate the scaling of tx power */
1351 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE,
1352 /* keep last */
1353 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST,
1354 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_MAX =
1355 QCA_WLAN_VENDOR_ATTR_TXPOWER_SCALE_AFTER_LAST - 1
1356 };
1357
1358 /**
1359 * enum qca_vendor_attr_txpower_decr_db - Attributes for TX power decrease
1360 *
1361 * These attributes are used with QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_DECR_DB.
1362 */
1363 enum qca_vendor_attr_txpower_decr_db {
1364 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_INVALID,
1365 /* 8-bit unsigned value to indicate the reduction of TX power in dB for
1366 * a virtual interface.
1367 */
1368 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB,
1369 /* keep last */
1370 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST,
1371 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_MAX =
1372 QCA_WLAN_VENDOR_ATTR_TXPOWER_DECR_DB_AFTER_LAST - 1
1373 };
1374
1375 /* Attributes for data used by
1376 * QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION and
1377 * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_CONFIGURATION subcommands.
1378 */
1379 enum qca_wlan_vendor_attr_config {
1380 QCA_WLAN_VENDOR_ATTR_CONFIG_INVALID = 0,
1381 /* Unsigned 32-bit value to set the DTIM period.
1382 * Whether the wifi chipset wakes at every dtim beacon or a multiple of
1383 * the DTIM period. If DTIM is set to 3, the STA shall wake up every 3
1384 * DTIM beacons.
1385 */
1386 QCA_WLAN_VENDOR_ATTR_CONFIG_DYNAMIC_DTIM = 1,
1387 /* Unsigned 32-bit value to set the wifi_iface stats averaging factor
1388 * used to calculate statistics like average the TSF offset or average
1389 * number of frame leaked.
1390 * For instance, upon Beacon frame reception:
1391 * current_avg = ((beacon_TSF - TBTT) * factor + previous_avg * (0x10000 - factor) ) / 0x10000
1392 * For instance, when evaluating leaky APs:
1393 * current_avg = ((num frame received within guard time) * factor + previous_avg * (0x10000 - factor)) / 0x10000
1394 */
1395 QCA_WLAN_VENDOR_ATTR_CONFIG_STATS_AVG_FACTOR = 2,
1396 /* Unsigned 32-bit value to configure guard time, i.e., when
1397 * implementing IEEE power management based on frame control PM bit, how
1398 * long the driver waits before shutting down the radio and after
1399 * receiving an ACK frame for a Data frame with PM bit set.
1400 */
1401 QCA_WLAN_VENDOR_ATTR_CONFIG_GUARD_TIME = 3,
1402 /* Unsigned 32-bit value to change the FTM capability dynamically */
1403 QCA_WLAN_VENDOR_ATTR_CONFIG_FINE_TIME_MEASUREMENT = 4,
1404 /* Unsigned 16-bit value to configure maximum TX rate dynamically */
1405 QCA_WLAN_VENDOR_ATTR_CONF_TX_RATE = 5,
1406 /* Unsigned 32-bit value to configure the number of continuous
1407 * Beacon Miss which shall be used by the firmware to penalize
1408 * the RSSI.
1409 */
1410 QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS = 6,
1411 /* Unsigned 8-bit value to configure the channel avoidance indication
1412 * behavior. Firmware to send only one indication and ignore duplicate
1413 * indications when set to avoid multiple Apps wakeups.
1414 */
1415 QCA_WLAN_VENDOR_ATTR_CONFIG_CHANNEL_AVOIDANCE_IND = 7,
1416 /* 8-bit unsigned value to configure the maximum TX MPDU for
1417 * aggregation.
1418 */
1419 QCA_WLAN_VENDOR_ATTR_CONFIG_TX_MPDU_AGGREGATION = 8,
1420 /* 8-bit unsigned value to configure the maximum RX MPDU for
1421 * aggregation.
1422 */
1423 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_MPDU_AGGREGATION = 9,
1424 /* 8-bit unsigned value to configure the Non aggregrate/11g sw
1425 * retry threshold (0 disable, 31 max).
1426 */
1427 QCA_WLAN_VENDOR_ATTR_CONFIG_NON_AGG_RETRY = 10,
1428 /* 8-bit unsigned value to configure the aggregrate sw
1429 * retry threshold (0 disable, 31 max).
1430 */
1431 QCA_WLAN_VENDOR_ATTR_CONFIG_AGG_RETRY = 11,
1432 /* 8-bit unsigned value to configure the MGMT frame
1433 * retry threshold (0 disable, 31 max).
1434 */
1435 QCA_WLAN_VENDOR_ATTR_CONFIG_MGMT_RETRY = 12,
1436 /* 8-bit unsigned value to configure the CTRL frame
1437 * retry threshold (0 disable, 31 max).
1438 */
1439 QCA_WLAN_VENDOR_ATTR_CONFIG_CTRL_RETRY = 13,
1440 /* 8-bit unsigned value to configure the propagation delay for
1441 * 2G/5G band (0~63, units in us)
1442 */
1443 QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_DELAY = 14,
1444 /* Unsigned 32-bit value to configure the number of unicast TX fail
1445 * packet count. The peer is disconnected once this threshold is
1446 * reached.
1447 */
1448 QCA_WLAN_VENDOR_ATTR_CONFIG_TX_FAIL_COUNT = 15,
1449 /* Attribute used to set scan default IEs to the driver.
1450 *
1451 * These IEs can be used by scan operations that will be initiated by
1452 * the driver/firmware.
1453 *
1454 * For further scan requests coming to the driver, these IEs should be
1455 * merged with the IEs received along with scan request coming to the
1456 * driver. If a particular IE is present in the scan default IEs but not
1457 * present in the scan request, then that IE should be added to the IEs
1458 * sent in the Probe Request frames for that scan request.
1459 */
1460 QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_DEFAULT_IES = 16,
1461 /* Unsigned 32-bit attribute for generic commands */
1462 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_COMMAND = 17,
1463 /* Unsigned 32-bit value attribute for generic commands */
1464 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_VALUE = 18,
1465 /* Unsigned 32-bit data attribute for generic command response */
1466 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA = 19,
1467 /* Unsigned 32-bit length attribute for
1468 * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA
1469 */
1470 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_LENGTH = 20,
1471 /* Unsigned 32-bit flags attribute for
1472 * QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_DATA
1473 */
1474 QCA_WLAN_VENDOR_ATTR_CONFIG_GENERIC_FLAGS = 21,
1475 /* Unsigned 32-bit, defining the access policy.
1476 * See enum qca_access_policy. Used with
1477 * QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST.
1478 */
1479 QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY = 22,
1480 /* Sets the list of full set of IEs for which a specific access policy
1481 * has to be applied. Used along with
1482 * QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY to control the access.
1483 * Zero length payload can be used to clear this access constraint.
1484 */
1485 QCA_WLAN_VENDOR_ATTR_CONFIG_ACCESS_POLICY_IE_LIST = 23,
1486 /* Unsigned 32-bit, specifies the interface index (netdev) for which the
1487 * corresponding configurations are applied. If the interface index is
1488 * not specified, the configurations are attributed to the respective
1489 * wiphy.
1490 */
1491 QCA_WLAN_VENDOR_ATTR_CONFIG_IFINDEX = 24,
1492 /* 8-bit unsigned value to trigger QPower: 1-Enable, 0-Disable */
1493 QCA_WLAN_VENDOR_ATTR_CONFIG_QPOWER = 25,
1494 /* 8-bit unsigned value to configure the driver and below layers to
1495 * ignore the assoc disallowed set by APs while connecting
1496 * 1-Ignore, 0-Don't ignore
1497 */
1498 QCA_WLAN_VENDOR_ATTR_CONFIG_IGNORE_ASSOC_DISALLOWED = 26,
1499 /* 32-bit unsigned value to trigger antenna diversity features:
1500 * 1-Enable, 0-Disable
1501 */
1502 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_ENA = 27,
1503 /* 32-bit unsigned value to configure specific chain antenna */
1504 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_CHAIN = 28,
1505 /* 32-bit unsigned value to trigger cycle selftest
1506 * 1-Enable, 0-Disable
1507 */
1508 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SELFTEST = 29,
1509 /* 32-bit unsigned to configure the cycle time of selftest
1510 * the unit is micro-second
1511 */
1512 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SELFTEST_INTVL = 30,
1513 /* 32-bit unsigned value to set reorder timeout for AC_VO */
1514 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_VOICE = 31,
1515 /* 32-bit unsigned value to set reorder timeout for AC_VI */
1516 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_VIDEO = 32,
1517 /* 32-bit unsigned value to set reorder timeout for AC_BE */
1518 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BESTEFFORT = 33,
1519 /* 32-bit unsigned value to set reorder timeout for AC_BK */
1520 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_REORDER_TIMEOUT_BACKGROUND = 34,
1521 /* 6-byte MAC address to point out the specific peer */
1522 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_PEER_MAC = 35,
1523 /* 32-bit unsigned value to set window size for specific peer */
1524 QCA_WLAN_VENDOR_ATTR_CONFIG_RX_BLOCKSIZE_WINLIMIT = 36,
1525 /* 8-bit unsigned value to set the beacon miss threshold in 2.4 GHz */
1526 QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_24 = 37,
1527 /* 8-bit unsigned value to set the beacon miss threshold in 5 GHz */
1528 QCA_WLAN_VENDOR_ATTR_CONFIG_BEACON_MISS_THRESHOLD_5 = 38,
1529 /* 32-bit unsigned value to configure 5 or 10 MHz channel width for
1530 * station device while in disconnect state. The attribute use the
1531 * value of enum nl80211_chan_width: NL80211_CHAN_WIDTH_5 means 5 MHz,
1532 * NL80211_CHAN_WIDTH_10 means 10 MHz. If set, the device work in 5 or
1533 * 10 MHz channel width, the station will not connect to a BSS using 20
1534 * MHz or higher bandwidth. Set to NL80211_CHAN_WIDTH_20_NOHT to
1535 * clear this constraint.
1536 */
1537 QCA_WLAN_VENDOR_ATTR_CONFIG_SUB20_CHAN_WIDTH = 39,
1538 /* 32-bit unsigned value to configure the propagation absolute delay
1539 * for 2G/5G band (units in us)
1540 */
1541 QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_ABS_DELAY = 40,
1542 /* 32-bit unsigned value to set probe period */
1543 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_PROBE_PERIOD = 41,
1544 /* 32-bit unsigned value to set stay period */
1545 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_STAY_PERIOD = 42,
1546 /* 32-bit unsigned value to set snr diff */
1547 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_SNR_DIFF = 43,
1548 /* 32-bit unsigned value to set probe dwell time */
1549 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_PROBE_DWELL_TIME = 44,
1550 /* 32-bit unsigned value to set mgmt snr weight */
1551 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_MGMT_SNR_WEIGHT = 45,
1552 /* 32-bit unsigned value to set data snr weight */
1553 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_DATA_SNR_WEIGHT = 46,
1554 /* 32-bit unsigned value to set ack snr weight */
1555 QCA_WLAN_VENDOR_ATTR_CONFIG_ANT_DIV_ACK_SNR_WEIGHT = 47,
1556 /* 32-bit unsigned value to configure the listen interval.
1557 * This is in units of beacon intervals. This configuration alters
1558 * the negotiated listen interval with the AP during the connection.
1559 * It is highly recommended to configure a value less than or equal to
1560 * the one negotiated during the association. Configuring any greater
1561 * value can have adverse effects (frame loss, AP disassociating STA,
1562 * etc.).
1563 */
1564 QCA_WLAN_VENDOR_ATTR_CONFIG_LISTEN_INTERVAL = 48,
1565 /*
1566 * 8 bit unsigned value that is set on an AP/GO virtual interface to
1567 * disable operations that would cause the AP/GO to leave its operating
1568 * channel.
1569 *
1570 * This will restrict the scans to the AP/GO operating channel and the
1571 * channels of the other band, if DBS is supported.A STA/CLI interface
1572 * brought up after this setting is enabled, will be restricted to
1573 * connecting to devices only on the AP/GO interface's operating channel
1574 * or on the other band in DBS case. P2P supported channel list is
1575 * modified, to only include AP interface's operating-channel and the
1576 * channels of the other band if DBS is supported.
1577 *
1578 * These restrictions are only applicable as long as the AP/GO interface
1579 * is alive. If the AP/GO interface is brought down then this
1580 * setting/restriction is forgotten.
1581 *
1582 * If this variable is set on an AP/GO interface while a multi-channel
1583 * concurrent session is active, it has no effect on the operation of
1584 * the current interfaces, other than restricting the scan to the AP/GO
1585 * operating channel and the other band channels if DBS is supported.
1586 * However, if the STA is brought down and restarted then the new STA
1587 * connection will either be formed on the AP/GO channel or on the
1588 * other band in a DBS case. This is because of the scan being
1589 * restricted on these channels as mentioned above.
1590 *
1591 * 1-Restrict / 0-Don't restrict offchannel operations.
1592 */
1593 QCA_WLAN_VENDOR_ATTR_CONFIG_RESTRICT_OFFCHANNEL = 49,
1594 /*
1595 * 8 bit unsigned value to enable/disable LRO (Large Receive Offload)
1596 * on an interface.
1597 * 1 - Enable, 0 - Disable.
1598 */
1599 QCA_WLAN_VENDOR_ATTR_CONFIG_LRO = 50,
1600
1601 /*
1602 * 8 bit unsigned value to globally enable/disable scan
1603 * 1 - Enable, 0 - Disable.
1604 */
1605 QCA_WLAN_VENDOR_ATTR_CONFIG_SCAN_ENABLE = 51,
1606
1607 /* 8-bit unsigned value to set the total beacon miss count
1608 * This parameter will set the total beacon miss count.
1609 */
1610 QCA_WLAN_VENDOR_ATTR_CONFIG_TOTAL_BEACON_MISS_COUNT = 52,
1611
1612 /* Unsigned 32-bit value to configure the number of continuous
1613 * Beacon Miss which shall be used by the firmware to penalize
1614 * the RSSI for BTC.
1615 */
1616 QCA_WLAN_VENDOR_ATTR_CONFIG_PENALIZE_AFTER_NCONS_BEACON_MISS_BTC = 53,
1617
1618 /* 8-bit unsigned value to configure the driver and below layers to
1619 * enable/disable all FILS features.
1620 * 0-enable, 1-disable
1621 */
1622 QCA_WLAN_VENDOR_ATTR_CONFIG_DISABLE_FILS = 54,
1623
1624 /* 16-bit unsigned value to configure the level of WLAN latency
1625 * module. See enum qca_wlan_vendor_attr_config_latency_level.
1626 */
1627 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL = 55,
1628
1629 /* 8-bit unsigned value indicating the driver to use the RSNE as-is from
1630 * the connect interface. Exclusively used for the scenarios where the
1631 * device is used as a test bed device with special functionality and
1632 * not recommended for production. This helps driver to not validate the
1633 * RSNE passed from user space and thus allow arbitrary IE data to be
1634 * used for testing purposes.
1635 * 1-enable, 0-disable.
1636 * Applications set/reset this configuration. If not reset, this
1637 * parameter remains in use until the driver is unloaded.
1638 */
1639 QCA_WLAN_VENDOR_ATTR_CONFIG_RSN_IE = 56,
1640
1641 /* 8-bit unsigned value to trigger green Tx power saving.
1642 * 1-Enable, 0-Disable
1643 */
1644 QCA_WLAN_VENDOR_ATTR_CONFIG_GTX = 57,
1645
1646 /* keep last */
1647 QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
1648 QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
1649 QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST - 1,
1650 };
1651
1652 /**
1653 * enum qca_wlan_vendor_attr_sap_config - Parameters for AP configuration
1654 */
1655 enum qca_wlan_vendor_attr_sap_config {
1656 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_INVALID = 0,
1657 /* 1 - reserved for QCA */
1658 /* List of frequencies on which AP is expected to operate.
1659 * This is irrespective of ACS configuration. This list is a priority
1660 * based one and is looked for before the AP is created to ensure the
1661 * best concurrency sessions (avoid MCC and use DBS/SCC) co-exist in
1662 * the system.
1663 */
1664 QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST = 2,
1665
1666 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST,
1667 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_MAX =
1668 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST - 1,
1669 };
1670
1671 /**
1672 * enum qca_wlan_vendor_attr_sap_conditional_chan_switch - Parameters for AP
1673 * conditional channel switch
1674 */
1675 enum qca_wlan_vendor_attr_sap_conditional_chan_switch {
1676 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_INVALID = 0,
1677 /* Priority based frequency list (an array of u32 values in host byte
1678 * order)
1679 */
1680 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST = 1,
1681 /* Status of the conditional switch (u32).
1682 * 0: Success, Non-zero: Failure
1683 */
1684 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS = 2,
1685
1686 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST,
1687 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_MAX =
1688 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST - 1,
1689 };
1690
1691 /**
1692 * enum qca_wlan_gpio_attr - Parameters for GPIO configuration
1693 */
1694 enum qca_wlan_gpio_attr {
1695 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INVALID = 0,
1696 /* Unsigned 32-bit attribute for GPIO command */
1697 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND,
1698 /* Unsigned 32-bit attribute for GPIO PIN number to configure */
1699 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM,
1700 /* Unsigned 32-bit attribute for GPIO value to configure */
1701 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_VALUE,
1702 /* Unsigned 32-bit attribute for GPIO pull type */
1703 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE,
1704 /* Unsigned 32-bit attribute for GPIO interrupt mode */
1705 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE,
1706
1707 /* keep last */
1708 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST,
1709 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MAX =
1710 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST - 1
1711 };
1712
1713 /**
1714 * qca_wlan_set_qdepth_thresh_attr - Parameters for setting
1715 * MSDUQ depth threshold per peer per tid in the target
1716 *
1717 * Associated Vendor Command:
1718 * QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH
1719 */
1720 enum qca_wlan_set_qdepth_thresh_attr {
1721 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_INVALID = 0,
1722 /* 6-byte MAC address */
1723 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAC_ADDR,
1724 /* Unsigned 32-bit attribute for holding the TID */
1725 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_TID,
1726 /* Unsigned 32-bit attribute for holding the update mask
1727 * bit 0 - Update high priority msdu qdepth threshold
1728 * bit 1 - Update low priority msdu qdepth threshold
1729 * bit 2 - Update UDP msdu qdepth threshold
1730 * bit 3 - Update Non UDP msdu qdepth threshold
1731 * rest of bits are reserved
1732 */
1733 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_UPDATE_MASK,
1734 /* Unsigned 32-bit attribute for holding the threshold value */
1735 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_VALUE,
1736
1737 /* keep last */
1738 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST,
1739 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAX =
1740 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST - 1,
1741 };
1742
1743 /**
1744 * enum qca_wlan_vendor_attr_get_hw_capability - Wi-Fi hardware capability
1745 */
1746 enum qca_wlan_vendor_attr_get_hw_capability {
1747 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_INVALID,
1748 /* Antenna isolation
1749 * An attribute used in the response.
1750 * The content of this attribute is encoded in a byte array. Each byte
1751 * value is an antenna isolation value. The array length is the number
1752 * of antennas.
1753 */
1754 QCA_WLAN_VENDOR_ATTR_ANTENNA_ISOLATION,
1755 /* Request HW capability
1756 * An attribute used in the request.
1757 * The content of this attribute is a u32 array for one or more of
1758 * hardware capabilities (attribute IDs) that are being requested. Each
1759 * u32 value has a value from this
1760 * enum qca_wlan_vendor_attr_get_hw_capability
1761 * identifying which capabilities are requested.
1762 */
1763 QCA_WLAN_VENDOR_ATTR_GET_HW_CAPABILITY,
1764
1765 /* keep last */
1766 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST,
1767 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_MAX =
1768 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST - 1,
1769 };
1770
1771 /**
1772 * enum qca_wlan_vendor_attr_ll_stats_ext - Attributes for MAC layer monitoring
1773 * offload which is an extension for LL_STATS.
1774 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD: Monitoring period. Unit in ms.
1775 * If MAC counters do not exceed the threshold, FW will report monitored
1776 * link layer counters periodically as this setting. The first report is
1777 * always triggered by this timer.
1778 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD: It is a percentage (1-99).
1779 * For each MAC layer counter, FW holds two copies. One is the current value.
1780 * The other is the last report. Once a current counter's increment is larger
1781 * than the threshold, FW will indicate that counter to host even if the
1782 * monitoring timer does not expire.
1783 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG: Peer STA power state change
1784 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID: TID of MSDU
1785 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU: Count of MSDU with the same
1786 * failure code.
1787 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS: TX failure code
1788 * 1: TX packet discarded
1789 * 2: No ACK
1790 * 3: Postpone
1791 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS: peer MAC address
1792 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE: Peer STA current state
1793 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL: Global threshold.
1794 * Threshold for all monitored parameters. If per counter dedicated threshold
1795 * is not enabled, this threshold will take effect.
1796 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE: Indicate what triggers this
1797 * event, PERORID_TIMEOUT == 1, THRESH_EXCEED == 0.
1798 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID: interface ID
1799 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID: peer ID
1800 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP: bitmap for TX counters
1801 * Bit0: TX counter unit in MSDU
1802 * Bit1: TX counter unit in MPDU
1803 * Bit2: TX counter unit in PPDU
1804 * Bit3: TX counter unit in byte
1805 * Bit4: Dropped MSDUs
1806 * Bit5: Dropped Bytes
1807 * Bit6: MPDU retry counter
1808 * Bit7: MPDU failure counter
1809 * Bit8: PPDU failure counter
1810 * Bit9: MPDU aggregation counter
1811 * Bit10: MCS counter for ACKed MPDUs
1812 * Bit11: MCS counter for Failed MPDUs
1813 * Bit12: TX Delay counter
1814 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP: bitmap for RX counters
1815 * Bit0: MAC RX counter unit in MPDU
1816 * Bit1: MAC RX counter unit in byte
1817 * Bit2: PHY RX counter unit in PPDU
1818 * Bit3: PHY RX counter unit in byte
1819 * Bit4: Disorder counter
1820 * Bit5: Retry counter
1821 * Bit6: Duplication counter
1822 * Bit7: Discard counter
1823 * Bit8: MPDU aggregation size counter
1824 * Bit9: MCS counter
1825 * Bit10: Peer STA power state change (wake to sleep) counter
1826 * Bit11: Peer STA power save counter, total time in PS mode
1827 * Bit12: Probe request counter
1828 * Bit13: Other management frames counter
1829 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP: bitmap for CCA
1830 * Bit0: Idle time
1831 * Bit1: TX time
1832 * Bit2: time RX in current bss
1833 * Bit3: Out of current bss time
1834 * Bit4: Wireless medium busy time
1835 * Bit5: RX in bad condition time
1836 * Bit6: TX in bad condition time
1837 * Bit7: time wlan card not available
1838 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP: bitmap for signal
1839 * Bit0: Per channel SNR counter
1840 * Bit1: Per channel noise floor counter
1841 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM: number of peers
1842 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM: number of channels
1843 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_AC_RX_NUM: number of RX stats
1844 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS: per channel BSS CCA stats
1845 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER: container for per PEER stats
1846 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU: Number of total TX MSDUs
1847 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU: Number of total TX MPDUs
1848 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU: Number of total TX PPDUs
1849 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES: bytes of TX data
1850 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP: Number of dropped TX packets
1851 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES: Bytes dropped
1852 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY: waiting time without an ACK
1853 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK: number of MPDU not-ACKed
1854 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK: number of PPDU not-ACKed
1855 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM:
1856 * aggregation stats buffer length
1857 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM: length of mcs stats
1858 * buffer for ACKed MPDUs.
1859 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM: length of mcs stats
1860 * buffer for failed MPDUs.
1861 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE:
1862 * length of delay stats array.
1863 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR: TX aggregation stats
1864 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS: MCS stats for ACKed MPDUs
1865 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS: MCS stats for failed MPDUs
1866 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY: tx delay stats
1867 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU: MPDUs received
1868 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES: bytes received
1869 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU: PPDU received
1870 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES: PPDU bytes received
1871 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST: packets lost
1872 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY: number of RX packets
1873 * flagged as retransmissions
1874 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP: number of RX packets
1875 * flagged as duplicated
1876 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD: number of RX
1877 * packets discarded
1878 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM: length of RX aggregation
1879 * stats buffer.
1880 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM: length of RX mcs
1881 * stats buffer.
1882 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS: RX mcs stats buffer
1883 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR: aggregation stats buffer
1884 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES: times STAs go to sleep
1885 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION: STAs' total sleep time
1886 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ: number of probe
1887 * requests received
1888 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT: number of other mgmt
1889 * frames received
1890 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME: Percentage of idle time
1891 * there is no TX, nor RX, nor interference.
1892 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME: percentage of time
1893 * transmitting packets.
1894 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME: percentage of time
1895 * for receiving.
1896 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY: percentage of time
1897 * interference detected.
1898 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD: percentage of time
1899 * receiving packets with errors.
1900 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD: percentage of time
1901 * TX no-ACK.
1902 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL: percentage of time
1903 * the chip is unable to work in normal conditions.
1904 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME: percentage of time
1905 * receiving packets in current BSS.
1906 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME: percentage of time
1907 * receiving packets not in current BSS.
1908 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM: number of antennas
1909 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL:
1910 * This is a container for per antenna signal stats.
1911 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR: per antenna SNR value
1912 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF: per antenna NF value
1913 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON: RSSI of beacon
1914 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON: SNR of beacon
1915 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_REPORT_TIME: u64
1916 * Absolute timestamp from 1970/1/1, unit in ms. After receiving the
1917 * message, user layer APP could call gettimeofday to get another
1918 * timestamp and calculate transfer delay for the message.
1919 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MEASUREMENT_TIME: u32
1920 * Real period for this measurement, unit in us.
1921 */
1922 enum qca_wlan_vendor_attr_ll_stats_ext {
1923 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_INVALID = 0,
1924
1925 /* Attributes for configurations */
1926 QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD,
1927 QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD,
1928
1929 /* Peer STA power state change */
1930 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG,
1931
1932 /* TX failure event */
1933 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID,
1934 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU,
1935 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS,
1936
1937 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE,
1938 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS,
1939
1940 /* MAC counters */
1941 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL,
1942 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE,
1943 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID,
1944 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID,
1945 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP,
1946 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP,
1947 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP,
1948 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP,
1949 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM,
1950 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM,
1951 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS,
1952 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER,
1953
1954 /* Sub-attributes for PEER_AC_TX */
1955 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU,
1956 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU,
1957 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU,
1958 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES,
1959 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP,
1960 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES,
1961 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY,
1962 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK,
1963 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK,
1964 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM,
1965 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM,
1966 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM,
1967 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR,
1968 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS,
1969 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS,
1970 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE,
1971 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY,
1972
1973 /* Sub-attributes for PEER_AC_RX */
1974 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU,
1975 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES,
1976 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU,
1977 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES,
1978 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST,
1979 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY,
1980 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP,
1981 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD,
1982 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM,
1983 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM,
1984 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS,
1985 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR,
1986 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES,
1987 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION,
1988 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ,
1989 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT,
1990
1991 /* Sub-attributes for CCA_BSS */
1992 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME,
1993 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME,
1994 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME,
1995 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY,
1996 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD,
1997 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD,
1998 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL,
1999
2000 /* sub-attribute for BSS_RX_TIME */
2001 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME,
2002 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME,
2003
2004 /* Sub-attributes for PEER_SIGNAL */
2005 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM,
2006 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL,
2007 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR,
2008 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF,
2009
2010 /* Sub-attributes for IFACE_BSS */
2011 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON,
2012 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON,
2013
2014 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_REPORT_TIME,
2015 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MEASUREMENT_TIME,
2016
2017 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST,
2018 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MAX =
2019 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST - 1
2020 };
2021
2022 /* Attributes for FTM commands and events */
2023
2024 /**
2025 * enum qca_wlan_vendor_attr_loc_capa - Indoor location capabilities
2026 *
2027 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS: Various flags. See
2028 * enum qca_wlan_vendor_attr_loc_capa_flags.
2029 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS: Maximum number
2030 * of measurement sessions that can run concurrently.
2031 * Default is one session (no session concurrency).
2032 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS: The total number of unique
2033 * peers that are supported in running sessions. For example,
2034 * if the value is 8 and maximum number of sessions is 2, you can
2035 * have one session with 8 unique peers, or 2 sessions with 4 unique
2036 * peers each, and so on.
2037 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP: Maximum number
2038 * of bursts per peer, as an exponent (2^value). Default is 0,
2039 * meaning no multi-burst support.
2040 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST: Maximum number
2041 * of measurement exchanges allowed in a single burst.
2042 * @QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES: Supported AOA measurement
2043 * types. A bit mask (unsigned 32 bit value), each bit corresponds
2044 * to an AOA type as defined by enum qca_vendor_attr_aoa_type.
2045 */
2046 enum qca_wlan_vendor_attr_loc_capa {
2047 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_INVALID,
2048 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS,
2049 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS,
2050 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS,
2051 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP,
2052 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST,
2053 QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES,
2054 /* keep last */
2055 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST,
2056 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_MAX =
2057 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST - 1,
2058 };
2059
2060 /**
2061 * enum qca_wlan_vendor_attr_loc_capa_flags: Indoor location capability flags
2062 *
2063 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER: Set if driver
2064 * can be configured as an FTM responder (for example, an AP that
2065 * services FTM requests). QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
2066 * will be supported if set.
2067 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR: Set if driver
2068 * can run FTM sessions. QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION
2069 * will be supported if set.
2070 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP: Set if FTM responder
2071 * supports immediate (ASAP) response.
2072 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA: Set if driver supports standalone
2073 * AOA measurement using QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS.
2074 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM: Set if driver supports
2075 * requesting AOA measurements as part of an FTM session.
2076 */
2077 enum qca_wlan_vendor_attr_loc_capa_flags {
2078 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER = 1 << 0,
2079 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR = 1 << 1,
2080 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP = 1 << 2,
2081 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA = 1 << 3,
2082 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM = 1 << 4,
2083 };
2084
2085 /**
2086 * enum qca_wlan_vendor_attr_ftm_peer_info: Information about
2087 * a single peer in a measurement session.
2088 *
2089 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR: The MAC address of the peer.
2090 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS: Various flags related
2091 * to measurement. See enum qca_wlan_vendor_attr_ftm_peer_meas_flags.
2092 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS: Nested attribute of
2093 * FTM measurement parameters, as specified by IEEE P802.11-REVmc/D7.0
2094 * 9.4.2.167. See enum qca_wlan_vendor_attr_ftm_meas_param for
2095 * list of supported attributes.
2096 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID: Initial token ID for
2097 * secure measurement.
2098 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD: Request AOA
2099 * measurement every <value> bursts. If 0 or not specified,
2100 * AOA measurements will be disabled for this peer.
2101 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ: Frequency in MHz where
2102 * the measurement frames are exchanged. Optional; if not
2103 * specified, try to locate the peer in the kernel scan
2104 * results cache and use frequency from there.
2105 */
2106 enum qca_wlan_vendor_attr_ftm_peer_info {
2107 QCA_WLAN_VENDOR_ATTR_FTM_PEER_INVALID,
2108 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR,
2109 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS,
2110 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS,
2111 QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID,
2112 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD,
2113 QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ,
2114 /* keep last */
2115 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST,
2116 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAX =
2117 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST - 1,
2118 };
2119
2120 /**
2121 * enum qca_wlan_vendor_attr_ftm_peer_meas_flags: Measurement request flags,
2122 * per-peer
2123 *
2124 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP: If set, request
2125 * immediate (ASAP) response from peer.
2126 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI: If set, request
2127 * LCI report from peer. The LCI report includes the absolute
2128 * location of the peer in "official" coordinates (similar to GPS).
2129 * See IEEE P802.11-REVmc/D7.0, 11.24.6.7 for more information.
2130 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR: If set, request
2131 * Location civic report from peer. The LCR includes the location
2132 * of the peer in free-form format. See IEEE P802.11-REVmc/D7.0,
2133 * 11.24.6.7 for more information.
2134 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE: If set,
2135 * request a secure measurement.
2136 * QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID must also be provided.
2137 */
2138 enum qca_wlan_vendor_attr_ftm_peer_meas_flags {
2139 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP = 1 << 0,
2140 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI = 1 << 1,
2141 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR = 1 << 2,
2142 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE = 1 << 3,
2143 };
2144
2145 /**
2146 * enum qca_wlan_vendor_attr_ftm_meas_param: Measurement parameters
2147 *
2148 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST: Number of measurements
2149 * to perform in a single burst.
2150 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP: Number of bursts to
2151 * perform, specified as an exponent (2^value).
2152 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION: Duration of burst
2153 * instance, as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167.
2154 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD: Time between bursts,
2155 * as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167. Must
2156 * be larger than QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION.
2157 */
2158 enum qca_wlan_vendor_attr_ftm_meas_param {
2159 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_INVALID,
2160 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST,
2161 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP,
2162 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION,
2163 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD,
2164 /* keep last */
2165 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST,
2166 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MAX =
2167 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST - 1,
2168 };
2169
2170 /**
2171 * enum qca_wlan_vendor_attr_ftm_peer_result: Per-peer results
2172 *
2173 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR: MAC address of the reported
2174 * peer.
2175 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS: Status of measurement
2176 * request for this peer.
2177 * See enum qca_wlan_vendor_attr_ftm_peer_result_status.
2178 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS: Various flags related
2179 * to measurement results for this peer.
2180 * See enum qca_wlan_vendor_attr_ftm_peer_result_flags.
2181 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS: Specified when
2182 * request failed and peer requested not to send an additional request
2183 * for this number of seconds.
2184 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI: LCI report when received
2185 * from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
2186 * 9.4.2.22.10.
2187 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR: Location civic report when
2188 * received from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
2189 * 9.4.2.22.13.
2190 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS: Reported when peer
2191 * overridden some measurement request parameters. See
2192 * enum qca_wlan_vendor_attr_ftm_meas_param.
2193 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS: AOA measurement
2194 * for this peer. Same contents as @QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT.
2195 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS: Array of measurement
2196 * results. Each entry is a nested attribute defined
2197 * by enum qca_wlan_vendor_attr_ftm_meas.
2198 */
2199 enum qca_wlan_vendor_attr_ftm_peer_result {
2200 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_INVALID,
2201 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR,
2202 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS,
2203 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS,
2204 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS,
2205 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI,
2206 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR,
2207 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS,
2208 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS,
2209 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS,
2210 /* keep last */
2211 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST,
2212 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAX =
2213 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST - 1,
2214 };
2215
2216 /**
2217 * enum qca_wlan_vendor_attr_ftm_peer_result_status
2218 *
2219 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK: Request sent ok and results
2220 * will be provided. Peer may have overridden some measurement parameters,
2221 * in which case overridden parameters will be report by
2222 * QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAM attribute.
2223 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE: Peer is incapable
2224 * of performing the measurement request. No more results will be sent
2225 * for this peer in this session.
2226 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED: Peer reported request
2227 * failed, and requested not to send an additional request for number
2228 * of seconds specified by QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS
2229 * attribute.
2230 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID: Request validation
2231 * failed. Request was not sent over the air.
2232 */
2233 enum qca_wlan_vendor_attr_ftm_peer_result_status {
2234 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK,
2235 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE,
2236 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED,
2237 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID,
2238 };
2239
2240 /**
2241 * enum qca_wlan_vendor_attr_ftm_peer_result_flags: Various flags
2242 * for measurement result, per-peer
2243 *
2244 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE: If set,
2245 * measurement completed for this peer. No more results will be reported
2246 * for this peer in this session.
2247 */
2248 enum qca_wlan_vendor_attr_ftm_peer_result_flags {
2249 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE = 1 << 0,
2250 };
2251
2252 /**
2253 * enum qca_vendor_attr_loc_session_status: Session completion status code
2254 *
2255 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK: Session completed
2256 * successfully.
2257 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED: Session aborted
2258 * by request.
2259 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID: Session request
2260 * was invalid and was not started.
2261 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED: Session had an error
2262 * and did not complete normally (for example out of resources).
2263 */
2264 enum qca_vendor_attr_loc_session_status {
2265 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK,
2266 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED,
2267 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID,
2268 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED,
2269 };
2270
2271 /**
2272 * enum qca_wlan_vendor_attr_ftm_meas: Single measurement data
2273 *
2274 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1: Time of departure (TOD) of FTM packet as
2275 * recorded by responder, in picoseconds.
2276 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2277 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2: Time of arrival (TOA) of FTM packet at
2278 * initiator, in picoseconds.
2279 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2280 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3: TOD of ACK packet as recorded by
2281 * initiator, in picoseconds.
2282 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2283 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4: TOA of ACK packet at
2284 * responder, in picoseconds.
2285 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2286 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI: RSSI (signal level) as recorded
2287 * during this measurement exchange. Optional and will be provided if
2288 * the hardware can measure it.
2289 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR: TOD error reported by
2290 * responder. Not always provided.
2291 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2292 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR: TOA error reported by
2293 * responder. Not always provided.
2294 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2295 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR: TOD error measured by
2296 * initiator. Not always provided.
2297 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2298 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR: TOA error measured by
2299 * initiator. Not always provided.
2300 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2301 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD: Dummy attribute for padding.
2302 */
2303 enum qca_wlan_vendor_attr_ftm_meas {
2304 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INVALID,
2305 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1,
2306 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2,
2307 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3,
2308 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4,
2309 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI,
2310 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR,
2311 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR,
2312 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR,
2313 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR,
2314 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD,
2315 /* keep last */
2316 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST,
2317 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_MAX =
2318 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST - 1,
2319 };
2320
2321 /**
2322 * enum qca_wlan_vendor_attr_aoa_type - AOA measurement type
2323 *
2324 * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: Phase of the strongest
2325 * CIR (channel impulse response) path for each antenna.
2326 * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: Phase and amplitude
2327 * of the strongest CIR path for each antenna.
2328 */
2329 enum qca_wlan_vendor_attr_aoa_type {
2330 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE,
2331 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP,
2332 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_MAX
2333 };
2334
2335 /**
2336 * enum qca_wlan_vendor_attr_encryption_test - Attributes to
2337 * validate encryption engine
2338 *
2339 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION: Flag attribute.
2340 * This will be included if the request is for decryption; if not included,
2341 * the request is treated as a request for encryption by default.
2342 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER: Unsigned 32-bit value
2343 * indicating the key cipher suite. Takes same values as
2344 * NL80211_ATTR_KEY_CIPHER.
2345 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID: Unsigned 8-bit value
2346 * Key Id to be used for encryption
2347 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK: Array of 8-bit values.
2348 * Key (TK) to be used for encryption/decryption
2349 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN: Array of 8-bit values.
2350 * Packet number to be specified for encryption/decryption
2351 * 6 bytes for TKIP/CCMP/GCMP.
2352 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA: Array of 8-bit values
2353 * representing the 802.11 packet (header + payload + FCS) that
2354 * needs to be encrypted/decrypted.
2355 * Encrypted/decrypted response from the driver will also be sent
2356 * to userspace with the same attribute.
2357 */
2358 enum qca_wlan_vendor_attr_encryption_test {
2359 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_INVALID = 0,
2360 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION,
2361 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER,
2362 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID,
2363 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK,
2364 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN,
2365 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA,
2366
2367 /* keep last */
2368 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST,
2369 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_MAX =
2370 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST - 1
2371 };
2372
2373 /**
2374 * enum qca_wlan_vendor_attr_dmg_rf_sector_type - Type of
2375 * sector for DMG RF sector operations.
2376 *
2377 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX: RX sector
2378 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX: TX sector
2379 */
2380 enum qca_wlan_vendor_attr_dmg_rf_sector_type {
2381 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX,
2382 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX,
2383 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_MAX
2384 };
2385
2386 /**
2387 * BRP antenna limit mode
2388 *
2389 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE: Disable BRP force
2390 * antenna limit, BRP will be performed as usual.
2391 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE: Define maximal
2392 * antennas limit. the hardware may use less antennas than the
2393 * maximum limit.
2394 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE: The hardware will
2395 * use exactly the specified number of antennas for BRP.
2396 */
2397 enum qca_wlan_vendor_attr_brp_ant_limit_mode {
2398 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE,
2399 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE,
2400 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE,
2401 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_MAX
2402 };
2403
2404 /**
2405 * enum qca_wlan_vendor_attr_dmg_rf_sector_cfg - Attributes for
2406 * DMG RF sector configuration for a single RF module.
2407 * The values are defined in a compact way which closely matches
2408 * the way it is stored in HW registers.
2409 * The configuration provides values for 32 antennas and 8 distribution
2410 * amplifiers, and together describes the characteristics of the RF
2411 * sector - such as a beam in some direction with some gain.
2412 *
2413 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX: Index
2414 * of RF module for this configuration.
2415 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0: Bit 0 of edge
2416 * amplifier gain index. Unsigned 32 bit number containing
2417 * bits for all 32 antennas.
2418 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1: Bit 1 of edge
2419 * amplifier gain index. Unsigned 32 bit number containing
2420 * bits for all 32 antennas.
2421 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2: Bit 2 of edge
2422 * amplifier gain index. Unsigned 32 bit number containing
2423 * bits for all 32 antennas.
2424 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI: Phase values
2425 * for first 16 antennas, 2 bits per antenna.
2426 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO: Phase values
2427 * for last 16 antennas, 2 bits per antenna.
2428 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16: Contains
2429 * DTYPE values (3 bits) for each distribution amplifier, followed
2430 * by X16 switch bits for each distribution amplifier. There are
2431 * total of 8 distribution amplifiers.
2432 */
2433 enum qca_wlan_vendor_attr_dmg_rf_sector_cfg {
2434 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_INVALID = 0,
2435 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX = 1,
2436 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0 = 2,
2437 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1 = 3,
2438 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2 = 4,
2439 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI = 5,
2440 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO = 6,
2441 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16 = 7,
2442
2443 /* keep last */
2444 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST,
2445 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MAX =
2446 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST - 1
2447 };
2448
2449 enum qca_wlan_vendor_attr_ll_stats_set {
2450 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_INVALID = 0,
2451 /* Unsigned 32-bit value */
2452 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD = 1,
2453 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING = 2,
2454 /* keep last */
2455 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST,
2456 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX =
2457 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST - 1,
2458 };
2459
2460 enum qca_wlan_vendor_attr_ll_stats_clr {
2461 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_INVALID = 0,
2462 /* Unsigned 32bit bitmap for clearing statistics
2463 * All radio statistics 0x00000001
2464 * cca_busy_time (within radio statistics) 0x00000002
2465 * All channel stats (within radio statistics) 0x00000004
2466 * All scan statistics (within radio statistics) 0x00000008
2467 * All interface statistics 0x00000010
2468 * All tx rate statistics (within interface statistics) 0x00000020
2469 * All ac statistics (with in interface statistics) 0x00000040
2470 * All contention (min, max, avg) statistics (within ac statisctics)
2471 * 0x00000080.
2472 */
2473 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK = 1,
2474 /* Unsigned 8 bit value: Request to stop statistics collection */
2475 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ = 2,
2476
2477 /* Unsigned 32 bit bitmap: Response from the driver
2478 * for the cleared statistics
2479 */
2480 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK = 3,
2481 /* Unsigned 8 bit value: Response from driver/firmware
2482 * for the stop request
2483 */
2484 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP = 4,
2485 /* keep last */
2486 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST,
2487 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX =
2488 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST - 1,
2489 };
2490
2491 enum qca_wlan_vendor_attr_ll_stats_get {
2492 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_INVALID = 0,
2493 /* Unsigned 32 bit value provided by the caller issuing the GET stats
2494 * command. When reporting the stats results, the driver uses the same
2495 * value to indicate which GET request the results correspond to.
2496 */
2497 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID = 1,
2498 /* Unsigned 32 bit value - bit mask to identify what statistics are
2499 * requested for retrieval.
2500 * Radio Statistics 0x00000001
2501 * Interface Statistics 0x00000020
2502 * All Peer Statistics 0x00000040
2503 * Peer Statistics 0x00000080
2504 */
2505 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK = 2,
2506 /* keep last */
2507 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST,
2508 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX =
2509 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST - 1,
2510 };
2511
2512 enum qca_wlan_vendor_attr_ll_stats_results {
2513 QCA_WLAN_VENDOR_ATTR_LL_STATS_INVALID = 0,
2514 /* Unsigned 32bit value. Used by the driver; must match the request id
2515 * provided with the QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET command.
2516 */
2517 QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_REQ_ID = 1,
2518
2519 /* Unsigned 32 bit value */
2520 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_BEACON_RX = 2,
2521 /* Unsigned 32 bit value */
2522 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_RX = 3,
2523 /* Unsigned 32 bit value */
2524 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_RX = 4,
2525 /* Unsigned 32 bit value */
2526 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_TX = 5,
2527 /* Signed 32 bit value */
2528 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_MGMT = 6,
2529 /* Signed 32 bit value */
2530 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_DATA = 7,
2531 /* Signed 32 bit value */
2532 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_ACK = 8,
2533
2534 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_* are
2535 * nested within the interface stats.
2536 */
2537
2538 /* Interface mode, e.g., STA, SOFTAP, IBSS, etc.
2539 * Type = enum wifi_interface_mode.
2540 */
2541 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE = 9,
2542 /* Interface MAC address. An array of 6 Unsigned int8 */
2543 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR = 10,
2544 /* Type = enum wifi_connection_state, e.g., DISCONNECTED,
2545 * AUTHENTICATING, etc. valid for STA, CLI only.
2546 */
2547 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE = 11,
2548 /* Type = enum wifi_roam_state. Roaming state, e.g., IDLE or ACTIVE
2549 */
2550 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING = 12,
2551 /* Unsigned 32 bit value. WIFI_CAPABILITY_XXX */
2552 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES = 13,
2553 /* NULL terminated SSID. An array of 33 Unsigned 8bit values */
2554 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID = 14,
2555 /* BSSID. An array of 6 unsigned 8 bit values */
2556 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID = 15,
2557 /* Country string advertised by AP. An array of 3 unsigned 8 bit
2558 * values.
2559 */
2560 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR = 16,
2561 /* Country string for this association. An array of 3 unsigned 8 bit
2562 * values.
2563 */
2564 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR = 17,
2565
2566 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_* could
2567 * be nested within the interface stats.
2568 */
2569
2570 /* Type = enum wifi_traffic_ac, e.g., V0, VI, BE and BK */
2571 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC = 18,
2572 /* Unsigned int 32 value corresponding to respective AC */
2573 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU = 19,
2574 /* Unsigned int 32 value corresponding to respective AC */
2575 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU = 20,
2576 /* Unsigned int 32 value corresponding to respective AC */
2577 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST = 21,
2578 /* Unsigned int 32 value corresponding to respective AC */
2579 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST = 22,
2580 /* Unsigned int 32 value corresponding to respective AC */
2581 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU = 23,
2582 /* Unsigned int 32 value corresponding to respective AC */
2583 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_AMPDU = 24,
2584 /* Unsigned int 32 value corresponding to respective AC */
2585 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LOST = 25,
2586 /* Unsigned int 32 value corresponding to respective AC */
2587 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES = 26,
2588 /* Unsigned int 32 value corresponding to respective AC */
2589 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_SHORT = 27,
2590 /* Unsigned int 32 values corresponding to respective AC */
2591 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_LONG = 28,
2592 /* Unsigned int 32 values corresponding to respective AC */
2593 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MIN = 29,
2594 /* Unsigned int 32 values corresponding to respective AC */
2595 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MAX = 30,
2596 /* Unsigned int 32 values corresponding to respective AC */
2597 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_AVG = 31,
2598 /* Unsigned int 32 values corresponding to respective AC */
2599 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_NUM_SAMPLES = 32,
2600 /* Unsigned 32 bit value. Number of peers */
2601 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NUM_PEERS = 33,
2602
2603 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_* are
2604 * nested within the interface stats.
2605 */
2606
2607 /* Type = enum wifi_peer_type. Peer type, e.g., STA, AP, P2P GO etc. */
2608 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_TYPE = 34,
2609 /* MAC addr corresponding to respective peer. An array of 6 unsigned
2610 * 8 bit values.
2611 */
2612 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_MAC_ADDRESS = 35,
2613 /* Unsigned int 32 bit value representing capabilities corresponding
2614 * to respective peer.
2615 */
2616 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_CAPABILITIES = 36,
2617 /* Unsigned 32 bit value. Number of rates */
2618 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_NUM_RATES = 37,
2619
2620 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_*
2621 * are nested within the rate stat.
2622 */
2623
2624 /* Wi-Fi Rate - separate attributes defined for individual fields */
2625
2626 /* Unsigned int 8 bit value; 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved */
2627 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE = 38,
2628 /* Unsigned int 8 bit value; 0:1x1, 1:2x2, 3:3x3, 4:4x4 */
2629 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS = 39,
2630 /* Unsigned int 8 bit value; 0:20 MHz, 1:40 MHz, 2:80 MHz, 3:160 MHz */
2631 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW = 40,
2632 /* Unsigned int 8 bit value; OFDM/CCK rate code would be as per IEEE Std
2633 * in the units of 0.5 Mbps HT/VHT it would be MCS index
2634 */
2635 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX = 41,
2636
2637 /* Unsigned 32 bit value. Bit rate in units of 100 kbps */
2638 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BIT_RATE = 42,
2639
2640 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_STAT_* could be
2641 * nested within the peer info stats.
2642 */
2643
2644 /* Unsigned int 32 bit value. Number of successfully transmitted data
2645 * packets, i.e., with ACK received corresponding to the respective
2646 * rate.
2647 */
2648 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU = 43,
2649 /* Unsigned int 32 bit value. Number of received data packets
2650 * corresponding to the respective rate.
2651 */
2652 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RX_MPDU = 44,
2653 /* Unsigned int 32 bit value. Number of data packet losses, i.e., no ACK
2654 * received corresponding to the respective rate.
2655 */
2656 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST = 45,
2657 /* Unsigned int 32 bit value. Total number of data packet retries for
2658 * the respective rate.
2659 */
2660 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES = 46,
2661 /* Unsigned int 32 bit value. Total number of short data packet retries
2662 * for the respective rate.
2663 */
2664 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_SHORT = 47,
2665 /* Unsigned int 32 bit value. Total number of long data packet retries
2666 * for the respective rate.
2667 */
2668 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_LONG = 48,
2669
2670 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ID = 49,
2671 /* Unsigned 32 bit value. Total number of msecs the radio is awake
2672 * accruing over time.
2673 */
2674 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME = 50,
2675 /* Unsigned 32 bit value. Total number of msecs the radio is
2676 * transmitting accruing over time.
2677 */
2678 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME = 51,
2679 /* Unsigned 32 bit value. Total number of msecs the radio is in active
2680 * receive accruing over time.
2681 */
2682 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME = 52,
2683 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2684 * to all scan accruing over time.
2685 */
2686 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN = 53,
2687 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2688 * to NAN accruing over time.
2689 */
2690 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD = 54,
2691 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2692 * to GSCAN accruing over time.
2693 */
2694 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_GSCAN = 55,
2695 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2696 * to roam scan accruing over time.
2697 */
2698 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_ROAM_SCAN = 56,
2699 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2700 * to PNO scan accruing over time.
2701 */
2702 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_PNO_SCAN = 57,
2703 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2704 * to Hotspot 2.0 scans and GAS exchange accruing over time.
2705 */
2706 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20 = 58,
2707 /* Unsigned 32 bit value. Number of channels. */
2708 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_CHANNELS = 59,
2709
2710 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_* could
2711 * be nested within the channel stats.
2712 */
2713
2714 /* Type = enum wifi_channel_width. Channel width, e.g., 20, 40, 80 */
2715 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH = 60,
2716 /* Unsigned 32 bit value. Primary 20 MHz channel. */
2717 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ = 61,
2718 /* Unsigned 32 bit value. Center frequency (MHz) first segment. */
2719 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0 = 62,
2720 /* Unsigned 32 bit value. Center frequency (MHz) second segment. */
2721 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1 = 63,
2722
2723 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_* could be
2724 * nested within the radio stats.
2725 */
2726
2727 /* Unsigned int 32 bit value representing total number of msecs the
2728 * radio is awake on that channel accruing over time, corresponding to
2729 * the respective channel.
2730 */
2731 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME = 64,
2732 /* Unsigned int 32 bit value representing total number of msecs the CCA
2733 * register is busy accruing over time corresponding to the respective
2734 * channel.
2735 */
2736 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME = 65,
2737
2738 QCA_WLAN_VENDOR_ATTR_LL_STATS_NUM_RADIOS = 66,
2739
2740 /* Signifies the nested list of channel attributes
2741 * QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_*
2742 */
2743 QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO = 67,
2744
2745 /* Signifies the nested list of peer info attributes
2746 * QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_*
2747 */
2748 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO = 68,
2749
2750 /* Signifies the nested list of rate info attributes
2751 * QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_*
2752 */
2753 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO = 69,
2754
2755 /* Signifies the nested list of wmm info attributes
2756 * QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_*
2757 */
2758 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO = 70,
2759
2760 /* Unsigned 8 bit value. Used by the driver; if set to 1, it indicates
2761 * that more stats, e.g., peers or radio, are to follow in the next
2762 * QCA_NL80211_VENDOR_SUBCMD_LL_STATS_*_RESULTS event.
2763 * Otherwise, it is set to 0.
2764 */
2765 QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_MORE_DATA = 71,
2766
2767 /* Unsigned 64 bit value */
2768 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_AVERAGE_TSF_OFFSET = 72,
2769
2770 /* Unsigned 32 bit value */
2771 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_DETECTED = 73,
2772
2773 /* Unsigned 32 bit value */
2774 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_AVG_NUM_FRAMES_LEAKED = 74,
2775
2776 /* Unsigned 32 bit value */
2777 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_GUARD_TIME = 75,
2778
2779 /* Unsigned 32 bit value */
2780 QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE = 76,
2781
2782 /* Unsigned 32 bit value */
2783 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_TX_LEVELS = 77,
2784
2785 /* Number of msecs the radio spent in transmitting for each power level
2786 */
2787 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL = 78,
2788
2789 /* Unsigned 32 bit value */
2790 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_SUCC_CNT = 79,
2791 /* Unsigned 32 bit value */
2792 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_FAIL_CNT = 80,
2793 /* Unsigned 32 bit value */
2794 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_SUCC_CNT = 81,
2795 /* Unsigned 32 bit value */
2796 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT = 82,
2797
2798 /* Unsigned int 32 value.
2799 * Pending MSDUs corresponding to respective AC.
2800 */
2801 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_PENDING_MSDU = 83,
2802
2803 /* keep last */
2804 QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
2805 QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =
2806 QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST - 1,
2807 };
2808
2809 enum qca_wlan_vendor_attr_ll_stats_type {
2810 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_INVALID = 0,
2811 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_RADIO = 1,
2812 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_IFACE = 2,
2813 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_PEERS = 3,
2814
2815 /* keep last */
2816 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST,
2817 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_MAX =
2818 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST - 1,
2819 };
2820
2821 /**
2822 * enum qca_wlan_vendor_attr_tdls_configuration - Attributes for
2823 * TDLS configuration to the host driver.
2824 *
2825 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE: Configure the TDLS trigger
2826 * mode in the host driver. enum qca_wlan_vendor_tdls_trigger_mode
2827 * represents the different TDLS trigger modes.
2828 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD: Duration (u32) within
2829 * which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD number
2830 * of packets shall meet the criteria for implicit TDLS setup.
2831 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD: Number (u32) of Tx/Rx packets
2832 * within a duration QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD
2833 * to initiate a TDLS setup.
2834 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD: Time (u32) to initiate
2835 * a TDLS Discovery to the peer.
2836 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT: Max number (u32) of
2837 * discovery attempts to know the TDLS capability of the peer. A peer is
2838 * marked as TDLS not capable if there is no response for all the attempts.
2839 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT: Represents a duration (u32)
2840 * within which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD
2841 * number of TX / RX frames meet the criteria for TDLS teardown.
2842 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD: Minimum number (u32)
2843 * of Tx/Rx packets within a duration
2844 * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT to tear down a TDLS link.
2845 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD: Threshold
2846 * corresponding to the RSSI of the peer below which a TDLS setup is
2847 * triggered.
2848 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD: Threshold
2849 * corresponding to the RSSI of the peer above which a TDLS teardown is
2850 * triggered.
2851 */
2852 enum qca_wlan_vendor_attr_tdls_configuration {
2853 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_INVALID = 0,
2854 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE = 1,
2855
2856 /* Attributes configuring the TDLS Implicit Trigger */
2857 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD = 2,
2858 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD = 3,
2859 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD = 4,
2860 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT = 5,
2861 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT = 6,
2862 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD = 7,
2863 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD = 8,
2864 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD = 9,
2865
2866 /* keep last */
2867 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST,
2868 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX =
2869 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST - 1
2870 };
2871
2872 /**
2873 * enum qca_wlan_vendor_tdls_trigger_mode: Represents the TDLS trigger mode in
2874 * the driver
2875 *
2876 * The following are the different values for
2877 * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE.
2878 *
2879 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT: The trigger to initiate/teardown
2880 * the TDLS connection to a respective peer comes from the user space.
2881 * wpa_supplicant provides the commands TDLS_SETUP, TDLS_TEARDOWN,
2882 * TDLS_DISCOVER to do this.
2883 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT: Host driver triggers this TDLS
2884 * setup/teardown to the eligible peer once the configured criteria
2885 * (such as TX/RX threshold, RSSI) is met. The attributes
2886 * in QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IMPLICIT_PARAMS correspond to
2887 * the different configuration criteria for the TDLS trigger from the
2888 * host driver.
2889 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL: Enables the driver to trigger
2890 * the TDLS setup / teardown through the implicit mode only to the
2891 * configured MAC addresses (wpa_supplicant, with tdls_external_control=1,
2892 * configures the MAC address through TDLS_SETUP / TDLS_TEARDOWN commands).
2893 * External mode works on top of the implicit mode. Thus the host driver
2894 * is expected to configure in TDLS Implicit mode too to operate in
2895 * External mode.
2896 * Configuring External mode alone without Implicit mode is invalid.
2897 *
2898 * All the above implementations work as expected only when the host driver
2899 * advertises the capability WPA_DRIVER_FLAGS_TDLS_EXTERNAL_SETUP - representing
2900 * that the TDLS message exchange is not internal to the host driver, but
2901 * depends on wpa_supplicant to do the message exchange.
2902 */
2903 enum qca_wlan_vendor_tdls_trigger_mode {
2904 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT = 1 << 0,
2905 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT = 1 << 1,
2906 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL = 1 << 2,
2907 };
2908
2909 /**
2910 * enum qca_vendor_attr_sar_limits_selections - Source of SAR power limits
2911 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0: Select SAR profile #0
2912 * that is hard-coded in the Board Data File (BDF).
2913 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1: Select SAR profile #1
2914 * that is hard-coded in the Board Data File (BDF).
2915 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2: Select SAR profile #2
2916 * that is hard-coded in the Board Data File (BDF).
2917 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3: Select SAR profile #3
2918 * that is hard-coded in the Board Data File (BDF).
2919 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4: Select SAR profile #4
2920 * that is hard-coded in the Board Data File (BDF).
2921 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE: Do not select any
2922 * source of SAR power limits, thereby disabling the SAR power
2923 * limit feature.
2924 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER: Select the SAR power
2925 * limits configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
2926 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0: Select the SAR power
2927 * limits version 2.0 configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
2928 *
2929 * This enumerates the valid set of values that may be supplied for
2930 * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT in an instance of
2931 * the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command or in
2932 * the response to an instance of the
2933 * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
2934 */
2935 enum qca_vendor_attr_sar_limits_selections {
2936 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0 = 0,
2937 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1 = 1,
2938 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2 = 2,
2939 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3 = 3,
2940 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4 = 4,
2941 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE = 5,
2942 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER = 6,
2943 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0 = 7,
2944 };
2945
2946 /**
2947 * enum qca_vendor_attr_sar_limits_spec_modulations -
2948 * SAR limits specification modulation
2949 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK -
2950 * CCK modulation
2951 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM -
2952 * OFDM modulation
2953 *
2954 * This enumerates the valid set of values that may be supplied for
2955 * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION in an
2956 * instance of attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC in an
2957 * instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor
2958 * command or in the response to an instance of the
2959 * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
2960 */
2961 enum qca_vendor_attr_sar_limits_spec_modulations {
2962 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0,
2963 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM = 1,
2964 };
2965
2966 /**
2967 * enum qca_vendor_attr_sar_limits - Attributes for SAR power limits
2968 *
2969 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE: Optional (u32) value to
2970 * select which SAR power limit table should be used. Valid
2971 * values are enumerated in enum
2972 * %qca_vendor_attr_sar_limits_selections. The existing SAR
2973 * power limit selection is unchanged if this attribute is not
2974 * present.
2975 *
2976 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS: Optional (u32) value
2977 * which specifies the number of SAR power limit specifications
2978 * which will follow.
2979 *
2980 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC: Nested array of SAR power
2981 * limit specifications. The number of specifications is
2982 * specified by @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS. Each
2983 * specification contains a set of
2984 * QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_* attributes. A
2985 * specification is uniquely identified by the attributes
2986 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND,
2987 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN, and
2988 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION and always
2989 * contains as a payload the attribute
2990 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT,
2991 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX.
2992 * Either %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT or
2993 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX is
2994 * needed based upon the value of
2995 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE.
2996 *
2997 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND: Optional (u32) value to
2998 * indicate for which band this specification applies. Valid
2999 * values are enumerated in enum %nl80211_band (although not all
3000 * bands may be supported by a given device). If the attribute is
3001 * not supplied then the specification will be applied to all
3002 * supported bands.
3003 *
3004 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN: Optional (u32) value
3005 * to indicate for which antenna chain this specification
3006 * applies, i.e. 1 for chain 1, 2 for chain 2, etc. If the
3007 * attribute is not supplied then the specification will be
3008 * applied to all chains.
3009 *
3010 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION: Optional (u32)
3011 * value to indicate for which modulation scheme this
3012 * specification applies. Valid values are enumerated in enum
3013 * %qca_vendor_attr_sar_limits_spec_modulations. If the attribute
3014 * is not supplied then the specification will be applied to all
3015 * modulation schemes.
3016 *
3017 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT: Required (u32)
3018 * value to specify the actual power limit value in units of 0.5
3019 * dBm (i.e., a value of 11 represents 5.5 dBm).
3020 * This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
3021 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER.
3022 *
3023 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX: Required (u32)
3024 * value to indicate SAR V2 indices (0 - 11) to select SAR V2 profiles.
3025 * This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
3026 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0.
3027 *
3028 * These attributes are used with %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS
3029 * and %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS.
3030 */
3031 enum qca_vendor_attr_sar_limits {
3032 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_INVALID = 0,
3033 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE = 1,
3034 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS = 2,
3035 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC = 3,
3036 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND = 4,
3037 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN = 5,
3038 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION = 6,
3039 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT = 7,
3040 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX = 8,
3041
3042 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST,
3043 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_MAX =
3044 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST - 1
3045 };
3046
3047 /**
3048 * enum qca_wlan_vendor_attr_get_wifi_info: Attributes for data used by
3049 * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO sub command.
3050 */
3051 enum qca_wlan_vendor_attr_get_wifi_info {
3052 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_INVALID = 0,
3053 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION = 1,
3054 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION = 2,
3055
3056 /* keep last */
3057 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST,
3058 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX =
3059 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST - 1,
3060 };
3061
3062 /*
3063 * enum qca_wlan_vendor_attr_wifi_logger_start: Attributes for data used by
3064 * QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START sub command.
3065 */
3066 enum qca_wlan_vendor_attr_wifi_logger_start {
3067 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_INVALID = 0,
3068 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID = 1,
3069 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_VERBOSE_LEVEL = 2,
3070 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_FLAGS = 3,
3071
3072 /* keep last */
3073 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST,
3074 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_GET_MAX =
3075 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST - 1,
3076 };
3077
3078 enum qca_wlan_vendor_attr_logger_results {
3079 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_INVALID = 0,
3080
3081 /* Unsigned 32-bit value; must match the request Id supplied by
3082 * Wi-Fi HAL in the corresponding subcmd NL msg.
3083 */
3084 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_REQUEST_ID = 1,
3085
3086 /* Unsigned 32-bit value; used to indicate the size of memory
3087 * dump to be allocated.
3088 */
3089 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE = 2,
3090
3091 /* keep last */
3092 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST,
3093 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX =
3094 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST - 1,
3095 };
3096
3097 enum qca_wlan_vendor_attr_roaming_config_params {
3098 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_INVALID = 0,
3099
3100 QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD = 1,
3101 QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID = 2,
3102
3103 /* Attributes for wifi_set_ssid_white_list */
3104 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS = 3,
3105 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST = 4,
3106 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID = 5,
3107
3108 /* Attributes for set_roam_params */
3109 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD = 6,
3110 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD = 7,
3111 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR = 8,
3112 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR = 9,
3113 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST = 10,
3114 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS = 11,
3115 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER = 12,
3116
3117 /* Attribute for set_lazy_roam */
3118 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE = 13,
3119
3120 /* Attribute for set_lazy_roam with preferences */
3121 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS = 14,
3122 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID = 15,
3123 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID = 16,
3124 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER = 17,
3125
3126 /* Attribute for set_blacklist bssid params */
3127 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS = 18,
3128 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID = 19,
3129 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID = 20,
3130
3131 /* keep last */
3132 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST,
3133 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_MAX =
3134 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST - 1,
3135 };
3136
3137 /*
3138 * enum qca_wlan_vendor_attr_roam_subcmd: Attributes for data used by
3139 * QCA_NL80211_VENDOR_SUBCMD_ROAM sub command.
3140 */
3141 enum qca_wlan_vendor_attr_roam_subcmd {
3142 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_INVALID = 0,
3143 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SSID_WHITE_LIST = 1,
3144 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_GSCAN_ROAM_PARAMS = 2,
3145 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_LAZY_ROAM = 3,
3146 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PREFS = 4,
3147 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PARAMS = 5,
3148 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BLACKLIST_BSSID = 6,
3149
3150 /* keep last */
3151 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_AFTER_LAST,
3152 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_MAX =
3153 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_AFTER_LAST - 1,
3154 };
3155
3156 enum qca_wlan_vendor_attr_gscan_config_params {
3157 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_INVALID = 0,
3158
3159 /* Unsigned 32-bit value */
3160 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID = 1,
3161
3162 /* Attributes for data used by
3163 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_VALID_CHANNELS sub command.
3164 */
3165 /* Unsigned 32-bit value */
3166 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND
3167 = 2,
3168 /* Unsigned 32-bit value */
3169 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_MAX_CHANNELS
3170 = 3,
3171
3172 /* Attributes for input params used by
3173 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_START sub command.
3174 */
3175
3176 /* Unsigned 32-bit value; channel frequency */
3177 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_CHANNEL = 4,
3178 /* Unsigned 32-bit value; dwell time in ms. */
3179 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_DWELL_TIME = 5,
3180 /* Unsigned 8-bit value; 0: active; 1: passive; N/A for DFS */
3181 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_PASSIVE = 6,
3182 /* Unsigned 8-bit value; channel class */
3183 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_CLASS = 7,
3184
3185 /* Unsigned 8-bit value; bucket index, 0 based */
3186 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_INDEX = 8,
3187 /* Unsigned 8-bit value; band. */
3188 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_BAND = 9,
3189 /* Unsigned 32-bit value; desired period, in ms. */
3190 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_PERIOD = 10,
3191 /* Unsigned 8-bit value; report events semantics. */
3192 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_REPORT_EVENTS = 11,
3193 /* Unsigned 32-bit value. Followed by a nested array of
3194 * GSCAN_CHANNEL_SPEC_* attributes.
3195 */
3196 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS = 12,
3197
3198 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_* attributes.
3199 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
3200 */
3201 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC = 13,
3202
3203 /* Unsigned 32-bit value; base timer period in ms. */
3204 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_BASE_PERIOD = 14,
3205 /* Unsigned 32-bit value; number of APs to store in each scan in the
3206 * BSSID/RSSI history buffer (keep the highest RSSI APs).
3207 */
3208 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN = 15,
3209 /* Unsigned 8-bit value; in %, when scan buffer is this much full, wake
3210 * up AP.
3211 */
3212 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_PERCENT
3213 = 16,
3214
3215 /* Unsigned 8-bit value; number of scan bucket specs; followed by a
3216 * nested array of_GSCAN_BUCKET_SPEC_* attributes and values. The size
3217 * of the array is determined by NUM_BUCKETS.
3218 */
3219 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS = 17,
3220
3221 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_* attributes.
3222 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS
3223 */
3224 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC = 18,
3225
3226 /* Unsigned 8-bit value */
3227 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH
3228 = 19,
3229 /* Unsigned 32-bit value; maximum number of results to be returned. */
3230 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_MAX
3231 = 20,
3232
3233 /* An array of 6 x unsigned 8-bit value */
3234 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_BSSID = 21,
3235 /* Signed 32-bit value */
3236 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_RSSI_LOW = 22,
3237 /* Signed 32-bit value */
3238 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH = 23,
3239 /* Unsigned 32-bit value */
3240 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_CHANNEL = 24,
3241
3242 /* Number of hotlist APs as unsigned 32-bit value, followed by a nested
3243 * array of AP_THRESHOLD_PARAM attributes and values. The size of the
3244 * array is determined by NUM_AP.
3245 */
3246 QCA_WLAN_VENDOR_ATTR_GSCAN_BSSID_HOTLIST_PARAMS_NUM_AP = 25,
3247
3248 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_* attributes.
3249 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
3250 */
3251 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM = 26,
3252
3253 /* Unsigned 32-bit value; number of samples for averaging RSSI. */
3254 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE
3255 = 27,
3256 /* Unsigned 32-bit value; number of samples to confirm AP loss. */
3257 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE
3258 = 28,
3259 /* Unsigned 32-bit value; number of APs breaching threshold. */
3260 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING = 29,
3261 /* Unsigned 32-bit value; number of APs. Followed by an array of
3262 * AP_THRESHOLD_PARAM attributes. Size of the array is NUM_AP.
3263 */
3264 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP = 30,
3265 /* Unsigned 32-bit value; number of samples to confirm AP loss. */
3266 QCA_WLAN_VENDOR_ATTR_GSCAN_BSSID_HOTLIST_PARAMS_LOST_AP_SAMPLE_SIZE
3267 = 31,
3268 /* Unsigned 32-bit value. If max_period is non zero or different than
3269 * period, then this bucket is an exponential backoff bucket.
3270 */
3271 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_MAX_PERIOD = 32,
3272 /* Unsigned 32-bit value. */
3273 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_BASE = 33,
3274 /* Unsigned 32-bit value. For exponential back off bucket, number of
3275 * scans to perform for a given period.
3276 */
3277 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_STEP_COUNT = 34,
3278 /* Unsigned 8-bit value; in number of scans, wake up AP after these
3279 * many scans.
3280 */
3281 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_NUM_SCANS
3282 = 35,
3283
3284 /* Attributes for data used by
3285 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SSID_HOTLIST sub command.
3286 */
3287 /* Unsigned 3-2bit value; number of samples to confirm SSID loss. */
3288 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_LOST_SSID_SAMPLE_SIZE
3289 = 36,
3290 /* Number of hotlist SSIDs as unsigned 32-bit value, followed by a
3291 * nested array of SSID_THRESHOLD_PARAM_* attributes and values. The
3292 * size of the array is determined by NUM_SSID.
3293 */
3294 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_NUM_SSID = 37,
3295 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_*
3296 * attributes.
3297 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_NUM_SSID
3298 */
3299 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM = 38,
3300
3301 /* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
3302 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_SSID = 39,
3303 /* Unsigned 8-bit value */
3304 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_BAND = 40,
3305 /* Signed 32-bit value */
3306 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_RSSI_LOW = 41,
3307 /* Signed 32-bit value */
3308 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_RSSI_HIGH = 42,
3309 /* Unsigned 32-bit value; a bitmask with additional gscan config flag.
3310 */
3311 QCA_WLAN_VENDOR_ATTR_GSCAN_CONFIGURATION_FLAGS = 43,
3312
3313 /* keep last */
3314 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST,
3315 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_MAX =
3316 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST - 1,
3317 };
3318
3319 enum qca_wlan_vendor_attr_gscan_results {
3320 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_INVALID = 0,
3321
3322 /* Unsigned 32-bit value; must match the request Id supplied by
3323 * Wi-Fi HAL in the corresponding subcmd NL msg.
3324 */
3325 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID = 1,
3326
3327 /* Unsigned 32-bit value; used to indicate the status response from
3328 * firmware/driver for the vendor sub-command.
3329 */
3330 QCA_WLAN_VENDOR_ATTR_GSCAN_STATUS = 2,
3331
3332 /* GSCAN Valid Channels attributes */
3333 /* Unsigned 32bit value; followed by a nested array of CHANNELS. */
3334 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_CHANNELS = 3,
3335 /* An array of NUM_CHANNELS x unsigned 32-bit value integers
3336 * representing channel numbers.
3337 */
3338 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CHANNELS = 4,
3339
3340 /* GSCAN Capabilities attributes */
3341 /* Unsigned 32-bit value */
3342 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE = 5,
3343 /* Unsigned 32-bit value */
3344 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS = 6,
3345 /* Unsigned 32-bit value */
3346 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN
3347 = 7,
3348 /* Unsigned 32-bit value */
3349 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_RSSI_SAMPLE_SIZE
3350 = 8,
3351 /* Signed 32-bit value */
3352 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_REPORTING_THRESHOLD
3353 = 9,
3354 /* Unsigned 32-bit value */
3355 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_BSSIDS = 10,
3356 /* Unsigned 32-bit value */
3357 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SIGNIFICANT_WIFI_CHANGE_APS
3358 = 11,
3359 /* Unsigned 32-bit value */
3360 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_BSSID_HISTORY_ENTRIES
3361 = 12,
3362
3363 /* GSCAN Attributes used with
3364 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_RESULTS_AVAILABLE sub-command.
3365 */
3366
3367 /* Unsigned 32-bit value */
3368 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE = 13,
3369
3370 /* GSCAN attributes used with
3371 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_FULL_SCAN_RESULT sub-command.
3372 */
3373
3374 /* An array of NUM_RESULTS_AVAILABLE x
3375 * QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_*
3376 */
3377 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST = 14,
3378
3379 /* Unsigned 64-bit value; age of sample at the time of retrieval */
3380 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_TIME_STAMP = 15,
3381 /* 33 x unsigned 8-bit value; NULL terminated SSID */
3382 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID = 16,
3383 /* An array of 6 x unsigned 8-bit value */
3384 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BSSID = 17,
3385 /* Unsigned 32-bit value; channel frequency in MHz */
3386 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CHANNEL = 18,
3387 /* Signed 32-bit value */
3388 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RSSI = 19,
3389 /* Unsigned 32-bit value */
3390 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT = 20,
3391 /* Unsigned 32-bit value */
3392 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT_SD = 21,
3393 /* Unsigned 16-bit value */
3394 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BEACON_PERIOD = 22,
3395 /* Unsigned 16-bit value */
3396 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CAPABILITY = 23,
3397 /* Unsigned 32-bit value; size of the IE DATA blob */
3398 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_LENGTH = 24,
3399 /* An array of IE_LENGTH x unsigned 8-bit value; blob of all the
3400 * information elements found in the beacon; this data should be a
3401 * packed list of wifi_information_element objects, one after the
3402 * other.
3403 */
3404 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_DATA = 25,
3405
3406 /* Unsigned 8-bit value; set by driver to indicate more scan results are
3407 * available.
3408 */
3409 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_MORE_DATA = 26,
3410
3411 /* GSCAN attributes for
3412 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_EVENT sub-command.
3413 */
3414 /* Unsigned 8-bit value */
3415 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_EVENT_TYPE = 27,
3416 /* Unsigned 32-bit value */
3417 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_EVENT_STATUS = 28,
3418
3419 /* GSCAN attributes for
3420 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_FOUND sub-command.
3421 */
3422 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
3423 * to indicate number of results.
3424 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the
3425 * list of results.
3426 */
3427
3428 /* GSCAN attributes for
3429 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SIGNIFICANT_CHANGE sub-command.
3430 */
3431 /* An array of 6 x unsigned 8-bit value */
3432 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_BSSID = 29,
3433 /* Unsigned 32-bit value */
3434 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_CHANNEL
3435 = 30,
3436 /* Unsigned 32-bit value. */
3437 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_NUM_RSSI
3438 = 31,
3439 /* A nested array of signed 32-bit RSSI values. Size of the array is
3440 * determined by (NUM_RSSI of SIGNIFICANT_CHANGE_RESULT_NUM_RSSI.
3441 */
3442 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_RSSI_LIST
3443 = 32,
3444
3445 /* GSCAN attributes used with
3446 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CACHED_RESULTS sub-command.
3447 */
3448 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
3449 * to indicate number of gscan cached results returned.
3450 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_LIST to indicate
3451 * the list of gscan cached results.
3452 */
3453
3454 /* An array of NUM_RESULTS_AVAILABLE x
3455 * QCA_NL80211_VENDOR_ATTR_GSCAN_CACHED_RESULTS_*
3456 */
3457 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_LIST = 33,
3458 /* Unsigned 32-bit value; a unique identifier for the scan unit. */
3459 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_SCAN_ID = 34,
3460 /* Unsigned 32-bit value; a bitmask w/additional information about scan.
3461 */
3462 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_FLAGS = 35,
3463 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
3464 * to indicate number of wifi scan results/bssids retrieved by the scan.
3465 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the
3466 * list of wifi scan results returned for each cached result block.
3467 */
3468
3469 /* GSCAN attributes for
3470 * QCA_NL80211_VENDOR_SUBCMD_PNO_NETWORK_FOUND sub-command.
3471 */
3472 /* Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE for
3473 * number of results.
3474 * Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the nested
3475 * list of wifi scan results returned for each
3476 * wifi_passpoint_match_result block.
3477 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE.
3478 */
3479
3480 /* GSCAN attributes for
3481 * QCA_NL80211_VENDOR_SUBCMD_PNO_PASSPOINT_NETWORK_FOUND sub-command.
3482 */
3483 /* Unsigned 32-bit value */
3484 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES
3485 = 36,
3486 /* A nested array of
3487 * QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_*
3488 * attributes. Array size =
3489 * *_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES.
3490 */
3491 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_RESULT_LIST = 37,
3492
3493 /* Unsigned 32-bit value; network block id for the matched network */
3494 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ID = 38,
3495 /* Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the nested
3496 * list of wifi scan results returned for each
3497 * wifi_passpoint_match_result block.
3498 */
3499 /* Unsigned 32-bit value */
3500 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP_LEN = 39,
3501 /* An array size of PASSPOINT_MATCH_ANQP_LEN of unsigned 8-bit values;
3502 * ANQP data in the information_element format.
3503 */
3504 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP = 40,
3505
3506 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3507 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_SSIDS = 41,
3508 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3509 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS = 42,
3510 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3511 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS_BY_SSID
3512 = 43,
3513 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3514 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_WHITELISTED_SSID
3515 = 44,
3516
3517 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_BUCKETS_SCANNED = 45,
3518
3519 /* keep last */
3520 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_AFTER_LAST,
3521 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX =
3522 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_AFTER_LAST - 1,
3523 };
3524
3525 enum qca_wlan_vendor_attr_pno_config_params {
3526 QCA_WLAN_VENDOR_ATTR_PNO_INVALID = 0,
3527 /* Attributes for data used by
3528 * QCA_NL80211_VENDOR_SUBCMD_PNO_SET_PASSPOINT_LIST sub command.
3529 */
3530 /* Unsigned 32-bit value */
3531 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM = 1,
3532 /* Array of nested QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_*
3533 * attributes. Array size =
3534 * QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM.
3535 */
3536 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NETWORK_ARRAY = 2,
3537
3538 /* Unsigned 32-bit value */
3539 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ID = 3,
3540 /* An array of 256 x unsigned 8-bit value; NULL terminated UTF-8 encoded
3541 * realm, 0 if unspecified.
3542 */
3543 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_REALM = 4,
3544 /* An array of 16 x unsigned 32-bit value; roaming consortium ids to
3545 * match, 0 if unspecified.
3546 */
3547 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_CNSRTM_ID = 5,
3548 /* An array of 6 x unsigned 8-bit value; MCC/MNC combination, 0s if
3549 * unspecified.
3550 */
3551 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_PLMN = 6,
3552
3553 /* Attributes for data used by
3554 * QCA_NL80211_VENDOR_SUBCMD_PNO_SET_LIST sub command.
3555 */
3556 /* Unsigned 32-bit value */
3557 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS = 7,
3558 /* Array of nested
3559 * QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_*
3560 * attributes. Array size =
3561 * QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS.
3562 */
3563 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORKS_LIST = 8,
3564 /* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
3565 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_SSID = 9,
3566 /* Signed 8-bit value; threshold for considering this SSID as found,
3567 * required granularity for this threshold is 4 dBm to 8 dBm.
3568 */
3569 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_RSSI_THRESHOLD
3570 = 10,
3571 /* Unsigned 8-bit value; WIFI_PNO_FLAG_XXX */
3572 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_FLAGS = 11,
3573 /* Unsigned 8-bit value; auth bit field for matching WPA IE */
3574 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_AUTH_BIT = 12,
3575 /* Unsigned 8-bit to indicate ePNO type;
3576 * It takes values from qca_wlan_epno_type
3577 */
3578 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_TYPE = 13,
3579
3580 /* Nested attribute to send the channel list */
3581 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_CHANNEL_LIST = 14,
3582
3583 /* Unsigned 32-bit value; indicates the interval between PNO scan
3584 * cycles in msec.
3585 */
3586 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_SCAN_INTERVAL = 15,
3587 QCA_WLAN_VENDOR_ATTR_EPNO_MIN5GHZ_RSSI = 16,
3588 QCA_WLAN_VENDOR_ATTR_EPNO_MIN24GHZ_RSSI = 17,
3589 QCA_WLAN_VENDOR_ATTR_EPNO_INITIAL_SCORE_MAX = 18,
3590 QCA_WLAN_VENDOR_ATTR_EPNO_CURRENT_CONNECTION_BONUS = 19,
3591 QCA_WLAN_VENDOR_ATTR_EPNO_SAME_NETWORK_BONUS = 20,
3592 QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21,
3593 QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22,
3594 /* Unsigned 32-bit value, representing the PNO Request ID */
3595 QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23,
3596
3597 /* keep last */
3598 QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST,
3599 QCA_WLAN_VENDOR_ATTR_PNO_MAX =
3600 QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST - 1,
3601 };
3602
3603 /**
3604 * qca_wlan_vendor_acs_select_reason: This represents the different reasons why
3605 * the ACS has to be triggered. These values are used by
3606 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON and
3607 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON
3608 */
3609 enum qca_wlan_vendor_acs_select_reason {
3610 /* Represents the reason that the ACS triggered during the AP start */
3611 QCA_WLAN_VENDOR_ACS_SELECT_REASON_INIT,
3612 /* Represents the reason that DFS found with the current channel */
3613 QCA_WLAN_VENDOR_ACS_SELECT_REASON_DFS,
3614 /* Represents the reason that LTE co-exist in the current band. */
3615 QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX,
3616 };
3617
3618 /**
3619 * qca_wlan_vendor_attr_external_acs_policy: Attribute values for
3620 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY to the vendor subcmd
3621 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This represents the
3622 * external ACS policies to select the channels w.r.t. the PCL weights.
3623 * (QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL represents the channels and
3624 * their PCL weights.)
3625 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY: Mandatory to
3626 * select a channel with non-zero PCL weight.
3627 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED: Prefer a
3628 * channel with non-zero PCL weight.
3629 *
3630 */
3631 enum qca_wlan_vendor_attr_external_acs_policy {
3632 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED,
3633 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY,
3634 };
3635
3636 /**
3637 * qca_wlan_vendor_channel_prop_flags: This represent the flags for a channel.
3638 * This is used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS.
3639 */
3640 enum qca_wlan_vendor_channel_prop_flags {
3641 /* Bits 0, 1, 2, and 3 are reserved */
3642
3643 /* Turbo channel */
3644 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_TURBO = 1 << 4,
3645 /* CCK channel */
3646 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_CCK = 1 << 5,
3647 /* OFDM channel */
3648 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_OFDM = 1 << 6,
3649 /* 2.4 GHz spectrum channel. */
3650 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_2GHZ = 1 << 7,
3651 /* 5 GHz spectrum channel */
3652 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_5GHZ = 1 << 8,
3653 /* Only passive scan allowed */
3654 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_PASSIVE = 1 << 9,
3655 /* Dynamic CCK-OFDM channel */
3656 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_DYN = 1 << 10,
3657 /* GFSK channel (FHSS PHY) */
3658 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_GFSK = 1 << 11,
3659 /* Radar found on channel */
3660 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_RADAR = 1 << 12,
3661 /* 11a static turbo channel only */
3662 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_STURBO = 1 << 13,
3663 /* Half rate channel */
3664 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HALF = 1 << 14,
3665 /* Quarter rate channel */
3666 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_QUARTER = 1 << 15,
3667 /* HT 20 channel */
3668 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT20 = 1 << 16,
3669 /* HT 40 with extension channel above */
3670 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40PLUS = 1 << 17,
3671 /* HT 40 with extension channel below */
3672 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40MINUS = 1 << 18,
3673 /* HT 40 intolerant */
3674 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOL = 1 << 19,
3675 /* VHT 20 channel */
3676 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT20 = 1 << 20,
3677 /* VHT 40 with extension channel above */
3678 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40PLUS = 1 << 21,
3679 /* VHT 40 with extension channel below */
3680 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40MINUS = 1 << 22,
3681 /* VHT 80 channel */
3682 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80 = 1 << 23,
3683 /* HT 40 intolerant mark bit for ACS use */
3684 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOLMARK = 1 << 24,
3685 /* Channel temporarily blocked due to noise */
3686 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_BLOCKED = 1 << 25,
3687 /* VHT 160 channel */
3688 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT160 = 1 << 26,
3689 /* VHT 80+80 channel */
3690 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80_80 = 1 << 27,
3691 /* HE 20 channel */
3692 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE20 = 1 << 28,
3693 /* HE 40 with extension channel above */
3694 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40PLUS = 1 << 29,
3695 /* HE 40 with extension channel below */
3696 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40MINUS = 1 << 30,
3697 /* HE 40 intolerant */
3698 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOL = 1 << 31,
3699 };
3700
3701 /**
3702 * qca_wlan_vendor_channel_prop_flags_2: This represents the flags for a
3703 * channel, and is a continuation of qca_wlan_vendor_channel_prop_flags. This is
3704 * used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2.
3705 */
3706 enum qca_wlan_vendor_channel_prop_flags_2 {
3707 /* HE 40 intolerant mark bit for ACS use */
3708 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOLMARK = 1 << 0,
3709 /* HE 80 channel */
3710 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80 = 1 << 1,
3711 /* HE 160 channel */
3712 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE160 = 1 << 2,
3713 /* HE 80+80 channel */
3714 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80_80 = 1 << 3,
3715 };
3716
3717 /**
3718 * qca_wlan_vendor_channel_prop_flags_ext: This represent the extended flags for
3719 * each channel. This is used by
3720 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT.
3721 */
3722 enum qca_wlan_vendor_channel_prop_flags_ext {
3723 /* Radar found on channel */
3724 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_RADAR_FOUND = 1 << 0,
3725 /* DFS required on channel */
3726 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS = 1 << 1,
3727 /* DFS required on channel for 2nd band of 80+80 */
3728 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CFREQ2 = 1 << 2,
3729 /* If channel has been checked for DFS */
3730 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CLEAR = 1 << 3,
3731 /* Excluded in 802.11d */
3732 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_11D_EXCLUDED = 1 << 4,
3733 /* Channel Switch Announcement received on this channel */
3734 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CSA_RECEIVED = 1 << 5,
3735 /* Ad-hoc is not allowed */
3736 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_ADHOC = 1 << 6,
3737 /* Station only channel */
3738 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_HOSTAP = 1 << 7,
3739 /* DFS radar history for slave device (STA mode) */
3740 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_HISTORY_RADAR = 1 << 8,
3741 /* DFS CAC valid for slave device (STA mode) */
3742 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CAC_VALID = 1 << 9,
3743 };
3744
3745 /**
3746 * qca_wlan_vendor_external_acs_event_chan_info_attr: Represents per channel
3747 * information. These attributes are sent as part of
3748 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO. Each set of the following
3749 * attributes correspond to a single channel.
3750 */
3751 enum qca_wlan_vendor_external_acs_event_chan_info_attr {
3752 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_INVALID = 0,
3753
3754 /* A bitmask (u32) with flags specified in
3755 * enum qca_wlan_vendor_channel_prop_flags.
3756 */
3757 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS = 1,
3758 /* A bitmask (u32) with flags specified in
3759 * enum qca_wlan_vendor_channel_prop_flags_ext.
3760 */
3761 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT = 2,
3762 /* frequency in MHz (u32) */
3763 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ = 3,
3764 /* maximum regulatory transmission power (u32) */
3765 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_REG_POWER = 4,
3766 /* maximum transmission power (u32) */
3767 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_POWER = 5,
3768 /* minimum transmission power (u32) */
3769 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MIN_POWER = 6,
3770 /* regulatory class id (u8) */
3771 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_REG_CLASS_ID = 7,
3772 /* maximum antenna gain in (u8) */
3773 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_ANTENNA_GAIN = 8,
3774 /* VHT segment 0 (u8) */
3775 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0 = 9,
3776 /* VHT segment 1 (u8) */
3777 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1 = 10,
3778 /* A bitmask (u32) with flags specified in
3779 * enum qca_wlan_vendor_channel_prop_flags_2.
3780 */
3781 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2 = 11,
3782
3783 /* keep last */
3784 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST,
3785 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX =
3786 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST - 1,
3787 };
3788
3789 /**
3790 * qca_wlan_vendor_attr_pcl: Represents attributes for
3791 * preferred channel list (PCL). These attributes are sent as part of
3792 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL and
3793 * QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST.
3794 */
3795 enum qca_wlan_vendor_attr_pcl {
3796 QCA_WLAN_VENDOR_ATTR_PCL_INVALID = 0,
3797
3798 /* Channel number (u8) */
3799 QCA_WLAN_VENDOR_ATTR_PCL_CHANNEL = 1,
3800 /* Channel weightage (u8) */
3801 QCA_WLAN_VENDOR_ATTR_PCL_WEIGHT = 2,
3802 /* Channel frequency (u32) in MHz */
3803 QCA_WLAN_VENDOR_ATTR_PCL_FREQ = 3,
3804 /* Channel flags (u32)
3805 * bit 0 set: channel to be used for GO role,
3806 * bit 1 set: channel to be used on CLI role,
3807 * bit 2 set: channel must be considered for operating channel
3808 * selection & peer chosen operating channel should be
3809 * one of the channels with this flag set,
3810 * bit 3 set: channel should be excluded in GO negotiation
3811 */
3812 QCA_WLAN_VENDOR_ATTR_PCL_FLAG = 4,
3813 };
3814
3815 /**
3816 * qca_wlan_vendor_attr_external_acs_event: Attribute to vendor sub-command
3817 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This attribute will be sent by
3818 * host driver.
3819 */
3820 enum qca_wlan_vendor_attr_external_acs_event {
3821 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_INVALID = 0,
3822
3823 /* This reason (u8) refers to enum qca_wlan_vendor_acs_select_reason.
3824 * This helps ACS module to understand why ACS needs to be started.
3825 */
3826 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON = 1,
3827 /* Flag attribute to indicate if driver supports spectral scanning */
3828 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_SPECTRAL_SUPPORTED = 2,
3829 /* Flag attribute to indicate if 11ac is offloaded to firmware */
3830 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_OFFLOAD_ENABLED = 3,
3831 /* Flag attribute to indicate if driver provides additional channel
3832 * capability as part of scan operation
3833 */
3834 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_ADD_CHAN_STATS_SUPPORT = 4,
3835 /* Flag attribute to indicate interface status is UP */
3836 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AP_UP = 5,
3837 /* Operating mode (u8) of interface. Takes one of enum nl80211_iftype
3838 * values.
3839 */
3840 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_SAP_MODE = 6,
3841 /* Channel width (u8). It takes one of enum nl80211_chan_width values.
3842 * This is the upper bound of channel width. ACS logic should try to get
3843 * a channel with the specified width and if not found, look for lower
3844 * values.
3845 */
3846 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_WIDTH = 7,
3847 /* This (u8) will hold values of one of enum nl80211_bands */
3848 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_BAND = 8,
3849 /* PHY/HW mode (u8). Takes one of enum qca_wlan_vendor_acs_hw_mode
3850 * values
3851 */
3852 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PHY_MODE = 9,
3853 /* Array of (u32) supported frequency list among which ACS should choose
3854 * best frequency.
3855 */
3856 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_FREQ_LIST = 10,
3857 /* Preferred channel list by the driver which will have array of nested
3858 * values as per enum qca_wlan_vendor_attr_pcl attribute.
3859 */
3860 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL = 11,
3861 /* Array of nested attribute for each channel. It takes attr as defined
3862 * in enum qca_wlan_vendor_external_acs_event_chan_info_attr.
3863 */
3864 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO = 12,
3865 /* External ACS policy such as PCL mandatory, PCL preferred, etc.
3866 * It uses values defined in enum
3867 * qca_wlan_vendor_attr_external_acs_policy.
3868 */
3869 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY = 13,
3870 /* Reference RF Operating Parameter (RROP) availability information
3871 * (u16). It uses values defined in enum
3872 * qca_wlan_vendor_attr_rropavail_info.
3873 */
3874 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_RROPAVAIL_INFO = 14,
3875
3876 /* keep last */
3877 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,
3878 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_MAX =
3879 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST - 1,
3880 };
3881
3882 /**
3883 * qca_wlan_vendor_attr_external_acs_channels: Attributes to vendor subcmd
3884 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This carries a list of channels
3885 * in priority order as decided after ACS operation in userspace.
3886 */
3887 enum qca_wlan_vendor_attr_external_acs_channels {
3888 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_INVALID = 0,
3889
3890 /* One of reason code (u8) from enum qca_wlan_vendor_acs_select_reason
3891 */
3892 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON = 1,
3893
3894 /* Array of nested values for each channel with following attributes:
3895 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND,
3896 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
3897 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
3898 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
3899 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
3900 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
3901 */
3902 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST = 2,
3903 /* This (u8) will hold values of one of enum nl80211_bands */
3904 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND = 3,
3905 /* Primary channel (u8) */
3906 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY = 4,
3907 /* Secondary channel (u8) used for HT 40 MHz channels */
3908 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY = 5,
3909 /* VHT seg0 channel (u8) */
3910 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 = 6,
3911 /* VHT seg1 channel (u8) */
3912 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 = 7,
3913 /* Channel width (u8). Takes one of enum nl80211_chan_width values. */
3914 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH = 8,
3915
3916 /* keep last */
3917 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST,
3918 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_MAX =
3919 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST - 1
3920 };
3921
3922 enum qca_chip_power_save_failure_reason {
3923 /* Indicates if the reason for the failure is due to a protocol
3924 * layer/module.
3925 */
3926 QCA_CHIP_POWER_SAVE_FAILURE_REASON_PROTOCOL = 0,
3927 /* Indicates if the reason for the failure is due to a hardware issue.
3928 */
3929 QCA_CHIP_POWER_SAVE_FAILURE_REASON_HARDWARE = 1,
3930 };
3931
3932 /**
3933 * qca_attr_chip_power_save_failure: Attributes to vendor subcmd
3934 * QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE. This carries the requisite
3935 * information leading to the power save failure.
3936 */
3937 enum qca_attr_chip_power_save_failure {
3938 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_INVALID = 0,
3939 /* Reason to cause the power save failure.
3940 * These reasons are represented by
3941 * enum qca_chip_power_save_failure_reason.
3942 */
3943 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_REASON = 1,
3944
3945 /* keep last */
3946 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST,
3947 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_MAX =
3948 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST - 1,
3949 };
3950
3951 /**
3952 * qca_wlan_vendor_nud_stats_data_pkt_flags: Flag representing the various
3953 * data types for which the stats have to get collected.
3954 */
3955 enum qca_wlan_vendor_nud_stats_data_pkt_flags {
3956 QCA_WLAN_VENDOR_NUD_STATS_DATA_ARP = 1 << 0,
3957 QCA_WLAN_VENDOR_NUD_STATS_DATA_DNS = 1 << 1,
3958 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_HANDSHAKE = 1 << 2,
3959 QCA_WLAN_VENDOR_NUD_STATS_DATA_ICMPV4 = 1 << 3,
3960 QCA_WLAN_VENDOR_NUD_STATS_DATA_ICMPV6 = 1 << 4,
3961 /* Used by QCA_ATTR_NUD_STATS_PKT_TYPE only in nud stats get
3962 * to represent the stats of respective data type.
3963 */
3964 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_SYN = 1 << 5,
3965 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_SYN_ACK = 1 << 6,
3966 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_ACK = 1 << 7,
3967 };
3968
3969 enum qca_wlan_vendor_nud_stats_set_data_pkt_info {
3970 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_INVALID = 0,
3971 /* Represents the data packet type to be monitored (u32).
3972 * Host driver tracks the stats corresponding to each data frame
3973 * represented by these flags.
3974 * These data packets are represented by
3975 * enum qca_wlan_vendor_nud_stats_data_pkt_flags
3976 */
3977 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_TYPE = 1,
3978 /* Name corresponding to the DNS frame for which the respective DNS
3979 * stats have to get monitored (string). Max string length 255.
3980 */
3981 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DNS_DOMAIN_NAME = 2,
3982 /* source port on which the respective proto stats have to get
3983 * collected (u32).
3984 */
3985 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_SRC_PORT = 3,
3986 /* destination port on which the respective proto stats have to get
3987 * collected (u32).
3988 */
3989 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_PORT = 4,
3990 /* IPv4 address for which the destined data packets have to be
3991 * monitored. (in network byte order), u32.
3992 */
3993 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_IPV4 = 5,
3994 /* IPv6 address for which the destined data packets have to be
3995 * monitored. (in network byte order), 16 bytes array.
3996 */
3997 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_IPV6 = 6,
3998
3999 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_LAST,
4000 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_MAX =
4001 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_LAST - 1,
4002 };
4003
4004 /**
4005 * qca_wlan_vendor_attr_nud_stats_set: Attributes to vendor subcmd
4006 * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carries the requisite
4007 * information to start/stop the NUD statistics collection.
4008 */
4009 enum qca_attr_nud_stats_set {
4010 QCA_ATTR_NUD_STATS_SET_INVALID = 0,
4011
4012 /* Flag to start/stop the NUD statistics collection.
4013 * Start - If included, Stop - If not included
4014 */
4015 QCA_ATTR_NUD_STATS_SET_START = 1,
4016 /* IPv4 address of the default gateway (in network byte order), u32 */
4017 QCA_ATTR_NUD_STATS_GW_IPV4 = 2,
4018 /* Represents the list of data packet types to be monitored.
4019 * Host driver tracks the stats corresponding to each data frame
4020 * represented by these flags.
4021 * These data packets are represented by
4022 * enum qca_wlan_vendor_nud_stats_set_data_pkt_info
4023 */
4024 QCA_ATTR_NUD_STATS_SET_DATA_PKT_INFO = 3,
4025
4026 /* keep last */
4027 QCA_ATTR_NUD_STATS_SET_LAST,
4028 QCA_ATTR_NUD_STATS_SET_MAX =
4029 QCA_ATTR_NUD_STATS_SET_LAST - 1,
4030 };
4031
4032 enum qca_attr_nud_data_stats {
4033 QCA_ATTR_NUD_DATA_STATS_INVALID = 0,
4034 /* Data packet type for which the stats are collected (u32).
4035 * Represented by enum qca_wlan_vendor_nud_stats_data_pkt_flags
4036 */
4037 QCA_ATTR_NUD_STATS_PKT_TYPE = 1,
4038 /* Name corresponding to the DNS frame for which the respective DNS
4039 * stats are monitored (string). Max string length 255.
4040 */
4041 QCA_ATTR_NUD_STATS_PKT_DNS_DOMAIN_NAME = 2,
4042 /* source port on which the respective proto stats are collected (u32).
4043 */
4044 QCA_ATTR_NUD_STATS_PKT_SRC_PORT = 3,
4045 /* destination port on which the respective proto stats are collected
4046 * (u32).
4047 */
4048 QCA_ATTR_NUD_STATS_PKT_DEST_PORT = 4,
4049 /* IPv4 address for which the destined data packets have to be
4050 * monitored. (in network byte order), u32.
4051 */
4052 QCA_ATTR_NUD_STATS_PKT_DEST_IPV4 = 5,
4053 /* IPv6 address for which the destined data packets have to be
4054 * monitored. (in network byte order), 16 bytes array.
4055 */
4056 QCA_ATTR_NUD_STATS_PKT_DEST_IPV6 = 6,
4057 /* Data packet Request count received from netdev (u32). */
4058 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_FROM_NETDEV = 7,
4059 /* Data packet Request count sent to lower MAC from upper MAC (u32). */
4060 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_TO_LOWER_MAC = 8,
4061 /* Data packet Request count received by lower MAC from upper MAC
4062 * (u32)
4063 */
4064 QCA_ATTR_NUD_STATS_PKT_REQ_RX_COUNT_BY_LOWER_MAC = 9,
4065 /* Data packet Request count successfully transmitted by the device
4066 * (u32)
4067 */
4068 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_TX_SUCCESS = 10,
4069 /* Data packet Response count received by lower MAC (u32) */
4070 QCA_ATTR_NUD_STATS_PKT_RSP_RX_COUNT_BY_LOWER_MAC = 11,
4071 /* Data packet Response count received by upper MAC (u32) */
4072 QCA_ATTR_NUD_STATS_PKT_RSP_RX_COUNT_BY_UPPER_MAC = 12,
4073 /* Data packet Response count delivered to netdev (u32) */
4074 QCA_ATTR_NUD_STATS_PKT_RSP_COUNT_TO_NETDEV = 13,
4075 /* Data Packet Response count that are dropped out of order (u32) */
4076 QCA_ATTR_NUD_STATS_PKT_RSP_COUNT_OUT_OF_ORDER_DROP = 14,
4077
4078 /* keep last */
4079 QCA_ATTR_NUD_DATA_STATS_LAST,
4080 QCA_ATTR_NUD_DATA_STATS_MAX =
4081 QCA_ATTR_NUD_DATA_STATS_LAST - 1,
4082 };
4083
4084 /**
4085 * qca_attr_nud_stats_get: Attributes to vendor subcmd
4086 * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET. This carries the requisite
4087 * NUD statistics collected when queried.
4088 */
4089 enum qca_attr_nud_stats_get {
4090 QCA_ATTR_NUD_STATS_GET_INVALID = 0,
4091 /* ARP Request count from netdev (u32) */
4092 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_FROM_NETDEV = 1,
4093 /* ARP Request count sent to lower MAC from upper MAC (u32) */
4094 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TO_LOWER_MAC = 2,
4095 /* ARP Request count received by lower MAC from upper MAC (u32) */
4096 QCA_ATTR_NUD_STATS_ARP_REQ_RX_COUNT_BY_LOWER_MAC = 3,
4097 /* ARP Request count successfully transmitted by the device (u32) */
4098 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TX_SUCCESS = 4,
4099 /* ARP Response count received by lower MAC (u32) */
4100 QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_LOWER_MAC = 5,
4101 /* ARP Response count received by upper MAC (u32) */
4102 QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_UPPER_MAC = 6,
4103 /* ARP Response count delivered to netdev (u32) */
4104 QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_TO_NETDEV = 7,
4105 /* ARP Response count dropped due to out of order reception (u32) */
4106 QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_OUT_OF_ORDER_DROP = 8,
4107 /* Flag indicating if the station's link to the AP is active.
4108 * Active Link - If included, Inactive link - If not included
4109 */
4110 QCA_ATTR_NUD_STATS_AP_LINK_ACTIVE = 9,
4111 /* Flag indicating if there is any duplicate address detected (DAD).
4112 * Yes - If detected, No - If not detected.
4113 */
4114 QCA_ATTR_NUD_STATS_IS_DAD = 10,
4115 /* List of Data packet types for which the stats are requested.
4116 * This list does not carry ARP stats as they are done by the
4117 * above attributes. Represented by enum qca_attr_nud_data_stats.
4118 */
4119 QCA_ATTR_NUD_STATS_DATA_PKT_STATS = 11,
4120
4121 /* keep last */
4122 QCA_ATTR_NUD_STATS_GET_LAST,
4123 QCA_ATTR_NUD_STATS_GET_MAX =
4124 QCA_ATTR_NUD_STATS_GET_LAST - 1,
4125 };
4126
4127 enum qca_wlan_btm_candidate_status {
4128 QCA_STATUS_ACCEPT = 0,
4129 QCA_STATUS_REJECT_EXCESSIVE_FRAME_LOSS_EXPECTED = 1,
4130 QCA_STATUS_REJECT_EXCESSIVE_DELAY_EXPECTED = 2,
4131 QCA_STATUS_REJECT_INSUFFICIENT_QOS_CAPACITY = 3,
4132 QCA_STATUS_REJECT_LOW_RSSI = 4,
4133 QCA_STATUS_REJECT_HIGH_INTERFERENCE = 5,
4134 QCA_STATUS_REJECT_UNKNOWN = 6,
4135 };
4136
4137 enum qca_wlan_vendor_attr_btm_candidate_info {
4138 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_INVALID = 0,
4139
4140 /* 6-byte MAC address representing the BSSID of transition candidate */
4141 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID = 1,
4142 /* Unsigned 32-bit value from enum qca_wlan_btm_candidate_status
4143 * returned by the driver. It says whether the BSSID provided in
4144 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID is acceptable by
4145 * the driver, if not it specifies the reason for rejection.
4146 * Note that the user-space can overwrite the transition reject reason
4147 * codes provided by driver based on more information.
4148 */
4149 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS = 2,
4150
4151 /* keep last */
4152 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST,
4153 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_MAX =
4154 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST - 1,
4155 };
4156
4157 enum qca_attr_trace_level {
4158 QCA_ATTR_TRACE_LEVEL_INVALID = 0,
4159 /*
4160 * Nested array of the following attributes:
4161 * QCA_ATTR_TRACE_LEVEL_MODULE,
4162 * QCA_ATTR_TRACE_LEVEL_MASK.
4163 */
4164 QCA_ATTR_TRACE_LEVEL_PARAM = 1,
4165 /*
4166 * Specific QCA host driver module. Please refer to the QCA host
4167 * driver implementation to get the specific module ID.
4168 */
4169 QCA_ATTR_TRACE_LEVEL_MODULE = 2,
4170 /* Different trace level masks represented in the QCA host driver. */
4171 QCA_ATTR_TRACE_LEVEL_MASK = 3,
4172
4173 /* keep last */
4174 QCA_ATTR_TRACE_LEVEL_AFTER_LAST,
4175 QCA_ATTR_TRACE_LEVEL_MAX =
4176 QCA_ATTR_TRACE_LEVEL_AFTER_LAST - 1,
4177 };
4178
4179 /**
4180 * enum qca_wlan_vendor_attr_get_he_capabilities - IEEE 802.11ax HE capabilities
4181 */
4182 enum qca_wlan_vendor_attr_get_he_capabilities {
4183 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_INVALID = 0,
4184 /* Whether HE capabilities is supported
4185 * (u8 attribute: 0 = not supported, 1 = supported)
4186 */
4187 QCA_WLAN_VENDOR_ATTR_HE_SUPPORTED = 1,
4188 /* HE PHY capabilities, array of 3 u32 values */
4189 QCA_WLAN_VENDOR_ATTR_PHY_CAPAB = 2,
4190 /* HE MAC capabilities (u32 attribute) */
4191 QCA_WLAN_VENDOR_ATTR_MAC_CAPAB = 3,
4192 /* HE MCS map (u32 attribute) */
4193 QCA_WLAN_VENDOR_ATTR_HE_MCS = 4,
4194 /* Number of SS (u32 attribute) */
4195 QCA_WLAN_VENDOR_ATTR_NUM_SS = 5,
4196 /* RU count (u32 attribute) */
4197 QCA_WLAN_VENDOR_ATTR_RU_IDX_MASK = 6,
4198 /* PPE threshold data, array of 8 u32 values */
4199 QCA_WLAN_VENDOR_ATTR_PPE_THRESHOLD = 7,
4200
4201 /* keep last */
4202 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_AFTER_LAST,
4203 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_MAX =
4204 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_AFTER_LAST - 1,
4205 };
4206
4207 /**
4208 * enum qca_wlan_vendor_attr_spectral_scan - Spectral scan config parameters
4209 */
4210 enum qca_wlan_vendor_attr_spectral_scan {
4211 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INVALID = 0,
4212 /* Number of times the chip enters spectral scan mode before
4213 * deactivating spectral scans. When set to 0, chip will enter spectral
4214 * scan mode continuously. u32 attribute.
4215 */
4216 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_COUNT = 1,
4217 /* Spectral scan period. Period increment resolution is 256*Tclk,
4218 * where Tclk = 1/44 MHz (Gmode), 1/40 MHz (Amode). u32 attribute.
4219 */
4220 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_PERIOD = 2,
4221 /* Spectral scan priority. u32 attribute. */
4222 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PRIORITY = 3,
4223 /* Number of FFT data points to compute. u32 attribute. */
4224 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_SIZE = 4,
4225 /* Enable targeted gain change before starting the spectral scan FFT.
4226 * u32 attribute.
4227 */
4228 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_GC_ENA = 5,
4229 /* Restart a queued spectral scan. u32 attribute. */
4230 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RESTART_ENA = 6,
4231 /* Noise floor reference number for the calculation of bin power.
4232 * u32 attribute.
4233 */
4234 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NOISE_FLOOR_REF = 7,
4235 /* Disallow spectral scan triggers after TX/RX packets by setting
4236 * this delay value to roughly SIFS time period or greater.
4237 * u32 attribute.
4238 */
4239 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INIT_DELAY = 8,
4240 /* Number of strong bins (inclusive) per sub-channel, below
4241 * which a signal is declared a narrow band tone. u32 attribute.
4242 */
4243 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NB_TONE_THR = 9,
4244 /* Specify the threshold over which a bin is declared strong (for
4245 * scan bandwidth analysis). u32 attribute.
4246 */
4247 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_STR_BIN_THR = 10,
4248 /* Spectral scan report mode. u32 attribute. */
4249 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_WB_RPT_MODE = 11,
4250 /* RSSI report mode, if the ADC RSSI is below
4251 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR,
4252 * then FFTs will not trigger, but timestamps and summaries get
4253 * reported. u32 attribute.
4254 */
4255 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_RPT_MODE = 12,
4256 /* ADC RSSI must be greater than or equal to this threshold (signed dB)
4257 * to ensure spectral scan reporting with normal error code.
4258 * u32 attribute.
4259 */
4260 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR = 13,
4261 /* Format of frequency bin magnitude for spectral scan triggered FFTs:
4262 * 0: linear magnitude, 1: log magnitude (20*log10(lin_mag)).
4263 * u32 attribute.
4264 */
4265 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PWR_FORMAT = 14,
4266 /* Format of FFT report to software for spectral scan triggered FFTs.
4267 * 0: No FFT report (only spectral scan summary report)
4268 * 1: 2-dword summary of metrics for each completed FFT + spectral scan
4269 * report
4270 * 2: 2-dword summary of metrics for each completed FFT + 1x-oversampled
4271 * bins (in-band) per FFT + spectral scan summary report
4272 * 3: 2-dword summary of metrics for each completed FFT + 2x-oversampled
4273 * bins (all) per FFT + spectral scan summary report
4274 * u32 attribute.
4275 */
4276 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RPT_MODE = 15,
4277 /* Number of LSBs to shift out in order to scale the FFT bins.
4278 * u32 attribute.
4279 */
4280 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_BIN_SCALE = 16,
4281 /* Set to 1 (with spectral_scan_pwr_format=1), to report bin magnitudes
4282 * in dBm power. u32 attribute.
4283 */
4284 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DBM_ADJ = 17,
4285 /* Per chain enable mask to select input ADC for search FFT.
4286 * u32 attribute.
4287 */
4288 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_CHN_MASK = 18,
4289 /* An unsigned 64-bit integer provided by host driver to identify the
4290 * spectral scan request. This attribute is included in the scan
4291 * response message for @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START
4292 * and used as an attribute in
4293 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP to identify the
4294 * specific scan to be stopped.
4295 */
4296 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE = 19,
4297 /* Skip interval for FFT reports. u32 attribute */
4298 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_PERIOD = 20,
4299 /* Set to report only one set of FFT results.
4300 * u32 attribute.
4301 */
4302 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SHORT_REPORT = 21,
4303 /* Debug level for spectral module in driver.
4304 * 0 : Verbosity level 0
4305 * 1 : Verbosity level 1
4306 * 2 : Verbosity level 2
4307 * 3 : Matched filterID display
4308 * 4 : One time dump of FFT report
4309 * u32 attribute.
4310 */
4311 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DEBUG_LEVEL = 22,
4312 /* Type of spectral scan request. u32 attribute.
4313 * It uses values defined in enum
4314 * qca_wlan_vendor_attr_spectral_scan_request_type.
4315 */
4316 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE = 23,
4317
4318 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST,
4319 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_MAX =
4320 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST - 1,
4321 };
4322
4323 /**
4324 * enum qca_wlan_vendor_attr_spectral_diag_stats - Used by the vendor command
4325 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS.
4326 */
4327 enum qca_wlan_vendor_attr_spectral_diag_stats {
4328 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_INVALID = 0,
4329 /* Number of spectral TLV signature mismatches.
4330 * u64 attribute.
4331 */
4332 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SIG_MISMATCH = 1,
4333 /* Number of spectral phyerror events with insufficient length when
4334 * parsing for secondary 80 search FFT report. u64 attribute.
4335 */
4336 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SEC80_SFFT_INSUFFLEN = 2,
4337 /* Number of spectral phyerror events without secondary 80
4338 * search FFT report. u64 attribute.
4339 */
4340 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_NOSEC80_SFFT = 3,
4341 /* Number of spectral phyerror events with vht operation segment 1 id
4342 * mismatches in search fft report. u64 attribute.
4343 */
4344 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG1ID_MISMATCH = 4,
4345 /* Number of spectral phyerror events with vht operation segment 2 id
4346 * mismatches in search fft report. u64 attribute.
4347 */
4348 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG2ID_MISMATCH = 5,
4349
4350 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST,
4351 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_MAX =
4352 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST - 1,
4353 };
4354
4355 /**
4356 * enum qca_wlan_vendor_attr_spectral_cap - Used by the vendor command
4357 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO.
4358 */
4359 enum qca_wlan_vendor_attr_spectral_cap {
4360 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_INVALID = 0,
4361 /* Flag attribute to indicate phydiag capability */
4362 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_PHYDIAG = 1,
4363 /* Flag attribute to indicate radar detection capability */
4364 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RADAR = 2,
4365 /* Flag attribute to indicate spectral capability */
4366 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_SPECTRAL = 3,
4367 /* Flag attribute to indicate advanced spectral capability */
4368 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_ADVANCED_SPECTRAL = 4,
4369 /* Spectral hardware generation. u32 attribute.
4370 * It uses values defined in enum
4371 * qca_wlan_vendor_spectral_scan_cap_hw_gen.
4372 */
4373 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN = 5,
4374
4375 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
4376 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
4377 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST - 1,
4378 };
4379
4380 /**
4381 * enum qca_wlan_vendor_attr_spectral_scan_status - used by the vendor command
4382 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS.
4383 */
4384 enum qca_wlan_vendor_attr_spectral_scan_status {
4385 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_INVALID = 0,
4386 /* Flag attribute to indicate whether spectral scan is enabled */
4387 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ENABLED = 1,
4388 /* Flag attribute to indicate whether spectral scan is in progress*/
4389 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ACTIVE = 2,
4390
4391 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST,
4392 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MAX =
4393 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST - 1,
4394 };
4395
4396 /**
4397 * qca_wlan_vendor_attr_spectral_scan_request_type: Attribute values for
4398 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE to the vendor subcmd
4399 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START. This represents the
4400 * spectral scan request types.
4401 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG: Request to
4402 * set the spectral parameters and start scan.
4403 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN: Request to
4404 * only set the spectral parameters.
4405 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG: Request to
4406 * only start the spectral scan.
4407 */
4408 enum qca_wlan_vendor_attr_spectral_scan_request_type {
4409 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG,
4410 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN,
4411 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG,
4412 };
4413
4414 /**
4415 * qca_wlan_vendor_spectral_scan_cap_hw_gen: Attribute values for
4416 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN to the vendor subcmd
4417 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
4418 * spectral hardware generation.
4419 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1: generation 1
4420 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2: generation 2
4421 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3: generation 3
4422 */
4423 enum qca_wlan_vendor_spectral_scan_cap_hw_gen {
4424 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1 = 0,
4425 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2 = 1,
4426 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3 = 2,
4427 };
4428
4429 enum qca_wlan_vendor_tos {
4430 QCA_WLAN_VENDOR_TOS_BK = 0,
4431 QCA_WLAN_VENDOR_TOS_BE = 1,
4432 QCA_WLAN_VENDOR_TOS_VI = 2,
4433 QCA_WLAN_VENDOR_TOS_VO = 3,
4434 };
4435
4436 /**
4437 * enum qca_wlan_vendor_attr_active_tos - Used by the vendor command
4438 * QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS.
4439 */
4440 enum qca_wlan_vendor_attr_active_tos {
4441 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_INVALID = 0,
4442 /* Type Of Service - Represented by qca_wlan_vendor_tos */
4443 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS = 1,
4444 /* Flag attribute representing the start (attribute included) or stop
4445 * (attribute not included) of the respective TOS.
4446 */
4447 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_START = 2,
4448 };
4449
4450 enum qca_wlan_vendor_hang_reason {
4451 /* Unspecified reason */
4452 QCA_WLAN_HANG_REASON_UNSPECIFIED = 0,
4453 /* No Map for the MAC entry for the received frame */
4454 QCA_WLAN_HANG_RX_HASH_NO_ENTRY_FOUND = 1,
4455 /* Peer deletion timeout happened */
4456 QCA_WLAN_HANG_PEER_DELETION_TIMEDOUT = 2,
4457 /* Peer unmap timeout */
4458 QCA_WLAN_HANG_PEER_UNMAP_TIMEDOUT = 3,
4459 /* Scan request timed out */
4460 QCA_WLAN_HANG_SCAN_REQ_EXPIRED = 4,
4461 /* Consecutive Scan attempt failures */
4462 QCA_WLAN_HANG_SCAN_ATTEMPT_FAILURES = 5,
4463 /* Unable to get the message buffer */
4464 QCA_WLAN_HANG_GET_MSG_BUFF_FAILURE = 6,
4465 /* Current command processing is timedout */
4466 QCA_WLAN_HANG_ACTIVE_LIST_TIMEOUT = 7,
4467 /* Timeout for an ACK from FW for suspend request */
4468 QCA_WLAN_HANG_SUSPEND_TIMEOUT = 8,
4469 /* Timeout for an ACK from FW for resume request */
4470 QCA_WLAN_HANG_RESUME_TIMEOUT = 9,
4471 /* Transmission timeout for consecutive data frames */
4472 QCA_WLAN_HANG_TRANSMISSIONS_TIMEOUT = 10,
4473 /* Timeout for the TX completion status of data frame */
4474 QCA_WLAN_HANG_TX_COMPLETE_TIMEOUT = 11,
4475 /* DXE failure for TX/RX, DXE resource unavailability */
4476 QCA_WLAN_HANG_DXE_FAILURE = 12,
4477 /* WMI pending commands exceed the maximum count */
4478 QCA_WLAN_HANG_WMI_EXCEED_MAX_PENDING_CMDS = 13,
4479 };
4480
4481 /**
4482 * enum qca_wlan_vendor_attr_hang - Used by the vendor command
4483 * QCA_NL80211_VENDOR_SUBCMD_HANG.
4484 */
4485 enum qca_wlan_vendor_attr_hang {
4486 QCA_WLAN_VENDOR_ATTR_HANG_INVALID = 0,
4487 /* Reason for the hang - u32 attribute with a value from enum
4488 * qca_wlan_vendor_hang_reason.
4489 */
4490 QCA_WLAN_VENDOR_ATTR_HANG_REASON = 1,
4491
4492 QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST,
4493 QCA_WLAN_VENDOR_ATTR_HANG_MAX =
4494 QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST - 1,
4495 };
4496
4497 /**
4498 * enum qca_wlan_vendor_attr_flush_pending - Attributes for
4499 * flushing pending traffic in firmware.
4500 *
4501 * @QCA_WLAN_VENDOR_ATTR_PEER_ADDR: Configure peer MAC address.
4502 * @QCA_WLAN_VENDOR_ATTR_AC: Configure access category of the pending
4503 * packets. It is u8 value with bit 0~3 represent AC_BE, AC_BK,
4504 * AC_VI, AC_VO respectively. Set the corresponding bit to 1 to
4505 * flush packets with access category.
4506 */
4507 enum qca_wlan_vendor_attr_flush_pending {
4508 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_INVALID = 0,
4509 QCA_WLAN_VENDOR_ATTR_PEER_ADDR = 1,
4510 QCA_WLAN_VENDOR_ATTR_AC = 2,
4511
4512 /* keep last */
4513 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_AFTER_LAST,
4514 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_MAX =
4515 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_AFTER_LAST - 1,
4516 };
4517
4518 /**
4519 * enum qca_wlan_vendor_attr_rropavail_info - Specifies whether Representative
4520 * RF Operating Parameter (RROP) information is available, and if so, at which
4521 * point in the application-driver interaction sequence it can be retrieved by
4522 * the application from the driver. This point may vary by architecture and
4523 * other factors. This is a u16 value.
4524 */
4525 enum qca_wlan_vendor_attr_rropavail_info {
4526 /* RROP information is unavailable. */
4527 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_UNAVAILABLE,
4528 /* RROP information is available and the application can retrieve the
4529 * information after receiving an QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS
4530 * event from the driver.
4531 */
4532 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_EXTERNAL_ACS_START,
4533 /* RROP information is available only after a vendor specific scan
4534 * (requested using QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN) has
4535 * successfully completed. The application can retrieve the information
4536 * after receiving the QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE event from
4537 * the driver.
4538 */
4539 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_VSCAN_END,
4540 };
4541
4542 /**
4543 * enum qca_wlan_vendor_attr_rrop_info - Specifies vendor specific
4544 * Representative RF Operating Parameter (RROP) information. It is sent for the
4545 * vendor command QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO. This information is
4546 * intended for use by external Auto Channel Selection applications. It provides
4547 * guidance values for some RF parameters that are used by the system during
4548 * operation. These values could vary by channel, band, radio, and so on.
4549 */
4550 enum qca_wlan_vendor_attr_rrop_info {
4551 QCA_WLAN_VENDOR_ATTR_RROP_INFO_INVALID = 0,
4552
4553 /* Representative Tx Power List (RTPL) which has an array of nested
4554 * values as per attributes in enum qca_wlan_vendor_attr_rtplinst.
4555 */
4556 QCA_WLAN_VENDOR_ATTR_RROP_INFO_RTPL = 1,
4557
4558 QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST,
4559 QCA_WLAN_VENDOR_ATTR_RROP_INFO_MAX =
4560 QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST - 1
4561 };
4562
4563 /**
4564 * enum qca_wlan_vendor_attr_rtplinst - Specifies attributes for individual list
4565 * entry instances in the Representative Tx Power List (RTPL). It provides
4566 * simplified power values intended for helping external Auto channel Selection
4567 * applications compare potential Tx power performance between channels, other
4568 * operating conditions remaining identical. These values are not necessarily
4569 * the actual Tx power values that will be used by the system. They are also not
4570 * necessarily the max or average values that will be used. Instead, they are
4571 * relative, summarized keys for algorithmic use computed by the driver or
4572 * underlying firmware considering a number of vendor specific factors.
4573 */
4574 enum qca_wlan_vendor_attr_rtplinst {
4575 QCA_WLAN_VENDOR_ATTR_RTPLINST_INVALID = 0,
4576
4577 /* Primary channel number (u8) */
4578 QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY = 1,
4579 /* Representative Tx power in dBm (s32) with emphasis on throughput. */
4580 QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_THROUGHPUT = 2,
4581 /* Representative Tx power in dBm (s32) with emphasis on range. */
4582 QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_RANGE = 3,
4583
4584 QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST,
4585 QCA_WLAN_VENDOR_ATTR_RTPLINST_MAX =
4586 QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST - 1,
4587 };
4588
4589 /**
4590 * enum qca_wlan_vendor_attr_config_latency_level - Level for
4591 * wlan latency module.
4592 *
4593 * There will be various of Wi-Fi functionality like scan/roaming/adaptive
4594 * power saving which would causing data exchange out of service, this
4595 * would be a big impact on latency. For latency sensitive applications over
4596 * Wi-Fi are intolerant to such operations and thus would configure them
4597 * to meet their respective needs. It is well understood by such applications
4598 * that altering the default behavior would degrade the Wi-Fi functionality
4599 * w.r.t the above pointed WLAN operations.
4600 *
4601 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL:
4602 * Default WLAN operation level which throughput orientated.
4603 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE:
4604 * Use moderate level to improve latency by limit scan duration.
4605 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW:
4606 * Use low latency level to benifit application like concurrent
4607 * downloading or video streaming via constraint scan/adaptive PS.
4608 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW:
4609 * Use ultra low latency level to benefit for gaming/voice
4610 * application via constraint scan/roaming/adaptive PS.
4611 */
4612 enum qca_wlan_vendor_attr_config_latency_level {
4613 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_INVALID = 0,
4614 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL = 1,
4615 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE = 2,
4616 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW = 3,
4617 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW = 4,
4618
4619 /* keep last */
4620 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST,
4621 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MAX =
4622 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST - 1,
4623 };
4624
4625 /**
4626 * enum qca_wlan_vendor_attr_wlan_mac - Used by the vendor command
4627 * QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
4628 */
4629 enum qca_wlan_vendor_attr_mac {
4630 QCA_WLAN_VENDOR_ATTR_MAC_INVALID = 0,
4631
4632 /* MAC mode info list which has an array of nested values as
4633 * per attributes in enum qca_wlan_vendor_attr_mac_mode_info.
4634 */
4635 QCA_WLAN_VENDOR_ATTR_MAC_INFO = 1,
4636
4637 /* keep last */
4638 QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST,
4639 QCA_WLAN_VENDOR_ATTR_MAC_MAX =
4640 QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST - 1,
4641 };
4642
4643 /**
4644 * enum qca_wlan_vendor_attr_mac_iface_info - Information of the connected
4645 * Wi-Fi netdev interface on a respective MAC.
4646 * Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO.
4647 */
4648 enum qca_wlan_vendor_attr_mac_iface_info {
4649 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_INVALID = 0,
4650 /* Wi-Fi netdev's interface index (u32) */
4651 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX = 1,
4652 /* Associated frequency in MHz of the connected Wi-Fi interface (u32) */
4653 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ = 2,
4654
4655 /* keep last */
4656 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST,
4657 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_MAX =
4658 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST - 1,
4659 };
4660
4661 /**
4662 * enum qca_wlan_vendor_attr_mac_info - Points to MAC the information.
4663 * Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_INFO of the
4664 * vendor command QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
4665 */
4666 enum qca_wlan_vendor_attr_mac_info {
4667 QCA_WLAN_VENDOR_ATTR_MAC_INFO_INVALID = 0,
4668 /* Hardware MAC ID associated for the MAC (u32) */
4669 QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAC_ID = 1,
4670 /* Band supported by the MAC at a given point.
4671 * This is a u32 bitmask of BIT(NL80211_BAND_*) as described in %enum
4672 * nl80211_band.
4673 */
4674 QCA_WLAN_VENDOR_ATTR_MAC_INFO_BAND = 2,
4675 /* Refers to list of WLAN netdev interfaces associated with this MAC.
4676 * Represented by enum qca_wlan_vendor_attr_mac_iface_info.
4677 */
4678 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO = 3,
4679
4680 /* keep last */
4681 QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST,
4682 QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAX =
4683 QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST - 1,
4684 };
4685
4686 /**
4687 * enum qca_wlan_vendor_attr_get_logger_features - Used by the vendor command
4688 * QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET.
4689 */
4690 enum qca_wlan_vendor_attr_get_logger_features {
4691 QCA_WLAN_VENDOR_ATTR_LOGGER_INVALID = 0,
4692 /* Unsigned 32-bit enum value of wifi_logger_supported_features */
4693 QCA_WLAN_VENDOR_ATTR_LOGGER_SUPPORTED = 1,
4694 /* keep last */
4695 QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST,
4696 QCA_WLAN_VENDOR_ATTR_LOGGER_MAX =
4697 QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST - 1,
4698 };
4699
4700 /**
4701 * enum wifi_logger_supported_features - Values for supported logger features
4702 */
4703 enum wifi_logger_supported_features {
4704 WIFI_LOGGER_MEMORY_DUMP_FEATURE = (1 << (0)),
4705 WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_FEATURE = (1 << (1)),
4706 WIFI_LOGGER_CONNECT_EVENT_FEATURE = (1 << (2)),
4707 WIFI_LOGGER_POWER_EVENT_FEATURE = (1 << (3)),
4708 WIFI_LOGGER_WAKE_LOCK_FEATURE = (1 << (4)),
4709 WIFI_LOGGER_VERBOSE_FEATURE = (1 << (5)),
4710 WIFI_LOGGER_WATCHDOG_TIMER_FEATURE = (1 << (6)),
4711 WIFI_LOGGER_DRIVER_DUMP_FEATURE = (1 << (7)),
4712 WIFI_LOGGER_PACKET_FATE_FEATURE = (1 << (8)),
4713 };
4714
4715 /**
4716 * enum qca_wlan_tdls_caps_features_supported - Values for TDLS get
4717 * capabilities features
4718 */
4719 enum qca_wlan_tdls_caps_features_supported {
4720 WIFI_TDLS_SUPPORT = (1 << (0)),
4721 WIFI_TDLS_EXTERNAL_CONTROL_SUPPORT = (1 << (1)),
4722 WIFI_TDLS_OFFCHANNEL_SUPPORT = (1 << (2))
4723 };
4724
4725 /**
4726 * enum qca_wlan_vendor_attr_tdls_get_capabilities - Used by the vendor command
4727 * QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES.
4728 */
4729 enum qca_wlan_vendor_attr_tdls_get_capabilities {
4730 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_INVALID = 0,
4731 /* Indicates the max concurrent sessions */
4732 /* Unsigned 32-bit value */
4733 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX_CONC_SESSIONS,
4734 /* Indicates the support for features */
4735 /* Unsigned 32-bit bitmap qca_wlan_tdls_caps_features_supported
4736 */
4737 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_FEATURES_SUPPORTED,
4738
4739 /* keep last */
4740 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST,
4741 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX =
4742 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST - 1,
4743 };
4744
4745 /**
4746 * enum qca_wlan_offloaded_packets_sending_control - Offload packets control
4747 * command used as value for the attribute
4748 * QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL.
4749 */
4750 enum qca_wlan_offloaded_packets_sending_control {
4751 QCA_WLAN_OFFLOADED_PACKETS_SENDING_CONTROL_INVALID = 0,
4752 QCA_WLAN_OFFLOADED_PACKETS_SENDING_START,
4753 QCA_WLAN_OFFLOADED_PACKETS_SENDING_STOP
4754 };
4755
4756 /**
4757 * enum qca_wlan_vendor_attr_offloaded_packets - Used by the vendor command
4758 * QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS.
4759 */
4760 enum qca_wlan_vendor_attr_offloaded_packets {
4761 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_INVALID = 0,
4762 /* Takes valid value from the enum
4763 * qca_wlan_offloaded_packets_sending_control
4764 * Unsigned 32-bit value
4765 */
4766 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL,
4767 /* Unsigned 32-bit value */
4768 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_REQUEST_ID,
4769 /* array of u8 len: Max packet size */
4770 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_IP_PACKET_DATA,
4771 /* 6-byte MAC address used to represent source MAC address */
4772 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SRC_MAC_ADDR,
4773 /* 6-byte MAC address used to represent destination MAC address */
4774 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_DST_MAC_ADDR,
4775 /* Unsigned 32-bit value, in milli seconds */
4776 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_PERIOD,
4777
4778 /* keep last */
4779 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST,
4780 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_MAX =
4781 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST - 1,
4782 };
4783
4784 /**
4785 * enum qca_wlan_rssi_monitoring_control - RSSI control commands used as values
4786 * by the attribute QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL.
4787 */
4788 enum qca_wlan_rssi_monitoring_control {
4789 QCA_WLAN_RSSI_MONITORING_CONTROL_INVALID = 0,
4790 QCA_WLAN_RSSI_MONITORING_START,
4791 QCA_WLAN_RSSI_MONITORING_STOP,
4792 };
4793
4794 /**
4795 * enum qca_wlan_vendor_attr_rssi_monitoring - Used by the vendor command
4796 * QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI.
4797 */
4798 enum qca_wlan_vendor_attr_rssi_monitoring {
4799 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_INVALID = 0,
4800 /* Takes valid value from the enum
4801 * qca_wlan_rssi_monitoring_control
4802 * Unsigned 32-bit value enum qca_wlan_rssi_monitoring_control
4803 */
4804 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL,
4805 /* Unsigned 32-bit value */
4806 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_REQUEST_ID,
4807 /* Signed 8-bit value in dBm */
4808 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX_RSSI,
4809 /* Signed 8-bit value in dBm */
4810 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MIN_RSSI,
4811 /* attributes to be used/received in callback */
4812 /* 6-byte MAC address used to represent current BSSID MAC address */
4813 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_BSSID,
4814 /* Signed 8-bit value indicating the current RSSI */
4815 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_RSSI,
4816 /* keep last */
4817 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST,
4818 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX =
4819 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST - 1,
4820 };
4821
4822 /**
4823 * enum qca_wlan_vendor_attr_ndp_params - Used by the vendor command
4824 * QCA_NL80211_VENDOR_SUBCMD_NDP.
4825 */
4826 enum qca_wlan_vendor_attr_ndp_params {
4827 QCA_WLAN_VENDOR_ATTR_NDP_PARAM_INVALID = 0,
4828 /* Unsigned 32-bit value
4829 * enum of sub commands values in qca_wlan_ndp_sub_cmd
4830 */
4831 QCA_WLAN_VENDOR_ATTR_NDP_SUBCMD,
4832 /* Unsigned 16-bit value */
4833 QCA_WLAN_VENDOR_ATTR_NDP_TRANSACTION_ID,
4834 /* NL attributes for data used NDP SUB cmds */
4835 /* Unsigned 32-bit value indicating a service info */
4836 QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_INSTANCE_ID,
4837 /* Unsigned 32-bit value; channel frequency in MHz */
4838 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL,
4839 /* Interface Discovery MAC address. An array of 6 Unsigned int8 */
4840 QCA_WLAN_VENDOR_ATTR_NDP_PEER_DISCOVERY_MAC_ADDR,
4841 /* Interface name on which NDP is being created */
4842 QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR,
4843 /* Unsigned 32-bit value for security */
4844 /* CONFIG_SECURITY is deprecated, use NCS_SK_TYPE/PMK/SCID instead */
4845 QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_SECURITY,
4846 /* Unsigned 32-bit value for QoS */
4847 QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_QOS,
4848 /* Array of u8: len = QCA_WLAN_VENDOR_ATTR_NAN_DP_APP_INFO_LEN */
4849 QCA_WLAN_VENDOR_ATTR_NDP_APP_INFO,
4850 /* Unsigned 32-bit value for NDP instance Id */
4851 QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID,
4852 /* Array of instance Ids */
4853 QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID_ARRAY,
4854 /* Unsigned 32-bit value for initiator/responder NDP response code
4855 * accept/reject
4856 */
4857 QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE_CODE,
4858 /* NDI MAC address. An array of 6 Unsigned int8 */
4859 QCA_WLAN_VENDOR_ATTR_NDP_NDI_MAC_ADDR,
4860 /* Unsigned 32-bit value errors types returned by driver
4861 * The wifi_nan.h in AOSP project platform/hardware/libhardware_legacy
4862 * NanStatusType includes these values.
4863 */
4864 QCA_WLAN_VENDOR_ATTR_NDP_DRV_RESPONSE_STATUS_TYPE,
4865 /* Unsigned 32-bit value error values returned by driver
4866 * The nan_i.h in AOSP project platform/hardware/qcom/wlan
4867 * NanInternalStatusType includes these values.
4868 */
4869 QCA_WLAN_VENDOR_ATTR_NDP_DRV_RETURN_VALUE,
4870 /* Unsigned 32-bit value for Channel setup configuration
4871 * The wifi_nan.h in AOSP project platform/hardware/libhardware_legacy
4872 * NanDataPathChannelCfg includes these values.
4873 */
4874 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_CONFIG,
4875 /* Unsigned 32-bit value for Cipher Suite Shared Key Type */
4876 QCA_WLAN_VENDOR_ATTR_NDP_CSID,
4877 /* Array of u8: len = NAN_PMK_INFO_LEN 32 bytes */
4878 QCA_WLAN_VENDOR_ATTR_NDP_PMK,
4879 /* Security Context Identifier that contains the PMKID
4880 * Array of u8: len = NAN_SCID_BUF_LEN 1024 bytes
4881 */
4882 QCA_WLAN_VENDOR_ATTR_NDP_SCID,
4883 /* Array of u8: len = NAN_SECURITY_MAX_PASSPHRASE_LEN 63 bytes */
4884 QCA_WLAN_VENDOR_ATTR_NDP_PASSPHRASE,
4885 /* Array of u8: len = NAN_MAX_SERVICE_NAME_LEN 255 bytes */
4886 QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_NAME,
4887 /* Unsigned 32-bit bitmap indicating schedule update
4888 * BIT_0: NSS Update
4889 * BIT_1: Channel list update
4890 */
4891 QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_REASON,
4892 /* Unsigned 32-bit value for NSS */
4893 QCA_WLAN_VENDOR_ATTR_NDP_NSS,
4894 /* Unsigned 32-bit value for NUMBER NDP CHANNEL */
4895 QCA_WLAN_VENDOR_ATTR_NDP_NUM_CHANNELS,
4896 /* Unsigned 32-bit value for CHANNEL BANDWIDTH
4897 * 0:20 MHz, 1:40 MHz, 2:80 MHz, 3:160 MHz
4898 */
4899 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH,
4900 /* Array of channel/band width */
4901 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO,
4902 /* IPv6 address used by NDP (in network byte order), 16 bytes array.
4903 * This attribute is used and optional for ndp request, ndp response,
4904 * ndp indication, and ndp confirm.
4905 */
4906 QCA_WLAN_VENDOR_ATTR_NDP_IPV6_ADDR = 27,
4907 /* Unsigned 16-bit value indicating transport port used by NDP.
4908 * This attribute is used and optional for ndp response, ndp indication,
4909 * and ndp confirm.
4910 */
4911 QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PORT = 28,
4912 /* Unsigned 8-bit value indicating protocol used by NDP and assigned by
4913 * the Internet Assigned Numbers Authority (IANA) as per:
4914 * https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
4915 * This attribute is used and optional for ndp response, ndp indication,
4916 * and ndp confirm.
4917 */
4918 QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL = 29,
4919
4920 /* keep last */
4921 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,
4922 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_MAX =
4923 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST - 1,
4924 };
4925
4926 enum qca_wlan_ndp_sub_cmd {
4927 QCA_WLAN_VENDOR_ATTR_NDP_INVALID = 0,
4928 /* Command to create a NAN data path interface */
4929 QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_CREATE = 1,
4930 /* Command to delete a NAN data path interface */
4931 QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_DELETE = 2,
4932 /* Command to initiate a NAN data path session */
4933 QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_REQUEST = 3,
4934 /* Command to notify if the NAN data path session was sent */
4935 QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_RESPONSE = 4,
4936 /* Command to respond to NAN data path session */
4937 QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_REQUEST = 5,
4938 /* Command to notify on the responder about the response */
4939 QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_RESPONSE = 6,
4940 /* Command to initiate a NAN data path end */
4941 QCA_WLAN_VENDOR_ATTR_NDP_END_REQUEST = 7,
4942 /* Command to notify the if end request was sent */
4943 QCA_WLAN_VENDOR_ATTR_NDP_END_RESPONSE = 8,
4944 /* Command to notify the peer about the end request */
4945 QCA_WLAN_VENDOR_ATTR_NDP_REQUEST_IND = 9,
4946 /* Command to confirm the NAN data path session is complete */
4947 QCA_WLAN_VENDOR_ATTR_NDP_CONFIRM_IND = 10,
4948 /* Command to indicate the peer about the end request being received */
4949 QCA_WLAN_VENDOR_ATTR_NDP_END_IND = 11,
4950 /* Command to indicate the peer of schedule update */
4951 QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_IND = 12
4952 };
4953
4954 /**
4955 * enum qca_wlan_vendor_attr_nd_offload - Used by the vendor command
4956 * QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD.
4957 */
4958 enum qca_wlan_vendor_attr_nd_offload {
4959 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_INVALID = 0,
4960 /* Flag to set Neighbour Discovery offload */
4961 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_FLAG,
4962 /* Keep last */
4963 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST,
4964 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_MAX =
4965 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST - 1,
4966 };
4967
4968 /**
4969 * enum packet_filter_sub_cmd - Packet filter sub commands
4970 */
4971 enum packet_filter_sub_cmd {
4972 /**
4973 * Write packet filter program and/or data. The driver/firmware should
4974 * disable APF before writing into local buffer and re-enable APF after
4975 * writing is done.
4976 */
4977 QCA_WLAN_SET_PACKET_FILTER = 1,
4978 /* Get packet filter feature capabilities from driver */
4979 QCA_WLAN_GET_PACKET_FILTER = 2,
4980 /**
4981 * Write packet filter program and/or data. User space will send the
4982 * %QCA_WLAN_DISABLE_PACKET_FILTER command before issuing this command
4983 * and will send the %QCA_WLAN_ENABLE_PACKET_FILTER afterwards. The key
4984 * difference from that %QCA_WLAN_SET_PACKET_FILTER is the control over
4985 * enable/disable is given to user space with this command. Also,
4986 * user space sends the length of program portion in the buffer within
4987 * %QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH.
4988 */
4989 QCA_WLAN_WRITE_PACKET_FILTER = 3,
4990 /* Read packet filter program and/or data */
4991 QCA_WLAN_READ_PACKET_FILTER = 4,
4992 /* Enable APF feature */
4993 QCA_WLAN_ENABLE_PACKET_FILTER = 5,
4994 /* Disable APF feature */
4995 QCA_WLAN_DISABLE_PACKET_FILTER = 6,
4996 };
4997
4998 /**
4999 * enum qca_wlan_vendor_attr_packet_filter - BPF control commands used by
5000 * vendor QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER.
5001 */
5002 enum qca_wlan_vendor_attr_packet_filter {
5003 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_INVALID = 0,
5004 /* Unsigned 32-bit enum passed using packet_filter_sub_cmd */
5005 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SUB_CMD,
5006 /* Unsigned 32-bit value indicating the packet filter version */
5007 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_VERSION,
5008 /* Unsigned 32-bit value indicating the packet filter id */
5009 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_ID,
5010 /**
5011 * Unsigned 32-bit value indicating the packet filter size including
5012 * program + data.
5013 */
5014 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SIZE,
5015 /* Unsigned 32-bit value indicating the packet filter current offset */
5016 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_CURRENT_OFFSET,
5017 /* Program and/or data in bytes */
5018 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROGRAM,
5019 /* Unsigned 32-bit value of the length of the program section in packet
5020 * filter buffer.
5021 */
5022 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH = 7,
5023
5024 /* keep last */
5025 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST,
5026 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_MAX =
5027 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST - 1,
5028 };
5029
5030 /**
5031 * enum qca_wlan_vendor_drv_info - WLAN driver info used by vendor command
5032 * QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE.
5033 */
5034 enum qca_wlan_vendor_drv_info {
5035 QCA_WLAN_VENDOR_ATTR_DRV_INFO_INVALID = 0,
5036 /* Maximum Message size info between firmware & HOST
5037 * Unsigned 32-bit value
5038 */
5039 QCA_WLAN_VENDOR_ATTR_DRV_INFO_BUS_SIZE,
5040 /* keep last */
5041 QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST,
5042 QCA_WLAN_VENDOR_ATTR_DRV_INFO_MAX =
5043 QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST - 1,
5044 };
5045
5046 /**
5047 * enum qca_wlan_vendor_attr_wake_stats - Wake lock stats used by vendor
5048 * command QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS.
5049 */
5050 enum qca_wlan_vendor_attr_wake_stats {
5051 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_INVALID = 0,
5052 /* Unsigned 32-bit value indicating the total count of wake event */
5053 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE,
5054 /* Array of individual wake count, each index representing wake reason
5055 */
5056 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_PTR,
5057 /* Unsigned 32-bit value representing wake count array */
5058 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_SZ,
5059 /* Unsigned 32-bit total wake count value of driver/fw */
5060 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_DRIVER_FW_LOCAL_WAKE,
5061 /* Array of wake stats of driver/fw */
5062 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_PTR,
5063 /* Unsigned 32-bit total wake count value of driver/fw */
5064 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_SZ,
5065 /* Unsigned 32-bit total wake count value of packets received */
5066 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_RX_DATA_WAKE,
5067 /* Unsigned 32-bit wake count value unicast packets received */
5068 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_UNICAST_CNT,
5069 /* Unsigned 32-bit wake count value multicast packets received */
5070 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_MULTICAST_CNT,
5071 /* Unsigned 32-bit wake count value broadcast packets received */
5072 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_BROADCAST_CNT,
5073 /* Unsigned 32-bit wake count value of ICMP packets */
5074 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP_PKT,
5075 /* Unsigned 32-bit wake count value of ICMP6 packets */
5076 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_PKT,
5077 /* Unsigned 32-bit value ICMP6 router advertisement */
5078 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RA,
5079 /* Unsigned 32-bit value ICMP6 neighbor advertisement */
5080 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NA,
5081 /* Unsigned 32-bit value ICMP6 neighbor solicitation */
5082 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NS,
5083 /* Unsigned 32-bit wake count value of receive side ICMP4 multicast */
5084 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP4_RX_MULTICAST_CNT,
5085 /* Unsigned 32-bit wake count value of receive side ICMP6 multicast */
5086 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RX_MULTICAST_CNT,
5087 /* Unsigned 32-bit wake count value of receive side multicast */
5088 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_OTHER_RX_MULTICAST_CNT,
5089 /* Unsigned 32-bit wake count value of a given RSSI breach */
5090 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RSSI_BREACH_CNT,
5091 /* Unsigned 32-bit wake count value of low RSSI */
5092 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_LOW_RSSI_CNT,
5093 /* Unsigned 32-bit value GSCAN count */
5094 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_GSCAN_CNT,
5095 /* Unsigned 32-bit value PNO complete count */
5096 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_COMPLETE_CNT,
5097 /* Unsigned 32-bit value PNO match count */
5098 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_MATCH_CNT,
5099 /* keep last */
5100 QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST,
5101 QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX =
5102 QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST - 1,
5103 };
5104
5105 /**
5106 * enum qca_wlan_vendor_attr_thermal_cmd - Vendor subcmd attributes to set
5107 * cmd value. Used for NL attributes for data used by
5108 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5109 */
5110 enum qca_wlan_vendor_attr_thermal_cmd {
5111 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_INVALID = 0,
5112 /* The value of command, driver will implement different operations
5113 * according to this value. It uses values defined in
5114 * enum qca_wlan_vendor_attr_thermal_cmd_type.
5115 * u32 attribute.
5116 */
5117 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE = 1,
5118
5119 /* keep last */
5120 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST,
5121 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_MAX =
5122 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST - 1
5123 };
5124
5125 /**
5126 * qca_wlan_vendor_attr_thermal_cmd_type: Attribute values for
5127 * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE to the vendor subcmd
5128 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD. This represents the
5129 * thermal command types sent to driver.
5130 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS: Request to
5131 * get thermal shutdown configuration parameters for display. Parameters
5132 * responded from driver are defined in
5133 * enum qca_wlan_vendor_attr_get_thermal_params_rsp.
5134 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE: Request to
5135 * get temperature. Host should respond with a temperature data. It is defined
5136 * in enum qca_wlan_vendor_attr_thermal_get_temperature.
5137 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND: Request to execute thermal
5138 * suspend action.
5139 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME: Request to execute thermal
5140 * resume action.
5141 */
5142 enum qca_wlan_vendor_attr_thermal_cmd_type {
5143 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS,
5144 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE,
5145 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND,
5146 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME,
5147 };
5148
5149 /**
5150 * enum qca_wlan_vendor_attr_thermal_get_temperature - vendor subcmd attributes
5151 * to get chip temperature by user.
5152 * enum values are used for NL attributes for data used by
5153 * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE command for data used
5154 * by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5155 */
5156 enum qca_wlan_vendor_attr_thermal_get_temperature {
5157 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_INVALID = 0,
5158 /* Temperature value (degree Celsius) from driver.
5159 * u32 attribute.
5160 */
5161 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_DATA,
5162
5163 /* keep last */
5164 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST,
5165 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_MAX =
5166 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST - 1,
5167 };
5168
5169 /**
5170 * enum qca_wlan_vendor_attr_get_thermal_params_rsp - vendor subcmd attributes
5171 * to get configuration parameters of thermal shutdown feature. Enum values are
5172 * used by QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS command for data
5173 * used by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5174 */
5175 enum qca_wlan_vendor_attr_get_thermal_params_rsp {
5176 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_INVALID = 0,
5177 /* Indicate if the thermal shutdown feature is enabled.
5178 * NLA_FLAG attribute.
5179 */
5180 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SHUTDOWN_EN,
5181 /* Indicate if the auto mode is enabled.
5182 * Enable: Driver triggers the suspend/resume action.
5183 * Disable: User space triggers the suspend/resume action.
5184 * NLA_FLAG attribute.
5185 */
5186 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SHUTDOWN_AUTO_EN,
5187 /* Thermal resume threshold (degree Celsius). Issue the resume command
5188 * if the temperature value is lower than this threshold.
5189 * u16 attribute.
5190 */
5191 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_RESUME_THRESH,
5192 /* Thermal warning threshold (degree Celsius). FW reports temperature
5193 * to driver if it's higher than this threshold.
5194 * u16 attribute.
5195 */
5196 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_WARNING_THRESH,
5197 /* Thermal suspend threshold (degree Celsius). Issue the suspend command
5198 * if the temperature value is higher than this threshold.
5199 * u16 attribute.
5200 */
5201 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SUSPEND_THRESH,
5202 /* FW reports temperature data periodically at this interval (ms).
5203 * u16 attribute.
5204 */
5205 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SAMPLE_RATE,
5206
5207 /* keep last */
5208 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_AFTER_LAST,
5209 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_MAX =
5210 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_AFTER_LAST - 1,
5211 };
5212
5213 /**
5214 * enum qca_wlan_vendor_attr_thermal_event - vendor subcmd attributes to
5215 * report thermal events from driver to user space.
5216 * enum values are used for NL attributes for data used by
5217 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT sub command.
5218 */
5219 enum qca_wlan_vendor_attr_thermal_event {
5220 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_INVALID = 0,
5221 /* Temperature value (degree Celsius) from driver.
5222 * u32 attribute.
5223 */
5224 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_TEMPERATURE,
5225 /* Indication of resume completion from power save mode.
5226 * NLA_FLAG attribute.
5227 */
5228 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_RESUME_COMPLETE,
5229
5230 /* keep last */
5231 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST,
5232 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_MAX =
5233 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST - 1,
5234 };
5235
5236 /**
5237 * enum he_fragmentation_val - HE fragmentation support values
5238 * Indicates level of dynamic fragmentation that is supported by
5239 * a STA as a recipient.
5240 * HE fragmentation values are defined in IEEE P802.11ax/D2.0, 9.4.2.237.2
5241 * (HE MAC Capabilities Information field) and are used in HE Capabilities
5242 * element to advertise the support. These values are validated in the driver
5243 * to check the device capability and advertised in the HE Capabilities
5244 * element. These values are used to configure testbed device to allow the
5245 * advertised hardware capabilities to be downgraded for testing purposes.
5246 *
5247 * @HE_FRAG_DISABLE: no support for dynamic fragmentation
5248 * @HE_FRAG_LEVEL1: support for dynamic fragments that are
5249 * contained within an MPDU or S-MPDU, no support for dynamic fragments
5250 * within an A-MPDU that is not an S-MPDU.
5251 * @HE_FRAG_LEVEL2: support for dynamic fragments that are
5252 * contained within an MPDU or S-MPDU and support for up to one dynamic
5253 * fragment for each MSDU, each A-MSDU if supported by the recipient, and
5254 * each MMPDU within an A-MPDU or multi-TID A-MPDU that is not an
5255 * MPDU or S-MPDU.
5256 * @HE_FRAG_LEVEL3: support for dynamic fragments that are
5257 * contained within an MPDU or S-MPDU and support for multiple dynamic
5258 * fragments for each MSDU and for each A-MSDU if supported by the
5259 * recipient within an A-MPDU or multi-TID AMPDU and up to one dynamic
5260 * fragment for each MMPDU in a multi-TID A-MPDU that is not an S-MPDU.
5261 */
5262 enum he_fragmentation_val {
5263 HE_FRAG_DISABLE,
5264 HE_FRAG_LEVEL1,
5265 HE_FRAG_LEVEL2,
5266 HE_FRAG_LEVEL3,
5267 };
5268
5269 /**
5270 * enum he_mcs_config - HE MCS support configuration
5271 *
5272 * Configures the HE Tx/Rx MCS map in HE capability IE for given bandwidth.
5273 * These values are used in driver to configure the HE MCS map to advertise
5274 * Tx/Rx MCS map in HE capability and these values are applied for all the
5275 * streams supported by the device. To configure MCS for different bandwidths,
5276 * vendor command needs to be sent using this attribute with appropriate value.
5277 * For example, to configure HE_80_MCS_0_7, send vendor command using HE MCS
5278 * attribute with HE_80_MCS0_7. And to configure HE MCS for HE_160_MCS0_11
5279 * send this command using HE MCS config attribute with value HE_160_MCS0_11.
5280 * These values are used to configure testbed device to allow the advertised
5281 * hardware capabilities to be downgraded for testing purposes. The enum values
5282 * are defined such that BIT[1:0] indicates the MCS map value. Values 3,7 and
5283 * 11 are not used as BIT[1:0] value is 3 which is used to disable MCS map.
5284 * These values are validated in the driver before setting the MCS map and
5285 * driver returns error if the input is other than these enum values.
5286 *
5287 * @HE_80_MCS0_7: support for HE 80/40/20 MHz MCS 0 to 7
5288 * @HE_80_MCS0_9: support for HE 80/40/20 MHz MCS 0 to 9
5289 * @HE_80_MCS0_11: support for HE 80/40/20 MHz MCS 0 to 11
5290 * @HE_160_MCS0_7: support for HE 160 MHz MCS 0 to 7
5291 * @HE_160_MCS0_9: support for HE 160 MHz MCS 0 to 9
5292 * @HE_160_MCS0_11: support for HE 160 MHz MCS 0 to 11
5293 * @HE_80P80_MCS0_7: support for HE 80p80 MHz MCS 0 to 7
5294 * @HE_80P80_MCS0_9: support for HE 80p80 MHz MCS 0 to 9
5295 * @HE_80P80_MCS0_11: support for HE 80p80 MHz MCS 0 to 11
5296 */
5297 enum he_mcs_config {
5298 HE_80_MCS0_7 = 0,
5299 HE_80_MCS0_9 = 1,
5300 HE_80_MCS0_11 = 2,
5301 HE_160_MCS0_7 = 4,
5302 HE_160_MCS0_9 = 5,
5303 HE_160_MCS0_11 = 6,
5304 HE_80P80_MCS0_7 = 8,
5305 HE_80P80_MCS0_9 = 9,
5306 HE_80P80_MCS0_11 = 10,
5307 };
5308
5309 /**
5310 * enum qca_wlan_ba_session_config - BA session configuration
5311 *
5312 * Indicates the configuration values for BA session configuration attribute.
5313 *
5314 * @QCA_WLAN_ADD_BA: Establish a new BA session with given configuration.
5315 * @QCA_WLAN_DELETE_BA: Delete the existing BA session for given TID.
5316 */
5317 enum qca_wlan_ba_session_config {
5318 QCA_WLAN_ADD_BA = 1,
5319 QCA_WLAN_DELETE_BA = 2,
5320 };
5321
5322 /**
5323 * enum qca_wlan_ac_type - Access category type
5324 *
5325 * Indicates the access category type value.
5326 *
5327 * @QCA_WLAN_AC_BE: BE access category
5328 * @QCA_WLAN_AC_BK: BK access category
5329 * @QCA_WLAN_AC_VI: VI access category
5330 * @QCA_WLAN_AC_VO: VO access category
5331 * @QCA_WLAN_AC_ALL: All ACs
5332 */
5333 enum qca_wlan_ac_type {
5334 QCA_WLAN_AC_BE = 0,
5335 QCA_WLAN_AC_BK = 1,
5336 QCA_WLAN_AC_VI = 2,
5337 QCA_WLAN_AC_VO = 3,
5338 QCA_WLAN_AC_ALL = 4,
5339 };
5340
5341 /**
5342 * enum qca_wlan_he_ltf_cfg - HE LTF configuration
5343 *
5344 * Indicates the HE LTF configuration value.
5345 *
5346 * @QCA_WLAN_HE_LTF_AUTO: HE-LTF is automatically set to the mandatory HE-LTF,
5347 * based on the GI setting
5348 * @QCA_WLAN_HE_LTF_1X: 1X HE LTF is 3.2us LTF
5349 * @QCA_WLAN_HE_LTF_2X: 2X HE LTF is 6.4us LTF
5350 * @QCA_WLAN_HE_LTF_4X: 4X HE LTF is 12.8us LTF
5351 */
5352 enum qca_wlan_he_ltf_cfg {
5353 QCA_WLAN_HE_LTF_AUTO = 0,
5354 QCA_WLAN_HE_LTF_1X = 1,
5355 QCA_WLAN_HE_LTF_2X = 2,
5356 QCA_WLAN_HE_LTF_4X = 3,
5357 };
5358
5359 /**
5360 * enum qca_wlan_he_mac_padding_dur - HE trigger frame MAC padding duration
5361 *
5362 * Indicates the HE trigger frame MAC padding duration value.
5363 *
5364 * @QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME: no additional time required to
5365 * process the trigger frame.
5366 * @QCA_WLAN_HE_8US_OF_PROCESS_TIME: indicates the 8us of processing time for
5367 * trigger frame.
5368 * @QCA_WLAN_HE_16US_OF_PROCESS_TIME: indicates the 16us of processing time for
5369 * trigger frame.
5370 */
5371 enum qca_wlan_he_mac_padding_dur {
5372 QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME = 0,
5373 QCA_WLAN_HE_8US_OF_PROCESS_TIME = 1,
5374 QCA_WLAN_HE_16US_OF_PROCESS_TIME = 2,
5375 };
5376
5377 /* Attributes for data used by
5378 * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION
5379 */
5380 enum qca_wlan_vendor_attr_wifi_test_config {
5381 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_INVALID = 0,
5382 /* 8-bit unsigned value to configure the driver to enable/disable
5383 * WMM feature. This attribute is used to configure testbed device.
5384 * 1-enable, 0-disable
5385 */
5386 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WMM_ENABLE = 1,
5387
5388 /* 8-bit unsigned value to configure the driver to accept/reject
5389 * the addba request from peer. This attribute is used to configure
5390 * the testbed device.
5391 * 1-accept addba, 0-reject addba
5392 */
5393 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ACCEPT_ADDBA_REQ = 2,
5394
5395 /* 8-bit unsigned value to configure the driver to send or not to
5396 * send the addba request to peer.
5397 * This attribute is used to configure the testbed device.
5398 * 1-send addba, 0-do not send addba
5399 */
5400 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SEND_ADDBA_REQ = 3,
5401
5402 /* 8-bit unsigned value to indicate the HE fragmentation support.
5403 * Uses enum he_fragmentation_val values.
5404 * This attribute is used to configure the testbed device to
5405 * allow the advertised hardware capabilities to be downgraded
5406 * for testing purposes.
5407 */
5408 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_FRAGMENTATION = 4,
5409
5410 /* 8-bit unsigned value to indicate the HE MCS support.
5411 * Uses enum he_mcs_config values.
5412 * This attribute is used to configure the testbed device to
5413 * allow the advertised hardware capabilities to be downgraded
5414 * for testing purposes.
5415 */
5416 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS = 5,
5417
5418 /* 8-bit unsigned value to configure the driver to allow or not to
5419 * allow the connection with WEP/TKIP in HT/VHT/HE modes.
5420 * This attribute is used to configure the testbed device.
5421 * 1-allow WEP/TKIP in HT/VHT/HE, 0-do not allow WEP/TKIP.
5422 */
5423 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE = 6,
5424
5425 /* 8-bit unsigned value to configure the driver to add a
5426 * new BA session or delete the existing BA session for
5427 * given TID. ADDBA command uses the buffer size and TID
5428 * configuration if user specifies the values else default
5429 * value for buffer size is used for all TIDs if the TID
5430 * also not specified. For DEL_BA command TID value is
5431 * required to process the command.
5432 * Uses enum qca_wlan_ba_session_config values.
5433 * This attribute is used to configure the testbed device.
5434 */
5435 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADD_DEL_BA_SESSION = 7,
5436
5437 /* 8-bit unsigned value to configure the buffer size in addba
5438 * request and response frames.
5439 * This attribute is used to configure the testbed device.
5440 * The range of the value is 0 to 255.
5441 */
5442 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE = 8,
5443
5444 /* 8-bit unsigned value to configure the buffer size in addba
5445 * request and response frames.
5446 * This attribute is used to configure the testbed device.
5447 */
5448 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BA_TID = 9,
5449
5450 /* 8-bit unsigned value to configure the no ack policy.
5451 * To configure no ack policy, access category value is
5452 * required to process the command.
5453 * This attribute is used to configure the testbed device.
5454 * 1 - enable no ack, 0 - disable no ack.
5455 */
5456 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_NO_ACK = 10,
5457
5458 /* 8-bit unsigned value to configure the AC for no ack policy
5459 * This attribute is used to configure the testbed device.
5460 * Uses the enum qca_wlan_ac_type values.
5461 */
5462 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC = 11,
5463
5464 /* 8-bit unsigned value to configure the HE LTF
5465 * This attribute is used to configure the testbed device.
5466 * Uses the enum qca_wlan_he_ltf_cfg values.
5467 */
5468 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_LTF = 12,
5469
5470 /* 8-bit unsigned value to configure the tx beamformee.
5471 * This attribute is used to configure the testbed device.
5472 * 1-enable, 0-disable.
5473 */
5474 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
5475
5476 /* 8-bit unsigned value to configure the tx beamformee number
5477 * of space-time streams.
5478 * This attribute is used to configure the testbed device.
5479 * The range of the value is 0 to 8.
5480 */
5481 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14,
5482
5483 /* 8-bit unsigned value to configure the MU EDCA params for given AC
5484 * This attribute is used to configure the testbed device.
5485 * Uses the enum qca_wlan_ac_type values.
5486 */
5487 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AC = 15,
5488
5489 /* 8-bit unsigned value to configure the MU EDCA AIFSN for given AC
5490 * To configure MU EDCA AIFSN value, MU EDCA access category value
5491 * is required to process the command.
5492 * This attribute is used to configure the testbed device.
5493 */
5494 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AIFSN = 16,
5495
5496 /* 8-bit unsigned value to configure the MU EDCA ECW min value for
5497 * given AC.
5498 * To configure MU EDCA ECW min value, MU EDCA access category value
5499 * is required to process the command.
5500 * This attribute is used to configure the testbed device.
5501 */
5502 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMIN = 17,
5503
5504 /* 8-bit unsigned value to configure the MU EDCA ECW max value for
5505 * given AC.
5506 * To configure MU EDCA ECW max value, MU EDCA access category value
5507 * is required to process the command.
5508 * This attribute is used to configure the testbed device.
5509 */
5510 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMAX = 18,
5511
5512 /* 8-bit unsigned value to configure the MU EDCA timer for given AC
5513 * To configure MU EDCA timer value, MU EDCA access category value
5514 * is required to process the command.
5515 * This attribute is used to configure the testbed device.
5516 */
5517 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_TIMER = 19,
5518
5519 /* 8-bit unsigned value to configure the HE trigger frame MAC padding
5520 * duration.
5521 * This attribute is used to configure the testbed device.
5522 * Uses the enum qca_wlan_he_mac_padding_dur values.
5523 */
5524 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR = 20,
5525
5526 /* 8-bit unsigned value to override the MU EDCA params to defaults
5527 * regardless of the AP beacon MU EDCA params. If it is enabled use
5528 * the default values else use the MU EDCA params from AP beacon.
5529 * This attribute is used to configure the testbed device.
5530 * 1-enable, 0-disable.
5531 */
5532 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
5533
5534 /* keep last */
5535 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
5536 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
5537 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST - 1,
5538 };
5539
5540 /**
5541 * enum qca_wlan_vendor_attr_bss_filter - Used by the vendor command
5542 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
5543 * The user can add/delete the filter by specifying the BSSID/STA MAC address in
5544 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR, filter type in
5545 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE, add/delete action in
5546 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION in the request. The user can get the
5547 * statistics of an unassociated station by specifying the MAC address in
5548 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR, station type in
5549 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE, GET action in
5550 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION in the request. The user also can get
5551 * the statistics of all unassociated stations by specifying the Broadcast MAC
5552 * address (ff:ff:ff:ff:ff:ff) in QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR with
5553 * above procedure. In the response, driver shall specify statistics
5554 * information nested in QCA_WLAN_VENDOR_ATTR_BSS_FILTER_STA_STATS.
5555 */
5556 enum qca_wlan_vendor_attr_bss_filter {
5557 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_INVALID = 0,
5558 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR = 1,
5559 /* Other BSS filter type, unsigned 8 bit value. One of the values
5560 * in enum qca_wlan_vendor_bss_filter_type.
5561 */
5562 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE = 2,
5563 /* Other BSS filter action, unsigned 8 bit value. One of the values
5564 * in enum qca_wlan_vendor_bss_filter_action.
5565 */
5566 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION = 3,
5567 /* Array of nested attributes where each entry is the statistics
5568 * information of the specified station that belong to another BSS.
5569 * Attributes for each entry are taken from enum
5570 * qca_wlan_vendor_bss_filter_sta_stats.
5571 * Other BSS station configured in
5572 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER with filter type
5573 * QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA.
5574 * Statistics returned by QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER
5575 * with filter action QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET.
5576 */
5577 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_STA_STATS = 4,
5578
5579 /* keep last */
5580 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_AFTER_LAST,
5581 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAX =
5582 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_AFTER_LAST - 1,
5583 };
5584
5585 /**
5586 * enum qca_wlan_vendor_bss_filter_type - Type of
5587 * filter used in other BSS filter operations. Used by the vendor command
5588 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
5589 *
5590 * @QCA_WLAN_VENDOR_BSS_FILTER_TYPE_BSSID: BSSID filter
5591 * @QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA: Station MAC address filter
5592 */
5593 enum qca_wlan_vendor_bss_filter_type {
5594 QCA_WLAN_VENDOR_BSS_FILTER_TYPE_BSSID,
5595 QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA,
5596 };
5597
5598 /**
5599 * enum qca_wlan_vendor_bss_filter_action - Type of
5600 * action in other BSS filter operations. Used by the vendor command
5601 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
5602 *
5603 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_ADD: Add filter
5604 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_DEL: Delete filter
5605 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET: Get the statistics
5606 */
5607 enum qca_wlan_vendor_bss_filter_action {
5608 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_ADD,
5609 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_DEL,
5610 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET,
5611 };
5612
5613 /**
5614 * enum qca_wlan_vendor_bss_filter_sta_stats - Attributes for
5615 * the statistics of a specific unassociated station belonging to another BSS.
5616 * The statistics provides information of the unassociated station
5617 * filtered by other BSS operation - such as MAC, signal value.
5618 * Used by the vendor command QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
5619 *
5620 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAC: MAC address of the station.
5621 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI: Last received signal strength
5622 * of the station. Unsigned 8 bit number containing RSSI.
5623 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI_TS: Time stamp of the host
5624 * driver for the last received RSSI. Unsigned 64 bit number containing
5625 * nanoseconds from the boottime.
5626 */
5627 enum qca_wlan_vendor_bss_filter_sta_stats {
5628 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_INVALID = 0,
5629 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAC = 1,
5630 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI = 2,
5631 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI_TS = 3,
5632
5633 /* keep last */
5634 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_AFTER_LAST,
5635 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAX =
5636 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_AFTER_LAST - 1
5637 };
5638
5639 #endif /* QCA_VENDOR_H */