]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/common/qca-vendor.h
Document the attributes used by QCA_NL80211_VENDOR_SUBCMD_ROAM
[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 /* 8-bit unsigned value for ELNA bypass.
1878 * 1-Enable, 0-Disable
1879 */
1880 QCA_WLAN_VENDOR_ATTR_CONFIG_ELNA_BYPASS = 59,
1881
1882 /* keep last */
1883 QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
1884 QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
1885 QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST - 1,
1886 };
1887
1888 /**
1889 * enum qca_wlan_vendor_attr_sap_config - Parameters for AP configuration
1890 */
1891 enum qca_wlan_vendor_attr_sap_config {
1892 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_INVALID = 0,
1893 /* 1 - reserved for QCA */
1894 /* List of frequencies on which AP is expected to operate.
1895 * This is irrespective of ACS configuration. This list is a priority
1896 * based one and is looked for before the AP is created to ensure the
1897 * best concurrency sessions (avoid MCC and use DBS/SCC) co-exist in
1898 * the system.
1899 */
1900 QCA_WLAN_VENDOR_ATTR_SAP_MANDATORY_FREQUENCY_LIST = 2,
1901
1902 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST,
1903 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_MAX =
1904 QCA_WLAN_VENDOR_ATTR_SAP_CONFIG_AFTER_LAST - 1,
1905 };
1906
1907 /**
1908 * enum qca_wlan_vendor_attr_sap_conditional_chan_switch - Parameters for AP
1909 * conditional channel switch
1910 */
1911 enum qca_wlan_vendor_attr_sap_conditional_chan_switch {
1912 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_INVALID = 0,
1913 /* Priority based frequency list (an array of u32 values in host byte
1914 * order)
1915 */
1916 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_FREQ_LIST = 1,
1917 /* Status of the conditional switch (u32).
1918 * 0: Success, Non-zero: Failure
1919 */
1920 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_STATUS = 2,
1921
1922 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST,
1923 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_MAX =
1924 QCA_WLAN_VENDOR_ATTR_SAP_CONDITIONAL_CHAN_SWITCH_AFTER_LAST - 1,
1925 };
1926
1927 /**
1928 * enum qca_wlan_gpio_attr - Parameters for GPIO configuration
1929 */
1930 enum qca_wlan_gpio_attr {
1931 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INVALID = 0,
1932 /* Unsigned 32-bit attribute for GPIO command */
1933 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND,
1934 /* Unsigned 32-bit attribute for GPIO PIN number to configure */
1935 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM,
1936 /* Unsigned 32-bit attribute for GPIO value to configure */
1937 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_VALUE,
1938 /* Unsigned 32-bit attribute for GPIO pull type */
1939 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE,
1940 /* Unsigned 32-bit attribute for GPIO interrupt mode */
1941 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE,
1942
1943 /* keep last */
1944 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST,
1945 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MAX =
1946 QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_LAST - 1
1947 };
1948
1949 /**
1950 * qca_wlan_set_qdepth_thresh_attr - Parameters for setting
1951 * MSDUQ depth threshold per peer per tid in the target
1952 *
1953 * Associated Vendor Command:
1954 * QCA_NL80211_VENDOR_SUBCMD_SET_QDEPTH_THRESH
1955 */
1956 enum qca_wlan_set_qdepth_thresh_attr {
1957 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_INVALID = 0,
1958 /* 6-byte MAC address */
1959 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAC_ADDR,
1960 /* Unsigned 32-bit attribute for holding the TID */
1961 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_TID,
1962 /* Unsigned 32-bit attribute for holding the update mask
1963 * bit 0 - Update high priority msdu qdepth threshold
1964 * bit 1 - Update low priority msdu qdepth threshold
1965 * bit 2 - Update UDP msdu qdepth threshold
1966 * bit 3 - Update Non UDP msdu qdepth threshold
1967 * rest of bits are reserved
1968 */
1969 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_UPDATE_MASK,
1970 /* Unsigned 32-bit attribute for holding the threshold value */
1971 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_VALUE,
1972
1973 /* keep last */
1974 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST,
1975 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_MAX =
1976 QCA_WLAN_VENDOR_ATTR_QDEPTH_THRESH_LAST - 1,
1977 };
1978
1979 /**
1980 * enum qca_wlan_vendor_attr_get_hw_capability - Wi-Fi hardware capability
1981 */
1982 enum qca_wlan_vendor_attr_get_hw_capability {
1983 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_INVALID,
1984 /* Antenna isolation
1985 * An attribute used in the response.
1986 * The content of this attribute is encoded in a byte array. Each byte
1987 * value is an antenna isolation value. The array length is the number
1988 * of antennas.
1989 */
1990 QCA_WLAN_VENDOR_ATTR_ANTENNA_ISOLATION,
1991 /* Request HW capability
1992 * An attribute used in the request.
1993 * The content of this attribute is a u32 array for one or more of
1994 * hardware capabilities (attribute IDs) that are being requested. Each
1995 * u32 value has a value from this
1996 * enum qca_wlan_vendor_attr_get_hw_capability
1997 * identifying which capabilities are requested.
1998 */
1999 QCA_WLAN_VENDOR_ATTR_GET_HW_CAPABILITY,
2000
2001 /* keep last */
2002 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST,
2003 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_MAX =
2004 QCA_WLAN_VENDOR_ATTR_HW_CAPABILITY_AFTER_LAST - 1,
2005 };
2006
2007 /**
2008 * enum qca_wlan_vendor_attr_ll_stats_ext - Attributes for MAC layer monitoring
2009 * offload which is an extension for LL_STATS.
2010 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD: Monitoring period. Unit in ms.
2011 * If MAC counters do not exceed the threshold, FW will report monitored
2012 * link layer counters periodically as this setting. The first report is
2013 * always triggered by this timer.
2014 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD: It is a percentage (1-99).
2015 * For each MAC layer counter, FW holds two copies. One is the current value.
2016 * The other is the last report. Once a current counter's increment is larger
2017 * than the threshold, FW will indicate that counter to host even if the
2018 * monitoring timer does not expire.
2019 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG: Peer STA power state change
2020 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID: TID of MSDU
2021 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU: Count of MSDU with the same
2022 * failure code.
2023 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS: TX failure code
2024 * 1: TX packet discarded
2025 * 2: No ACK
2026 * 3: Postpone
2027 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS: peer MAC address
2028 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE: Peer STA current state
2029 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL: Global threshold.
2030 * Threshold for all monitored parameters. If per counter dedicated threshold
2031 * is not enabled, this threshold will take effect.
2032 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE: Indicate what triggers this
2033 * event, PERORID_TIMEOUT == 1, THRESH_EXCEED == 0.
2034 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID: interface ID
2035 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID: peer ID
2036 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP: bitmap for TX counters
2037 * Bit0: TX counter unit in MSDU
2038 * Bit1: TX counter unit in MPDU
2039 * Bit2: TX counter unit in PPDU
2040 * Bit3: TX counter unit in byte
2041 * Bit4: Dropped MSDUs
2042 * Bit5: Dropped Bytes
2043 * Bit6: MPDU retry counter
2044 * Bit7: MPDU failure counter
2045 * Bit8: PPDU failure counter
2046 * Bit9: MPDU aggregation counter
2047 * Bit10: MCS counter for ACKed MPDUs
2048 * Bit11: MCS counter for Failed MPDUs
2049 * Bit12: TX Delay counter
2050 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP: bitmap for RX counters
2051 * Bit0: MAC RX counter unit in MPDU
2052 * Bit1: MAC RX counter unit in byte
2053 * Bit2: PHY RX counter unit in PPDU
2054 * Bit3: PHY RX counter unit in byte
2055 * Bit4: Disorder counter
2056 * Bit5: Retry counter
2057 * Bit6: Duplication counter
2058 * Bit7: Discard counter
2059 * Bit8: MPDU aggregation size counter
2060 * Bit9: MCS counter
2061 * Bit10: Peer STA power state change (wake to sleep) counter
2062 * Bit11: Peer STA power save counter, total time in PS mode
2063 * Bit12: Probe request counter
2064 * Bit13: Other management frames counter
2065 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP: bitmap for CCA
2066 * Bit0: Idle time
2067 * Bit1: TX time
2068 * Bit2: time RX in current bss
2069 * Bit3: Out of current bss time
2070 * Bit4: Wireless medium busy time
2071 * Bit5: RX in bad condition time
2072 * Bit6: TX in bad condition time
2073 * Bit7: time wlan card not available
2074 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP: bitmap for signal
2075 * Bit0: Per channel SNR counter
2076 * Bit1: Per channel noise floor counter
2077 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM: number of peers
2078 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM: number of channels
2079 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_AC_RX_NUM: number of RX stats
2080 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS: per channel BSS CCA stats
2081 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER: container for per PEER stats
2082 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU: Number of total TX MSDUs
2083 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU: Number of total TX MPDUs
2084 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU: Number of total TX PPDUs
2085 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES: bytes of TX data
2086 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP: Number of dropped TX packets
2087 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES: Bytes dropped
2088 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY: waiting time without an ACK
2089 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK: number of MPDU not-ACKed
2090 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK: number of PPDU not-ACKed
2091 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM:
2092 * aggregation stats buffer length
2093 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM: length of mcs stats
2094 * buffer for ACKed MPDUs.
2095 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM: length of mcs stats
2096 * buffer for failed MPDUs.
2097 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE:
2098 * length of delay stats array.
2099 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR: TX aggregation stats
2100 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS: MCS stats for ACKed MPDUs
2101 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS: MCS stats for failed MPDUs
2102 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY: tx delay stats
2103 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU: MPDUs received
2104 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES: bytes received
2105 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU: PPDU received
2106 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES: PPDU bytes received
2107 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST: packets lost
2108 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY: number of RX packets
2109 * flagged as retransmissions
2110 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP: number of RX packets
2111 * flagged as duplicated
2112 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD: number of RX
2113 * packets discarded
2114 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM: length of RX aggregation
2115 * stats buffer.
2116 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM: length of RX mcs
2117 * stats buffer.
2118 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS: RX mcs stats buffer
2119 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR: aggregation stats buffer
2120 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES: times STAs go to sleep
2121 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION: STAs' total sleep time
2122 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ: number of probe
2123 * requests received
2124 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT: number of other mgmt
2125 * frames received
2126 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME: Percentage of idle time
2127 * there is no TX, nor RX, nor interference.
2128 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME: percentage of time
2129 * transmitting packets.
2130 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME: percentage of time
2131 * for receiving.
2132 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY: percentage of time
2133 * interference detected.
2134 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD: percentage of time
2135 * receiving packets with errors.
2136 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD: percentage of time
2137 * TX no-ACK.
2138 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL: percentage of time
2139 * the chip is unable to work in normal conditions.
2140 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME: percentage of time
2141 * receiving packets in current BSS.
2142 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME: percentage of time
2143 * receiving packets not in current BSS.
2144 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM: number of antennas
2145 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL:
2146 * This is a container for per antenna signal stats.
2147 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR: per antenna SNR value
2148 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF: per antenna NF value
2149 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON: RSSI of beacon
2150 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON: SNR of beacon
2151 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_REPORT_TIME: u64
2152 * Absolute timestamp from 1970/1/1, unit in ms. After receiving the
2153 * message, user layer APP could call gettimeofday to get another
2154 * timestamp and calculate transfer delay for the message.
2155 * @QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MEASUREMENT_TIME: u32
2156 * Real period for this measurement, unit in us.
2157 */
2158 enum qca_wlan_vendor_attr_ll_stats_ext {
2159 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_INVALID = 0,
2160
2161 /* Attributes for configurations */
2162 QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_PERIOD,
2163 QCA_WLAN_VENDOR_ATTR_LL_STATS_CFG_THRESHOLD,
2164
2165 /* Peer STA power state change */
2166 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_CHG,
2167
2168 /* TX failure event */
2169 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TID,
2170 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NUM_MSDU,
2171 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_STATUS,
2172
2173 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_STATE,
2174 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_MAC_ADDRESS,
2175
2176 /* MAC counters */
2177 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_GLOBAL,
2178 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_EVENT_MODE,
2179 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_ID,
2180 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ID,
2181 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BITMAP,
2182 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BITMAP,
2183 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS_BITMAP,
2184 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_SIGNAL_BITMAP,
2185 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_NUM,
2186 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CHANNEL_NUM,
2187 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_CCA_BSS,
2188 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER,
2189
2190 /* Sub-attributes for PEER_AC_TX */
2191 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MSDU,
2192 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_MPDU,
2193 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_PPDU,
2194 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BYTES,
2195 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP,
2196 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DROP_BYTES,
2197 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_RETRY,
2198 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_ACK,
2199 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_NO_BACK,
2200 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR_NUM,
2201 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS_NUM,
2202 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS_NUM,
2203 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_AGGR,
2204 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_SUCC_MCS,
2205 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_FAIL_MCS,
2206 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_DELAY_ARRAY_SIZE,
2207 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_DELAY,
2208
2209 /* Sub-attributes for PEER_AC_RX */
2210 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU,
2211 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_BYTES,
2212 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU,
2213 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PPDU_BYTES,
2214 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_LOST,
2215 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_RETRY,
2216 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DUP,
2217 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MPDU_DISCARD,
2218 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR_NUM,
2219 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS_NUM,
2220 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MCS,
2221 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_AGGR,
2222 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_TIMES,
2223 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_PS_DURATION,
2224 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_PROBE_REQ,
2225 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_MGMT,
2226
2227 /* Sub-attributes for CCA_BSS */
2228 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IDLE_TIME,
2229 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_TIME,
2230 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_TIME,
2231 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BUSY,
2232 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_RX_BAD,
2233 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_TX_BAD,
2234 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_NO_AVAIL,
2235
2236 /* sub-attribute for BSS_RX_TIME */
2237 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IN_BSS_TIME,
2238 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_OUT_BSS_TIME,
2239
2240 /* Sub-attributes for PEER_SIGNAL */
2241 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_ANT_NUM,
2242 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_PEER_SIGNAL,
2243 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_SNR,
2244 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_ANT_NF,
2245
2246 /* Sub-attributes for IFACE_BSS */
2247 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_RSSI_BEACON,
2248 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_IFACE_SNR_BEACON,
2249
2250 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_REPORT_TIME,
2251 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MEASUREMENT_TIME,
2252
2253 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST,
2254 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_MAX =
2255 QCA_WLAN_VENDOR_ATTR_LL_STATS_EXT_LAST - 1
2256 };
2257
2258 /* Attributes for FTM commands and events */
2259
2260 /**
2261 * enum qca_wlan_vendor_attr_loc_capa - Indoor location capabilities
2262 *
2263 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS: Various flags. See
2264 * enum qca_wlan_vendor_attr_loc_capa_flags.
2265 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS: Maximum number
2266 * of measurement sessions that can run concurrently.
2267 * Default is one session (no session concurrency).
2268 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS: The total number of unique
2269 * peers that are supported in running sessions. For example,
2270 * if the value is 8 and maximum number of sessions is 2, you can
2271 * have one session with 8 unique peers, or 2 sessions with 4 unique
2272 * peers each, and so on.
2273 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP: Maximum number
2274 * of bursts per peer, as an exponent (2^value). Default is 0,
2275 * meaning no multi-burst support.
2276 * @QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST: Maximum number
2277 * of measurement exchanges allowed in a single burst.
2278 * @QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES: Supported AOA measurement
2279 * types. A bit mask (unsigned 32 bit value), each bit corresponds
2280 * to an AOA type as defined by enum qca_vendor_attr_aoa_type.
2281 */
2282 enum qca_wlan_vendor_attr_loc_capa {
2283 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_INVALID,
2284 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAGS,
2285 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_SESSIONS,
2286 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_PEERS,
2287 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_NUM_BURSTS_EXP,
2288 QCA_WLAN_VENDOR_ATTR_FTM_CAPA_MAX_MEAS_PER_BURST,
2289 QCA_WLAN_VENDOR_ATTR_AOA_CAPA_SUPPORTED_TYPES,
2290 /* keep last */
2291 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST,
2292 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_MAX =
2293 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_AFTER_LAST - 1,
2294 };
2295
2296 /**
2297 * enum qca_wlan_vendor_attr_loc_capa_flags: Indoor location capability flags
2298 *
2299 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER: Set if driver
2300 * can be configured as an FTM responder (for example, an AP that
2301 * services FTM requests). QCA_NL80211_VENDOR_SUBCMD_FTM_CFG_RESPONDER
2302 * will be supported if set.
2303 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR: Set if driver
2304 * can run FTM sessions. QCA_NL80211_VENDOR_SUBCMD_FTM_START_SESSION
2305 * will be supported if set.
2306 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP: Set if FTM responder
2307 * supports immediate (ASAP) response.
2308 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA: Set if driver supports standalone
2309 * AOA measurement using QCA_NL80211_VENDOR_SUBCMD_AOA_MEAS.
2310 * @QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM: Set if driver supports
2311 * requesting AOA measurements as part of an FTM session.
2312 */
2313 enum qca_wlan_vendor_attr_loc_capa_flags {
2314 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_RESPONDER = 1 << 0,
2315 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_FTM_INITIATOR = 1 << 1,
2316 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_ASAP = 1 << 2,
2317 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA = 1 << 3,
2318 QCA_WLAN_VENDOR_ATTR_LOC_CAPA_FLAG_AOA_IN_FTM = 1 << 4,
2319 };
2320
2321 /**
2322 * enum qca_wlan_vendor_attr_ftm_peer_info: Information about
2323 * a single peer in a measurement session.
2324 *
2325 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR: The MAC address of the peer.
2326 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS: Various flags related
2327 * to measurement. See enum qca_wlan_vendor_attr_ftm_peer_meas_flags.
2328 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS: Nested attribute of
2329 * FTM measurement parameters, as specified by IEEE P802.11-REVmc/D7.0
2330 * 9.4.2.167. See enum qca_wlan_vendor_attr_ftm_meas_param for
2331 * list of supported attributes.
2332 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID: Initial token ID for
2333 * secure measurement.
2334 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD: Request AOA
2335 * measurement every <value> bursts. If 0 or not specified,
2336 * AOA measurements will be disabled for this peer.
2337 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ: Frequency in MHz where
2338 * the measurement frames are exchanged. Optional; if not
2339 * specified, try to locate the peer in the kernel scan
2340 * results cache and use frequency from there.
2341 */
2342 enum qca_wlan_vendor_attr_ftm_peer_info {
2343 QCA_WLAN_VENDOR_ATTR_FTM_PEER_INVALID,
2344 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAC_ADDR,
2345 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAGS,
2346 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_PARAMS,
2347 QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID,
2348 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AOA_BURST_PERIOD,
2349 QCA_WLAN_VENDOR_ATTR_FTM_PEER_FREQ,
2350 /* keep last */
2351 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST,
2352 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MAX =
2353 QCA_WLAN_VENDOR_ATTR_FTM_PEER_AFTER_LAST - 1,
2354 };
2355
2356 /**
2357 * enum qca_wlan_vendor_attr_ftm_peer_meas_flags: Measurement request flags,
2358 * per-peer
2359 *
2360 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP: If set, request
2361 * immediate (ASAP) response from peer.
2362 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI: If set, request
2363 * LCI report from peer. The LCI report includes the absolute
2364 * location of the peer in "official" coordinates (similar to GPS).
2365 * See IEEE P802.11-REVmc/D7.0, 11.24.6.7 for more information.
2366 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR: If set, request
2367 * Location civic report from peer. The LCR includes the location
2368 * of the peer in free-form format. See IEEE P802.11-REVmc/D7.0,
2369 * 11.24.6.7 for more information.
2370 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE: If set,
2371 * request a secure measurement.
2372 * QCA_WLAN_VENDOR_ATTR_FTM_PEER_SECURE_TOKEN_ID must also be provided.
2373 */
2374 enum qca_wlan_vendor_attr_ftm_peer_meas_flags {
2375 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_ASAP = 1 << 0,
2376 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCI = 1 << 1,
2377 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_LCR = 1 << 2,
2378 QCA_WLAN_VENDOR_ATTR_FTM_PEER_MEAS_FLAG_SECURE = 1 << 3,
2379 };
2380
2381 /**
2382 * enum qca_wlan_vendor_attr_ftm_meas_param: Measurement parameters
2383 *
2384 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST: Number of measurements
2385 * to perform in a single burst.
2386 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP: Number of bursts to
2387 * perform, specified as an exponent (2^value).
2388 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION: Duration of burst
2389 * instance, as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167.
2390 * @QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD: Time between bursts,
2391 * as specified in IEEE P802.11-REVmc/D7.0, 9.4.2.167. Must
2392 * be larger than QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION.
2393 */
2394 enum qca_wlan_vendor_attr_ftm_meas_param {
2395 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_INVALID,
2396 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MEAS_PER_BURST,
2397 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_NUM_BURSTS_EXP,
2398 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_DURATION,
2399 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_BURST_PERIOD,
2400 /* keep last */
2401 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST,
2402 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_MAX =
2403 QCA_WLAN_VENDOR_ATTR_FTM_PARAM_AFTER_LAST - 1,
2404 };
2405
2406 /**
2407 * enum qca_wlan_vendor_attr_ftm_peer_result: Per-peer results
2408 *
2409 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR: MAC address of the reported
2410 * peer.
2411 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS: Status of measurement
2412 * request for this peer.
2413 * See enum qca_wlan_vendor_attr_ftm_peer_result_status.
2414 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS: Various flags related
2415 * to measurement results for this peer.
2416 * See enum qca_wlan_vendor_attr_ftm_peer_result_flags.
2417 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS: Specified when
2418 * request failed and peer requested not to send an additional request
2419 * for this number of seconds.
2420 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI: LCI report when received
2421 * from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
2422 * 9.4.2.22.10.
2423 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR: Location civic report when
2424 * received from peer. In the format specified by IEEE P802.11-REVmc/D7.0,
2425 * 9.4.2.22.13.
2426 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS: Reported when peer
2427 * overridden some measurement request parameters. See
2428 * enum qca_wlan_vendor_attr_ftm_meas_param.
2429 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS: AOA measurement
2430 * for this peer. Same contents as @QCA_WLAN_VENDOR_ATTR_AOA_MEAS_RESULT.
2431 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS: Array of measurement
2432 * results. Each entry is a nested attribute defined
2433 * by enum qca_wlan_vendor_attr_ftm_meas.
2434 */
2435 enum qca_wlan_vendor_attr_ftm_peer_result {
2436 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_INVALID,
2437 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAC_ADDR,
2438 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS,
2439 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAGS,
2440 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS,
2441 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCI,
2442 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_LCR,
2443 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAMS,
2444 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AOA_MEAS,
2445 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS,
2446 /* keep last */
2447 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST,
2448 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MAX =
2449 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_AFTER_LAST - 1,
2450 };
2451
2452 /**
2453 * enum qca_wlan_vendor_attr_ftm_peer_result_status
2454 *
2455 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK: Request sent ok and results
2456 * will be provided. Peer may have overridden some measurement parameters,
2457 * in which case overridden parameters will be report by
2458 * QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_MEAS_PARAM attribute.
2459 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE: Peer is incapable
2460 * of performing the measurement request. No more results will be sent
2461 * for this peer in this session.
2462 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED: Peer reported request
2463 * failed, and requested not to send an additional request for number
2464 * of seconds specified by QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_VALUE_SECONDS
2465 * attribute.
2466 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID: Request validation
2467 * failed. Request was not sent over the air.
2468 */
2469 enum qca_wlan_vendor_attr_ftm_peer_result_status {
2470 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_OK,
2471 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INCAPABLE,
2472 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_FAILED,
2473 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_STATUS_INVALID,
2474 };
2475
2476 /**
2477 * enum qca_wlan_vendor_attr_ftm_peer_result_flags: Various flags
2478 * for measurement result, per-peer
2479 *
2480 * @QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE: If set,
2481 * measurement completed for this peer. No more results will be reported
2482 * for this peer in this session.
2483 */
2484 enum qca_wlan_vendor_attr_ftm_peer_result_flags {
2485 QCA_WLAN_VENDOR_ATTR_FTM_PEER_RES_FLAG_DONE = 1 << 0,
2486 };
2487
2488 /**
2489 * enum qca_vendor_attr_loc_session_status: Session completion status code
2490 *
2491 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK: Session completed
2492 * successfully.
2493 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED: Session aborted
2494 * by request.
2495 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID: Session request
2496 * was invalid and was not started.
2497 * @QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED: Session had an error
2498 * and did not complete normally (for example out of resources).
2499 */
2500 enum qca_vendor_attr_loc_session_status {
2501 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_OK,
2502 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_ABORTED,
2503 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_INVALID,
2504 QCA_WLAN_VENDOR_ATTR_LOC_SESSION_STATUS_FAILED,
2505 };
2506
2507 /**
2508 * enum qca_wlan_vendor_attr_ftm_meas: Single measurement data
2509 *
2510 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1: Time of departure (TOD) of FTM packet as
2511 * recorded by responder, in picoseconds.
2512 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2513 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2: Time of arrival (TOA) of FTM packet at
2514 * initiator, in picoseconds.
2515 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2516 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3: TOD of ACK packet as recorded by
2517 * initiator, in picoseconds.
2518 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2519 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4: TOA of ACK packet at
2520 * responder, in picoseconds.
2521 * See IEEE P802.11-REVmc/D7.0, 11.24.6.4 for more information.
2522 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI: RSSI (signal level) as recorded
2523 * during this measurement exchange. Optional and will be provided if
2524 * the hardware can measure it.
2525 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR: TOD error reported by
2526 * responder. Not always provided.
2527 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2528 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR: TOA error reported by
2529 * responder. Not always provided.
2530 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2531 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR: TOD error measured by
2532 * initiator. Not always provided.
2533 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2534 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR: TOA error measured by
2535 * initiator. Not always provided.
2536 * See IEEE P802.11-REVmc/D7.0, 9.6.8.33 for more information.
2537 * @QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD: Dummy attribute for padding.
2538 */
2539 enum qca_wlan_vendor_attr_ftm_meas {
2540 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INVALID,
2541 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T1,
2542 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T2,
2543 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T3,
2544 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_T4,
2545 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_RSSI,
2546 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOD_ERR,
2547 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_TOA_ERR,
2548 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOD_ERR,
2549 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_INITIATOR_TOA_ERR,
2550 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_PAD,
2551 /* keep last */
2552 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST,
2553 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_MAX =
2554 QCA_WLAN_VENDOR_ATTR_FTM_MEAS_AFTER_LAST - 1,
2555 };
2556
2557 /**
2558 * enum qca_wlan_vendor_attr_aoa_type - AOA measurement type
2559 *
2560 * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE: Phase of the strongest
2561 * CIR (channel impulse response) path for each antenna.
2562 * @QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP: Phase and amplitude
2563 * of the strongest CIR path for each antenna.
2564 */
2565 enum qca_wlan_vendor_attr_aoa_type {
2566 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE,
2567 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_TOP_CIR_PHASE_AMP,
2568 QCA_WLAN_VENDOR_ATTR_AOA_TYPE_MAX
2569 };
2570
2571 /**
2572 * enum qca_wlan_vendor_attr_encryption_test - Attributes to
2573 * validate encryption engine
2574 *
2575 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION: Flag attribute.
2576 * This will be included if the request is for decryption; if not included,
2577 * the request is treated as a request for encryption by default.
2578 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER: Unsigned 32-bit value
2579 * indicating the key cipher suite. Takes same values as
2580 * NL80211_ATTR_KEY_CIPHER.
2581 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID: Unsigned 8-bit value
2582 * Key Id to be used for encryption
2583 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK: Array of 8-bit values.
2584 * Key (TK) to be used for encryption/decryption
2585 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN: Array of 8-bit values.
2586 * Packet number to be specified for encryption/decryption
2587 * 6 bytes for TKIP/CCMP/GCMP.
2588 * @QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA: Array of 8-bit values
2589 * representing the 802.11 packet (header + payload + FCS) that
2590 * needs to be encrypted/decrypted.
2591 * Encrypted/decrypted response from the driver will also be sent
2592 * to userspace with the same attribute.
2593 */
2594 enum qca_wlan_vendor_attr_encryption_test {
2595 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_INVALID = 0,
2596 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_NEEDS_DECRYPTION,
2597 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_CIPHER,
2598 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_KEYID,
2599 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_TK,
2600 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_PN,
2601 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_DATA,
2602
2603 /* keep last */
2604 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST,
2605 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_MAX =
2606 QCA_WLAN_VENDOR_ATTR_ENCRYPTION_TEST_AFTER_LAST - 1
2607 };
2608
2609 /**
2610 * enum qca_wlan_vendor_attr_dmg_rf_sector_type - Type of
2611 * sector for DMG RF sector operations.
2612 *
2613 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX: RX sector
2614 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX: TX sector
2615 */
2616 enum qca_wlan_vendor_attr_dmg_rf_sector_type {
2617 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_RX,
2618 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_TX,
2619 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_TYPE_MAX
2620 };
2621
2622 /**
2623 * enum qca_wlan_vendor_attr_fw_state - State of firmware
2624 *
2625 * @QCA_WLAN_VENDOR_ATTR_FW_STATE_ERROR: FW is in bad state
2626 * @QCA_WLAN_VENDOR_ATTR_FW_STATE_ACTIVE: FW is active
2627 */
2628 enum qca_wlan_vendor_attr_fw_state {
2629 QCA_WLAN_VENDOR_ATTR_FW_STATE_ERROR,
2630 QCA_WLAN_VENDOR_ATTR_FW_STATE_ACTIVE,
2631 QCA_WLAN_VENDOR_ATTR_FW_STATE_MAX
2632 };
2633
2634 /**
2635 * BRP antenna limit mode
2636 *
2637 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE: Disable BRP force
2638 * antenna limit, BRP will be performed as usual.
2639 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE: Define maximal
2640 * antennas limit. the hardware may use less antennas than the
2641 * maximum limit.
2642 * @QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE: The hardware will
2643 * use exactly the specified number of antennas for BRP.
2644 */
2645 enum qca_wlan_vendor_attr_brp_ant_limit_mode {
2646 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_DISABLE,
2647 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_EFFECTIVE,
2648 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_FORCE,
2649 QCA_WLAN_VENDOR_ATTR_BRP_ANT_LIMIT_MODE_MAX
2650 };
2651
2652 /**
2653 * enum qca_wlan_vendor_attr_dmg_rf_sector_cfg - Attributes for
2654 * DMG RF sector configuration for a single RF module.
2655 * The values are defined in a compact way which closely matches
2656 * the way it is stored in HW registers.
2657 * The configuration provides values for 32 antennas and 8 distribution
2658 * amplifiers, and together describes the characteristics of the RF
2659 * sector - such as a beam in some direction with some gain.
2660 *
2661 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX: Index
2662 * of RF module for this configuration.
2663 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0: Bit 0 of edge
2664 * amplifier gain index. Unsigned 32 bit number containing
2665 * bits for all 32 antennas.
2666 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1: Bit 1 of edge
2667 * amplifier gain index. Unsigned 32 bit number containing
2668 * bits for all 32 antennas.
2669 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2: Bit 2 of edge
2670 * amplifier gain index. Unsigned 32 bit number containing
2671 * bits for all 32 antennas.
2672 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI: Phase values
2673 * for first 16 antennas, 2 bits per antenna.
2674 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO: Phase values
2675 * for last 16 antennas, 2 bits per antenna.
2676 * @QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16: Contains
2677 * DTYPE values (3 bits) for each distribution amplifier, followed
2678 * by X16 switch bits for each distribution amplifier. There are
2679 * total of 8 distribution amplifiers.
2680 */
2681 enum qca_wlan_vendor_attr_dmg_rf_sector_cfg {
2682 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_INVALID = 0,
2683 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MODULE_INDEX = 1,
2684 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE0 = 2,
2685 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE1 = 3,
2686 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_ETYPE2 = 4,
2687 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_HI = 5,
2688 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_PSH_LO = 6,
2689 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_DTYPE_X16 = 7,
2690
2691 /* keep last */
2692 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST,
2693 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_MAX =
2694 QCA_WLAN_VENDOR_ATTR_DMG_RF_SECTOR_CFG_AFTER_LAST - 1
2695 };
2696
2697 enum qca_wlan_vendor_attr_ll_stats_set {
2698 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_INVALID = 0,
2699 /* Unsigned 32-bit value */
2700 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD = 1,
2701 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING = 2,
2702 /* keep last */
2703 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST,
2704 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX =
2705 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_AFTER_LAST - 1,
2706 };
2707
2708 enum qca_wlan_vendor_attr_ll_stats_clr {
2709 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_INVALID = 0,
2710 /* Unsigned 32bit bitmap for clearing statistics
2711 * All radio statistics 0x00000001
2712 * cca_busy_time (within radio statistics) 0x00000002
2713 * All channel stats (within radio statistics) 0x00000004
2714 * All scan statistics (within radio statistics) 0x00000008
2715 * All interface statistics 0x00000010
2716 * All tx rate statistics (within interface statistics) 0x00000020
2717 * All ac statistics (with in interface statistics) 0x00000040
2718 * All contention (min, max, avg) statistics (within ac statisctics)
2719 * 0x00000080.
2720 */
2721 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK = 1,
2722 /* Unsigned 8 bit value: Request to stop statistics collection */
2723 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ = 2,
2724
2725 /* Unsigned 32 bit bitmap: Response from the driver
2726 * for the cleared statistics
2727 */
2728 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK = 3,
2729 /* Unsigned 8 bit value: Response from driver/firmware
2730 * for the stop request
2731 */
2732 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP = 4,
2733 /* keep last */
2734 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST,
2735 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX =
2736 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_AFTER_LAST - 1,
2737 };
2738
2739 enum qca_wlan_vendor_attr_ll_stats_get {
2740 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_INVALID = 0,
2741 /* Unsigned 32 bit value provided by the caller issuing the GET stats
2742 * command. When reporting the stats results, the driver uses the same
2743 * value to indicate which GET request the results correspond to.
2744 */
2745 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID = 1,
2746 /* Unsigned 32 bit value - bit mask to identify what statistics are
2747 * requested for retrieval.
2748 * Radio Statistics 0x00000001
2749 * Interface Statistics 0x00000020
2750 * All Peer Statistics 0x00000040
2751 * Peer Statistics 0x00000080
2752 */
2753 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK = 2,
2754 /* keep last */
2755 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST,
2756 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX =
2757 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_AFTER_LAST - 1,
2758 };
2759
2760 enum qca_wlan_vendor_attr_ll_stats_results {
2761 QCA_WLAN_VENDOR_ATTR_LL_STATS_INVALID = 0,
2762 /* Unsigned 32bit value. Used by the driver; must match the request id
2763 * provided with the QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET command.
2764 */
2765 QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_REQ_ID = 1,
2766
2767 /* Unsigned 32 bit value */
2768 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_BEACON_RX = 2,
2769 /* Unsigned 32 bit value */
2770 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_RX = 3,
2771 /* Unsigned 32 bit value */
2772 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_RX = 4,
2773 /* Unsigned 32 bit value */
2774 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_TX = 5,
2775 /* Signed 32 bit value */
2776 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_MGMT = 6,
2777 /* Signed 32 bit value */
2778 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_DATA = 7,
2779 /* Signed 32 bit value */
2780 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_ACK = 8,
2781
2782 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_* are
2783 * nested within the interface stats.
2784 */
2785
2786 /* Interface mode, e.g., STA, SOFTAP, IBSS, etc.
2787 * Type = enum wifi_interface_mode.
2788 */
2789 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE = 9,
2790 /* Interface MAC address. An array of 6 Unsigned int8 */
2791 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR = 10,
2792 /* Type = enum wifi_connection_state, e.g., DISCONNECTED,
2793 * AUTHENTICATING, etc. valid for STA, CLI only.
2794 */
2795 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE = 11,
2796 /* Type = enum wifi_roam_state. Roaming state, e.g., IDLE or ACTIVE
2797 */
2798 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING = 12,
2799 /* Unsigned 32 bit value. WIFI_CAPABILITY_XXX */
2800 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES = 13,
2801 /* NULL terminated SSID. An array of 33 Unsigned 8bit values */
2802 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID = 14,
2803 /* BSSID. An array of 6 unsigned 8 bit values */
2804 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID = 15,
2805 /* Country string advertised by AP. An array of 3 unsigned 8 bit
2806 * values.
2807 */
2808 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR = 16,
2809 /* Country string for this association. An array of 3 unsigned 8 bit
2810 * values.
2811 */
2812 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR = 17,
2813
2814 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_* could
2815 * be nested within the interface stats.
2816 */
2817
2818 /* Type = enum wifi_traffic_ac, e.g., V0, VI, BE and BK */
2819 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC = 18,
2820 /* Unsigned int 32 value corresponding to respective AC */
2821 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU = 19,
2822 /* Unsigned int 32 value corresponding to respective AC */
2823 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU = 20,
2824 /* Unsigned int 32 value corresponding to respective AC */
2825 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST = 21,
2826 /* Unsigned int 32 value corresponding to respective AC */
2827 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST = 22,
2828 /* Unsigned int 32 value corresponding to respective AC */
2829 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU = 23,
2830 /* Unsigned int 32 value corresponding to respective AC */
2831 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_AMPDU = 24,
2832 /* Unsigned int 32 value corresponding to respective AC */
2833 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LOST = 25,
2834 /* Unsigned int 32 value corresponding to respective AC */
2835 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES = 26,
2836 /* Unsigned int 32 value corresponding to respective AC */
2837 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_SHORT = 27,
2838 /* Unsigned int 32 values corresponding to respective AC */
2839 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_LONG = 28,
2840 /* Unsigned int 32 values corresponding to respective AC */
2841 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MIN = 29,
2842 /* Unsigned int 32 values corresponding to respective AC */
2843 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MAX = 30,
2844 /* Unsigned int 32 values corresponding to respective AC */
2845 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_AVG = 31,
2846 /* Unsigned int 32 values corresponding to respective AC */
2847 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_NUM_SAMPLES = 32,
2848 /* Unsigned 32 bit value. Number of peers */
2849 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NUM_PEERS = 33,
2850
2851 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_* are
2852 * nested within the interface stats.
2853 */
2854
2855 /* Type = enum wifi_peer_type. Peer type, e.g., STA, AP, P2P GO etc. */
2856 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_TYPE = 34,
2857 /* MAC addr corresponding to respective peer. An array of 6 unsigned
2858 * 8 bit values.
2859 */
2860 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_MAC_ADDRESS = 35,
2861 /* Unsigned int 32 bit value representing capabilities corresponding
2862 * to respective peer.
2863 */
2864 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_CAPABILITIES = 36,
2865 /* Unsigned 32 bit value. Number of rates */
2866 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_NUM_RATES = 37,
2867
2868 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_*
2869 * are nested within the rate stat.
2870 */
2871
2872 /* Wi-Fi Rate - separate attributes defined for individual fields */
2873
2874 /* Unsigned int 8 bit value; 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved */
2875 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE = 38,
2876 /* Unsigned int 8 bit value; 0:1x1, 1:2x2, 3:3x3, 4:4x4 */
2877 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS = 39,
2878 /* Unsigned int 8 bit value; 0:20 MHz, 1:40 MHz, 2:80 MHz, 3:160 MHz */
2879 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW = 40,
2880 /* Unsigned int 8 bit value; OFDM/CCK rate code would be as per IEEE Std
2881 * in the units of 0.5 Mbps HT/VHT it would be MCS index
2882 */
2883 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX = 41,
2884
2885 /* Unsigned 32 bit value. Bit rate in units of 100 kbps */
2886 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BIT_RATE = 42,
2887
2888 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_STAT_* could be
2889 * nested within the peer info stats.
2890 */
2891
2892 /* Unsigned int 32 bit value. Number of successfully transmitted data
2893 * packets, i.e., with ACK received corresponding to the respective
2894 * rate.
2895 */
2896 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU = 43,
2897 /* Unsigned int 32 bit value. Number of received data packets
2898 * corresponding to the respective rate.
2899 */
2900 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RX_MPDU = 44,
2901 /* Unsigned int 32 bit value. Number of data packet losses, i.e., no ACK
2902 * received corresponding to the respective rate.
2903 */
2904 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST = 45,
2905 /* Unsigned int 32 bit value. Total number of data packet retries for
2906 * the respective rate.
2907 */
2908 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES = 46,
2909 /* Unsigned int 32 bit value. Total number of short data packet retries
2910 * for the respective rate.
2911 */
2912 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_SHORT = 47,
2913 /* Unsigned int 32 bit value. Total number of long data packet retries
2914 * for the respective rate.
2915 */
2916 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_LONG = 48,
2917
2918 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ID = 49,
2919 /* Unsigned 32 bit value. Total number of msecs the radio is awake
2920 * accruing over time.
2921 */
2922 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME = 50,
2923 /* Unsigned 32 bit value. Total number of msecs the radio is
2924 * transmitting accruing over time.
2925 */
2926 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME = 51,
2927 /* Unsigned 32 bit value. Total number of msecs the radio is in active
2928 * receive accruing over time.
2929 */
2930 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME = 52,
2931 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2932 * to all scan accruing over time.
2933 */
2934 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN = 53,
2935 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2936 * to NAN accruing over time.
2937 */
2938 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD = 54,
2939 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2940 * to GSCAN accruing over time.
2941 */
2942 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_GSCAN = 55,
2943 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2944 * to roam scan accruing over time.
2945 */
2946 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_ROAM_SCAN = 56,
2947 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2948 * to PNO scan accruing over time.
2949 */
2950 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_PNO_SCAN = 57,
2951 /* Unsigned 32 bit value. Total number of msecs the radio is awake due
2952 * to Hotspot 2.0 scans and GAS exchange accruing over time.
2953 */
2954 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20 = 58,
2955 /* Unsigned 32 bit value. Number of channels. */
2956 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_CHANNELS = 59,
2957
2958 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_* could
2959 * be nested within the channel stats.
2960 */
2961
2962 /* Type = enum wifi_channel_width. Channel width, e.g., 20, 40, 80 */
2963 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH = 60,
2964 /* Unsigned 32 bit value. Primary 20 MHz channel. */
2965 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ = 61,
2966 /* Unsigned 32 bit value. Center frequency (MHz) first segment. */
2967 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0 = 62,
2968 /* Unsigned 32 bit value. Center frequency (MHz) second segment. */
2969 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1 = 63,
2970
2971 /* Attributes of type QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_* could be
2972 * nested within the radio stats.
2973 */
2974
2975 /* Unsigned int 32 bit value representing total number of msecs the
2976 * radio is awake on that channel accruing over time, corresponding to
2977 * the respective channel.
2978 */
2979 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME = 64,
2980 /* Unsigned int 32 bit value representing total number of msecs the CCA
2981 * register is busy accruing over time corresponding to the respective
2982 * channel.
2983 */
2984 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME = 65,
2985
2986 QCA_WLAN_VENDOR_ATTR_LL_STATS_NUM_RADIOS = 66,
2987
2988 /* Signifies the nested list of channel attributes
2989 * QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_*
2990 */
2991 QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO = 67,
2992
2993 /* Signifies the nested list of peer info attributes
2994 * QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_*
2995 */
2996 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO = 68,
2997
2998 /* Signifies the nested list of rate info attributes
2999 * QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_*
3000 */
3001 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO = 69,
3002
3003 /* Signifies the nested list of wmm info attributes
3004 * QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_*
3005 */
3006 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO = 70,
3007
3008 /* Unsigned 8 bit value. Used by the driver; if set to 1, it indicates
3009 * that more stats, e.g., peers or radio, are to follow in the next
3010 * QCA_NL80211_VENDOR_SUBCMD_LL_STATS_*_RESULTS event.
3011 * Otherwise, it is set to 0.
3012 */
3013 QCA_WLAN_VENDOR_ATTR_LL_STATS_RESULTS_MORE_DATA = 71,
3014
3015 /* Unsigned 64 bit value */
3016 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_AVERAGE_TSF_OFFSET = 72,
3017
3018 /* Unsigned 32 bit value */
3019 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_DETECTED = 73,
3020
3021 /* Unsigned 32 bit value */
3022 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_AVG_NUM_FRAMES_LEAKED = 74,
3023
3024 /* Unsigned 32 bit value */
3025 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_LEAKY_AP_GUARD_TIME = 75,
3026
3027 /* Unsigned 32 bit value */
3028 QCA_WLAN_VENDOR_ATTR_LL_STATS_TYPE = 76,
3029
3030 /* Unsigned 32 bit value */
3031 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_TX_LEVELS = 77,
3032
3033 /* Number of msecs the radio spent in transmitting for each power level
3034 */
3035 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL = 78,
3036
3037 /* Unsigned 32 bit value */
3038 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_SUCC_CNT = 79,
3039 /* Unsigned 32 bit value */
3040 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RTS_FAIL_CNT = 80,
3041 /* Unsigned 32 bit value */
3042 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_SUCC_CNT = 81,
3043 /* Unsigned 32 bit value */
3044 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT = 82,
3045
3046 /* Unsigned int 32 value.
3047 * Pending MSDUs corresponding to respective AC.
3048 */
3049 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_PENDING_MSDU = 83,
3050
3051 /* keep last */
3052 QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
3053 QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =
3054 QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST - 1,
3055 };
3056
3057 enum qca_wlan_vendor_attr_ll_stats_type {
3058 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_INVALID = 0,
3059 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_RADIO = 1,
3060 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_IFACE = 2,
3061 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_PEERS = 3,
3062
3063 /* keep last */
3064 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST,
3065 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_MAX =
3066 QCA_NL80211_VENDOR_SUBCMD_LL_STATS_TYPE_AFTER_LAST - 1,
3067 };
3068
3069 /**
3070 * enum qca_wlan_vendor_attr_tdls_configuration - Attributes for
3071 * TDLS configuration to the host driver.
3072 *
3073 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE: Configure the TDLS trigger
3074 * mode in the host driver. enum qca_wlan_vendor_tdls_trigger_mode
3075 * represents the different TDLS trigger modes.
3076 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD: Duration (u32) within
3077 * which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD number
3078 * of packets shall meet the criteria for implicit TDLS setup.
3079 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD: Number (u32) of Tx/Rx packets
3080 * within a duration QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD
3081 * to initiate a TDLS setup.
3082 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD: Time (u32) to initiate
3083 * a TDLS Discovery to the peer.
3084 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT: Max number (u32) of
3085 * discovery attempts to know the TDLS capability of the peer. A peer is
3086 * marked as TDLS not capable if there is no response for all the attempts.
3087 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT: Represents a duration (u32)
3088 * within which QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD
3089 * number of TX / RX frames meet the criteria for TDLS teardown.
3090 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD: Minimum number (u32)
3091 * of Tx/Rx packets within a duration
3092 * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT to tear down a TDLS link.
3093 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD: Threshold
3094 * corresponding to the RSSI of the peer below which a TDLS setup is
3095 * triggered.
3096 * @QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD: Threshold
3097 * corresponding to the RSSI of the peer above which a TDLS teardown is
3098 * triggered.
3099 */
3100 enum qca_wlan_vendor_attr_tdls_configuration {
3101 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_INVALID = 0,
3102 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE = 1,
3103
3104 /* Attributes configuring the TDLS Implicit Trigger */
3105 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_STATS_PERIOD = 2,
3106 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TX_THRESHOLD = 3,
3107 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_DISCOVERY_PERIOD = 4,
3108 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX_DISCOVERY_ATTEMPT = 5,
3109 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_TIMEOUT = 6,
3110 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IDLE_PACKET_THRESHOLD = 7,
3111 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_SETUP_RSSI_THRESHOLD = 8,
3112 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TEARDOWN_RSSI_THRESHOLD = 9,
3113
3114 /* keep last */
3115 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST,
3116 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_MAX =
3117 QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_AFTER_LAST - 1
3118 };
3119
3120 /**
3121 * enum qca_wlan_vendor_tdls_trigger_mode: Represents the TDLS trigger mode in
3122 * the driver
3123 *
3124 * The following are the different values for
3125 * QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_TRIGGER_MODE.
3126 *
3127 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT: The trigger to initiate/teardown
3128 * the TDLS connection to a respective peer comes from the user space.
3129 * wpa_supplicant provides the commands TDLS_SETUP, TDLS_TEARDOWN,
3130 * TDLS_DISCOVER to do this.
3131 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT: Host driver triggers this TDLS
3132 * setup/teardown to the eligible peer once the configured criteria
3133 * (such as TX/RX threshold, RSSI) is met. The attributes
3134 * in QCA_WLAN_VENDOR_ATTR_TDLS_CONFIG_IMPLICIT_PARAMS correspond to
3135 * the different configuration criteria for the TDLS trigger from the
3136 * host driver.
3137 * @QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL: Enables the driver to trigger
3138 * the TDLS setup / teardown through the implicit mode only to the
3139 * configured MAC addresses (wpa_supplicant, with tdls_external_control=1,
3140 * configures the MAC address through TDLS_SETUP / TDLS_TEARDOWN commands).
3141 * External mode works on top of the implicit mode. Thus the host driver
3142 * is expected to configure in TDLS Implicit mode too to operate in
3143 * External mode.
3144 * Configuring External mode alone without Implicit mode is invalid.
3145 *
3146 * All the above implementations work as expected only when the host driver
3147 * advertises the capability WPA_DRIVER_FLAGS_TDLS_EXTERNAL_SETUP - representing
3148 * that the TDLS message exchange is not internal to the host driver, but
3149 * depends on wpa_supplicant to do the message exchange.
3150 */
3151 enum qca_wlan_vendor_tdls_trigger_mode {
3152 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXPLICIT = 1 << 0,
3153 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_IMPLICIT = 1 << 1,
3154 QCA_WLAN_VENDOR_TDLS_TRIGGER_MODE_EXTERNAL = 1 << 2,
3155 };
3156
3157 /**
3158 * enum qca_vendor_attr_sar_limits_selections - Source of SAR power limits
3159 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0: Select SAR profile #0
3160 * that is hard-coded in the Board Data File (BDF).
3161 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1: Select SAR profile #1
3162 * that is hard-coded in the Board Data File (BDF).
3163 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2: Select SAR profile #2
3164 * that is hard-coded in the Board Data File (BDF).
3165 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3: Select SAR profile #3
3166 * that is hard-coded in the Board Data File (BDF).
3167 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4: Select SAR profile #4
3168 * that is hard-coded in the Board Data File (BDF).
3169 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE: Do not select any
3170 * source of SAR power limits, thereby disabling the SAR power
3171 * limit feature.
3172 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER: Select the SAR power
3173 * limits configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
3174 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0: Select the SAR power
3175 * limits version 2.0 configured by %QCA_NL80211_VENDOR_SUBCMD_SET_SAR.
3176 *
3177 * This enumerates the valid set of values that may be supplied for
3178 * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT in an instance of
3179 * the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor command or in
3180 * the response to an instance of the
3181 * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
3182 */
3183 enum qca_vendor_attr_sar_limits_selections {
3184 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF0 = 0,
3185 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF1 = 1,
3186 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF2 = 2,
3187 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF3 = 3,
3188 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_BDF4 = 4,
3189 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_NONE = 5,
3190 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER = 6,
3191 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0 = 7,
3192 };
3193
3194 /**
3195 * enum qca_vendor_attr_sar_limits_spec_modulations -
3196 * SAR limits specification modulation
3197 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK -
3198 * CCK modulation
3199 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM -
3200 * OFDM modulation
3201 *
3202 * This enumerates the valid set of values that may be supplied for
3203 * attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION in an
3204 * instance of attribute %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC in an
3205 * instance of the %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS vendor
3206 * command or in the response to an instance of the
3207 * %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS vendor command.
3208 */
3209 enum qca_vendor_attr_sar_limits_spec_modulations {
3210 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_CCK = 0,
3211 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION_OFDM = 1,
3212 };
3213
3214 /**
3215 * enum qca_vendor_attr_sar_limits - Attributes for SAR power limits
3216 *
3217 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE: Optional (u32) value to
3218 * select which SAR power limit table should be used. Valid
3219 * values are enumerated in enum
3220 * %qca_vendor_attr_sar_limits_selections. The existing SAR
3221 * power limit selection is unchanged if this attribute is not
3222 * present.
3223 *
3224 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS: Optional (u32) value
3225 * which specifies the number of SAR power limit specifications
3226 * which will follow.
3227 *
3228 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC: Nested array of SAR power
3229 * limit specifications. The number of specifications is
3230 * specified by @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS. Each
3231 * specification contains a set of
3232 * QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_* attributes. A
3233 * specification is uniquely identified by the attributes
3234 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND,
3235 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN, and
3236 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION and always
3237 * contains as a payload the attribute
3238 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT,
3239 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX.
3240 * Either %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT or
3241 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX is
3242 * needed based upon the value of
3243 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE.
3244 *
3245 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND: Optional (u32) value to
3246 * indicate for which band this specification applies. Valid
3247 * values are enumerated in enum %nl80211_band (although not all
3248 * bands may be supported by a given device). If the attribute is
3249 * not supplied then the specification will be applied to all
3250 * supported bands.
3251 *
3252 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN: Optional (u32) value
3253 * to indicate for which antenna chain this specification
3254 * applies, i.e. 1 for chain 1, 2 for chain 2, etc. If the
3255 * attribute is not supplied then the specification will be
3256 * applied to all chains.
3257 *
3258 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION: Optional (u32)
3259 * value to indicate for which modulation scheme this
3260 * specification applies. Valid values are enumerated in enum
3261 * %qca_vendor_attr_sar_limits_spec_modulations. If the attribute
3262 * is not supplied then the specification will be applied to all
3263 * modulation schemes.
3264 *
3265 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT: Required (u32)
3266 * value to specify the actual power limit value in units of 0.5
3267 * dBm (i.e., a value of 11 represents 5.5 dBm).
3268 * This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
3269 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_USER.
3270 *
3271 * @QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX: Required (u32)
3272 * value to indicate SAR V2 indices (0 - 11) to select SAR V2 profiles.
3273 * This is required, when %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT is
3274 * %QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SELECT_V2_0.
3275 *
3276 * These attributes are used with %QCA_NL80211_VENDOR_SUBCMD_SET_SAR_LIMITS
3277 * and %QCA_NL80211_VENDOR_SUBCMD_GET_SAR_LIMITS.
3278 */
3279 enum qca_vendor_attr_sar_limits {
3280 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_INVALID = 0,
3281 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE = 1,
3282 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS = 2,
3283 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC = 3,
3284 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND = 4,
3285 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_CHAIN = 5,
3286 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_MODULATION = 6,
3287 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT = 7,
3288 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_POWER_LIMIT_INDEX = 8,
3289
3290 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST,
3291 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_MAX =
3292 QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_AFTER_LAST - 1
3293 };
3294
3295 /**
3296 * enum qca_wlan_vendor_attr_get_wifi_info: Attributes for data used by
3297 * QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO sub command.
3298 *
3299 * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION: In a request this attribute
3300 * should be set to any U8 value to indicate that the driver version
3301 * should be returned. When enabled in this manner, in a response this
3302 * attribute will contain a string representation of the driver version.
3303 *
3304 * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION: In a request this attribute
3305 * should be set to any U8 value to indicate that the firmware version
3306 * should be returned. When enabled in this manner, in a response this
3307 * attribute will contain a string representation of the firmware version.
3308 *
3309 * @QCA_WLAN_VENDOR_ATTR_WIFI_INFO_RADIO_INDEX: In a request this attribute
3310 * should be set to any U32 value to indicate that the current radio
3311 * index should be returned. When enabled in this manner, in a response
3312 * this attribute will contain a U32 radio index value.
3313 *
3314 */
3315 enum qca_wlan_vendor_attr_get_wifi_info {
3316 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_INVALID = 0,
3317 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_DRIVER_VERSION = 1,
3318 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_FIRMWARE_VERSION = 2,
3319 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_RADIO_INDEX = 3,
3320
3321 /* keep last */
3322 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST,
3323 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_MAX =
3324 QCA_WLAN_VENDOR_ATTR_WIFI_INFO_GET_AFTER_LAST - 1,
3325 };
3326
3327 /*
3328 * enum qca_wlan_vendor_attr_wifi_logger_start: Attributes for data used by
3329 * QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START sub command.
3330 */
3331 enum qca_wlan_vendor_attr_wifi_logger_start {
3332 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_INVALID = 0,
3333 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_RING_ID = 1,
3334 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_VERBOSE_LEVEL = 2,
3335 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_FLAGS = 3,
3336
3337 /* keep last */
3338 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST,
3339 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_GET_MAX =
3340 QCA_WLAN_VENDOR_ATTR_WIFI_LOGGER_START_AFTER_LAST - 1,
3341 };
3342
3343 enum qca_wlan_vendor_attr_logger_results {
3344 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_INVALID = 0,
3345
3346 /* Unsigned 32-bit value; must match the request Id supplied by
3347 * Wi-Fi HAL in the corresponding subcmd NL msg.
3348 */
3349 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_REQUEST_ID = 1,
3350
3351 /* Unsigned 32-bit value; used to indicate the size of memory
3352 * dump to be allocated.
3353 */
3354 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE = 2,
3355
3356 /* keep last */
3357 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST,
3358 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX =
3359 QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_AFTER_LAST - 1,
3360 };
3361
3362 /*
3363 * enum qca_wlan_vendor_attr_roaming_config_params: Attributes for data used by
3364 * QCA_NL80211_VENDOR_SUBCMD_ROAM sub command.
3365 *
3366 * @QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD: Unsigned 32-bit value.
3367 * Represents the different roam sub commands referred by
3368 * enum qca_wlan_vendor_attr_roam_subcmd.
3369 *
3370 * @QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID: Unsigned 32-bit value.
3371 * Represents the Request ID for the specific set of commands.
3372 * This also helps to map specific set of commands to the respective
3373 * ID / client. e.g., helps to identify the user entity configuring the
3374 * Blacklist BSSID and accordingly clear the respective ones with the
3375 * matching ID.
3376 *
3377 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS: Unsigned
3378 * 32-bit value.Represents the number of whitelist SSIDs configured.
3379 *
3380 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST: Nested attribute
3381 * to carry the list of Whitelist SSIDs.
3382 *
3383 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID: SSID (binary attribute,
3384 * 0..32 octets). Represents the white list SSID. Whitelist SSIDs
3385 * represent the list of SSIDs to which the firmware/driver can consider
3386 * to roam to.
3387 *
3388 * The following PARAM_A_BAND_XX attributes are applied to 5GHz BSSIDs when
3389 * comparing with a 2.4GHz BSSID. They are not applied when comparing two
3390 * 5GHz BSSIDs.The following attributes are set through the Roaming SUBCMD -
3391 * QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_GSCAN_ROAM_PARAMS.
3392 *
3393 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD: Signed 32-bit
3394 * value, RSSI threshold above which 5GHz RSSI is favored.
3395 *
3396 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD: Signed 32-bit
3397 * value, RSSI threshold below which 5GHz RSSI is penalized.
3398 *
3399 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR: Unsigned 32-bit
3400 * value, factor by which 5GHz RSSI is boosted.
3401 * boost=(RSSI_measured-5GHz_boost_threshold)*5GHz_boost_factor
3402 *
3403 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR: Unsigned 32-bit
3404 * value, factor by which 5GHz RSSI is penalized.
3405 * penalty=(5GHz_penalty_threshold-RSSI_measured)*5GHz_penalty_factor
3406 *
3407 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST: Unsigned 32-bit
3408 * value, maximum boost that can be applied to a 5GHz RSSI.
3409 *
3410 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS: Unsigned 32-bit
3411 * value, boost applied to current BSSID to ensure the currently
3412 * associated BSSID is favored so as to prevent ping-pong situations.
3413 *
3414 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER: Signed 32-bit
3415 * value, RSSI below which "Alert" roam is enabled.
3416 * "Alert" mode roaming - firmware is "urgently" hunting for another BSSID
3417 * because the RSSI is low, or because many successive beacons have been
3418 * lost or other bad link conditions.
3419 *
3420 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE: Unsigned 32-bit
3421 * value. 1-Enable, 0-Disable. Represents "Lazy" mode, where
3422 * firmware is hunting for a better BSSID or white listed SSID even though
3423 * the RSSI of the link is good. The parameters enabling the roaming are
3424 * configured through the PARAM_A_BAND_XX attrbutes.
3425 *
3426 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS: Nested attribute,
3427 * represents the BSSIDs preferred over others while evaluating them
3428 * for the roaming.
3429 *
3430 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID: Unsigned
3431 * 32-bit value. Represents the number of preferred BSSIDs set.
3432 *
3433 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID: 6-byte MAC
3434 * address representing the BSSID to be preferred.
3435 *
3436 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER: Signed
3437 * 32-bit value, representing the modifier to be applied to the RSSI of
3438 * the BSSID for the purpose of comparing it with other roam candidate.
3439 *
3440 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS: Nested attribute,
3441 * represents the BSSIDs to get blacklisted for roaming.
3442 *
3443 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID: Unsigned
3444 * 32-bit value, represents the number of blacklisted BSSIDs.
3445 *
3446 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID: 6-byte MAC
3447 * address representing the Blacklisted BSSID.
3448 *
3449 * @QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT: Flag attribute,
3450 * indicates this BSSID blacklist as a hint to the driver. The driver can
3451 * select this BSSID in the worst case (when no other BSSIDs are better).
3452 */
3453 enum qca_wlan_vendor_attr_roaming_config_params {
3454 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_INVALID = 0,
3455
3456 QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD = 1,
3457 QCA_WLAN_VENDOR_ATTR_ROAMING_REQ_ID = 2,
3458
3459 /* Attributes for wifi_set_ssid_white_list */
3460 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS = 3,
3461 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST = 4,
3462 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID = 5,
3463
3464 /* Attributes for set_roam_params */
3465 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_THRESHOLD = 6,
3466 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_THRESHOLD = 7,
3467 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_BOOST_FACTOR = 8,
3468 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_PENALTY_FACTOR = 9,
3469 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_A_BAND_MAX_BOOST = 10,
3470 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_LAZY_ROAM_HISTERESYS = 11,
3471 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_ALERT_ROAM_RSSI_TRIGGER = 12,
3472
3473 /* Attribute for set_lazy_roam */
3474 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE = 13,
3475
3476 /* Attribute for set_lazy_roam with preferences */
3477 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS = 14,
3478 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_NUM_BSSID = 15,
3479 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_BSSID = 16,
3480 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_RSSI_MODIFIER = 17,
3481
3482 /* Attribute for set_blacklist bssid params */
3483 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS = 18,
3484 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID = 19,
3485 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_BSSID = 20,
3486 /* Flag attribute indicates this BSSID blacklist as a hint */
3487 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_HINT = 21,
3488
3489 /* keep last */
3490 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST,
3491 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_MAX =
3492 QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_AFTER_LAST - 1,
3493 };
3494
3495 /*
3496 * enum qca_wlan_vendor_attr_roam_subcmd: Referred by
3497 * QCA_WLAN_VENDOR_ATTR_ROAMING_SUBCMD.
3498 *
3499 * @QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SSID_WHITE_LIST: Sub command to
3500 * configure the white list SSIDs. These are configured through
3501 * the following attributes.
3502 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_NUM_NETWORKS,
3503 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID_LIST,
3504 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_WHITE_LIST_SSID
3505 *
3506 * @QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_GSCAN_ROAM_PARAMS: Sub command to
3507 * configure the Roam params. These parameters are evaluated on the GScan
3508 * results. Refers the attributes PARAM_A_BAND_XX above to configure the
3509 * params.
3510 *
3511 * @QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_LAZY_ROAM: Sets the Lazy roam. Uses
3512 * the attribute QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_LAZY_ROAM_ENABLE
3513 * to enable/disable Lazy roam.
3514 *
3515 * @QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PREFS: Sets the BSSID
3516 * preference. Contains the attribute
3517 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PREFS to set the BSSID
3518 * preference.
3519 *
3520 * @QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BLACKLIST_BSSID: Sets the Blacklist
3521 * BSSIDs. Refers QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS to
3522 * set the same.
3523 */
3524 enum qca_wlan_vendor_attr_roam_subcmd {
3525 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_INVALID = 0,
3526 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SSID_WHITE_LIST = 1,
3527 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_GSCAN_ROAM_PARAMS = 2,
3528 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_LAZY_ROAM = 3,
3529 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PREFS = 4,
3530 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BSSID_PARAMS = 5,
3531 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BLACKLIST_BSSID = 6,
3532
3533 /* keep last */
3534 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_AFTER_LAST,
3535 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_MAX =
3536 QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_AFTER_LAST - 1,
3537 };
3538
3539 enum qca_wlan_vendor_attr_gscan_config_params {
3540 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_INVALID = 0,
3541
3542 /* Unsigned 32-bit value */
3543 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID = 1,
3544
3545 /* Attributes for data used by
3546 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_VALID_CHANNELS sub command.
3547 */
3548 /* Unsigned 32-bit value */
3549 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND
3550 = 2,
3551 /* Unsigned 32-bit value */
3552 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_MAX_CHANNELS
3553 = 3,
3554
3555 /* Attributes for input params used by
3556 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_START sub command.
3557 */
3558
3559 /* Unsigned 32-bit value; channel frequency */
3560 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_CHANNEL = 4,
3561 /* Unsigned 32-bit value; dwell time in ms. */
3562 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_DWELL_TIME = 5,
3563 /* Unsigned 8-bit value; 0: active; 1: passive; N/A for DFS */
3564 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_PASSIVE = 6,
3565 /* Unsigned 8-bit value; channel class */
3566 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_CLASS = 7,
3567
3568 /* Unsigned 8-bit value; bucket index, 0 based */
3569 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_INDEX = 8,
3570 /* Unsigned 8-bit value; band. */
3571 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_BAND = 9,
3572 /* Unsigned 32-bit value; desired period, in ms. */
3573 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_PERIOD = 10,
3574 /* Unsigned 8-bit value; report events semantics. */
3575 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_REPORT_EVENTS = 11,
3576 /* Unsigned 32-bit value. Followed by a nested array of
3577 * GSCAN_CHANNEL_SPEC_* attributes.
3578 */
3579 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS = 12,
3580
3581 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC_* attributes.
3582 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
3583 */
3584 QCA_WLAN_VENDOR_ATTR_GSCAN_CHANNEL_SPEC = 13,
3585
3586 /* Unsigned 32-bit value; base timer period in ms. */
3587 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_BASE_PERIOD = 14,
3588 /* Unsigned 32-bit value; number of APs to store in each scan in the
3589 * BSSID/RSSI history buffer (keep the highest RSSI APs).
3590 */
3591 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN = 15,
3592 /* Unsigned 8-bit value; in %, when scan buffer is this much full, wake
3593 * up AP.
3594 */
3595 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_PERCENT
3596 = 16,
3597
3598 /* Unsigned 8-bit value; number of scan bucket specs; followed by a
3599 * nested array of_GSCAN_BUCKET_SPEC_* attributes and values. The size
3600 * of the array is determined by NUM_BUCKETS.
3601 */
3602 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS = 17,
3603
3604 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_* attributes.
3605 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS
3606 */
3607 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC = 18,
3608
3609 /* Unsigned 8-bit value */
3610 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH
3611 = 19,
3612 /* Unsigned 32-bit value; maximum number of results to be returned. */
3613 QCA_WLAN_VENDOR_ATTR_GSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_MAX
3614 = 20,
3615
3616 /* An array of 6 x unsigned 8-bit value */
3617 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_BSSID = 21,
3618 /* Signed 32-bit value */
3619 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_RSSI_LOW = 22,
3620 /* Signed 32-bit value */
3621 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH = 23,
3622 /* Unsigned 32-bit value */
3623 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_CHANNEL = 24,
3624
3625 /* Number of hotlist APs as unsigned 32-bit value, followed by a nested
3626 * array of AP_THRESHOLD_PARAM attributes and values. The size of the
3627 * array is determined by NUM_AP.
3628 */
3629 QCA_WLAN_VENDOR_ATTR_GSCAN_BSSID_HOTLIST_PARAMS_NUM_AP = 25,
3630
3631 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM_* attributes.
3632 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS
3633 */
3634 QCA_WLAN_VENDOR_ATTR_GSCAN_AP_THRESHOLD_PARAM = 26,
3635
3636 /* Unsigned 32-bit value; number of samples for averaging RSSI. */
3637 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE
3638 = 27,
3639 /* Unsigned 32-bit value; number of samples to confirm AP loss. */
3640 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE
3641 = 28,
3642 /* Unsigned 32-bit value; number of APs breaching threshold. */
3643 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING = 29,
3644 /* Unsigned 32-bit value; number of APs. Followed by an array of
3645 * AP_THRESHOLD_PARAM attributes. Size of the array is NUM_AP.
3646 */
3647 QCA_WLAN_VENDOR_ATTR_GSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP = 30,
3648 /* Unsigned 32-bit value; number of samples to confirm AP loss. */
3649 QCA_WLAN_VENDOR_ATTR_GSCAN_BSSID_HOTLIST_PARAMS_LOST_AP_SAMPLE_SIZE
3650 = 31,
3651 /* Unsigned 32-bit value. If max_period is non zero or different than
3652 * period, then this bucket is an exponential backoff bucket.
3653 */
3654 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_MAX_PERIOD = 32,
3655 /* Unsigned 32-bit value. */
3656 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_BASE = 33,
3657 /* Unsigned 32-bit value. For exponential back off bucket, number of
3658 * scans to perform for a given period.
3659 */
3660 QCA_WLAN_VENDOR_ATTR_GSCAN_BUCKET_SPEC_STEP_COUNT = 34,
3661 /* Unsigned 8-bit value; in number of scans, wake up AP after these
3662 * many scans.
3663 */
3664 QCA_WLAN_VENDOR_ATTR_GSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD_NUM_SCANS
3665 = 35,
3666
3667 /* Attributes for data used by
3668 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SET_SSID_HOTLIST sub command.
3669 */
3670 /* Unsigned 3-2bit value; number of samples to confirm SSID loss. */
3671 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_LOST_SSID_SAMPLE_SIZE
3672 = 36,
3673 /* Number of hotlist SSIDs as unsigned 32-bit value, followed by a
3674 * nested array of SSID_THRESHOLD_PARAM_* attributes and values. The
3675 * size of the array is determined by NUM_SSID.
3676 */
3677 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_NUM_SSID = 37,
3678 /* Array of QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_*
3679 * attributes.
3680 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_HOTLIST_PARAMS_NUM_SSID
3681 */
3682 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM = 38,
3683
3684 /* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
3685 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_SSID = 39,
3686 /* Unsigned 8-bit value */
3687 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_BAND = 40,
3688 /* Signed 32-bit value */
3689 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_RSSI_LOW = 41,
3690 /* Signed 32-bit value */
3691 QCA_WLAN_VENDOR_ATTR_GSCAN_SSID_THRESHOLD_PARAM_RSSI_HIGH = 42,
3692 /* Unsigned 32-bit value; a bitmask with additional gscan config flag.
3693 */
3694 QCA_WLAN_VENDOR_ATTR_GSCAN_CONFIGURATION_FLAGS = 43,
3695
3696 /* keep last */
3697 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST,
3698 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_MAX =
3699 QCA_WLAN_VENDOR_ATTR_GSCAN_SUBCMD_CONFIG_PARAM_AFTER_LAST - 1,
3700 };
3701
3702 enum qca_wlan_vendor_attr_gscan_results {
3703 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_INVALID = 0,
3704
3705 /* Unsigned 32-bit value; must match the request Id supplied by
3706 * Wi-Fi HAL in the corresponding subcmd NL msg.
3707 */
3708 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID = 1,
3709
3710 /* Unsigned 32-bit value; used to indicate the status response from
3711 * firmware/driver for the vendor sub-command.
3712 */
3713 QCA_WLAN_VENDOR_ATTR_GSCAN_STATUS = 2,
3714
3715 /* GSCAN Valid Channels attributes */
3716 /* Unsigned 32bit value; followed by a nested array of CHANNELS. */
3717 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_CHANNELS = 3,
3718 /* An array of NUM_CHANNELS x unsigned 32-bit value integers
3719 * representing channel numbers.
3720 */
3721 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CHANNELS = 4,
3722
3723 /* GSCAN Capabilities attributes */
3724 /* Unsigned 32-bit value */
3725 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE = 5,
3726 /* Unsigned 32-bit value */
3727 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS = 6,
3728 /* Unsigned 32-bit value */
3729 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN
3730 = 7,
3731 /* Unsigned 32-bit value */
3732 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_RSSI_SAMPLE_SIZE
3733 = 8,
3734 /* Signed 32-bit value */
3735 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SCAN_REPORTING_THRESHOLD
3736 = 9,
3737 /* Unsigned 32-bit value */
3738 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_BSSIDS = 10,
3739 /* Unsigned 32-bit value */
3740 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_SIGNIFICANT_WIFI_CHANGE_APS
3741 = 11,
3742 /* Unsigned 32-bit value */
3743 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_BSSID_HISTORY_ENTRIES
3744 = 12,
3745
3746 /* GSCAN Attributes used with
3747 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_RESULTS_AVAILABLE sub-command.
3748 */
3749
3750 /* Unsigned 32-bit value */
3751 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE = 13,
3752
3753 /* GSCAN attributes used with
3754 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_FULL_SCAN_RESULT sub-command.
3755 */
3756
3757 /* An array of NUM_RESULTS_AVAILABLE x
3758 * QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_*
3759 */
3760 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST = 14,
3761
3762 /* Unsigned 64-bit value; age of sample at the time of retrieval */
3763 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_TIME_STAMP = 15,
3764 /* 33 x unsigned 8-bit value; NULL terminated SSID */
3765 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID = 16,
3766 /* An array of 6 x unsigned 8-bit value */
3767 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BSSID = 17,
3768 /* Unsigned 32-bit value; channel frequency in MHz */
3769 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CHANNEL = 18,
3770 /* Signed 32-bit value */
3771 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RSSI = 19,
3772 /* Unsigned 32-bit value */
3773 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT = 20,
3774 /* Unsigned 32-bit value */
3775 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT_SD = 21,
3776 /* Unsigned 16-bit value */
3777 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BEACON_PERIOD = 22,
3778 /* Unsigned 16-bit value */
3779 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CAPABILITY = 23,
3780 /* Unsigned 32-bit value; size of the IE DATA blob */
3781 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_LENGTH = 24,
3782 /* An array of IE_LENGTH x unsigned 8-bit value; blob of all the
3783 * information elements found in the beacon; this data should be a
3784 * packed list of wifi_information_element objects, one after the
3785 * other.
3786 */
3787 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_DATA = 25,
3788
3789 /* Unsigned 8-bit value; set by driver to indicate more scan results are
3790 * available.
3791 */
3792 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_MORE_DATA = 26,
3793
3794 /* GSCAN attributes for
3795 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SCAN_EVENT sub-command.
3796 */
3797 /* Unsigned 8-bit value */
3798 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_EVENT_TYPE = 27,
3799 /* Unsigned 32-bit value */
3800 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_EVENT_STATUS = 28,
3801
3802 /* GSCAN attributes for
3803 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_HOTLIST_AP_FOUND sub-command.
3804 */
3805 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
3806 * to indicate number of results.
3807 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the
3808 * list of results.
3809 */
3810
3811 /* GSCAN attributes for
3812 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_SIGNIFICANT_CHANGE sub-command.
3813 */
3814 /* An array of 6 x unsigned 8-bit value */
3815 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_BSSID = 29,
3816 /* Unsigned 32-bit value */
3817 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_CHANNEL
3818 = 30,
3819 /* Unsigned 32-bit value. */
3820 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_NUM_RSSI
3821 = 31,
3822 /* A nested array of signed 32-bit RSSI values. Size of the array is
3823 * determined by (NUM_RSSI of SIGNIFICANT_CHANGE_RESULT_NUM_RSSI.
3824 */
3825 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_RSSI_LIST
3826 = 32,
3827
3828 /* GSCAN attributes used with
3829 * QCA_NL80211_VENDOR_SUBCMD_GSCAN_GET_CACHED_RESULTS sub-command.
3830 */
3831 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
3832 * to indicate number of gscan cached results returned.
3833 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_LIST to indicate
3834 * the list of gscan cached results.
3835 */
3836
3837 /* An array of NUM_RESULTS_AVAILABLE x
3838 * QCA_NL80211_VENDOR_ATTR_GSCAN_CACHED_RESULTS_*
3839 */
3840 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_LIST = 33,
3841 /* Unsigned 32-bit value; a unique identifier for the scan unit. */
3842 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_SCAN_ID = 34,
3843 /* Unsigned 32-bit value; a bitmask w/additional information about scan.
3844 */
3845 QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_FLAGS = 35,
3846 /* Use attr QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE
3847 * to indicate number of wifi scan results/bssids retrieved by the scan.
3848 * Also, use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the
3849 * list of wifi scan results returned for each cached result block.
3850 */
3851
3852 /* GSCAN attributes for
3853 * QCA_NL80211_VENDOR_SUBCMD_PNO_NETWORK_FOUND sub-command.
3854 */
3855 /* Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE for
3856 * number of results.
3857 * Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the nested
3858 * list of wifi scan results returned for each
3859 * wifi_passpoint_match_result block.
3860 * Array size: QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE.
3861 */
3862
3863 /* GSCAN attributes for
3864 * QCA_NL80211_VENDOR_SUBCMD_PNO_PASSPOINT_NETWORK_FOUND sub-command.
3865 */
3866 /* Unsigned 32-bit value */
3867 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES
3868 = 36,
3869 /* A nested array of
3870 * QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_*
3871 * attributes. Array size =
3872 * *_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_NETWORK_FOUND_NUM_MATCHES.
3873 */
3874 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_RESULT_LIST = 37,
3875
3876 /* Unsigned 32-bit value; network block id for the matched network */
3877 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ID = 38,
3878 /* Use QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST to indicate the nested
3879 * list of wifi scan results returned for each
3880 * wifi_passpoint_match_result block.
3881 */
3882 /* Unsigned 32-bit value */
3883 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP_LEN = 39,
3884 /* An array size of PASSPOINT_MATCH_ANQP_LEN of unsigned 8-bit values;
3885 * ANQP data in the information_element format.
3886 */
3887 QCA_WLAN_VENDOR_ATTR_GSCAN_PNO_RESULTS_PASSPOINT_MATCH_ANQP = 40,
3888
3889 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3890 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_SSIDS = 41,
3891 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3892 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS = 42,
3893 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3894 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_EPNO_NETS_BY_SSID
3895 = 43,
3896 /* Unsigned 32-bit value; a GSCAN Capabilities attribute. */
3897 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CAPABILITIES_MAX_NUM_WHITELISTED_SSID
3898 = 44,
3899
3900 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_BUCKETS_SCANNED = 45,
3901
3902 /* Unsigned 32-bit value; a GSCAN Capabilities attribute.
3903 * This is used to limit the maximum number of BSSIDs while sending
3904 * the vendor command QCA_NL80211_VENDOR_SUBCMD_ROAM with attributes
3905 * QCA_WLAN_VENDOR_ATTR_ROAM_SUBCMD_SET_BLACKLIST_BSSID and
3906 * QCA_WLAN_VENDOR_ATTR_ROAMING_PARAM_SET_BSSID_PARAMS_NUM_BSSID.
3907 */
3908 QCA_WLAN_VENDOR_ATTR_GSCAN_MAX_NUM_BLACKLISTED_BSSID = 46,
3909
3910 /* keep last */
3911 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_AFTER_LAST,
3912 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX =
3913 QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_AFTER_LAST - 1,
3914 };
3915
3916 enum qca_wlan_vendor_attr_pno_config_params {
3917 QCA_WLAN_VENDOR_ATTR_PNO_INVALID = 0,
3918 /* Attributes for data used by
3919 * QCA_NL80211_VENDOR_SUBCMD_PNO_SET_PASSPOINT_LIST sub command.
3920 */
3921 /* Unsigned 32-bit value */
3922 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM = 1,
3923 /* Array of nested QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_*
3924 * attributes. Array size =
3925 * QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NUM.
3926 */
3927 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_LIST_PARAM_NETWORK_ARRAY = 2,
3928
3929 /* Unsigned 32-bit value */
3930 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ID = 3,
3931 /* An array of 256 x unsigned 8-bit value; NULL terminated UTF-8 encoded
3932 * realm, 0 if unspecified.
3933 */
3934 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_REALM = 4,
3935 /* An array of 16 x unsigned 32-bit value; roaming consortium ids to
3936 * match, 0 if unspecified.
3937 */
3938 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_CNSRTM_ID = 5,
3939 /* An array of 6 x unsigned 8-bit value; MCC/MNC combination, 0s if
3940 * unspecified.
3941 */
3942 QCA_WLAN_VENDOR_ATTR_PNO_PASSPOINT_NETWORK_PARAM_ROAM_PLMN = 6,
3943
3944 /* Attributes for data used by
3945 * QCA_NL80211_VENDOR_SUBCMD_PNO_SET_LIST sub command.
3946 */
3947 /* Unsigned 32-bit value */
3948 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS = 7,
3949 /* Array of nested
3950 * QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_*
3951 * attributes. Array size =
3952 * QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_NUM_NETWORKS.
3953 */
3954 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORKS_LIST = 8,
3955 /* An array of 33 x unsigned 8-bit value; NULL terminated SSID */
3956 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_SSID = 9,
3957 /* Signed 8-bit value; threshold for considering this SSID as found,
3958 * required granularity for this threshold is 4 dBm to 8 dBm.
3959 */
3960 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_RSSI_THRESHOLD
3961 = 10,
3962 /* Unsigned 8-bit value; WIFI_PNO_FLAG_XXX */
3963 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_FLAGS = 11,
3964 /* Unsigned 8-bit value; auth bit field for matching WPA IE */
3965 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_NETWORK_AUTH_BIT = 12,
3966 /* Unsigned 8-bit to indicate ePNO type;
3967 * It takes values from qca_wlan_epno_type
3968 */
3969 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_TYPE = 13,
3970
3971 /* Nested attribute to send the channel list */
3972 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_CHANNEL_LIST = 14,
3973
3974 /* Unsigned 32-bit value; indicates the interval between PNO scan
3975 * cycles in msec.
3976 */
3977 QCA_WLAN_VENDOR_ATTR_PNO_SET_LIST_PARAM_EPNO_SCAN_INTERVAL = 15,
3978 QCA_WLAN_VENDOR_ATTR_EPNO_MIN5GHZ_RSSI = 16,
3979 QCA_WLAN_VENDOR_ATTR_EPNO_MIN24GHZ_RSSI = 17,
3980 QCA_WLAN_VENDOR_ATTR_EPNO_INITIAL_SCORE_MAX = 18,
3981 QCA_WLAN_VENDOR_ATTR_EPNO_CURRENT_CONNECTION_BONUS = 19,
3982 QCA_WLAN_VENDOR_ATTR_EPNO_SAME_NETWORK_BONUS = 20,
3983 QCA_WLAN_VENDOR_ATTR_EPNO_SECURE_BONUS = 21,
3984 QCA_WLAN_VENDOR_ATTR_EPNO_BAND5GHZ_BONUS = 22,
3985 /* Unsigned 32-bit value, representing the PNO Request ID */
3986 QCA_WLAN_VENDOR_ATTR_PNO_CONFIG_REQUEST_ID = 23,
3987
3988 /* keep last */
3989 QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST,
3990 QCA_WLAN_VENDOR_ATTR_PNO_MAX =
3991 QCA_WLAN_VENDOR_ATTR_PNO_AFTER_LAST - 1,
3992 };
3993
3994 /**
3995 * qca_wlan_vendor_acs_select_reason: This represents the different reasons why
3996 * the ACS has to be triggered. These values are used by
3997 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON and
3998 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON
3999 */
4000 enum qca_wlan_vendor_acs_select_reason {
4001 /* Represents the reason that the ACS triggered during the AP start */
4002 QCA_WLAN_VENDOR_ACS_SELECT_REASON_INIT,
4003 /* Represents the reason that DFS found with the current channel */
4004 QCA_WLAN_VENDOR_ACS_SELECT_REASON_DFS,
4005 /* Represents the reason that LTE co-exist in the current band. */
4006 QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX,
4007 };
4008
4009 /**
4010 * qca_wlan_vendor_attr_external_acs_policy: Attribute values for
4011 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY to the vendor subcmd
4012 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This represents the
4013 * external ACS policies to select the channels w.r.t. the PCL weights.
4014 * (QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL represents the channels and
4015 * their PCL weights.)
4016 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY: Mandatory to
4017 * select a channel with non-zero PCL weight.
4018 * @QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED: Prefer a
4019 * channel with non-zero PCL weight.
4020 *
4021 */
4022 enum qca_wlan_vendor_attr_external_acs_policy {
4023 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_PREFERRED,
4024 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_POLICY_PCL_MANDATORY,
4025 };
4026
4027 /**
4028 * qca_wlan_vendor_channel_prop_flags: This represent the flags for a channel.
4029 * This is used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS.
4030 */
4031 enum qca_wlan_vendor_channel_prop_flags {
4032 /* Bits 0, 1, 2, and 3 are reserved */
4033
4034 /* Turbo channel */
4035 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_TURBO = 1 << 4,
4036 /* CCK channel */
4037 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_CCK = 1 << 5,
4038 /* OFDM channel */
4039 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_OFDM = 1 << 6,
4040 /* 2.4 GHz spectrum channel. */
4041 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_2GHZ = 1 << 7,
4042 /* 5 GHz spectrum channel */
4043 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_5GHZ = 1 << 8,
4044 /* Only passive scan allowed */
4045 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_PASSIVE = 1 << 9,
4046 /* Dynamic CCK-OFDM channel */
4047 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_DYN = 1 << 10,
4048 /* GFSK channel (FHSS PHY) */
4049 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_GFSK = 1 << 11,
4050 /* Radar found on channel */
4051 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_RADAR = 1 << 12,
4052 /* 11a static turbo channel only */
4053 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_STURBO = 1 << 13,
4054 /* Half rate channel */
4055 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HALF = 1 << 14,
4056 /* Quarter rate channel */
4057 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_QUARTER = 1 << 15,
4058 /* HT 20 channel */
4059 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT20 = 1 << 16,
4060 /* HT 40 with extension channel above */
4061 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40PLUS = 1 << 17,
4062 /* HT 40 with extension channel below */
4063 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40MINUS = 1 << 18,
4064 /* HT 40 intolerant */
4065 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOL = 1 << 19,
4066 /* VHT 20 channel */
4067 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT20 = 1 << 20,
4068 /* VHT 40 with extension channel above */
4069 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40PLUS = 1 << 21,
4070 /* VHT 40 with extension channel below */
4071 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT40MINUS = 1 << 22,
4072 /* VHT 80 channel */
4073 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80 = 1 << 23,
4074 /* HT 40 intolerant mark bit for ACS use */
4075 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HT40INTOLMARK = 1 << 24,
4076 /* Channel temporarily blocked due to noise */
4077 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_BLOCKED = 1 << 25,
4078 /* VHT 160 channel */
4079 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT160 = 1 << 26,
4080 /* VHT 80+80 channel */
4081 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_VHT80_80 = 1 << 27,
4082 /* HE 20 channel */
4083 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE20 = 1 << 28,
4084 /* HE 40 with extension channel above */
4085 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40PLUS = 1 << 29,
4086 /* HE 40 with extension channel below */
4087 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40MINUS = 1 << 30,
4088 /* HE 40 intolerant */
4089 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOL = 1 << 31,
4090 };
4091
4092 /**
4093 * qca_wlan_vendor_channel_prop_flags_2: This represents the flags for a
4094 * channel, and is a continuation of qca_wlan_vendor_channel_prop_flags. This is
4095 * used by QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2.
4096 */
4097 enum qca_wlan_vendor_channel_prop_flags_2 {
4098 /* HE 40 intolerant mark bit for ACS use */
4099 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOLMARK = 1 << 0,
4100 /* HE 80 channel */
4101 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80 = 1 << 1,
4102 /* HE 160 channel */
4103 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE160 = 1 << 2,
4104 /* HE 80+80 channel */
4105 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE80_80 = 1 << 3,
4106 };
4107
4108 /**
4109 * qca_wlan_vendor_channel_prop_flags_ext: This represent the extended flags for
4110 * each channel. This is used by
4111 * QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT.
4112 */
4113 enum qca_wlan_vendor_channel_prop_flags_ext {
4114 /* Radar found on channel */
4115 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_RADAR_FOUND = 1 << 0,
4116 /* DFS required on channel */
4117 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS = 1 << 1,
4118 /* DFS required on channel for 2nd band of 80+80 */
4119 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CFREQ2 = 1 << 2,
4120 /* If channel has been checked for DFS */
4121 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DFS_CLEAR = 1 << 3,
4122 /* Excluded in 802.11d */
4123 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_11D_EXCLUDED = 1 << 4,
4124 /* Channel Switch Announcement received on this channel */
4125 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CSA_RECEIVED = 1 << 5,
4126 /* Ad-hoc is not allowed */
4127 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_ADHOC = 1 << 6,
4128 /* Station only channel */
4129 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_DISALLOW_HOSTAP = 1 << 7,
4130 /* DFS radar history for slave device (STA mode) */
4131 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_HISTORY_RADAR = 1 << 8,
4132 /* DFS CAC valid for slave device (STA mode) */
4133 QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_EXT_CAC_VALID = 1 << 9,
4134 };
4135
4136 /**
4137 * qca_wlan_vendor_external_acs_event_chan_info_attr: Represents per channel
4138 * information. These attributes are sent as part of
4139 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO. Each set of the following
4140 * attributes correspond to a single channel.
4141 */
4142 enum qca_wlan_vendor_external_acs_event_chan_info_attr {
4143 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_INVALID = 0,
4144
4145 /* A bitmask (u32) with flags specified in
4146 * enum qca_wlan_vendor_channel_prop_flags.
4147 */
4148 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS = 1,
4149 /* A bitmask (u32) with flags specified in
4150 * enum qca_wlan_vendor_channel_prop_flags_ext.
4151 */
4152 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAG_EXT = 2,
4153 /* frequency in MHz (u32) */
4154 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FREQ = 3,
4155 /* maximum regulatory transmission power (u32) */
4156 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_REG_POWER = 4,
4157 /* maximum transmission power (u32) */
4158 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX_POWER = 5,
4159 /* minimum transmission power (u32) */
4160 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MIN_POWER = 6,
4161 /* regulatory class id (u8) */
4162 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_REG_CLASS_ID = 7,
4163 /* maximum antenna gain in (u8) */
4164 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_ANTENNA_GAIN = 8,
4165 /* VHT segment 0 (u8) */
4166 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_0 = 9,
4167 /* VHT segment 1 (u8) */
4168 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_VHT_SEG_1 = 10,
4169 /* A bitmask (u32) with flags specified in
4170 * enum qca_wlan_vendor_channel_prop_flags_2.
4171 */
4172 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_FLAGS_2 = 11,
4173
4174 /* keep last */
4175 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST,
4176 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_MAX =
4177 QCA_WLAN_VENDOR_EXTERNAL_ACS_EVENT_CHAN_INFO_ATTR_LAST - 1,
4178 };
4179
4180 /**
4181 * qca_wlan_vendor_attr_pcl: Represents attributes for
4182 * preferred channel list (PCL). These attributes are sent as part of
4183 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL and
4184 * QCA_NL80211_VENDOR_SUBCMD_GET_PREFERRED_FREQ_LIST.
4185 */
4186 enum qca_wlan_vendor_attr_pcl {
4187 QCA_WLAN_VENDOR_ATTR_PCL_INVALID = 0,
4188
4189 /* Channel number (u8) */
4190 QCA_WLAN_VENDOR_ATTR_PCL_CHANNEL = 1,
4191 /* Channel weightage (u8) */
4192 QCA_WLAN_VENDOR_ATTR_PCL_WEIGHT = 2,
4193 /* Channel frequency (u32) in MHz */
4194 QCA_WLAN_VENDOR_ATTR_PCL_FREQ = 3,
4195 /* Channel flags (u32)
4196 * bit 0 set: channel to be used for GO role,
4197 * bit 1 set: channel to be used on CLI role,
4198 * bit 2 set: channel must be considered for operating channel
4199 * selection & peer chosen operating channel should be
4200 * one of the channels with this flag set,
4201 * bit 3 set: channel should be excluded in GO negotiation
4202 */
4203 QCA_WLAN_VENDOR_ATTR_PCL_FLAG = 4,
4204 };
4205
4206 /**
4207 * qca_wlan_vendor_attr_external_acs_event: Attribute to vendor sub-command
4208 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This attribute will be sent by
4209 * host driver.
4210 */
4211 enum qca_wlan_vendor_attr_external_acs_event {
4212 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_INVALID = 0,
4213
4214 /* This reason (u8) refers to enum qca_wlan_vendor_acs_select_reason.
4215 * This helps ACS module to understand why ACS needs to be started.
4216 */
4217 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_REASON = 1,
4218 /* Flag attribute to indicate if driver supports spectral scanning */
4219 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_SPECTRAL_SUPPORTED = 2,
4220 /* Flag attribute to indicate if 11ac is offloaded to firmware */
4221 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_IS_OFFLOAD_ENABLED = 3,
4222 /* Flag attribute to indicate if driver provides additional channel
4223 * capability as part of scan operation
4224 */
4225 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_ADD_CHAN_STATS_SUPPORT = 4,
4226 /* Flag attribute to indicate interface status is UP */
4227 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_AP_UP = 5,
4228 /* Operating mode (u8) of interface. Takes one of enum nl80211_iftype
4229 * values.
4230 */
4231 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_SAP_MODE = 6,
4232 /* Channel width (u8). It takes one of enum nl80211_chan_width values.
4233 * This is the upper bound of channel width. ACS logic should try to get
4234 * a channel with the specified width and if not found, look for lower
4235 * values.
4236 */
4237 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_WIDTH = 7,
4238 /* This (u8) will hold values of one of enum nl80211_bands */
4239 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_BAND = 8,
4240 /* PHY/HW mode (u8). Takes one of enum qca_wlan_vendor_acs_hw_mode
4241 * values
4242 */
4243 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PHY_MODE = 9,
4244 /* Array of (u32) supported frequency list among which ACS should choose
4245 * best frequency.
4246 */
4247 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_FREQ_LIST = 10,
4248 /* Preferred channel list by the driver which will have array of nested
4249 * values as per enum qca_wlan_vendor_attr_pcl attribute.
4250 */
4251 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_PCL = 11,
4252 /* Array of nested attribute for each channel. It takes attr as defined
4253 * in enum qca_wlan_vendor_external_acs_event_chan_info_attr.
4254 */
4255 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_CHAN_INFO = 12,
4256 /* External ACS policy such as PCL mandatory, PCL preferred, etc.
4257 * It uses values defined in enum
4258 * qca_wlan_vendor_attr_external_acs_policy.
4259 */
4260 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_POLICY = 13,
4261 /* Reference RF Operating Parameter (RROP) availability information
4262 * (u16). It uses values defined in enum
4263 * qca_wlan_vendor_attr_rropavail_info.
4264 */
4265 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_RROPAVAIL_INFO = 14,
4266
4267 /* keep last */
4268 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST,
4269 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_MAX =
4270 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_EVENT_LAST - 1,
4271 };
4272
4273 /**
4274 * qca_wlan_vendor_attr_external_acs_channels: Attributes to vendor subcmd
4275 * QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS. This carries a list of channels
4276 * in priority order as decided after ACS operation in userspace.
4277 */
4278 enum qca_wlan_vendor_attr_external_acs_channels {
4279 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_INVALID = 0,
4280
4281 /* One of reason code (u8) from enum qca_wlan_vendor_acs_select_reason
4282 */
4283 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_REASON = 1,
4284
4285 /* Array of nested values for each channel with following attributes:
4286 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND,
4287 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY,
4288 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY,
4289 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0,
4290 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1,
4291 * QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH
4292 */
4293 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LIST = 2,
4294 /* This (u8) will hold values of one of enum nl80211_bands */
4295 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_BAND = 3,
4296 /* Primary channel (u8) */
4297 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_PRIMARY = 4,
4298 /* Secondary channel (u8) used for HT 40 MHz channels */
4299 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_SECONDARY = 5,
4300 /* VHT seg0 channel (u8) */
4301 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG0 = 6,
4302 /* VHT seg1 channel (u8) */
4303 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_CENTER_SEG1 = 7,
4304 /* Channel width (u8). Takes one of enum nl80211_chan_width values. */
4305 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_WIDTH = 8,
4306
4307 /* keep last */
4308 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST,
4309 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_MAX =
4310 QCA_WLAN_VENDOR_ATTR_EXTERNAL_ACS_CHANNEL_LAST - 1
4311 };
4312
4313 enum qca_chip_power_save_failure_reason {
4314 /* Indicates if the reason for the failure is due to a protocol
4315 * layer/module.
4316 */
4317 QCA_CHIP_POWER_SAVE_FAILURE_REASON_PROTOCOL = 0,
4318 /* Indicates if the reason for the failure is due to a hardware issue.
4319 */
4320 QCA_CHIP_POWER_SAVE_FAILURE_REASON_HARDWARE = 1,
4321 };
4322
4323 /**
4324 * qca_attr_chip_power_save_failure: Attributes to vendor subcmd
4325 * QCA_NL80211_VENDOR_SUBCMD_CHIP_PWRSAVE_FAILURE. This carries the requisite
4326 * information leading to the power save failure.
4327 */
4328 enum qca_attr_chip_power_save_failure {
4329 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_INVALID = 0,
4330 /* Reason to cause the power save failure.
4331 * These reasons are represented by
4332 * enum qca_chip_power_save_failure_reason.
4333 */
4334 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_REASON = 1,
4335
4336 /* keep last */
4337 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST,
4338 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_MAX =
4339 QCA_ATTR_CHIP_POWER_SAVE_FAILURE_LAST - 1,
4340 };
4341
4342 /**
4343 * qca_wlan_vendor_nud_stats_data_pkt_flags: Flag representing the various
4344 * data types for which the stats have to get collected.
4345 */
4346 enum qca_wlan_vendor_nud_stats_data_pkt_flags {
4347 QCA_WLAN_VENDOR_NUD_STATS_DATA_ARP = 1 << 0,
4348 QCA_WLAN_VENDOR_NUD_STATS_DATA_DNS = 1 << 1,
4349 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_HANDSHAKE = 1 << 2,
4350 QCA_WLAN_VENDOR_NUD_STATS_DATA_ICMPV4 = 1 << 3,
4351 QCA_WLAN_VENDOR_NUD_STATS_DATA_ICMPV6 = 1 << 4,
4352 /* Used by QCA_ATTR_NUD_STATS_PKT_TYPE only in nud stats get
4353 * to represent the stats of respective data type.
4354 */
4355 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_SYN = 1 << 5,
4356 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_SYN_ACK = 1 << 6,
4357 QCA_WLAN_VENDOR_NUD_STATS_DATA_TCP_ACK = 1 << 7,
4358 };
4359
4360 enum qca_wlan_vendor_nud_stats_set_data_pkt_info {
4361 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_INVALID = 0,
4362 /* Represents the data packet type to be monitored (u32).
4363 * Host driver tracks the stats corresponding to each data frame
4364 * represented by these flags.
4365 * These data packets are represented by
4366 * enum qca_wlan_vendor_nud_stats_data_pkt_flags
4367 */
4368 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_TYPE = 1,
4369 /* Name corresponding to the DNS frame for which the respective DNS
4370 * stats have to get monitored (string). Max string length 255.
4371 */
4372 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DNS_DOMAIN_NAME = 2,
4373 /* source port on which the respective proto stats have to get
4374 * collected (u32).
4375 */
4376 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_SRC_PORT = 3,
4377 /* destination port on which the respective proto stats have to get
4378 * collected (u32).
4379 */
4380 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_PORT = 4,
4381 /* IPv4 address for which the destined data packets have to be
4382 * monitored. (in network byte order), u32.
4383 */
4384 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_IPV4 = 5,
4385 /* IPv6 address for which the destined data packets have to be
4386 * monitored. (in network byte order), 16 bytes array.
4387 */
4388 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_DEST_IPV6 = 6,
4389
4390 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_LAST,
4391 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_MAX =
4392 QCA_ATTR_NUD_STATS_DATA_PKT_INFO_LAST - 1,
4393 };
4394
4395 /**
4396 * qca_wlan_vendor_attr_nud_stats_set: Attributes to vendor subcmd
4397 * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_SET. This carries the requisite
4398 * information to start/stop the NUD statistics collection.
4399 */
4400 enum qca_attr_nud_stats_set {
4401 QCA_ATTR_NUD_STATS_SET_INVALID = 0,
4402
4403 /* Flag to start/stop the NUD statistics collection.
4404 * Start - If included, Stop - If not included
4405 */
4406 QCA_ATTR_NUD_STATS_SET_START = 1,
4407 /* IPv4 address of the default gateway (in network byte order), u32 */
4408 QCA_ATTR_NUD_STATS_GW_IPV4 = 2,
4409 /* Represents the list of data packet types to be monitored.
4410 * Host driver tracks the stats corresponding to each data frame
4411 * represented by these flags.
4412 * These data packets are represented by
4413 * enum qca_wlan_vendor_nud_stats_set_data_pkt_info
4414 */
4415 QCA_ATTR_NUD_STATS_SET_DATA_PKT_INFO = 3,
4416
4417 /* keep last */
4418 QCA_ATTR_NUD_STATS_SET_LAST,
4419 QCA_ATTR_NUD_STATS_SET_MAX =
4420 QCA_ATTR_NUD_STATS_SET_LAST - 1,
4421 };
4422
4423 enum qca_attr_nud_data_stats {
4424 QCA_ATTR_NUD_DATA_STATS_INVALID = 0,
4425 /* Data packet type for which the stats are collected (u32).
4426 * Represented by enum qca_wlan_vendor_nud_stats_data_pkt_flags
4427 */
4428 QCA_ATTR_NUD_STATS_PKT_TYPE = 1,
4429 /* Name corresponding to the DNS frame for which the respective DNS
4430 * stats are monitored (string). Max string length 255.
4431 */
4432 QCA_ATTR_NUD_STATS_PKT_DNS_DOMAIN_NAME = 2,
4433 /* source port on which the respective proto stats are collected (u32).
4434 */
4435 QCA_ATTR_NUD_STATS_PKT_SRC_PORT = 3,
4436 /* destination port on which the respective proto stats are collected
4437 * (u32).
4438 */
4439 QCA_ATTR_NUD_STATS_PKT_DEST_PORT = 4,
4440 /* IPv4 address for which the destined data packets have to be
4441 * monitored. (in network byte order), u32.
4442 */
4443 QCA_ATTR_NUD_STATS_PKT_DEST_IPV4 = 5,
4444 /* IPv6 address for which the destined data packets have to be
4445 * monitored. (in network byte order), 16 bytes array.
4446 */
4447 QCA_ATTR_NUD_STATS_PKT_DEST_IPV6 = 6,
4448 /* Data packet Request count received from netdev (u32). */
4449 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_FROM_NETDEV = 7,
4450 /* Data packet Request count sent to lower MAC from upper MAC (u32). */
4451 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_TO_LOWER_MAC = 8,
4452 /* Data packet Request count received by lower MAC from upper MAC
4453 * (u32)
4454 */
4455 QCA_ATTR_NUD_STATS_PKT_REQ_RX_COUNT_BY_LOWER_MAC = 9,
4456 /* Data packet Request count successfully transmitted by the device
4457 * (u32)
4458 */
4459 QCA_ATTR_NUD_STATS_PKT_REQ_COUNT_TX_SUCCESS = 10,
4460 /* Data packet Response count received by lower MAC (u32) */
4461 QCA_ATTR_NUD_STATS_PKT_RSP_RX_COUNT_BY_LOWER_MAC = 11,
4462 /* Data packet Response count received by upper MAC (u32) */
4463 QCA_ATTR_NUD_STATS_PKT_RSP_RX_COUNT_BY_UPPER_MAC = 12,
4464 /* Data packet Response count delivered to netdev (u32) */
4465 QCA_ATTR_NUD_STATS_PKT_RSP_COUNT_TO_NETDEV = 13,
4466 /* Data Packet Response count that are dropped out of order (u32) */
4467 QCA_ATTR_NUD_STATS_PKT_RSP_COUNT_OUT_OF_ORDER_DROP = 14,
4468
4469 /* keep last */
4470 QCA_ATTR_NUD_DATA_STATS_LAST,
4471 QCA_ATTR_NUD_DATA_STATS_MAX =
4472 QCA_ATTR_NUD_DATA_STATS_LAST - 1,
4473 };
4474
4475 /**
4476 * qca_attr_nud_stats_get: Attributes to vendor subcmd
4477 * QCA_NL80211_VENDOR_SUBCMD_NUD_STATS_GET. This carries the requisite
4478 * NUD statistics collected when queried.
4479 */
4480 enum qca_attr_nud_stats_get {
4481 QCA_ATTR_NUD_STATS_GET_INVALID = 0,
4482 /* ARP Request count from netdev (u32) */
4483 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_FROM_NETDEV = 1,
4484 /* ARP Request count sent to lower MAC from upper MAC (u32) */
4485 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TO_LOWER_MAC = 2,
4486 /* ARP Request count received by lower MAC from upper MAC (u32) */
4487 QCA_ATTR_NUD_STATS_ARP_REQ_RX_COUNT_BY_LOWER_MAC = 3,
4488 /* ARP Request count successfully transmitted by the device (u32) */
4489 QCA_ATTR_NUD_STATS_ARP_REQ_COUNT_TX_SUCCESS = 4,
4490 /* ARP Response count received by lower MAC (u32) */
4491 QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_LOWER_MAC = 5,
4492 /* ARP Response count received by upper MAC (u32) */
4493 QCA_ATTR_NUD_STATS_ARP_RSP_RX_COUNT_BY_UPPER_MAC = 6,
4494 /* ARP Response count delivered to netdev (u32) */
4495 QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_TO_NETDEV = 7,
4496 /* ARP Response count dropped due to out of order reception (u32) */
4497 QCA_ATTR_NUD_STATS_ARP_RSP_COUNT_OUT_OF_ORDER_DROP = 8,
4498 /* Flag indicating if the station's link to the AP is active.
4499 * Active Link - If included, Inactive link - If not included
4500 */
4501 QCA_ATTR_NUD_STATS_AP_LINK_ACTIVE = 9,
4502 /* Flag indicating if there is any duplicate address detected (DAD).
4503 * Yes - If detected, No - If not detected.
4504 */
4505 QCA_ATTR_NUD_STATS_IS_DAD = 10,
4506 /* List of Data packet types for which the stats are requested.
4507 * This list does not carry ARP stats as they are done by the
4508 * above attributes. Represented by enum qca_attr_nud_data_stats.
4509 */
4510 QCA_ATTR_NUD_STATS_DATA_PKT_STATS = 11,
4511
4512 /* keep last */
4513 QCA_ATTR_NUD_STATS_GET_LAST,
4514 QCA_ATTR_NUD_STATS_GET_MAX =
4515 QCA_ATTR_NUD_STATS_GET_LAST - 1,
4516 };
4517
4518 enum qca_wlan_btm_candidate_status {
4519 QCA_STATUS_ACCEPT = 0,
4520 QCA_STATUS_REJECT_EXCESSIVE_FRAME_LOSS_EXPECTED = 1,
4521 QCA_STATUS_REJECT_EXCESSIVE_DELAY_EXPECTED = 2,
4522 QCA_STATUS_REJECT_INSUFFICIENT_QOS_CAPACITY = 3,
4523 QCA_STATUS_REJECT_LOW_RSSI = 4,
4524 QCA_STATUS_REJECT_HIGH_INTERFERENCE = 5,
4525 QCA_STATUS_REJECT_UNKNOWN = 6,
4526 };
4527
4528 enum qca_wlan_vendor_attr_btm_candidate_info {
4529 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_INVALID = 0,
4530
4531 /* 6-byte MAC address representing the BSSID of transition candidate */
4532 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID = 1,
4533 /* Unsigned 32-bit value from enum qca_wlan_btm_candidate_status
4534 * returned by the driver. It says whether the BSSID provided in
4535 * QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_BSSID is acceptable by
4536 * the driver, if not it specifies the reason for rejection.
4537 * Note that the user-space can overwrite the transition reject reason
4538 * codes provided by driver based on more information.
4539 */
4540 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_STATUS = 2,
4541
4542 /* keep last */
4543 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST,
4544 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_MAX =
4545 QCA_WLAN_VENDOR_ATTR_BTM_CANDIDATE_INFO_AFTER_LAST - 1,
4546 };
4547
4548 enum qca_attr_trace_level {
4549 QCA_ATTR_TRACE_LEVEL_INVALID = 0,
4550 /*
4551 * Nested array of the following attributes:
4552 * QCA_ATTR_TRACE_LEVEL_MODULE,
4553 * QCA_ATTR_TRACE_LEVEL_MASK.
4554 */
4555 QCA_ATTR_TRACE_LEVEL_PARAM = 1,
4556 /*
4557 * Specific QCA host driver module. Please refer to the QCA host
4558 * driver implementation to get the specific module ID.
4559 */
4560 QCA_ATTR_TRACE_LEVEL_MODULE = 2,
4561 /* Different trace level masks represented in the QCA host driver. */
4562 QCA_ATTR_TRACE_LEVEL_MASK = 3,
4563
4564 /* keep last */
4565 QCA_ATTR_TRACE_LEVEL_AFTER_LAST,
4566 QCA_ATTR_TRACE_LEVEL_MAX =
4567 QCA_ATTR_TRACE_LEVEL_AFTER_LAST - 1,
4568 };
4569
4570 /**
4571 * enum qca_wlan_vendor_attr_get_he_capabilities - IEEE 802.11ax HE capabilities
4572 */
4573 enum qca_wlan_vendor_attr_get_he_capabilities {
4574 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_INVALID = 0,
4575 /* Whether HE capabilities is supported
4576 * (u8 attribute: 0 = not supported, 1 = supported)
4577 */
4578 QCA_WLAN_VENDOR_ATTR_HE_SUPPORTED = 1,
4579 /* HE PHY capabilities, array of 3 u32 values */
4580 QCA_WLAN_VENDOR_ATTR_PHY_CAPAB = 2,
4581 /* HE MAC capabilities (u32 attribute) */
4582 QCA_WLAN_VENDOR_ATTR_MAC_CAPAB = 3,
4583 /* HE MCS map (u32 attribute) */
4584 QCA_WLAN_VENDOR_ATTR_HE_MCS = 4,
4585 /* Number of SS (u32 attribute) */
4586 QCA_WLAN_VENDOR_ATTR_NUM_SS = 5,
4587 /* RU count (u32 attribute) */
4588 QCA_WLAN_VENDOR_ATTR_RU_IDX_MASK = 6,
4589 /* PPE threshold data, array of 8 u32 values */
4590 QCA_WLAN_VENDOR_ATTR_PPE_THRESHOLD = 7,
4591
4592 /* keep last */
4593 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_AFTER_LAST,
4594 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_MAX =
4595 QCA_WLAN_VENDOR_ATTR_HE_CAPABILITIES_AFTER_LAST - 1,
4596 };
4597
4598 /**
4599 * enum qca_wlan_vendor_attr_spectral_scan - Spectral scan config parameters
4600 */
4601 enum qca_wlan_vendor_attr_spectral_scan {
4602 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INVALID = 0,
4603 /* Number of times the chip enters spectral scan mode before
4604 * deactivating spectral scans. When set to 0, chip will enter spectral
4605 * scan mode continuously. u32 attribute.
4606 */
4607 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_COUNT = 1,
4608 /* Spectral scan period. Period increment resolution is 256*Tclk,
4609 * where Tclk = 1/44 MHz (Gmode), 1/40 MHz (Amode). u32 attribute.
4610 */
4611 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_PERIOD = 2,
4612 /* Spectral scan priority. u32 attribute. */
4613 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PRIORITY = 3,
4614 /* Number of FFT data points to compute. u32 attribute. */
4615 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_SIZE = 4,
4616 /* Enable targeted gain change before starting the spectral scan FFT.
4617 * u32 attribute.
4618 */
4619 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_GC_ENA = 5,
4620 /* Restart a queued spectral scan. u32 attribute. */
4621 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RESTART_ENA = 6,
4622 /* Noise floor reference number for the calculation of bin power.
4623 * u32 attribute.
4624 */
4625 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NOISE_FLOOR_REF = 7,
4626 /* Disallow spectral scan triggers after TX/RX packets by setting
4627 * this delay value to roughly SIFS time period or greater.
4628 * u32 attribute.
4629 */
4630 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_INIT_DELAY = 8,
4631 /* Number of strong bins (inclusive) per sub-channel, below
4632 * which a signal is declared a narrow band tone. u32 attribute.
4633 */
4634 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_NB_TONE_THR = 9,
4635 /* Specify the threshold over which a bin is declared strong (for
4636 * scan bandwidth analysis). u32 attribute.
4637 */
4638 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_STR_BIN_THR = 10,
4639 /* Spectral scan report mode. u32 attribute. */
4640 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_WB_RPT_MODE = 11,
4641 /* RSSI report mode, if the ADC RSSI is below
4642 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR,
4643 * then FFTs will not trigger, but timestamps and summaries get
4644 * reported. u32 attribute.
4645 */
4646 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_RPT_MODE = 12,
4647 /* ADC RSSI must be greater than or equal to this threshold (signed dB)
4648 * to ensure spectral scan reporting with normal error code.
4649 * u32 attribute.
4650 */
4651 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RSSI_THR = 13,
4652 /* Format of frequency bin magnitude for spectral scan triggered FFTs:
4653 * 0: linear magnitude, 1: log magnitude (20*log10(lin_mag)).
4654 * u32 attribute.
4655 */
4656 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_PWR_FORMAT = 14,
4657 /* Format of FFT report to software for spectral scan triggered FFTs.
4658 * 0: No FFT report (only spectral scan summary report)
4659 * 1: 2-dword summary of metrics for each completed FFT + spectral scan
4660 * report
4661 * 2: 2-dword summary of metrics for each completed FFT + 1x-oversampled
4662 * bins (in-band) per FFT + spectral scan summary report
4663 * 3: 2-dword summary of metrics for each completed FFT + 2x-oversampled
4664 * bins (all) per FFT + spectral scan summary report
4665 * u32 attribute.
4666 */
4667 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_RPT_MODE = 15,
4668 /* Number of LSBs to shift out in order to scale the FFT bins.
4669 * u32 attribute.
4670 */
4671 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_BIN_SCALE = 16,
4672 /* Set to 1 (with spectral_scan_pwr_format=1), to report bin magnitudes
4673 * in dBm power. u32 attribute.
4674 */
4675 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DBM_ADJ = 17,
4676 /* Per chain enable mask to select input ADC for search FFT.
4677 * u32 attribute.
4678 */
4679 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_CHN_MASK = 18,
4680 /* An unsigned 64-bit integer provided by host driver to identify the
4681 * spectral scan request. This attribute is included in the scan
4682 * response message for @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START
4683 * and used as an attribute in
4684 * @QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_STOP to identify the
4685 * specific scan to be stopped.
4686 */
4687 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_COOKIE = 19,
4688 /* Skip interval for FFT reports. u32 attribute */
4689 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FFT_PERIOD = 20,
4690 /* Set to report only one set of FFT results.
4691 * u32 attribute.
4692 */
4693 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SHORT_REPORT = 21,
4694 /* Debug level for spectral module in driver.
4695 * 0 : Verbosity level 0
4696 * 1 : Verbosity level 1
4697 * 2 : Verbosity level 2
4698 * 3 : Matched filterID display
4699 * 4 : One time dump of FFT report
4700 * u32 attribute.
4701 */
4702 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DEBUG_LEVEL = 22,
4703 /* Type of spectral scan request. u32 attribute.
4704 * It uses values defined in enum
4705 * qca_wlan_vendor_attr_spectral_scan_request_type.
4706 */
4707 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE = 23,
4708 /* This specifies the frequency span over which spectral
4709 * scan would be carried out. Its value depends on the
4710 * value of QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE and
4711 * the relation is as follows.
4712 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL
4713 * Not applicable. Spectral scan would happen in the
4714 * operating span.
4715 * QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE
4716 * Center frequency (in MHz) of the span of interest or
4717 * for convenience, center frequency (in MHz) of any channel
4718 * in the span of interest. If agile spectral scan is initiated
4719 * without setting a valid frequency it returns the error code
4720 * (QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED).
4721 * u32 attribute.
4722 */
4723 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_FREQUENCY = 24,
4724 /* Spectral scan mode. u32 attribute.
4725 * It uses values defined in enum qca_wlan_vendor_spectral_scan_mode.
4726 * If this attribute is not present, it is assumed to be
4727 * normal mode (QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL).
4728 */
4729 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE = 25,
4730 /* Spectral scan error code. u32 attribute.
4731 * It uses values defined in enum
4732 * qca_wlan_vendor_spectral_scan_error_code.
4733 * This attribute is included only in failure scenarios.
4734 */
4735 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE = 26,
4736 /* 8-bit unsigned value to enable/disable debug of the
4737 * Spectral DMA ring.
4738 * 1-enable, 0-disable
4739 */
4740 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DMA_RING_DEBUG = 27,
4741 /* 8-bit unsigned value to enable/disable debug of the
4742 * Spectral DMA buffers.
4743 * 1-enable, 0-disable
4744 */
4745 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_DMA_BUFFER_DEBUG = 28,
4746
4747 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST,
4748 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_MAX =
4749 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_AFTER_LAST - 1,
4750 };
4751
4752 /**
4753 * enum qca_wlan_vendor_attr_spectral_diag_stats - Used by the vendor command
4754 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_DIAG_STATS.
4755 */
4756 enum qca_wlan_vendor_attr_spectral_diag_stats {
4757 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_INVALID = 0,
4758 /* Number of spectral TLV signature mismatches.
4759 * u64 attribute.
4760 */
4761 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SIG_MISMATCH = 1,
4762 /* Number of spectral phyerror events with insufficient length when
4763 * parsing for secondary 80 search FFT report. u64 attribute.
4764 */
4765 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_SEC80_SFFT_INSUFFLEN = 2,
4766 /* Number of spectral phyerror events without secondary 80
4767 * search FFT report. u64 attribute.
4768 */
4769 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_NOSEC80_SFFT = 3,
4770 /* Number of spectral phyerror events with vht operation segment 1 id
4771 * mismatches in search fft report. u64 attribute.
4772 */
4773 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG1ID_MISMATCH = 4,
4774 /* Number of spectral phyerror events with vht operation segment 2 id
4775 * mismatches in search fft report. u64 attribute.
4776 */
4777 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_VHTSEG2ID_MISMATCH = 5,
4778
4779 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST,
4780 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_MAX =
4781 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_DIAG_AFTER_LAST - 1,
4782 };
4783
4784 /**
4785 * enum qca_wlan_vendor_attr_spectral_cap - Used by the vendor command
4786 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO.
4787 */
4788 enum qca_wlan_vendor_attr_spectral_cap {
4789 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_INVALID = 0,
4790 /* Flag attribute to indicate phydiag capability */
4791 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_PHYDIAG = 1,
4792 /* Flag attribute to indicate radar detection capability */
4793 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RADAR = 2,
4794 /* Flag attribute to indicate spectral capability */
4795 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_SPECTRAL = 3,
4796 /* Flag attribute to indicate advanced spectral capability */
4797 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_ADVANCED_SPECTRAL = 4,
4798 /* Spectral hardware generation. u32 attribute.
4799 * It uses values defined in enum
4800 * qca_wlan_vendor_spectral_scan_cap_hw_gen.
4801 */
4802 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN = 5,
4803 /* Spectral bin scaling formula ID. u16 attribute.
4804 * It uses values defined in enum
4805 * qca_wlan_vendor_spectral_scan_cap_formula_id.
4806 */
4807 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_FORMULA_ID = 6,
4808 /* Spectral bin scaling param - low level offset.
4809 * s16 attribute.
4810 */
4811 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_LOW_LEVEL_OFFSET = 7,
4812 /* Spectral bin scaling param - high level offset.
4813 * s16 attribute.
4814 */
4815 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HIGH_LEVEL_OFFSET = 8,
4816 /* Spectral bin scaling param - RSSI threshold.
4817 * s16 attribute.
4818 */
4819 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_RSSI_THR = 9,
4820 /* Spectral bin scaling param - default AGC max gain.
4821 * u8 attribute.
4822 */
4823 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_DEFAULT_AGC_MAX_GAIN = 10,
4824 /* Flag attribute to indicate agile spectral scan capability */
4825 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AGILE_SPECTRAL = 11,
4826
4827 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST,
4828 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_MAX =
4829 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_AFTER_LAST - 1,
4830 };
4831
4832 /**
4833 * enum qca_wlan_vendor_attr_spectral_scan_status - used by the vendor command
4834 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS.
4835 */
4836 enum qca_wlan_vendor_attr_spectral_scan_status {
4837 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_INVALID = 0,
4838 /* Flag attribute to indicate whether spectral scan is enabled */
4839 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ENABLED = 1,
4840 /* Flag attribute to indicate whether spectral scan is in progress*/
4841 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_IS_ACTIVE = 2,
4842 /* Spectral scan mode. u32 attribute.
4843 * It uses values defined in enum qca_wlan_vendor_spectral_scan_mode.
4844 * If this attribute is not present, normal mode
4845 * (QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL is assumed to be
4846 * requested.
4847 */
4848 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MODE = 3,
4849
4850 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST,
4851 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MAX =
4852 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_AFTER_LAST - 1,
4853 };
4854
4855 /**
4856 * qca_wlan_vendor_attr_spectral_scan_request_type: Attribute values for
4857 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE to the vendor subcmd
4858 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START. This represents the
4859 * spectral scan request types.
4860 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG: Request to
4861 * set the spectral parameters and start scan.
4862 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN: Request to
4863 * only set the spectral parameters.
4864 * @QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG: Request to
4865 * only start the spectral scan.
4866 */
4867 enum qca_wlan_vendor_attr_spectral_scan_request_type {
4868 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN_AND_CONFIG,
4869 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_SCAN,
4870 QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_REQUEST_TYPE_CONFIG,
4871 };
4872
4873 /**
4874 * qca_wlan_vendor_spectral_scan_mode: Attribute values for
4875 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_MODE in the vendor subcmd
4876 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START and
4877 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_STATUS_MODE in the vendor subcmd
4878 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_STATUS. This represents the
4879 * spectral scan modes.
4880 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL: Normal spectral scan:
4881 * spectral scan in the current operating span.
4882 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE: Agile spectral scan:
4883 * spectral scan in the configured agile span.
4884 */
4885 enum qca_wlan_vendor_spectral_scan_mode {
4886 QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_NORMAL = 0,
4887 QCA_WLAN_VENDOR_SPECTRAL_SCAN_MODE_AGILE = 1,
4888 };
4889
4890 /**
4891 * qca_wlan_vendor_spectral_scan_error_code: Attribute values for
4892 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_ERROR_CODE in the vendor subcmd
4893 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_START.
4894 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_UNSUPPORTED: Changing the value
4895 * of a parameter is not supported.
4896 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_MODE_UNSUPPORTED: Requested spectral scan
4897 * mode is not supported.
4898 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_INVALID_VALUE: A parameter
4899 * has invalid value.
4900 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED: A parameter
4901 * is not initialized.
4902 */
4903 enum qca_wlan_vendor_spectral_scan_error_code {
4904 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_UNSUPPORTED = 0,
4905 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_MODE_UNSUPPORTED = 1,
4906 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_INVALID_VALUE = 2,
4907 QCA_WLAN_VENDOR_SPECTRAL_SCAN_ERR_PARAM_NOT_INITIALIZED = 3,
4908 };
4909
4910 /**
4911 * qca_wlan_vendor_spectral_scan_cap_hw_gen: Attribute values for
4912 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_HW_GEN to the vendor subcmd
4913 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
4914 * spectral hardware generation.
4915 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1: generation 1
4916 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2: generation 2
4917 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3: generation 3
4918 */
4919 enum qca_wlan_vendor_spectral_scan_cap_hw_gen {
4920 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_1 = 0,
4921 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_2 = 1,
4922 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_HW_GEN_3 = 2,
4923 };
4924
4925 enum qca_wlan_vendor_tos {
4926 QCA_WLAN_VENDOR_TOS_BK = 0,
4927 QCA_WLAN_VENDOR_TOS_BE = 1,
4928 QCA_WLAN_VENDOR_TOS_VI = 2,
4929 QCA_WLAN_VENDOR_TOS_VO = 3,
4930 };
4931
4932 /**
4933 * enum qca_wlan_vendor_attr_active_tos - Used by the vendor command
4934 * QCA_NL80211_VENDOR_SUBCMD_ACTIVE_TOS.
4935 */
4936 enum qca_wlan_vendor_attr_active_tos {
4937 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_INVALID = 0,
4938 /* Type Of Service - Represented by qca_wlan_vendor_tos */
4939 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS = 1,
4940 /* Flag attribute representing the start (attribute included) or stop
4941 * (attribute not included) of the respective TOS.
4942 */
4943 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_START = 2,
4944 };
4945
4946 enum qca_wlan_vendor_hang_reason {
4947 /* Unspecified reason */
4948 QCA_WLAN_HANG_REASON_UNSPECIFIED = 0,
4949 /* No Map for the MAC entry for the received frame */
4950 QCA_WLAN_HANG_RX_HASH_NO_ENTRY_FOUND = 1,
4951 /* Peer deletion timeout happened */
4952 QCA_WLAN_HANG_PEER_DELETION_TIMEDOUT = 2,
4953 /* Peer unmap timeout */
4954 QCA_WLAN_HANG_PEER_UNMAP_TIMEDOUT = 3,
4955 /* Scan request timed out */
4956 QCA_WLAN_HANG_SCAN_REQ_EXPIRED = 4,
4957 /* Consecutive Scan attempt failures */
4958 QCA_WLAN_HANG_SCAN_ATTEMPT_FAILURES = 5,
4959 /* Unable to get the message buffer */
4960 QCA_WLAN_HANG_GET_MSG_BUFF_FAILURE = 6,
4961 /* Current command processing is timedout */
4962 QCA_WLAN_HANG_ACTIVE_LIST_TIMEOUT = 7,
4963 /* Timeout for an ACK from FW for suspend request */
4964 QCA_WLAN_HANG_SUSPEND_TIMEOUT = 8,
4965 /* Timeout for an ACK from FW for resume request */
4966 QCA_WLAN_HANG_RESUME_TIMEOUT = 9,
4967 /* Transmission timeout for consecutive data frames */
4968 QCA_WLAN_HANG_TRANSMISSIONS_TIMEOUT = 10,
4969 /* Timeout for the TX completion status of data frame */
4970 QCA_WLAN_HANG_TX_COMPLETE_TIMEOUT = 11,
4971 /* DXE failure for TX/RX, DXE resource unavailability */
4972 QCA_WLAN_HANG_DXE_FAILURE = 12,
4973 /* WMI pending commands exceed the maximum count */
4974 QCA_WLAN_HANG_WMI_EXCEED_MAX_PENDING_CMDS = 13,
4975 };
4976
4977 /**
4978 * enum qca_wlan_vendor_attr_hang - Used by the vendor command
4979 * QCA_NL80211_VENDOR_SUBCMD_HANG.
4980 */
4981 enum qca_wlan_vendor_attr_hang {
4982 QCA_WLAN_VENDOR_ATTR_HANG_INVALID = 0,
4983 /* Reason for the hang - u32 attribute with a value from enum
4984 * qca_wlan_vendor_hang_reason.
4985 */
4986 QCA_WLAN_VENDOR_ATTR_HANG_REASON = 1,
4987
4988 QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST,
4989 QCA_WLAN_VENDOR_ATTR_HANG_MAX =
4990 QCA_WLAN_VENDOR_ATTR_HANG_AFTER_LAST - 1,
4991 };
4992
4993 /**
4994 * enum qca_wlan_vendor_attr_flush_pending - Attributes for
4995 * flushing pending traffic in firmware.
4996 *
4997 * @QCA_WLAN_VENDOR_ATTR_PEER_ADDR: Configure peer MAC address.
4998 * @QCA_WLAN_VENDOR_ATTR_AC: Configure access category of the pending
4999 * packets. It is u8 value with bit 0~3 represent AC_BE, AC_BK,
5000 * AC_VI, AC_VO respectively. Set the corresponding bit to 1 to
5001 * flush packets with access category.
5002 */
5003 enum qca_wlan_vendor_attr_flush_pending {
5004 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_INVALID = 0,
5005 QCA_WLAN_VENDOR_ATTR_PEER_ADDR = 1,
5006 QCA_WLAN_VENDOR_ATTR_AC = 2,
5007
5008 /* keep last */
5009 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_AFTER_LAST,
5010 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_MAX =
5011 QCA_WLAN_VENDOR_ATTR_FLUSH_PENDING_AFTER_LAST - 1,
5012 };
5013
5014 /**
5015 * qca_wlan_vendor_spectral_scan_cap_formula_id: Attribute values for
5016 * QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CAP_FORMULA_ID in the vendor subcmd
5017 * QCA_NL80211_VENDOR_SUBCMD_SPECTRAL_SCAN_GET_CAP_INFO. This represents the
5018 * Spectral bin scaling formula ID.
5019 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_NO_SCALING: No scaling
5020 * @QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_AGC_GAIN_RSSI_CORR_BASED: AGC gain
5021 * and RSSI threshold based formula.
5022 */
5023 enum qca_wlan_vendor_spectral_scan_cap_formula_id {
5024 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_NO_SCALING = 0,
5025 QCA_WLAN_VENDOR_SPECTRAL_SCAN_CAP_AGC_GAIN_RSSI_CORR_BASED = 1,
5026 };
5027
5028 /**
5029 * enum qca_wlan_vendor_attr_rropavail_info - Specifies whether Representative
5030 * RF Operating Parameter (RROP) information is available, and if so, at which
5031 * point in the application-driver interaction sequence it can be retrieved by
5032 * the application from the driver. This point may vary by architecture and
5033 * other factors. This is a u16 value.
5034 */
5035 enum qca_wlan_vendor_attr_rropavail_info {
5036 /* RROP information is unavailable. */
5037 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_UNAVAILABLE,
5038 /* RROP information is available and the application can retrieve the
5039 * information after receiving an QCA_NL80211_VENDOR_SUBCMD_EXTERNAL_ACS
5040 * event from the driver.
5041 */
5042 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_EXTERNAL_ACS_START,
5043 /* RROP information is available only after a vendor specific scan
5044 * (requested using QCA_NL80211_VENDOR_SUBCMD_TRIGGER_SCAN) has
5045 * successfully completed. The application can retrieve the information
5046 * after receiving the QCA_NL80211_VENDOR_SUBCMD_SCAN_DONE event from
5047 * the driver.
5048 */
5049 QCA_WLAN_VENDOR_ATTR_RROPAVAIL_INFO_VSCAN_END,
5050 };
5051
5052 /**
5053 * enum qca_wlan_vendor_attr_rrop_info - Specifies vendor specific
5054 * Representative RF Operating Parameter (RROP) information. It is sent for the
5055 * vendor command QCA_NL80211_VENDOR_SUBCMD_GET_RROP_INFO. This information is
5056 * intended for use by external Auto Channel Selection applications. It provides
5057 * guidance values for some RF parameters that are used by the system during
5058 * operation. These values could vary by channel, band, radio, and so on.
5059 */
5060 enum qca_wlan_vendor_attr_rrop_info {
5061 QCA_WLAN_VENDOR_ATTR_RROP_INFO_INVALID = 0,
5062
5063 /* Representative Tx Power List (RTPL) which has an array of nested
5064 * values as per attributes in enum qca_wlan_vendor_attr_rtplinst.
5065 */
5066 QCA_WLAN_VENDOR_ATTR_RROP_INFO_RTPL = 1,
5067
5068 QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST,
5069 QCA_WLAN_VENDOR_ATTR_RROP_INFO_MAX =
5070 QCA_WLAN_VENDOR_ATTR_RROP_INFO_AFTER_LAST - 1
5071 };
5072
5073 /**
5074 * enum qca_wlan_vendor_attr_rtplinst - Specifies attributes for individual list
5075 * entry instances in the Representative Tx Power List (RTPL). It provides
5076 * simplified power values intended for helping external Auto channel Selection
5077 * applications compare potential Tx power performance between channels, other
5078 * operating conditions remaining identical. These values are not necessarily
5079 * the actual Tx power values that will be used by the system. They are also not
5080 * necessarily the max or average values that will be used. Instead, they are
5081 * relative, summarized keys for algorithmic use computed by the driver or
5082 * underlying firmware considering a number of vendor specific factors.
5083 */
5084 enum qca_wlan_vendor_attr_rtplinst {
5085 QCA_WLAN_VENDOR_ATTR_RTPLINST_INVALID = 0,
5086
5087 /* Primary channel number (u8) */
5088 QCA_WLAN_VENDOR_ATTR_RTPLINST_PRIMARY = 1,
5089 /* Representative Tx power in dBm (s32) with emphasis on throughput. */
5090 QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_THROUGHPUT = 2,
5091 /* Representative Tx power in dBm (s32) with emphasis on range. */
5092 QCA_WLAN_VENDOR_ATTR_RTPLINST_TXPOWER_RANGE = 3,
5093
5094 QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST,
5095 QCA_WLAN_VENDOR_ATTR_RTPLINST_MAX =
5096 QCA_WLAN_VENDOR_ATTR_RTPLINST_AFTER_LAST - 1,
5097 };
5098
5099 /**
5100 * enum qca_wlan_vendor_attr_config_latency_level - Level for
5101 * wlan latency module.
5102 *
5103 * There will be various of Wi-Fi functionality like scan/roaming/adaptive
5104 * power saving which would causing data exchange out of service, this
5105 * would be a big impact on latency. For latency sensitive applications over
5106 * Wi-Fi are intolerant to such operations and thus would configure them
5107 * to meet their respective needs. It is well understood by such applications
5108 * that altering the default behavior would degrade the Wi-Fi functionality
5109 * w.r.t the above pointed WLAN operations.
5110 *
5111 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL:
5112 * Default WLAN operation level which throughput orientated.
5113 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE:
5114 * Use moderate level to improve latency by limit scan duration.
5115 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW:
5116 * Use low latency level to benifit application like concurrent
5117 * downloading or video streaming via constraint scan/adaptive PS.
5118 * @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW:
5119 * Use ultra low latency level to benefit for gaming/voice
5120 * application via constraint scan/roaming/adaptive PS.
5121 */
5122 enum qca_wlan_vendor_attr_config_latency_level {
5123 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_INVALID = 0,
5124 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_NORMAL = 1,
5125 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE = 2,
5126 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW = 3,
5127 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW = 4,
5128
5129 /* keep last */
5130 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST,
5131 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MAX =
5132 QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_AFTER_LAST - 1,
5133 };
5134
5135 /**
5136 * enum qca_wlan_vendor_attr_wlan_mac - Used by the vendor command
5137 * QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
5138 */
5139 enum qca_wlan_vendor_attr_mac {
5140 QCA_WLAN_VENDOR_ATTR_MAC_INVALID = 0,
5141
5142 /* MAC mode info list which has an array of nested values as
5143 * per attributes in enum qca_wlan_vendor_attr_mac_mode_info.
5144 */
5145 QCA_WLAN_VENDOR_ATTR_MAC_INFO = 1,
5146
5147 /* keep last */
5148 QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST,
5149 QCA_WLAN_VENDOR_ATTR_MAC_MAX =
5150 QCA_WLAN_VENDOR_ATTR_MAC_AFTER_LAST - 1,
5151 };
5152
5153 /**
5154 * enum qca_wlan_vendor_attr_mac_iface_info - Information of the connected
5155 * Wi-Fi netdev interface on a respective MAC.
5156 * Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO.
5157 */
5158 enum qca_wlan_vendor_attr_mac_iface_info {
5159 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_INVALID = 0,
5160 /* Wi-Fi netdev's interface index (u32) */
5161 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX = 1,
5162 /* Associated frequency in MHz of the connected Wi-Fi interface (u32) */
5163 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ = 2,
5164
5165 /* keep last */
5166 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST,
5167 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_MAX =
5168 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_AFTER_LAST - 1,
5169 };
5170
5171 /**
5172 * enum qca_wlan_vendor_attr_mac_info - Points to MAC the information.
5173 * Used by the attribute QCA_WLAN_VENDOR_ATTR_MAC_INFO of the
5174 * vendor command QCA_NL80211_VENDOR_SUBCMD_WLAN_MAC_INFO.
5175 */
5176 enum qca_wlan_vendor_attr_mac_info {
5177 QCA_WLAN_VENDOR_ATTR_MAC_INFO_INVALID = 0,
5178 /* Hardware MAC ID associated for the MAC (u32) */
5179 QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAC_ID = 1,
5180 /* Band supported by the MAC at a given point.
5181 * This is a u32 bitmask of BIT(NL80211_BAND_*) as described in %enum
5182 * nl80211_band.
5183 */
5184 QCA_WLAN_VENDOR_ATTR_MAC_INFO_BAND = 2,
5185 /* Refers to list of WLAN netdev interfaces associated with this MAC.
5186 * Represented by enum qca_wlan_vendor_attr_mac_iface_info.
5187 */
5188 QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO = 3,
5189
5190 /* keep last */
5191 QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST,
5192 QCA_WLAN_VENDOR_ATTR_MAC_INFO_MAX =
5193 QCA_WLAN_VENDOR_ATTR_MAC_INFO_AFTER_LAST - 1,
5194 };
5195
5196 /**
5197 * enum qca_wlan_vendor_attr_get_logger_features - Used by the vendor command
5198 * QCA_NL80211_VENDOR_SUBCMD_GET_LOGGER_FEATURE_SET.
5199 */
5200 enum qca_wlan_vendor_attr_get_logger_features {
5201 QCA_WLAN_VENDOR_ATTR_LOGGER_INVALID = 0,
5202 /* Unsigned 32-bit enum value of wifi_logger_supported_features */
5203 QCA_WLAN_VENDOR_ATTR_LOGGER_SUPPORTED = 1,
5204 /* keep last */
5205 QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST,
5206 QCA_WLAN_VENDOR_ATTR_LOGGER_MAX =
5207 QCA_WLAN_VENDOR_ATTR_LOGGER_AFTER_LAST - 1,
5208 };
5209
5210 /**
5211 * enum wifi_logger_supported_features - Values for supported logger features
5212 */
5213 enum wifi_logger_supported_features {
5214 WIFI_LOGGER_MEMORY_DUMP_FEATURE = (1 << (0)),
5215 WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_FEATURE = (1 << (1)),
5216 WIFI_LOGGER_CONNECT_EVENT_FEATURE = (1 << (2)),
5217 WIFI_LOGGER_POWER_EVENT_FEATURE = (1 << (3)),
5218 WIFI_LOGGER_WAKE_LOCK_FEATURE = (1 << (4)),
5219 WIFI_LOGGER_VERBOSE_FEATURE = (1 << (5)),
5220 WIFI_LOGGER_WATCHDOG_TIMER_FEATURE = (1 << (6)),
5221 WIFI_LOGGER_DRIVER_DUMP_FEATURE = (1 << (7)),
5222 WIFI_LOGGER_PACKET_FATE_FEATURE = (1 << (8)),
5223 };
5224
5225 /**
5226 * enum qca_wlan_tdls_caps_features_supported - Values for TDLS get
5227 * capabilities features
5228 */
5229 enum qca_wlan_tdls_caps_features_supported {
5230 WIFI_TDLS_SUPPORT = (1 << (0)),
5231 WIFI_TDLS_EXTERNAL_CONTROL_SUPPORT = (1 << (1)),
5232 WIFI_TDLS_OFFCHANNEL_SUPPORT = (1 << (2))
5233 };
5234
5235 /**
5236 * enum qca_wlan_vendor_attr_tdls_get_capabilities - Used by the vendor command
5237 * QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_CAPABILITIES.
5238 */
5239 enum qca_wlan_vendor_attr_tdls_get_capabilities {
5240 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_INVALID = 0,
5241 /* Indicates the max concurrent sessions */
5242 /* Unsigned 32-bit value */
5243 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX_CONC_SESSIONS,
5244 /* Indicates the support for features */
5245 /* Unsigned 32-bit bitmap qca_wlan_tdls_caps_features_supported
5246 */
5247 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_FEATURES_SUPPORTED,
5248
5249 /* keep last */
5250 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST,
5251 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_MAX =
5252 QCA_WLAN_VENDOR_ATTR_TDLS_GET_CAPS_AFTER_LAST - 1,
5253 };
5254
5255 /**
5256 * enum qca_wlan_offloaded_packets_sending_control - Offload packets control
5257 * command used as value for the attribute
5258 * QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL.
5259 */
5260 enum qca_wlan_offloaded_packets_sending_control {
5261 QCA_WLAN_OFFLOADED_PACKETS_SENDING_CONTROL_INVALID = 0,
5262 QCA_WLAN_OFFLOADED_PACKETS_SENDING_START,
5263 QCA_WLAN_OFFLOADED_PACKETS_SENDING_STOP
5264 };
5265
5266 /**
5267 * enum qca_wlan_vendor_attr_offloaded_packets - Used by the vendor command
5268 * QCA_NL80211_VENDOR_SUBCMD_OFFLOADED_PACKETS.
5269 */
5270 enum qca_wlan_vendor_attr_offloaded_packets {
5271 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_INVALID = 0,
5272 /* Takes valid value from the enum
5273 * qca_wlan_offloaded_packets_sending_control
5274 * Unsigned 32-bit value
5275 */
5276 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SENDING_CONTROL,
5277 /* Unsigned 32-bit value */
5278 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_REQUEST_ID,
5279 /* array of u8 len: Max packet size */
5280 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_IP_PACKET_DATA,
5281 /* 6-byte MAC address used to represent source MAC address */
5282 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_SRC_MAC_ADDR,
5283 /* 6-byte MAC address used to represent destination MAC address */
5284 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_DST_MAC_ADDR,
5285 /* Unsigned 32-bit value, in milli seconds */
5286 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_PERIOD,
5287 /* This optional unsigned 16-bit attribute is used for specifying
5288 * ethernet protocol type. If not specified ethertype defaults to IPv4.
5289 */
5290 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_ETHER_PROTO_TYPE,
5291
5292 /* keep last */
5293 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST,
5294 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_MAX =
5295 QCA_WLAN_VENDOR_ATTR_OFFLOADED_PACKETS_AFTER_LAST - 1,
5296 };
5297
5298 /**
5299 * enum qca_wlan_rssi_monitoring_control - RSSI control commands used as values
5300 * by the attribute QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL.
5301 */
5302 enum qca_wlan_rssi_monitoring_control {
5303 QCA_WLAN_RSSI_MONITORING_CONTROL_INVALID = 0,
5304 QCA_WLAN_RSSI_MONITORING_START,
5305 QCA_WLAN_RSSI_MONITORING_STOP,
5306 };
5307
5308 /**
5309 * enum qca_wlan_vendor_attr_rssi_monitoring - Used by the vendor command
5310 * QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI.
5311 */
5312 enum qca_wlan_vendor_attr_rssi_monitoring {
5313 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_INVALID = 0,
5314 /* Takes valid value from the enum
5315 * qca_wlan_rssi_monitoring_control
5316 * Unsigned 32-bit value enum qca_wlan_rssi_monitoring_control
5317 */
5318 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CONTROL,
5319 /* Unsigned 32-bit value */
5320 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_REQUEST_ID,
5321 /* Signed 8-bit value in dBm */
5322 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX_RSSI,
5323 /* Signed 8-bit value in dBm */
5324 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MIN_RSSI,
5325 /* attributes to be used/received in callback */
5326 /* 6-byte MAC address used to represent current BSSID MAC address */
5327 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_BSSID,
5328 /* Signed 8-bit value indicating the current RSSI */
5329 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_CUR_RSSI,
5330 /* keep last */
5331 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST,
5332 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_MAX =
5333 QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_AFTER_LAST - 1,
5334 };
5335
5336 /**
5337 * enum qca_wlan_vendor_attr_ndp_params - Used by the vendor command
5338 * QCA_NL80211_VENDOR_SUBCMD_NDP.
5339 */
5340 enum qca_wlan_vendor_attr_ndp_params {
5341 QCA_WLAN_VENDOR_ATTR_NDP_PARAM_INVALID = 0,
5342 /* Unsigned 32-bit value
5343 * enum of sub commands values in qca_wlan_ndp_sub_cmd
5344 */
5345 QCA_WLAN_VENDOR_ATTR_NDP_SUBCMD,
5346 /* Unsigned 16-bit value */
5347 QCA_WLAN_VENDOR_ATTR_NDP_TRANSACTION_ID,
5348 /* NL attributes for data used NDP SUB cmds */
5349 /* Unsigned 32-bit value indicating a service info */
5350 QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_INSTANCE_ID,
5351 /* Unsigned 32-bit value; channel frequency in MHz */
5352 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL,
5353 /* Interface Discovery MAC address. An array of 6 Unsigned int8 */
5354 QCA_WLAN_VENDOR_ATTR_NDP_PEER_DISCOVERY_MAC_ADDR,
5355 /* Interface name on which NDP is being created */
5356 QCA_WLAN_VENDOR_ATTR_NDP_IFACE_STR,
5357 /* Unsigned 32-bit value for security */
5358 /* CONFIG_SECURITY is deprecated, use NCS_SK_TYPE/PMK/SCID instead */
5359 QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_SECURITY,
5360 /* Unsigned 32-bit value for QoS */
5361 QCA_WLAN_VENDOR_ATTR_NDP_CONFIG_QOS,
5362 /* Array of u8: len = QCA_WLAN_VENDOR_ATTR_NAN_DP_APP_INFO_LEN */
5363 QCA_WLAN_VENDOR_ATTR_NDP_APP_INFO,
5364 /* Unsigned 32-bit value for NDP instance Id */
5365 QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID,
5366 /* Array of instance Ids */
5367 QCA_WLAN_VENDOR_ATTR_NDP_INSTANCE_ID_ARRAY,
5368 /* Unsigned 32-bit value for initiator/responder NDP response code
5369 * accept/reject
5370 */
5371 QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE_CODE,
5372 /* NDI MAC address. An array of 6 Unsigned int8 */
5373 QCA_WLAN_VENDOR_ATTR_NDP_NDI_MAC_ADDR,
5374 /* Unsigned 32-bit value errors types returned by driver
5375 * The wifi_nan.h in AOSP project platform/hardware/libhardware_legacy
5376 * NanStatusType includes these values.
5377 */
5378 QCA_WLAN_VENDOR_ATTR_NDP_DRV_RESPONSE_STATUS_TYPE,
5379 /* Unsigned 32-bit value error values returned by driver
5380 * The nan_i.h in AOSP project platform/hardware/qcom/wlan
5381 * NanInternalStatusType includes these values.
5382 */
5383 QCA_WLAN_VENDOR_ATTR_NDP_DRV_RETURN_VALUE,
5384 /* Unsigned 32-bit value for Channel setup configuration
5385 * The wifi_nan.h in AOSP project platform/hardware/libhardware_legacy
5386 * NanDataPathChannelCfg includes these values.
5387 */
5388 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_CONFIG,
5389 /* Unsigned 32-bit value for Cipher Suite Shared Key Type */
5390 QCA_WLAN_VENDOR_ATTR_NDP_CSID,
5391 /* Array of u8: len = NAN_PMK_INFO_LEN 32 bytes */
5392 QCA_WLAN_VENDOR_ATTR_NDP_PMK,
5393 /* Security Context Identifier that contains the PMKID
5394 * Array of u8: len = NAN_SCID_BUF_LEN 1024 bytes
5395 */
5396 QCA_WLAN_VENDOR_ATTR_NDP_SCID,
5397 /* Array of u8: len = NAN_SECURITY_MAX_PASSPHRASE_LEN 63 bytes */
5398 QCA_WLAN_VENDOR_ATTR_NDP_PASSPHRASE,
5399 /* Array of u8: len = NAN_MAX_SERVICE_NAME_LEN 255 bytes */
5400 QCA_WLAN_VENDOR_ATTR_NDP_SERVICE_NAME,
5401 /* Unsigned 32-bit bitmap indicating schedule update
5402 * BIT_0: NSS Update
5403 * BIT_1: Channel list update
5404 */
5405 QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_REASON,
5406 /* Unsigned 32-bit value for NSS */
5407 QCA_WLAN_VENDOR_ATTR_NDP_NSS,
5408 /* Unsigned 32-bit value for NUMBER NDP CHANNEL */
5409 QCA_WLAN_VENDOR_ATTR_NDP_NUM_CHANNELS,
5410 /* Unsigned 32-bit value for CHANNEL BANDWIDTH
5411 * 0:20 MHz, 1:40 MHz, 2:80 MHz, 3:160 MHz
5412 */
5413 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_WIDTH,
5414 /* Array of channel/band width */
5415 QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO,
5416 /* IPv6 address used by NDP (in network byte order), 16 bytes array.
5417 * This attribute is used and optional for ndp request, ndp response,
5418 * ndp indication, and ndp confirm.
5419 */
5420 QCA_WLAN_VENDOR_ATTR_NDP_IPV6_ADDR = 27,
5421 /* Unsigned 16-bit value indicating transport port used by NDP.
5422 * This attribute is used and optional for ndp response, ndp indication,
5423 * and ndp confirm.
5424 */
5425 QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PORT = 28,
5426 /* Unsigned 8-bit value indicating protocol used by NDP and assigned by
5427 * the Internet Assigned Numbers Authority (IANA) as per:
5428 * https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
5429 * This attribute is used and optional for ndp response, ndp indication,
5430 * and ndp confirm.
5431 */
5432 QCA_WLAN_VENDOR_ATTR_NDP_TRANSPORT_PROTOCOL = 29,
5433 /* Unsigned 8-bit value indicating if NDP remote peer supports NAN NDPE.
5434 * 1:support 0:not support
5435 */
5436 QCA_WLAN_VENDOR_ATTR_PEER_NDPE_SUPPORT = 30,
5437
5438 /* keep last */
5439 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST,
5440 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_MAX =
5441 QCA_WLAN_VENDOR_ATTR_NDP_PARAMS_AFTER_LAST - 1,
5442 };
5443
5444 enum qca_wlan_ndp_sub_cmd {
5445 QCA_WLAN_VENDOR_ATTR_NDP_INVALID = 0,
5446 /* Command to create a NAN data path interface */
5447 QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_CREATE = 1,
5448 /* Command to delete a NAN data path interface */
5449 QCA_WLAN_VENDOR_ATTR_NDP_INTERFACE_DELETE = 2,
5450 /* Command to initiate a NAN data path session */
5451 QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_REQUEST = 3,
5452 /* Command to notify if the NAN data path session was sent */
5453 QCA_WLAN_VENDOR_ATTR_NDP_INITIATOR_RESPONSE = 4,
5454 /* Command to respond to NAN data path session */
5455 QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_REQUEST = 5,
5456 /* Command to notify on the responder about the response */
5457 QCA_WLAN_VENDOR_ATTR_NDP_RESPONDER_RESPONSE = 6,
5458 /* Command to initiate a NAN data path end */
5459 QCA_WLAN_VENDOR_ATTR_NDP_END_REQUEST = 7,
5460 /* Command to notify the if end request was sent */
5461 QCA_WLAN_VENDOR_ATTR_NDP_END_RESPONSE = 8,
5462 /* Command to notify the peer about the end request */
5463 QCA_WLAN_VENDOR_ATTR_NDP_REQUEST_IND = 9,
5464 /* Command to confirm the NAN data path session is complete */
5465 QCA_WLAN_VENDOR_ATTR_NDP_CONFIRM_IND = 10,
5466 /* Command to indicate the peer about the end request being received */
5467 QCA_WLAN_VENDOR_ATTR_NDP_END_IND = 11,
5468 /* Command to indicate the peer of schedule update */
5469 QCA_WLAN_VENDOR_ATTR_NDP_SCHEDULE_UPDATE_IND = 12
5470 };
5471
5472 /**
5473 * enum qca_wlan_vendor_attr_nd_offload - Used by the vendor command
5474 * QCA_NL80211_VENDOR_SUBCMD_ND_OFFLOAD.
5475 */
5476 enum qca_wlan_vendor_attr_nd_offload {
5477 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_INVALID = 0,
5478 /* Flag to set Neighbour Discovery offload */
5479 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_FLAG,
5480 /* Keep last */
5481 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST,
5482 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_MAX =
5483 QCA_WLAN_VENDOR_ATTR_ND_OFFLOAD_AFTER_LAST - 1,
5484 };
5485
5486 /**
5487 * enum packet_filter_sub_cmd - Packet filter sub commands
5488 */
5489 enum packet_filter_sub_cmd {
5490 /**
5491 * Write packet filter program and/or data. The driver/firmware should
5492 * disable APF before writing into local buffer and re-enable APF after
5493 * writing is done.
5494 */
5495 QCA_WLAN_SET_PACKET_FILTER = 1,
5496 /* Get packet filter feature capabilities from driver */
5497 QCA_WLAN_GET_PACKET_FILTER = 2,
5498 /**
5499 * Write packet filter program and/or data. User space will send the
5500 * %QCA_WLAN_DISABLE_PACKET_FILTER command before issuing this command
5501 * and will send the %QCA_WLAN_ENABLE_PACKET_FILTER afterwards. The key
5502 * difference from that %QCA_WLAN_SET_PACKET_FILTER is the control over
5503 * enable/disable is given to user space with this command. Also,
5504 * user space sends the length of program portion in the buffer within
5505 * %QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH.
5506 */
5507 QCA_WLAN_WRITE_PACKET_FILTER = 3,
5508 /* Read packet filter program and/or data */
5509 QCA_WLAN_READ_PACKET_FILTER = 4,
5510 /* Enable APF feature */
5511 QCA_WLAN_ENABLE_PACKET_FILTER = 5,
5512 /* Disable APF feature */
5513 QCA_WLAN_DISABLE_PACKET_FILTER = 6,
5514 };
5515
5516 /**
5517 * enum qca_wlan_vendor_attr_packet_filter - BPF control commands used by
5518 * vendor QCA_NL80211_VENDOR_SUBCMD_PACKET_FILTER.
5519 */
5520 enum qca_wlan_vendor_attr_packet_filter {
5521 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_INVALID = 0,
5522 /* Unsigned 32-bit enum passed using packet_filter_sub_cmd */
5523 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SUB_CMD,
5524 /* Unsigned 32-bit value indicating the packet filter version */
5525 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_VERSION,
5526 /* Unsigned 32-bit value indicating the packet filter id */
5527 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_ID,
5528 /**
5529 * Unsigned 32-bit value indicating the packet filter size including
5530 * program + data.
5531 */
5532 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_SIZE,
5533 /* Unsigned 32-bit value indicating the packet filter current offset */
5534 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_CURRENT_OFFSET,
5535 /* Program and/or data in bytes */
5536 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROGRAM,
5537 /* Unsigned 32-bit value of the length of the program section in packet
5538 * filter buffer.
5539 */
5540 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_PROG_LENGTH = 7,
5541
5542 /* keep last */
5543 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST,
5544 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_MAX =
5545 QCA_WLAN_VENDOR_ATTR_PACKET_FILTER_AFTER_LAST - 1,
5546 };
5547
5548 /**
5549 * enum qca_wlan_vendor_drv_info - WLAN driver info used by vendor command
5550 * QCA_NL80211_VENDOR_SUBCMD_GET_BUS_SIZE.
5551 */
5552 enum qca_wlan_vendor_drv_info {
5553 QCA_WLAN_VENDOR_ATTR_DRV_INFO_INVALID = 0,
5554 /* Maximum Message size info between firmware & HOST
5555 * Unsigned 32-bit value
5556 */
5557 QCA_WLAN_VENDOR_ATTR_DRV_INFO_BUS_SIZE,
5558 /* keep last */
5559 QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST,
5560 QCA_WLAN_VENDOR_ATTR_DRV_INFO_MAX =
5561 QCA_WLAN_VENDOR_ATTR_DRV_INFO_AFTER_LAST - 1,
5562 };
5563
5564 /**
5565 * enum qca_wlan_vendor_attr_wake_stats - Wake lock stats used by vendor
5566 * command QCA_NL80211_VENDOR_SUBCMD_GET_WAKE_REASON_STATS.
5567 */
5568 enum qca_wlan_vendor_attr_wake_stats {
5569 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_INVALID = 0,
5570 /* Unsigned 32-bit value indicating the total count of wake event */
5571 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE,
5572 /* Array of individual wake count, each index representing wake reason
5573 */
5574 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_PTR,
5575 /* Unsigned 32-bit value representing wake count array */
5576 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_CMD_EVENT_WAKE_CNT_SZ,
5577 /* Unsigned 32-bit total wake count value of driver/fw */
5578 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_DRIVER_FW_LOCAL_WAKE,
5579 /* Array of wake stats of driver/fw */
5580 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_PTR,
5581 /* Unsigned 32-bit total wake count value of driver/fw */
5582 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_DRIVER_FW_LOCAL_WAKE_CNT_SZ,
5583 /* Unsigned 32-bit total wake count value of packets received */
5584 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_RX_DATA_WAKE,
5585 /* Unsigned 32-bit wake count value unicast packets received */
5586 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_UNICAST_CNT,
5587 /* Unsigned 32-bit wake count value multicast packets received */
5588 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_MULTICAST_CNT,
5589 /* Unsigned 32-bit wake count value broadcast packets received */
5590 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RX_BROADCAST_CNT,
5591 /* Unsigned 32-bit wake count value of ICMP packets */
5592 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP_PKT,
5593 /* Unsigned 32-bit wake count value of ICMP6 packets */
5594 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_PKT,
5595 /* Unsigned 32-bit value ICMP6 router advertisement */
5596 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RA,
5597 /* Unsigned 32-bit value ICMP6 neighbor advertisement */
5598 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NA,
5599 /* Unsigned 32-bit value ICMP6 neighbor solicitation */
5600 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_NS,
5601 /* Unsigned 32-bit wake count value of receive side ICMP4 multicast */
5602 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP4_RX_MULTICAST_CNT,
5603 /* Unsigned 32-bit wake count value of receive side ICMP6 multicast */
5604 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_ICMP6_RX_MULTICAST_CNT,
5605 /* Unsigned 32-bit wake count value of receive side multicast */
5606 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_OTHER_RX_MULTICAST_CNT,
5607 /* Unsigned 32-bit wake count value of a given RSSI breach */
5608 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_RSSI_BREACH_CNT,
5609 /* Unsigned 32-bit wake count value of low RSSI */
5610 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_LOW_RSSI_CNT,
5611 /* Unsigned 32-bit value GSCAN count */
5612 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_GSCAN_CNT,
5613 /* Unsigned 32-bit value PNO complete count */
5614 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_COMPLETE_CNT,
5615 /* Unsigned 32-bit value PNO match count */
5616 QCA_WLAN_VENDOR_ATTR_WAKE_STATS_PNO_MATCH_CNT,
5617 /* keep last */
5618 QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST,
5619 QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX =
5620 QCA_WLAN_VENDOR_GET_WAKE_STATS_AFTER_LAST - 1,
5621 };
5622
5623 /**
5624 * enum qca_wlan_vendor_attr_thermal_cmd - Vendor subcmd attributes to set
5625 * cmd value. Used for NL attributes for data used by
5626 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5627 */
5628 enum qca_wlan_vendor_attr_thermal_cmd {
5629 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_INVALID = 0,
5630 /* The value of command, driver will implement different operations
5631 * according to this value. It uses values defined in
5632 * enum qca_wlan_vendor_attr_thermal_cmd_type.
5633 * u32 attribute.
5634 */
5635 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE = 1,
5636
5637 /* keep last */
5638 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST,
5639 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_MAX =
5640 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_AFTER_LAST - 1
5641 };
5642
5643 /**
5644 * qca_wlan_vendor_attr_thermal_cmd_type: Attribute values for
5645 * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_VALUE to the vendor subcmd
5646 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD. This represents the
5647 * thermal command types sent to driver.
5648 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS: Request to
5649 * get thermal shutdown configuration parameters for display. Parameters
5650 * responded from driver are defined in
5651 * enum qca_wlan_vendor_attr_get_thermal_params_rsp.
5652 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE: Request to
5653 * get temperature. Host should respond with a temperature data. It is defined
5654 * in enum qca_wlan_vendor_attr_thermal_get_temperature.
5655 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND: Request to execute thermal
5656 * suspend action.
5657 * @QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME: Request to execute thermal
5658 * resume action.
5659 */
5660 enum qca_wlan_vendor_attr_thermal_cmd_type {
5661 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS,
5662 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE,
5663 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_SUSPEND,
5664 QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_RESUME,
5665 };
5666
5667 /**
5668 * enum qca_wlan_vendor_attr_thermal_get_temperature - vendor subcmd attributes
5669 * to get chip temperature by user.
5670 * enum values are used for NL attributes for data used by
5671 * QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_TEMPERATURE command for data used
5672 * by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5673 */
5674 enum qca_wlan_vendor_attr_thermal_get_temperature {
5675 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_INVALID = 0,
5676 /* Temperature value (degree Celsius) from driver.
5677 * u32 attribute.
5678 */
5679 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_DATA,
5680
5681 /* keep last */
5682 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST,
5683 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_MAX =
5684 QCA_WLAN_VENDOR_ATTR_THERMAL_GET_TEMPERATURE_AFTER_LAST - 1,
5685 };
5686
5687 /**
5688 * enum qca_wlan_vendor_attr_get_thermal_params_rsp - vendor subcmd attributes
5689 * to get configuration parameters of thermal shutdown feature. Enum values are
5690 * used by QCA_WLAN_VENDOR_ATTR_THERMAL_CMD_TYPE_GET_PARAMS command for data
5691 * used by QCA_NL80211_VENDOR_SUBCMD_THERMAL_CMD sub command.
5692 */
5693 enum qca_wlan_vendor_attr_get_thermal_params_rsp {
5694 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_INVALID = 0,
5695 /* Indicate if the thermal shutdown feature is enabled.
5696 * NLA_FLAG attribute.
5697 */
5698 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SHUTDOWN_EN,
5699 /* Indicate if the auto mode is enabled.
5700 * Enable: Driver triggers the suspend/resume action.
5701 * Disable: User space triggers the suspend/resume action.
5702 * NLA_FLAG attribute.
5703 */
5704 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SHUTDOWN_AUTO_EN,
5705 /* Thermal resume threshold (degree Celsius). Issue the resume command
5706 * if the temperature value is lower than this threshold.
5707 * u16 attribute.
5708 */
5709 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_RESUME_THRESH,
5710 /* Thermal warning threshold (degree Celsius). FW reports temperature
5711 * to driver if it's higher than this threshold.
5712 * u16 attribute.
5713 */
5714 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_WARNING_THRESH,
5715 /* Thermal suspend threshold (degree Celsius). Issue the suspend command
5716 * if the temperature value is higher than this threshold.
5717 * u16 attribute.
5718 */
5719 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SUSPEND_THRESH,
5720 /* FW reports temperature data periodically at this interval (ms).
5721 * u16 attribute.
5722 */
5723 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_SAMPLE_RATE,
5724
5725 /* keep last */
5726 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_AFTER_LAST,
5727 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_MAX =
5728 QCA_WLAN_VENDOR_ATTR_GET_THERMAL_PARAMS_RSP_AFTER_LAST - 1,
5729 };
5730
5731 /**
5732 * enum qca_wlan_vendor_attr_thermal_event - vendor subcmd attributes to
5733 * report thermal events from driver to user space.
5734 * enum values are used for NL attributes for data used by
5735 * QCA_NL80211_VENDOR_SUBCMD_THERMAL_EVENT sub command.
5736 */
5737 enum qca_wlan_vendor_attr_thermal_event {
5738 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_INVALID = 0,
5739 /* Temperature value (degree Celsius) from driver.
5740 * u32 attribute.
5741 */
5742 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_TEMPERATURE,
5743 /* Indication of resume completion from power save mode.
5744 * NLA_FLAG attribute.
5745 */
5746 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_RESUME_COMPLETE,
5747
5748 /* keep last */
5749 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST,
5750 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_MAX =
5751 QCA_WLAN_VENDOR_ATTR_THERMAL_EVENT_AFTER_LAST - 1,
5752 };
5753
5754 /**
5755 * enum he_fragmentation_val - HE fragmentation support values
5756 * Indicates level of dynamic fragmentation that is supported by
5757 * a STA as a recipient.
5758 * HE fragmentation values are defined in IEEE P802.11ax/D2.0, 9.4.2.237.2
5759 * (HE MAC Capabilities Information field) and are used in HE Capabilities
5760 * element to advertise the support. These values are validated in the driver
5761 * to check the device capability and advertised in the HE Capabilities
5762 * element. These values are used to configure testbed device to allow the
5763 * advertised hardware capabilities to be downgraded for testing purposes.
5764 *
5765 * @HE_FRAG_DISABLE: no support for dynamic fragmentation
5766 * @HE_FRAG_LEVEL1: support for dynamic fragments that are
5767 * contained within an MPDU or S-MPDU, no support for dynamic fragments
5768 * within an A-MPDU that is not an S-MPDU.
5769 * @HE_FRAG_LEVEL2: support for dynamic fragments that are
5770 * contained within an MPDU or S-MPDU and support for up to one dynamic
5771 * fragment for each MSDU, each A-MSDU if supported by the recipient, and
5772 * each MMPDU within an A-MPDU or multi-TID A-MPDU that is not an
5773 * MPDU or S-MPDU.
5774 * @HE_FRAG_LEVEL3: support for dynamic fragments that are
5775 * contained within an MPDU or S-MPDU and support for multiple dynamic
5776 * fragments for each MSDU and for each A-MSDU if supported by the
5777 * recipient within an A-MPDU or multi-TID AMPDU and up to one dynamic
5778 * fragment for each MMPDU in a multi-TID A-MPDU that is not an S-MPDU.
5779 */
5780 enum he_fragmentation_val {
5781 HE_FRAG_DISABLE,
5782 HE_FRAG_LEVEL1,
5783 HE_FRAG_LEVEL2,
5784 HE_FRAG_LEVEL3,
5785 };
5786
5787 /**
5788 * enum he_mcs_config - HE MCS support configuration
5789 *
5790 * Configures the HE Tx/Rx MCS map in HE capability IE for given bandwidth.
5791 * These values are used in driver to configure the HE MCS map to advertise
5792 * Tx/Rx MCS map in HE capability and these values are applied for all the
5793 * streams supported by the device. To configure MCS for different bandwidths,
5794 * vendor command needs to be sent using this attribute with appropriate value.
5795 * For example, to configure HE_80_MCS_0_7, send vendor command using HE MCS
5796 * attribute with HE_80_MCS0_7. And to configure HE MCS for HE_160_MCS0_11
5797 * send this command using HE MCS config attribute with value HE_160_MCS0_11.
5798 * These values are used to configure testbed device to allow the advertised
5799 * hardware capabilities to be downgraded for testing purposes. The enum values
5800 * are defined such that BIT[1:0] indicates the MCS map value. Values 3,7 and
5801 * 11 are not used as BIT[1:0] value is 3 which is used to disable MCS map.
5802 * These values are validated in the driver before setting the MCS map and
5803 * driver returns error if the input is other than these enum values.
5804 *
5805 * @HE_80_MCS0_7: support for HE 80/40/20 MHz MCS 0 to 7
5806 * @HE_80_MCS0_9: support for HE 80/40/20 MHz MCS 0 to 9
5807 * @HE_80_MCS0_11: support for HE 80/40/20 MHz MCS 0 to 11
5808 * @HE_160_MCS0_7: support for HE 160 MHz MCS 0 to 7
5809 * @HE_160_MCS0_9: support for HE 160 MHz MCS 0 to 9
5810 * @HE_160_MCS0_11: support for HE 160 MHz MCS 0 to 11
5811 * @HE_80P80_MCS0_7: support for HE 80p80 MHz MCS 0 to 7
5812 * @HE_80P80_MCS0_9: support for HE 80p80 MHz MCS 0 to 9
5813 * @HE_80P80_MCS0_11: support for HE 80p80 MHz MCS 0 to 11
5814 */
5815 enum he_mcs_config {
5816 HE_80_MCS0_7 = 0,
5817 HE_80_MCS0_9 = 1,
5818 HE_80_MCS0_11 = 2,
5819 HE_160_MCS0_7 = 4,
5820 HE_160_MCS0_9 = 5,
5821 HE_160_MCS0_11 = 6,
5822 HE_80P80_MCS0_7 = 8,
5823 HE_80P80_MCS0_9 = 9,
5824 HE_80P80_MCS0_11 = 10,
5825 };
5826
5827 /**
5828 * enum qca_wlan_ba_session_config - BA session configuration
5829 *
5830 * Indicates the configuration values for BA session configuration attribute.
5831 *
5832 * @QCA_WLAN_ADD_BA: Establish a new BA session with given configuration.
5833 * @QCA_WLAN_DELETE_BA: Delete the existing BA session for given TID.
5834 */
5835 enum qca_wlan_ba_session_config {
5836 QCA_WLAN_ADD_BA = 1,
5837 QCA_WLAN_DELETE_BA = 2,
5838 };
5839
5840 /**
5841 * enum qca_wlan_ac_type - Access category type
5842 *
5843 * Indicates the access category type value.
5844 *
5845 * @QCA_WLAN_AC_BE: BE access category
5846 * @QCA_WLAN_AC_BK: BK access category
5847 * @QCA_WLAN_AC_VI: VI access category
5848 * @QCA_WLAN_AC_VO: VO access category
5849 * @QCA_WLAN_AC_ALL: All ACs
5850 */
5851 enum qca_wlan_ac_type {
5852 QCA_WLAN_AC_BE = 0,
5853 QCA_WLAN_AC_BK = 1,
5854 QCA_WLAN_AC_VI = 2,
5855 QCA_WLAN_AC_VO = 3,
5856 QCA_WLAN_AC_ALL = 4,
5857 };
5858
5859 /**
5860 * enum qca_wlan_he_ltf_cfg - HE LTF configuration
5861 *
5862 * Indicates the HE LTF configuration value.
5863 *
5864 * @QCA_WLAN_HE_LTF_AUTO: HE-LTF is automatically set to the mandatory HE-LTF,
5865 * based on the GI setting
5866 * @QCA_WLAN_HE_LTF_1X: 1X HE LTF is 3.2us LTF
5867 * @QCA_WLAN_HE_LTF_2X: 2X HE LTF is 6.4us LTF
5868 * @QCA_WLAN_HE_LTF_4X: 4X HE LTF is 12.8us LTF
5869 */
5870 enum qca_wlan_he_ltf_cfg {
5871 QCA_WLAN_HE_LTF_AUTO = 0,
5872 QCA_WLAN_HE_LTF_1X = 1,
5873 QCA_WLAN_HE_LTF_2X = 2,
5874 QCA_WLAN_HE_LTF_4X = 3,
5875 };
5876
5877 /**
5878 * enum qca_wlan_he_mac_padding_dur - HE trigger frame MAC padding duration
5879 *
5880 * Indicates the HE trigger frame MAC padding duration value.
5881 *
5882 * @QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME: no additional time required to
5883 * process the trigger frame.
5884 * @QCA_WLAN_HE_8US_OF_PROCESS_TIME: indicates the 8us of processing time for
5885 * trigger frame.
5886 * @QCA_WLAN_HE_16US_OF_PROCESS_TIME: indicates the 16us of processing time for
5887 * trigger frame.
5888 */
5889 enum qca_wlan_he_mac_padding_dur {
5890 QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME = 0,
5891 QCA_WLAN_HE_8US_OF_PROCESS_TIME = 1,
5892 QCA_WLAN_HE_16US_OF_PROCESS_TIME = 2,
5893 };
5894
5895 /**
5896 * enum qca_wlan_he_om_ctrl_ch_bw - HE OM control field BW configuration
5897 *
5898 * Indicates the HE Operating mode control channel width setting value.
5899 *
5900 * @QCA_WLAN_HE_OM_CTRL_BW_20M: Primary 20 MHz
5901 * @QCA_WLAN_HE_OM_CTRL_BW_40M: Primary 40 MHz
5902 * @QCA_WLAN_HE_OM_CTRL_BW_80M: Primary 80 MHz
5903 * @QCA_WLAN_HE_OM_CTRL_BW_160M: 160 MHz and 80+80 MHz
5904 */
5905 enum qca_wlan_he_om_ctrl_ch_bw {
5906 QCA_WLAN_HE_OM_CTRL_BW_20M = 0,
5907 QCA_WLAN_HE_OM_CTRL_BW_40M = 1,
5908 QCA_WLAN_HE_OM_CTRL_BW_80M = 2,
5909 QCA_WLAN_HE_OM_CTRL_BW_160M = 3,
5910 };
5911
5912 /**
5913 * enum qca_wlan_vendor_attr_he_omi_tx: Represents attributes for
5914 * HE operating mode control transmit request. These attributes are
5915 * sent as part of QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX and
5916 * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
5917 *
5918 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS: Mandatory 8-bit unsigned value
5919 * indicates the maximum number of spatial streams, NSS, that the STA
5920 * supports in reception for PPDU bandwidths less than or equal to 80 MHz
5921 * and is set to NSS - 1.
5922 *
5923 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW: Mandatory 8-bit unsigned value
5924 * indicates the operating channel width supported by the STA for both
5925 * reception and transmission. Uses enum qca_wlan_he_om_ctrl_ch_bw values.
5926 *
5927 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE: Mandatory 8-bit unsigned value
5928 * indicates the all trigger based UL MU operations by the STA.
5929 * 0 - UL MU operations are enabled by the STA.
5930 * 1 - All triggered UL MU transmissions are suspended by the STA.
5931 *
5932 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS: Mandatory 8-bit unsigned value
5933 * indicates the maximum number of space-time streams, NSTS, that
5934 * the STA supports in transmission and is set to NSTS - 1.
5935 *
5936 * @QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE: 8-bit unsigned value
5937 * combined with the UL MU Disable subfield and the recipient's setting
5938 * of the OM Control UL MU Data Disable RX Support subfield in the HE MAC
5939 * capabilities to determine which HE TB PPDUs are possible by the
5940 * STA to transmit.
5941 * 0 - UL MU data operations are enabled by the STA.
5942 * 1 - Determine which HE TB PPDU types are allowed by the STA if UL MU disable
5943 * bit is not set, else UL MU Tx is suspended.
5944 *
5945 */
5946 enum qca_wlan_vendor_attr_he_omi_tx {
5947 QCA_WLAN_VENDOR_ATTR_HE_OMI_INVALID = 0,
5948 QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS = 1,
5949 QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW = 2,
5950 QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE = 3,
5951 QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS = 4,
5952 QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE = 5,
5953
5954 /* keep last */
5955 QCA_WLAN_VENDOR_ATTR_HE_OMI_AFTER_LAST,
5956 QCA_WLAN_VENDOR_ATTR_HE_OMI_MAX =
5957 QCA_WLAN_VENDOR_ATTR_HE_OMI_AFTER_LAST - 1,
5958 };
5959
5960 /* Attributes for data used by
5961 * QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION
5962 */
5963 enum qca_wlan_vendor_attr_wifi_test_config {
5964 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_INVALID = 0,
5965 /* 8-bit unsigned value to configure the driver to enable/disable
5966 * WMM feature. This attribute is used to configure testbed device.
5967 * 1-enable, 0-disable
5968 */
5969 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WMM_ENABLE = 1,
5970
5971 /* 8-bit unsigned value to configure the driver to accept/reject
5972 * the addba request from peer. This attribute is used to configure
5973 * the testbed device.
5974 * 1-accept addba, 0-reject addba
5975 */
5976 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ACCEPT_ADDBA_REQ = 2,
5977
5978 /* 8-bit unsigned value to configure the driver to send or not to
5979 * send the addba request to peer.
5980 * This attribute is used to configure the testbed device.
5981 * 1-send addba, 0-do not send addba
5982 */
5983 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SEND_ADDBA_REQ = 3,
5984
5985 /* 8-bit unsigned value to indicate the HE fragmentation support.
5986 * Uses enum he_fragmentation_val values.
5987 * This attribute is used to configure the testbed device to
5988 * allow the advertised hardware capabilities to be downgraded
5989 * for testing purposes.
5990 */
5991 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_FRAGMENTATION = 4,
5992
5993 /* 8-bit unsigned value to indicate the HE MCS support.
5994 * Uses enum he_mcs_config values.
5995 * This attribute is used to configure the testbed device to
5996 * allow the advertised hardware capabilities to be downgraded
5997 * for testing purposes.
5998 */
5999 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS = 5,
6000
6001 /* 8-bit unsigned value to configure the driver to allow or not to
6002 * allow the connection with WEP/TKIP in HT/VHT/HE modes.
6003 * This attribute is used to configure the testbed device.
6004 * 1-allow WEP/TKIP in HT/VHT/HE, 0-do not allow WEP/TKIP.
6005 */
6006 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE = 6,
6007
6008 /* 8-bit unsigned value to configure the driver to add a
6009 * new BA session or delete the existing BA session for
6010 * given TID. ADDBA command uses the buffer size and TID
6011 * configuration if user specifies the values else default
6012 * value for buffer size is used for all TIDs if the TID
6013 * also not specified. For DEL_BA command TID value is
6014 * required to process the command.
6015 * Uses enum qca_wlan_ba_session_config values.
6016 * This attribute is used to configure the testbed device.
6017 */
6018 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADD_DEL_BA_SESSION = 7,
6019
6020 /* 16-bit unsigned value to configure the buffer size in addba
6021 * request and response frames.
6022 * This attribute is used to configure the testbed device.
6023 * The range of the value is 0 to 256.
6024 */
6025 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE = 8,
6026
6027 /* 8-bit unsigned value to configure the buffer size in addba
6028 * request and response frames.
6029 * This attribute is used to configure the testbed device.
6030 */
6031 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BA_TID = 9,
6032
6033 /* 8-bit unsigned value to configure the no ack policy.
6034 * To configure no ack policy, access category value is
6035 * required to process the command.
6036 * This attribute is used to configure the testbed device.
6037 * 1 - enable no ack, 0 - disable no ack.
6038 */
6039 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_NO_ACK = 10,
6040
6041 /* 8-bit unsigned value to configure the AC for no ack policy
6042 * This attribute is used to configure the testbed device.
6043 * Uses the enum qca_wlan_ac_type values.
6044 */
6045 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC = 11,
6046
6047 /* 8-bit unsigned value to configure the HE LTF
6048 * This attribute is used to configure the testbed device.
6049 * Uses the enum qca_wlan_he_ltf_cfg values.
6050 */
6051 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_LTF = 12,
6052
6053 /* 8-bit unsigned value to configure the tx beamformee.
6054 * This attribute is used to configure the testbed device.
6055 * 1-enable, 0-disable.
6056 */
6057 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
6058
6059 /* 8-bit unsigned value to configure the tx beamformee number
6060 * of space-time streams.
6061 * This attribute is used to configure the testbed device.
6062 * The range of the value is 0 to 8.
6063 */
6064 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14,
6065
6066 /* 8-bit unsigned value to configure the MU EDCA params for given AC
6067 * This attribute is used to configure the testbed device.
6068 * Uses the enum qca_wlan_ac_type values.
6069 */
6070 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AC = 15,
6071
6072 /* 8-bit unsigned value to configure the MU EDCA AIFSN for given AC
6073 * To configure MU EDCA AIFSN value, MU EDCA access category value
6074 * is required to process the command.
6075 * This attribute is used to configure the testbed device.
6076 */
6077 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_AIFSN = 16,
6078
6079 /* 8-bit unsigned value to configure the MU EDCA ECW min value for
6080 * given AC.
6081 * To configure MU EDCA ECW min value, MU EDCA access category value
6082 * is required to process the command.
6083 * This attribute is used to configure the testbed device.
6084 */
6085 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMIN = 17,
6086
6087 /* 8-bit unsigned value to configure the MU EDCA ECW max value for
6088 * given AC.
6089 * To configure MU EDCA ECW max value, MU EDCA access category value
6090 * is required to process the command.
6091 * This attribute is used to configure the testbed device.
6092 */
6093 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_ECWMAX = 18,
6094
6095 /* 8-bit unsigned value to configure the MU EDCA timer for given AC
6096 * To configure MU EDCA timer value, MU EDCA access category value
6097 * is required to process the command.
6098 * This attribute is used to configure the testbed device.
6099 */
6100 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MU_EDCA_TIMER = 19,
6101
6102 /* 8-bit unsigned value to configure the HE trigger frame MAC padding
6103 * duration.
6104 * This attribute is used to configure the testbed device.
6105 * Uses the enum qca_wlan_he_mac_padding_dur values.
6106 */
6107 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR = 20,
6108
6109 /* 8-bit unsigned value to override the MU EDCA params to defaults
6110 * regardless of the AP beacon MU EDCA params. If it is enabled use
6111 * the default values else use the MU EDCA params from AP beacon.
6112 * This attribute is used to configure the testbed device.
6113 * 1-enable, 0-disable.
6114 */
6115 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
6116
6117 /* 8-bit unsigned value to configure the support for receiving
6118 * an MPDU that contains an operating mode control subfield.
6119 * This attribute is used to configure the testbed device.
6120 * 1-enable, 0-disable.
6121 */
6122 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_SUPP = 22,
6123
6124 /* Nested attribute values required to setup the TWT session.
6125 * enum qca_wlan_vendor_attr_twt_setup provides the necessary
6126 * information to set up the session. It contains broadcast flags,
6127 * set_up flags, trigger value, flow type, flow ID, wake interval
6128 * exponent, protection, target wake time, wake duration, wake interval
6129 * mantissa. These nested attributes are used to setup a host triggered
6130 * TWT session.
6131 */
6132 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP = 23,
6133
6134 /* This nested attribute is used to terminate the current TWT session.
6135 * It does not currently carry any attributes.
6136 */
6137 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_TERMINATE = 24,
6138
6139 /* This nested attribute is used to suspend the current TWT session.
6140 * It does not currently carry any attributes.
6141 */
6142 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SUSPEND = 25,
6143
6144 /* Nested attribute values to indicate the request for resume.
6145 * This attribute is used to resume the TWT session.
6146 * enum qca_wlan_vendor_attr_twt_resume provides the necessary
6147 * parameters required to resume the TWT session.
6148 */
6149 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_RESUME = 26,
6150
6151 /* 8-bit unsigned value to set the HE operating mode control
6152 * (OM CTRL) Channel Width subfield.
6153 * The Channel Width subfield indicates the operating channel width
6154 * supported by the STA for both reception and transmission.
6155 * Uses the enum qca_wlan_he_om_ctrl_ch_bw values.
6156 * This setting is cleared with the
6157 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
6158 * flag attribute to reset defaults.
6159 * This attribute is used to configure the testbed device.
6160 */
6161 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_BW = 27,
6162
6163 /* 8-bit unsigned value to configure the number of spatial
6164 * streams in HE operating mode control field.
6165 * This setting is cleared with the
6166 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
6167 * flag attribute to reset defaults.
6168 * This attribute is used to configure the testbed device.
6169 */
6170 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_NSS = 28,
6171
6172 /* Flag attribute to configure the UL MU disable bit in
6173 * HE operating mode control field.
6174 * This setting is cleared with the
6175 * QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG
6176 * flag attribute to reset defaults.
6177 * This attribute is used to configure the testbed device.
6178 */
6179 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_UL_MU_DISABLE = 29,
6180
6181 /* Flag attribute to clear the previously set HE operating mode
6182 * control field configuration.
6183 * This attribute is used to configure the testbed device to reset
6184 * defaults to clear any previously set HE operating mode control
6185 * field configuration.
6186 */
6187 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG = 30,
6188
6189 /* 8-bit unsigned value to configure HE single user PPDU
6190 * transmission. By default this setting is disabled and it
6191 * is disabled in the reset defaults of the device configuration.
6192 * This attribute is used to configure the testbed device.
6193 * 1-enable, 0-disable
6194 */
6195 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU = 31,
6196
6197 /* 8-bit unsigned value to configure action frame transmission
6198 * in HE trigger based PPDU transmission.
6199 * By default this setting is disabled and it is disabled in
6200 * the reset defaults of the device configuration.
6201 * This attribute is used to configure the testbed device.
6202 * 1-enable, 0-disable
6203 */
6204 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_ACTION_TX_TB_PPDU = 32,
6205
6206 /* Nested attribute to indicate HE operating mode control field
6207 * transmission. It contains operating mode control field Nss,
6208 * channel bandwidth, Tx Nsts and UL MU disable attributes.
6209 * These nested attributes are used to send HE operating mode control
6210 * with configured values.
6211 * Uses the enum qca_wlan_vendor_attr_he_omi_tx attributes.
6212 * This attribute is used to configure the testbed device.
6213 */
6214 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX = 33,
6215
6216 /* 8-bit unsigned value to configure +HTC_HE support to indicate the
6217 * support for the reception of a frame that carries an HE variant
6218 * HT Control field.
6219 * This attribute is used to configure the testbed device.
6220 * 1-enable, 0-disable
6221 */
6222 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_HTC_HE_SUPP = 34,
6223
6224 /* 8-bit unsigned value to configure VHT support in 2.4G band.
6225 * This attribute is used to configure the testbed device.
6226 * 1-enable, 0-disable
6227 */
6228 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35,
6229
6230 /* 8-bit unsigned value to configure HE testbed defaults.
6231 * This attribute is used to configure the testbed device.
6232 * 1-set the device HE capabilities to testbed defaults.
6233 * 0-reset the device HE capabilities to supported config.
6234 */
6235 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS = 36,
6236
6237 /* 8-bit unsigned value to configure TWT request support.
6238 * This attribute is used to configure the testbed device.
6239 * 1-enable, 0-disable.
6240 */
6241 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TWT_REQ_SUPPORT = 37,
6242
6243 /* keep last */
6244 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
6245 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
6246 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST - 1,
6247 };
6248
6249 /**
6250 * enum qca_wlan_vendor_attr_bss_filter - Used by the vendor command
6251 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
6252 * The user can add/delete the filter by specifying the BSSID/STA MAC address in
6253 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR, filter type in
6254 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE, add/delete action in
6255 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION in the request. The user can get the
6256 * statistics of an unassociated station by specifying the MAC address in
6257 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR, station type in
6258 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE, GET action in
6259 * QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION in the request. The user also can get
6260 * the statistics of all unassociated stations by specifying the Broadcast MAC
6261 * address (ff:ff:ff:ff:ff:ff) in QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR with
6262 * above procedure. In the response, driver shall specify statistics
6263 * information nested in QCA_WLAN_VENDOR_ATTR_BSS_FILTER_STA_STATS.
6264 */
6265 enum qca_wlan_vendor_attr_bss_filter {
6266 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_INVALID = 0,
6267 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAC_ADDR = 1,
6268 /* Other BSS filter type, unsigned 8 bit value. One of the values
6269 * in enum qca_wlan_vendor_bss_filter_type.
6270 */
6271 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_TYPE = 2,
6272 /* Other BSS filter action, unsigned 8 bit value. One of the values
6273 * in enum qca_wlan_vendor_bss_filter_action.
6274 */
6275 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_ACTION = 3,
6276 /* Array of nested attributes where each entry is the statistics
6277 * information of the specified station that belong to another BSS.
6278 * Attributes for each entry are taken from enum
6279 * qca_wlan_vendor_bss_filter_sta_stats.
6280 * Other BSS station configured in
6281 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER with filter type
6282 * QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA.
6283 * Statistics returned by QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER
6284 * with filter action QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET.
6285 */
6286 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_STA_STATS = 4,
6287
6288 /* keep last */
6289 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_AFTER_LAST,
6290 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_MAX =
6291 QCA_WLAN_VENDOR_ATTR_BSS_FILTER_AFTER_LAST - 1,
6292 };
6293
6294 /**
6295 * enum qca_wlan_vendor_bss_filter_type - Type of
6296 * filter used in other BSS filter operations. Used by the vendor command
6297 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
6298 *
6299 * @QCA_WLAN_VENDOR_BSS_FILTER_TYPE_BSSID: BSSID filter
6300 * @QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA: Station MAC address filter
6301 */
6302 enum qca_wlan_vendor_bss_filter_type {
6303 QCA_WLAN_VENDOR_BSS_FILTER_TYPE_BSSID,
6304 QCA_WLAN_VENDOR_BSS_FILTER_TYPE_STA,
6305 };
6306
6307 /**
6308 * enum qca_wlan_vendor_bss_filter_action - Type of
6309 * action in other BSS filter operations. Used by the vendor command
6310 * QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
6311 *
6312 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_ADD: Add filter
6313 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_DEL: Delete filter
6314 * @QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET: Get the statistics
6315 */
6316 enum qca_wlan_vendor_bss_filter_action {
6317 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_ADD,
6318 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_DEL,
6319 QCA_WLAN_VENDOR_BSS_FILTER_ACTION_GET,
6320 };
6321
6322 /**
6323 * enum qca_wlan_vendor_bss_filter_sta_stats - Attributes for
6324 * the statistics of a specific unassociated station belonging to another BSS.
6325 * The statistics provides information of the unassociated station
6326 * filtered by other BSS operation - such as MAC, signal value.
6327 * Used by the vendor command QCA_NL80211_VENDOR_SUBCMD_BSS_FILTER.
6328 *
6329 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAC: MAC address of the station.
6330 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI: Last received signal strength
6331 * of the station. Unsigned 8 bit number containing RSSI.
6332 * @QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI_TS: Time stamp of the host
6333 * driver for the last received RSSI. Unsigned 64 bit number containing
6334 * nanoseconds from the boottime.
6335 */
6336 enum qca_wlan_vendor_bss_filter_sta_stats {
6337 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_INVALID = 0,
6338 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAC = 1,
6339 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI = 2,
6340 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_RSSI_TS = 3,
6341
6342 /* keep last */
6343 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_AFTER_LAST,
6344 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_MAX =
6345 QCA_WLAN_VENDOR_BSS_FILTER_STA_STATS_AFTER_LAST - 1
6346 };
6347
6348 /* enum qca_wlan_nan_subcmd_type - Type of NAN command used by attribute
6349 * QCA_WLAN_VENDOR_ATTR_NAN_SUBCMD_TYPE as a part of vendor command
6350 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT.
6351 */
6352 enum qca_wlan_nan_ext_subcmd_type {
6353 /* Subcmd of type NAN Enable Request */
6354 QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ = 1,
6355 /* Subcmd of type NAN Disable Request */
6356 QCA_WLAN_NAN_EXT_SUBCMD_TYPE_DISABLE_REQ = 2,
6357 };
6358
6359 /**
6360 * enum qca_wlan_vendor_attr_nan_params - Used by the vendor command
6361 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT.
6362 */
6363 enum qca_wlan_vendor_attr_nan_params {
6364 QCA_WLAN_VENDOR_ATTR_NAN_INVALID = 0,
6365 /* Carries NAN command for firmware component. Every vendor command
6366 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT must contain this attribute with a
6367 * payload containing the NAN command. NLA_BINARY attribute.
6368 */
6369 QCA_WLAN_VENDOR_ATTR_NAN_CMD_DATA = 1,
6370 /* Indicates the type of NAN command sent with
6371 * QCA_NL80211_VENDOR_SUBCMD_NAN_EXT. enum qca_wlan_nan_ext_subcmd_type
6372 * describes the possible range of values. This attribute is mandatory
6373 * if the command being issued is either
6374 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ or
6375 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_DISABLE_REQ. NLA_U32 attribute.
6376 */
6377 QCA_WLAN_VENDOR_ATTR_NAN_SUBCMD_TYPE = 2,
6378 /* Frequency (in MHz) of primary NAN discovery social channel in 2.4 GHz
6379 * band. This attribute is mandatory when command type is
6380 * QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ. NLA_U32 attribute.
6381 */
6382 QCA_WLAN_VENDOR_ATTR_NAN_DISC_24GHZ_BAND_FREQ = 3,
6383 /* Frequency (in MHz) of secondary NAN discovery social channel in 5 GHz
6384 * band. This attribute is optional and should be included when command
6385 * type is QCA_WLAN_NAN_EXT_SUBCMD_TYPE_ENABLE_REQ and NAN discovery
6386 * has to be started on 5GHz along with 2.4GHz. NLA_U32 attribute.
6387 */
6388 QCA_WLAN_VENDOR_ATTR_NAN_DISC_5GHZ_BAND_FREQ = 4,
6389
6390 /* keep last */
6391 QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_AFTER_LAST,
6392 QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_MAX =
6393 QCA_WLAN_VENDOR_ATTR_NAN_PARAMS_AFTER_LAST - 1
6394 };
6395
6396 /**
6397 * enum qca_wlan_vendor_attr_twt_setup: Represents attributes for
6398 * TWT (Target Wake Time) setup request. These attributes are sent as part of
6399 * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP and
6400 * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
6401 *
6402 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST: Flag attribute.
6403 * Disable (flag attribute not present) - Individual TWT
6404 * Enable (flag attribute present) - Broadcast TWT.
6405 * Individual means the session is between the STA and the AP.
6406 * This session is established using a separate negotiation between
6407 * STA and AP.
6408 * Broadcast means the session is across multiple STAs and an AP. The
6409 * configuration parameters are announced in Beacon frames by the AP.
6410 *
6411 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE: Required (u8).
6412 * Unsigned 8-bit qca_wlan_vendor_twt_setup_req_type to
6413 * specify the TWT request type
6414 *
6415 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER: Flag attribute
6416 * Enable (flag attribute present) - TWT with trigger support.
6417 * Disable (flag attribute not present) - TWT without trigger support.
6418 * Trigger means the AP will send the trigger frame to allow STA to send data.
6419 * Without trigger, the STA will wait for the MU EDCA timer before
6420 * transmitting the data.
6421 *
6422 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE: Required (u8)
6423 * 0 - Announced TWT - In this mode, STA may skip few service periods to
6424 * save more power. If STA wants to wake up, it will send a PS-POLL/QoS
6425 * NULL frame to AP.
6426 * 1 - Unannounced TWT - The STA will wakeup during every SP.
6427 *
6428 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID: Optional (u8)
6429 * Flow ID is the unique identifier for each TWT session.
6430 * Currently this is not required and dialog ID will be set to zero.
6431 *
6432 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP: Required (u8)
6433 * This attribute (exp) is used along with the mantissa to derive the
6434 * wake interval using the following formula:
6435 * pow(2,exp) = wake_intvl_us/wake_intvl_mantis
6436 * Wake interval is the interval between 2 successive SP.
6437 *
6438 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION: Flag attribute
6439 * Enable (flag attribute present) - Protection required.
6440 * Disable (flag attribute not present) - Protection not required.
6441 * If protection is enabled, then the AP will use protection
6442 * mechanism using RTS/CTS to self to reserve the airtime.
6443 *
6444 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME: Optional (u32)
6445 * This attribute is used as the SP offset which is the offset from
6446 * TSF after which the wake happens. The units are in microseconds. If
6447 * this attribute is not provided, then the value will be set to zero.
6448 *
6449 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION: Required (u32)
6450 * This is the duration of the service period. The units are in TU.
6451 *
6452 * @QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA: Required (u32)
6453 * This attribute is used to configure wake interval mantissa.
6454 * The units are in TU.
6455 */
6456 enum qca_wlan_vendor_attr_twt_setup {
6457 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_INVALID = 0,
6458 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST = 1,
6459 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE = 2,
6460 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER = 3,
6461 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE = 4,
6462 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID = 5,
6463 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP = 6,
6464 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION = 7,
6465 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME = 8,
6466 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION = 9,
6467 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA = 10,
6468
6469 /* keep last */
6470 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_AFTER_LAST,
6471 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAX =
6472 QCA_WLAN_VENDOR_ATTR_TWT_SETUP_AFTER_LAST - 1,
6473 };
6474
6475 /**
6476 * enum qca_wlan_vendor_attr_twt_resume: Represents attributes for
6477 * TWT (Target Wake Time) resume request. These attributes are sent as part of
6478 * %QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_RESUME and
6479 * %QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION.
6480 *
6481 * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT: Optional (u8)
6482 * This attribute is used as the SP offset which is the offset from
6483 * TSF after which the wake happens. The units are in microseconds.
6484 * If this attribute is not provided, then the value will be set to
6485 * zero.
6486 *
6487 * @QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT_SIZE: Required (u32)
6488 * This attribute represents the next TWT subfield size.
6489 */
6490 enum qca_wlan_vendor_attr_twt_resume {
6491 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_INVALID = 0,
6492 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT = 1,
6493 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_NEXT_TWT_SIZE = 2,
6494
6495 /* keep last */
6496 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_AFTER_LAST,
6497 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_MAX =
6498 QCA_WLAN_VENDOR_ATTR_TWT_RESUME_AFTER_LAST - 1,
6499 };
6500
6501 /**
6502 * enum qca_wlan_vendor_twt_setup_req_type - Required (u8)
6503 * Represents the setup type being requested for TWT.
6504 * @QCA_WLAN_VENDOR_TWT_SETUP_REQUEST: STA is not specifying all the TWT
6505 * parameters but relying on AP to fill the parameters during the negotiation.
6506 * @QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST: STA will provide all the suggested
6507 * values which the AP may accept or AP may provide alternative parameters
6508 * which the STA may accept.
6509 * @QCA_WLAN_VENDOR_TWT_SETUP_DEMAND: STA is not willing to accept any
6510 * alternate parameters than the requested ones.
6511 */
6512 enum qca_wlan_vendor_twt_setup_req_type {
6513 QCA_WLAN_VENDOR_TWT_SETUP_REQUEST = 1,
6514 QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST = 2,
6515 QCA_WLAN_VENDOR_TWT_SETUP_DEMAND = 3,
6516 };
6517
6518 /**
6519 * enum qca_wlan_roam_scan_event_type - Type of roam scan event
6520 *
6521 * Indicates the type of roam scan event sent by firmware/driver.
6522 *
6523 * @QCA_WLAN_ROAM_SCAN_TRIGGER_EVENT: Roam scan trigger event type.
6524 * @QCA_WLAN_ROAM_SCAN_STOP_EVENT: Roam scan stopped event type.
6525 */
6526 enum qca_wlan_roam_scan_event_type {
6527 QCA_WLAN_ROAM_SCAN_TRIGGER_EVENT = 0,
6528 QCA_WLAN_ROAM_SCAN_STOP_EVENT = 1,
6529 };
6530
6531 /**
6532 * enum qca_wlan_roam_scan_trigger_reason - Roam scan trigger reason
6533 *
6534 * Indicates the reason for triggering roam scan by firmware/driver.
6535 *
6536 * @QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_LOW_RSSI: Due to low RSSI of current AP.
6537 * @QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_HIGH_PER: Due to high packet error rate.
6538 */
6539 enum qca_wlan_roam_scan_trigger_reason {
6540 QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_LOW_RSSI = 0,
6541 QCA_WLAN_ROAM_SCAN_TRIGGER_REASON_HIGH_PER = 1,
6542 };
6543
6544 /**
6545 * enum qca_wlan_vendor_attr_roam_scan - Vendor subcmd attributes to report
6546 * roam scan related details from driver/firmware to user space. enum values
6547 * are used for NL attributes sent with
6548 * %QCA_NL80211_VENDOR_SUBCMD_ROAM_SCAN_EVENT sub command.
6549 */
6550 enum qca_wlan_vendor_attr_roam_scan {
6551 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_INVALID = 0,
6552 /* Encapsulates type of roam scan event being reported. enum
6553 * qca_wlan_roam_scan_event_type describes the possible range of
6554 * values. u32 attribute.
6555 */
6556 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_EVENT_TYPE = 1,
6557 /* Encapsulates reason for triggering roam scan. enum
6558 * qca_wlan_roam_scan_trigger_reason describes the possible range of
6559 * values. u32 attribute.
6560 */
6561 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_TRIGGER_REASON = 2,
6562
6563 /* keep last */
6564 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_AFTER_LAST,
6565 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_MAX =
6566 QCA_WLAN_VENDOR_ATTR_ROAM_SCAN_AFTER_LAST - 1,
6567 };
6568
6569 /**
6570 * enum qca_wlan_vendor_cfr_method - QCA vendor CFR methods used by
6571 * attribute QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD as part of vendor
6572 * command QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG.
6573 */
6574 enum qca_wlan_vendor_cfr_method {
6575 /* CFR method using QOS Null frame */
6576 QCA_WLAN_VENDOR_CFR_METHOD_QOS_NULL = 0,
6577 };
6578
6579 /**
6580 * enum qca_wlan_vendor_peer_cfr_capture_attr - Used by the vendor command
6581 * QCA_NL80211_VENDOR_SUBCMD_PEER_CFR_CAPTURE_CFG to configure peer
6582 * Channel Frequency Response capture parameters and enable periodic CFR
6583 * capture.
6584 */
6585 enum qca_wlan_vendor_peer_cfr_capture_attr {
6586 QCA_WLAN_VENDOR_ATTR_PEER_CFR_CAPTURE_INVALID = 0,
6587 /* 6-byte MAC address of the peer.
6588 * This attribute is mandatory.
6589 */
6590 QCA_WLAN_VENDOR_ATTR_CFR_PEER_MAC_ADDR = 1,
6591 /* Enable peer CFR Capture, flag attribute.
6592 * This attribute is mandatory to enable peer CFR capture.
6593 * If this attribute is not present, peer CFR capture is disabled.
6594 */
6595 QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE = 2,
6596 /* BW of measurement, attribute uses the values in enum nl80211_chan_width
6597 * Supported values: 20, 40, 80, 80+80, 160.
6598 * Note that all targets may not support all bandwidths.
6599 * u8 attribute. This attribute is mandatory if attribute
6600 * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
6601 */
6602 QCA_WLAN_VENDOR_ATTR_PEER_CFR_BANDWIDTH = 3,
6603 /* Periodicity of CFR measurement in msec.
6604 * Periodicity should be a multiple of Base timer.
6605 * Current Base timer value supported is 10 msecs (default).
6606 * 0 for one shot capture. u32 attribute.
6607 * This attribute is mandatory if attribute
6608 * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
6609 */
6610 QCA_WLAN_VENDOR_ATTR_PEER_CFR_PERIODICITY = 4,
6611 /* Method used to capture Channel Frequency Response.
6612 * Attribute uses the values defined in enum qca_wlan_vendor_cfr_method.
6613 * u8 attribute. This attribute is mandatory if attribute
6614 * QCA_WLAN_VENDOR_ATTR_PEER_CFR_ENABLE is used.
6615 */
6616 QCA_WLAN_VENDOR_ATTR_PEER_CFR_METHOD = 5,
6617 /* Enable periodic CFR capture, flag attribute.
6618 * This attribute is mandatory to enable Periodic CFR capture.
6619 * If this attribute is not present, periodic CFR capture is disabled.
6620 */
6621 QCA_WLAN_VENDOR_ATTR_PERIODIC_CFR_CAPTURE_ENABLE = 6,
6622
6623 /* Keep last */
6624 QCA_WLAN_VENDOR_ATTR_PEER_CFR_AFTER_LAST,
6625 QCA_WLAN_VENDOR_ATTR_PEER_CFR_MAX =
6626 QCA_WLAN_VENDOR_ATTR_PEER_CFR_AFTER_LAST - 1,
6627 };
6628
6629 /**
6630 * enum qca_wlan_throughput_level - Current throughput level
6631 *
6632 * Indicates the current level of throughput calculated by the driver. The
6633 * driver may choose different thresholds to decide whether the throughput level
6634 * is low or medium or high based on variety of parameters like physical link
6635 * capacity of the current connection, the number of packets being dispatched
6636 * per second, etc. The throughput level events might not be consistent with the
6637 * actual current throughput value being observed.
6638 *
6639 * @QCA_WLAN_THROUGHPUT_LEVEL_LOW: Low level of throughput
6640 * @QCA_WLAN_THROUGHPUT_LEVEL_MEDIUM: Medium level of throughput
6641 * @QCA_WLAN_THROUGHPUT_LEVEL_HIGH: High level of throughput
6642 */
6643 enum qca_wlan_throughput_level {
6644 QCA_WLAN_THROUGHPUT_LEVEL_LOW = 0,
6645 QCA_WLAN_THROUGHPUT_LEVEL_MEDIUM = 1,
6646 QCA_WLAN_THROUGHPUT_LEVEL_HIGH = 2,
6647 };
6648
6649 /**
6650 * enum qca_wlan_vendor_attr_throughput_change - Vendor subcmd attributes to
6651 * report throughput changes from the driver to user space. enum values are used
6652 * for netlink attributes sent with
6653 * %QCA_NL80211_VENDOR_SUBCMD_THROUGHPUT_CHANGE_EVENT sub command.
6654 */
6655 enum qca_wlan_vendor_attr_throughput_change {
6656 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_INVALID = 0,
6657 /* Indicates the direction of throughput in which the change is being
6658 * reported. u8 attribute. Value is 0 for TX and 1 for RX.
6659 */
6660 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_DIRECTION = 1,
6661 /* Indicates the newly observed throughput level. enum
6662 * qca_wlan_throughput_level describes the possible range of values.
6663 * u8 attribute.
6664 */
6665 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_THROUGHPUT_LEVEL = 2,
6666 /* Indicates the driver's guidance on the new value to be set to
6667 * kernel's TCP parameter tcp_limit_output_bytes. u32 attribute. The
6668 * driver may optionally include this attribute.
6669 */
6670 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_LIMIT_OUTPUT_BYTES = 3,
6671 /* Indicates the driver's guidance on the new value to be set to
6672 * kernel's TCP parameter tcp_adv_win_scale. s8 attribute. Possible
6673 * values are from -31 to 31. The driver may optionally include this
6674 * attribute.
6675 */
6676 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_ADV_WIN_SCALE = 4,
6677 /* Indicates the driver's guidance on the new value to be set to
6678 * kernel's TCP parameter tcp_delack_seg. u32 attribute. The driver may
6679 * optionally include this attribute.
6680 */
6681 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_TCP_DELACK_SEG = 5,
6682
6683 /* keep last */
6684 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_AFTER_LAST,
6685 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_MAX =
6686 QCA_WLAN_VENDOR_ATTR_THROUGHPUT_CHANGE_AFTER_LAST - 1,
6687 };
6688
6689 /**
6690 * enum qca_coex_config_profiles - This enum defines different types of
6691 * traffic streams that can be prioritized one over the other during coex
6692 * scenarios.
6693 * The types defined in this enum are categorized in the below manner.
6694 * 0 - 31 values corresponds to WLAN
6695 * 32 - 63 values corresponds to BT
6696 * 64 - 95 values corresponds to Zigbee
6697 * @QCA_WIFI_STA_DISCOVERY: Prioritize discovery frames for WLAN STA
6698 * @QCA_WIFI_STA_CONNECTION: Prioritize connection frames for WLAN STA
6699 * @QCA_WIFI_STA_CLASS_3_MGMT: Prioritize class 3 mgmt frames for WLAN STA
6700 * @QCA_WIFI_STA_DATA : Prioritize data frames for WLAN STA
6701 * @QCA_WIFI_STA_ALL: Priritize all frames for WLAN STA
6702 * @QCA_WIFI_SAP_DISCOVERY: Prioritize discovery frames for WLAN SAP
6703 * @QCA_WIFI_SAP_CONNECTION: Prioritize connection frames for WLAN SAP
6704 * @QCA_WIFI_SAP_CLASS_3_MGMT: Prioritize class 3 mgmt frames for WLAN SAP
6705 * @QCA_WIFI_SAP_DATA: Prioritize data frames for WLAN SAP
6706 * @QCA_WIFI_SAP_ALL: Prioritize all frames for WLAN SAP
6707 * @QCA_BT_A2DP: Prioritize BT A2DP
6708 * @QCA_BT_BLE: Prioritize BT BLE
6709 * @QCA_BT_SCO: Prioritize BT SCO
6710 * @QCA_ZB_LOW: Prioritize Zigbee Low
6711 * @QCA_ZB_HIGH: Prioritize Zigbee High
6712 */
6713 enum qca_coex_config_profiles {
6714 /* 0 - 31 corresponds to WLAN */
6715 QCA_WIFI_STA_DISCOVERY = 0,
6716 QCA_WIFI_STA_CONNECTION = 1,
6717 QCA_WIFI_STA_CLASS_3_MGMT = 2,
6718 QCA_WIFI_STA_DATA = 3,
6719 QCA_WIFI_STA_ALL = 4,
6720 QCA_WIFI_SAP_DISCOVERY = 5,
6721 QCA_WIFI_SAP_CONNECTION = 6,
6722 QCA_WIFI_SAP_CLASS_3_MGMT = 7,
6723 QCA_WIFI_SAP_DATA = 8,
6724 QCA_WIFI_SAP_ALL = 9,
6725 QCA_WIFI_CASE_MAX = 31,
6726 /* 32 - 63 corresponds to BT */
6727 QCA_BT_A2DP = 32,
6728 QCA_BT_BLE = 33,
6729 QCA_BT_SCO = 34,
6730 QCA_BT_CASE_MAX = 63,
6731 /* 64 - 95 corresponds to Zigbee */
6732 QCA_ZB_LOW = 64,
6733 QCA_ZB_HIGH = 65,
6734 QCA_ZB_CASE_MAX = 95,
6735 /* 0xff is default value if the u8 profile value is not set. */
6736 QCA_COEX_CONFIG_PROFILE_DEFAULT_VALUE = 255
6737 };
6738
6739 /**
6740 * enum qca_vendor_attr_coex_config_types - Coex configurations types.
6741 * This enum defines the valid set of values of coex configuration types. These
6742 * values may used by attribute
6743 * %QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE.
6744 *
6745 * @QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_RESET: Reset all the
6746 * weights to default values.
6747 * @QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_START: Start to config
6748 * weights with configurability value.
6749 */
6750 enum qca_vendor_attr_coex_config_types {
6751 QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_INVALID = 0,
6752 QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_RESET = 1,
6753 QCA_WLAN_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_COEX_START = 2,
6754 };
6755
6756 /**
6757 * enum qca_vendor_attr_coex_config - Specifies vendor coex config attributes
6758 *
6759 * @QCA_VENDOR_ATTR_COEX_CONFIG_PROFILES: This attribute contains variable
6760 * length array of 8-bit values from enum qca_coex_config_profiles.
6761 * FW will prioritize the profiles in the order given in the array encapsulated
6762 * in this attribute.
6763 * For example:
6764 * -----------------------------------------------------------------------
6765 * | 1 | 34 | 32 | 65 |
6766 * -----------------------------------------------------------------------
6767 * If the attribute contains the values defined in above array then it means
6768 * 1) Wifi STA connection has priority over BT_SCO, BT_A2DP and ZIGBEE HIGH.
6769 * 2) BT_SCO has priority over BT_A2DP.
6770 * 3) BT_A2DP has priority over ZIGBEE HIGH.
6771 * Profiles which are not listed in this array shall not be preferred over the
6772 * profiles which are listed in the array as a part of this attribute.
6773 */
6774 enum qca_vendor_attr_coex_config {
6775 QCA_VENDOR_ATTR_COEX_CONFIG_INVALID = 0,
6776 QCA_VENDOR_ATTR_COEX_CONFIG_PROFILES = 1,
6777
6778 /* Keep last */
6779 QCA_VENDOR_ATTR_COEX_CONFIG_AFTER_LAST,
6780 QCA_VENDOR_ATTR_COEX_CONFIG_MAX =
6781 QCA_VENDOR_ATTR_COEX_CONFIG_AFTER_LAST - 1,
6782 };
6783
6784 /**
6785 * enum qca_vendor_attr_coex_config_three_way - Specifies vendor coex config
6786 * attributes
6787 * Attributes for data used by QCA_NL80211_VENDOR_SUBCMD_COEX_CONFIG
6788 *
6789 * QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE: u32 attribute.
6790 * Indicate config type.
6791 * The config types are 32-bit values from qca_vendor_attr_coex_config_types
6792 *
6793 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_1: u32 attribute.
6794 * Indicate the Priority 1 profiles.
6795 * The profiles are 8-bit values from enum qca_coex_config_profiles.
6796 * In same priority level, maximum to 4 profiles can be set here.
6797 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_2: u32 attribute.
6798 * Indicate the Priority 2 profiles.
6799 * The profiles are 8-bit values from enum qca_coex_config_profiles.
6800 * In same priority level, maximum to 4 profiles can be set here.
6801 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_3: u32 attribute.
6802 * Indicate the Priority 3 profiles.
6803 * The profiles are 8-bit values from enum qca_coex_config_profiles.
6804 * In same priority level, maximum to 4 profiles can be set here.
6805 * @QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_4: u32 attribute.
6806 * Indicate the Priority 4 profiles.
6807 * The profiles are 8-bit values from enum qca_coex_config_profiles.
6808 * In same priority level, maximum to 4 profiles can be set here.
6809 * NOTE:
6810 * Limitations for QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_x priority
6811 * arrangement:
6812 * 1: In the same u32 attribute (priority x), the profiles enum values own
6813 * same priority level.
6814 * 2: 0xff is default value if the u8 profile value is not set.
6815 * 3: max to 4 rules/profiles in same priority level.
6816 * 4: max to 4 priority level (priority 1 - priority 4)
6817 * 5: one priority level only supports one scenario from WLAN/BT/ZB,
6818 * hybrid rules not support.
6819 * 6: if WMI_COEX_CONFIG_THREE_WAY_COEX_RESET called, priority x will
6820 * remain blank to reset all parameters.
6821 * For example:
6822 *
6823 * If the attributes as follow:
6824 * priority 1:
6825 * ------------------------------------
6826 * | 0xff | 0 | 1 | 2 |
6827 * ------------------------------------
6828 * priority 2:
6829 * -------------------------------------
6830 * | 0xff | 0xff | 0xff | 32 |
6831 * -------------------------------------
6832 * priority 3:
6833 * -------------------------------------
6834 * | 0xff | 0xff | 0xff | 65 |
6835 * -------------------------------------
6836 * then it means:
6837 * 1: WIFI_STA_DISCOVERY, WIFI_STA_CLASS_3_MGMT and WIFI_STA_CONNECTION
6838 * owns same priority level.
6839 * 2: WIFI_STA_DISCOVERY, WIFI_STA_CLASS_3_MGMT and WIFI_STA_CONNECTION
6840 * has priority over BT_A2DP and ZB_HIGH.
6841 * 3: BT_A2DP has priority over ZB_HIGH.
6842 */
6843
6844 enum qca_vendor_attr_coex_config_three_way {
6845 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_INVALID = 0,
6846 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_CONFIG_TYPE = 1,
6847 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_1 = 2,
6848 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_2 = 3,
6849 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_3 = 4,
6850 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_PRIORITY_4 = 5,
6851
6852 /* Keep last */
6853 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_AFTER_LAST,
6854 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_MAX =
6855 QCA_VENDOR_ATTR_COEX_CONFIG_THREE_WAY_AFTER_LAST - 1,
6856 };
6857
6858 /**
6859 * enum qca_wlan_vendor_attr_link_properties - Represent the link properties.
6860 *
6861 * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR: MAC address of the peer
6862 * (STA/AP) for the connected link.
6863 * @QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_STA_FLAGS: Attribute containing a
6864 * &struct nl80211_sta_flag_update for the respective connected link. MAC
6865 * address of the peer represented by
6866 * QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR.
6867 */
6868 enum qca_wlan_vendor_attr_link_properties {
6869 QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_INVALID = 0,
6870 /* 1 - 3 are reserved */
6871 QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_MAC_ADDR = 4,
6872 QCA_WLAN_VENDOR_ATTR_LINK_PROPERTIES_STA_FLAGS = 5,
6873
6874 /* Keep last */
6875 QCA_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST,
6876 QCA_VENDOR_ATTR_LINK_PROPERTIES_MAX =
6877 QCA_VENDOR_ATTR_LINK_PROPERTIES_AFTER_LAST - 1,
6878 };
6879
6880 /**
6881 * enum qca_vendor_attr_peer_stats_cache_type - Represents peer stats cache type
6882 * This enum defines the valid set of values of peer stats cache types. These
6883 * values are used by attribute
6884 * %QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE.
6885 *
6886 * @QCA_WLAN_VENDOR_ATTR_PEER_TX_RATE_STATS: Represents peer TX rate statistics
6887 * @QCA_WLAN_VENDOR_ATTR_PEER_RX_RATE_STATS: Represents peer RX rate statistics
6888 * @QCA_WLAN_VENDOR_ATTR_PEER_TX_SOJOURN_STATS: Represents peer TX sojourn
6889 * statistics
6890 */
6891 enum qca_vendor_attr_peer_stats_cache_type {
6892 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE_INVALID = 0,
6893
6894 QCA_WLAN_VENDOR_ATTR_PEER_TX_RATE_STATS,
6895 QCA_WLAN_VENDOR_ATTR_PEER_RX_RATE_STATS,
6896 QCA_WLAN_VENDOR_ATTR_PEER_TX_SOJOURN_STATS,
6897 };
6898
6899 /**
6900 * enum qca_wlan_vendor_attr_peer_stats_cache_params - This enum defines
6901 * attributes required for QCA_NL80211_VENDOR_SUBCMD_PEER_STATS_CACHE_FLUSH
6902 * Information in these attributes is used to flush peer rate statistics from
6903 * the driver to user application.
6904 *
6905 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE: Unsigned 32-bit attribute
6906 * Indicate peer statistics cache type.
6907 * The statistics types are 32-bit values from
6908 * enum qca_vendor_attr_peer_stats_cache_type.
6909 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_MAC: Unsigned 8-bit array
6910 * of size 6 octets, representing the peer MAC address.
6911 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA: Opaque data attribute
6912 * containing buffer of statistics to send to application layer entity.
6913 * @QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_COOKIE: Unsigned 64-bit attribute
6914 * representing a cookie for peer unique session.
6915 */
6916 enum qca_wlan_vendor_attr_peer_stats_cache_params {
6917 QCA_WLAN_VENDOR_ATTR_PEER_STATS_INVALID = 0,
6918
6919 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_TYPE = 1,
6920 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_MAC = 2,
6921 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_DATA = 3,
6922 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_PEER_COOKIE = 4,
6923
6924 /* Keep last */
6925 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_LAST,
6926 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_MAX =
6927 QCA_WLAN_VENDOR_ATTR_PEER_STATS_CACHE_LAST - 1
6928 };
6929
6930 /**
6931 * enum qca_mpta_helper_attr_zigbee_state - Current Zigbee state
6932 * This enum defines all the possible states of Zigbee, which can be
6933 * delivered in the QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_STATE attribute.
6934 *
6935 * @ZIGBEE_IDLE: Zigbee in idle state
6936 * @ZIGBEE_FORM_NETWORK: Zigbee forming network
6937 * @ZIGBEE_WAIT_JOIN: Zigbee waiting for joining network
6938 * @ZIGBEE_JOIN: Zigbee joining network
6939 * @ZIGBEE_NETWORK_UP: Zigbee network is up
6940 * @ZIGBEE_HMI: Zigbee in HMI mode
6941 */
6942 enum qca_mpta_helper_attr_zigbee_state {
6943 ZIGBEE_IDLE = 0,
6944 ZIGBEE_FORM_NETWORK = 1,
6945 ZIGBEE_WAIT_JOIN = 2,
6946 ZIGBEE_JOIN = 3,
6947 ZIGBEE_NETWORK_UP = 4,
6948 ZIGBEE_HMI = 5,
6949 };
6950
6951 /*
6952 * enum qca_mpta_helper_vendor_attr - Attributes used in vendor sub-command
6953 * QCA_NL80211_VENDOR_SUBCMD_MPTA_HELPER_CONFIG.
6954 */
6955 enum qca_mpta_helper_vendor_attr {
6956 QCA_MPTA_HELPER_VENDOR_ATTR_INVALID = 0,
6957 /* Optional attribute used to update Zigbee state.
6958 * enum qca_mpta_helper_attr_zigbee_state.
6959 * NLA_U32 attribute.
6960 */
6961 QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_STATE = 1,
6962 /* Optional attribute used to configure WLAN duration for Shape-OCS
6963 * during interrupt.
6964 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_NON_WLAN_DURATION.
6965 * Value range 0 ~ 300 (ms).
6966 * NLA_U32 attribute.
6967 */
6968 QCA_MPTA_HELPER_VENDOR_ATTR_INT_WLAN_DURATION = 2,
6969 /* Optional attribute used to configure non-WLAN duration for Shape-OCS
6970 * during interrupt.
6971 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_WLAN_DURATION.
6972 * Value range 0 ~ 300 (ms).
6973 * NLA_U32 attribute.
6974 */
6975 QCA_MPTA_HELPER_VENDOR_ATTR_INT_NON_WLAN_DURATION = 3,
6976 /* Optional attribute used to configure WLAN duration for Shape-OCS
6977 * monitor period.
6978 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_NON_WLAN_DURATION.
6979 * Value range 0 ~ 300 (ms)
6980 * NLA_U32 attribute
6981 */
6982 QCA_MPTA_HELPER_VENDOR_ATTR_MON_WLAN_DURATION = 4,
6983 /* Optional attribute used to configure non-WLAN duration for Shape-OCS
6984 * monitor period.
6985 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_WLAN_DURATION.
6986 * Value range 0 ~ 300 (ms)
6987 * NLA_U32 attribute
6988 */
6989 QCA_MPTA_HELPER_VENDOR_ATTR_MON_NON_WLAN_DURATION = 5,
6990 /* Optional attribute used to configure OCS interrupt duration.
6991 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_MON_OCS_DURATION.
6992 * Value range 1000 ~ 20000 (ms)
6993 * NLA_U32 attribute
6994 */
6995 QCA_MPTA_HELPER_VENDOR_ATTR_INT_OCS_DURATION = 6,
6996 /* Optional attribute used to configure OCS monitor duration.
6997 * Set in pair with QCA_MPTA_HELPER_VENDOR_ATTR_INT_OCS_DURATION.
6998 * Value range 1000 ~ 20000 (ms)
6999 * NLA_U32 attribute
7000 */
7001 QCA_MPTA_HELPER_VENDOR_ATTR_MON_OCS_DURATION = 7,
7002 /* Optional attribute used to notify WLAN firmware the current Zigbee
7003 * channel.
7004 * Value range 11 ~ 26
7005 * NLA_U32 attribute
7006 */
7007 QCA_MPTA_HELPER_VENDOR_ATTR_ZIGBEE_CHAN = 8,
7008 /* Optional attribute used to configure WLAN mute duration.
7009 * Value range 0 ~ 400 (ms)
7010 * NLA_U32 attribute
7011 */
7012 QCA_MPTA_HELPER_VENDOR_ATTR_WLAN_MUTE_DURATION = 9,
7013
7014 /* keep last */
7015 QCA_MPTA_HELPER_VENDOR_ATTR_AFTER_LAST,
7016 QCA_MPTA_HELPER_VENDOR_ATTR_MAX =
7017 QCA_MPTA_HELPER_VENDOR_ATTR_AFTER_LAST - 1
7018 };
7019
7020 /**
7021 * enum qca_wlan_vendor_beacon_reporting_op_types - Defines different types of
7022 * operations for which %QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING can be used.
7023 * Will be used by %QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE.
7024 *
7025 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START: Sent by userspace to the driver
7026 * to request the driver to start reporting Beacon frames.
7027 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_STOP: Sent by userspace to the driver to
7028 * request the driver to stop reporting Beacon frames.
7029 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO: Sent by the driver to
7030 * userspace to report received Beacon frames.
7031 * @QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE: Sent by the driver to userspace
7032 * to indicate that the driver is going to pause reporting Beacon frames.
7033 */
7034 enum qca_wlan_vendor_beacon_reporting_op_types {
7035 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START = 0,
7036 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_STOP = 1,
7037 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO = 2,
7038 QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE = 3,
7039 };
7040
7041 /**
7042 * enum qca_wlan_vendor_beacon_reporting_pause_reasons - Defines different types
7043 * of reasons for which the driver is pausing reporting Beacon frames. Will be
7044 * used by %QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON.
7045 *
7046 * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_UNSPECIFIED: For unspecified
7047 * reasons.
7048 * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_SCAN_STARTED: When the
7049 * driver/firmware is starting a scan.
7050 * @QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED: When the
7051 * driver/firmware disconnects from the ESS and indicates the disconnection to
7052 * userspace (non-seamless roaming case). This reason code will be used by the
7053 * driver/firmware to indicate stopping of beacon report events. Userspace will
7054 * need to start beacon reporting again (if desired) by sending vendor command
7055 * QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING with
7056 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE set to
7057 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START after the next connection is
7058 * completed.
7059 */
7060 enum qca_wlan_vendor_beacon_reporting_pause_reasons {
7061 QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_UNSPECIFIED = 0,
7062 QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_SCAN_STARTED = 1,
7063 QCA_WLAN_VENDOR_BEACON_REPORTING_PAUSE_REASON_DISCONNECTED = 2,
7064 };
7065
7066 /*
7067 * enum qca_wlan_vendor_attr_beacon_reporting_params - List of attributes used
7068 * in vendor sub-command QCA_NL80211_VENDOR_SUBCMD_BEACON_REPORTING.
7069 */
7070 enum qca_wlan_vendor_attr_beacon_reporting_params {
7071 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_INVALID = 0,
7072 /* Specifies the type of operation that the vendor command/event is
7073 * intended for. Possible values for this attribute are defined in
7074 * enum qca_wlan_vendor_beacon_reporting_op_types. u32 attribute.
7075 */
7076 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE = 1,
7077 /* Optionally set by userspace to request the driver to report Beacon
7078 * frames using asynchronous vendor events when the
7079 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7080 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
7081 * If this flag is not set, the driver will only update Beacon frames in
7082 * cfg80211 scan cache but not send any vendor events.
7083 */
7084 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_ACTIVE_REPORTING = 2,
7085 /* Optionally used by userspace to request the driver/firmware to report
7086 * Beacon frames periodically when the
7087 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7088 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START.
7089 * u32 attribute, indicates the period of Beacon frames to be reported
7090 * and in the units of beacon interval.
7091 * If this attribute is missing in the command, then the default value
7092 * of 1 will be assumed by driver, i.e., to report every Beacon frame.
7093 * Zero is an invalid value.
7094 * If a valid value is received for this attribute, the driver will
7095 * update the cfg80211 scan cache periodically as per the value received
7096 * in this attribute in addition to updating the cfg80211 scan cache
7097 * when there is significant change in Beacon frame IEs.
7098 */
7099 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PERIOD = 3,
7100 /* Used by the driver to encapsulate the SSID when the
7101 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7102 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7103 * u8 array with a maximum size of 32.
7104 *
7105 * When generating beacon report from non-MBSSID Beacon frame, the SSID
7106 * will be taken from the SSID element of the received Beacon frame.
7107 *
7108 * When generating beacon report from Multiple BSSID Beacon frame and if
7109 * the BSSID of the current connected BSS matches the BSSID of the
7110 * transmitting BSS, the SSID will be taken from the SSID element of the
7111 * received Beacon frame.
7112 *
7113 * When generating beacon report from Multiple BSSID Beacon frame and if
7114 * the BSSID of the current connected BSS matches the BSSID of one of
7115 * the* nontransmitting BSSs, the SSID will be taken from the SSID field
7116 * included in the nontransmitted BSS profile whose derived BSSID is
7117 * same as the BSSID of the current connected BSS. When there is no
7118 * nontransmitted BSS profile whose derived BSSID is same as the BSSID
7119 * of current connected* BSS, this attribute will not be present.
7120 */
7121 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_SSID = 4,
7122 /* Used by the driver to encapsulate the BSSID of the AP to which STA is
7123 * currently connected to when the
7124 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7125 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u8 array with a
7126 * fixed size of 6 bytes.
7127 *
7128 * When generating beacon report from a Multiple BSSID beacon and the
7129 * current connected BSSID matches one of the nontransmitted BSSIDs in a
7130 * Multiple BSSID set, this BSSID will be that particular nontransmitted
7131 * BSSID and not the transmitted BSSID (i.e., the transmitting address
7132 * of the Beacon frame).
7133 */
7134 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BSSID = 5,
7135 /* Used by the driver to encapsulate the frequency in MHz on which
7136 * the Beacon frame was received when the
7137 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is
7138 * set to QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7139 * u32 attribute.
7140 */
7141 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_FREQ = 6,
7142 /* Used by the driver to encapsulate the Beacon interval
7143 * when the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7144 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7145 * u16 attribute. The value will be copied from the Beacon frame and the
7146 * units are TUs.
7147 */
7148 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BI = 7,
7149 /* Used by the driver to encapsulate the Timestamp field from the Beacon
7150 * frame when the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set
7151 * to QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO.
7152 * u64 attribute.
7153 */
7154 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_TSF = 8,
7155 /* Used by the driver to encapsulate the CLOCK_BOOTTIME when this
7156 * Beacon frame is received in the driver when the
7157 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7158 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u64 attribute, in
7159 * the units of nanoseconds. This value is expected to have accuracy of
7160 * about 10 ms.
7161 */
7162 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_BOOTTIME_WHEN_RECEIVED = 9,
7163 /* Used by the driver to encapsulate the IEs of the Beacon frame from
7164 * which this event is generated when the
7165 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7166 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_BEACON_INFO. u8 array.
7167 */
7168 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_IES = 10,
7169 /* Used by the driver to specify the reason for the driver/firmware to
7170 * pause sending beacons to userspace when the
7171 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7172 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. Possible values are
7173 * defined in enum qca_wlan_vendor_beacon_reporting_pause_reasons, u32
7174 * attribute.
7175 */
7176 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_PAUSE_REASON = 11,
7177 /* Used by the driver to specify whether the driver will automatically
7178 * resume reporting beacon events to userspace later (for example after
7179 * the ongoing off-channel activity is completed etc.) when the
7180 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7181 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE. NLA_FLAG attribute.
7182 */
7183 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES = 12,
7184 /* Optionally set by userspace to request the driver not to resume
7185 * beacon reporting after a pause is completed, when the
7186 * QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_OP_TYPE is set to
7187 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START. NLA_FLAG attribute.
7188 * If this flag is set, the driver will not resume beacon reporting
7189 * after any pause in beacon reporting is completed. Userspace has to
7190 * send QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command again in order
7191 * to initiate beacon reporting again. If this flag is set in the recent
7192 * QCA_WLAN_VENDOR_BEACON_REPORTING_OP_START command, then in the
7193 * subsequent QCA_WLAN_VENDOR_BEACON_REPORTING_OP_PAUSE event (if any)
7194 * the QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_AUTO_RESUMES shall not be
7195 * set by the driver. Setting this flag until and unless there is a
7196 * specific need is not recommended as there is a chance of some beacons
7197 * received after pause command and next start command being not
7198 * reported.
7199 */
7200 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_DO_NOT_RESUME = 13,
7201
7202 /* Keep last */
7203 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST,
7204 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_MAX =
7205 QCA_WLAN_VENDOR_ATTR_BEACON_REPORTING_LAST - 1
7206 };
7207
7208 /**
7209 * enum qca_vendor_interop_issues_ap_type - Interop issue types
7210 * This enum defines the valid set of values of interop issue types. These
7211 * values are used by attribute %QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE.
7212 *
7213 * @QCA_VENDOR_INTEROP_ISSUES_AP_ON_STA_PS: The AP has power save interop issue
7214 * when the STA's Qpower feature is enabled.
7215 */
7216 enum qca_vendor_interop_issues_ap_type {
7217 QCA_VENDOR_INTEROP_ISSUES_AP_INVALID = 0,
7218 QCA_VENDOR_INTEROP_ISSUES_AP_ON_STA_PS = 1,
7219 };
7220
7221 /**
7222 * enum qca_vendor_attr_interop_issues_ap - attribute for AP with interop issues
7223 * Values are used by %QCA_NL80211_VENDOR_SUBCMD_INTEROP_ISSUES_AP.
7224 *
7225 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_INVALID: Invalid value
7226 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE: Interop issue type
7227 * 32-bit unsigned value. The values defined in enum
7228 * qca_vendor_interop_issues_ap_type are used.
7229 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST: APs' BSSID container
7230 * array of nested QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID attributes.
7231 * It is present and mandatory for the command but is not used for the event
7232 * since only a single BSSID is reported in an event.
7233 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID: AP's BSSID 6-byte MAC address.
7234 * It is used within the nested QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST
7235 * attribute in command case and without such encapsulation in the event case.
7236 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST: last value
7237 * @QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX: max value
7238 */
7239 enum qca_vendor_attr_interop_issues_ap {
7240 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_INVALID,
7241 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_TYPE,
7242 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_LIST,
7243 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_BSSID,
7244 /* keep last */
7245 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST,
7246 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_MAX =
7247 QCA_WLAN_VENDOR_ATTR_INTEROP_ISSUES_AP_AFTER_LAST - 1
7248 };
7249
7250 /*
7251 * enum qca_wlan_vendor_attr_oem_data_params - Used by the vendor command
7252 * QCA_NL80211_VENDOR_SUBCMD_OEM_DATA.
7253 *
7254 * @QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA: The binary blob for the vendor
7255 * command QCA_NL80211_VENDOR_SUBCMD_OEM_DATA are carried through this attribute.
7256 * NLA_BINARY attribute, the max size is 1024 bytes.
7257 */
7258 enum qca_wlan_vendor_attr_oem_data_params {
7259 QCA_WLAN_VENDOR_ATTR_OEM_DATA_INVALID = 0,
7260 QCA_WLAN_VENDOR_ATTR_OEM_DATA_CMD_DATA = 1,
7261
7262 /* keep last */
7263 QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST,
7264 QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_MAX =
7265 QCA_WLAN_VENDOR_ATTR_OEM_DATA_PARAMS_AFTER_LAST - 1
7266 };
7267 #endif /* QCA_VENDOR_H */