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