Lines Matching +full:channel +full:- +full:6
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
13 * enum iwl_scan_subcmd_ids - scan commands
33 * struct iwl_ssid_ie - directed scan network information element
37 * each channel may select different ssids from among the 20 entries.
78 * struct iwl_scan_offload_blocklist - SCAN_OFFLOAD_BLACKLIST_S
81 * @client_bitmap: clients ignore this entry - enum scan_framework_client
112 * struct iwl_scan_offload_profile - SCAN_OFFLOAD_PROFILE_S
114 * @unicast_cipher: encryption algorithm to match - bitmap
115 * @auth_alg: authentication algorithm to match - bitmap
118 * @client_bitmap: clients waiting for match - enum scan_framework_client
137 * @active_clients: active clients bitmap - enum scan_framework_client
152 * struct iwl_scan_offload_profile_cfg_v1 - scan offload profile config
159 } __packed; /* SCAN_OFFLOAD_PROFILES_CFG_API_S_VER_1-2*/
172 * struct iwl_scan_schedule_lmac - schedule of scan offload
196 * struct iwl_scan_req_tx_cmd - SCAN_REQ_TX_CMD_API_S
216 * struct iwl_scan_channel_cfg_lmac - SCAN_CHANNEL_CFG_S_VER2
217 * @flags: bits 1-20: directed scan to i'th ssid
219 * @channel_num: channel number 1-13 etc
220 * @iter_count: scan iteration on this channel
221 * @iter_interval: interval in seconds between iterations on one channel
231 * struct iwl_scan_probe_segment - PROBE_SEGMENT_API_S_VER_1
241 * struct iwl_scan_probe_req_v1 - PROBE_REQUEST_FRAME_API_S_VER_2
255 * struct iwl_scan_probe_req - PROBE_REQUEST_FRAME_API_S_VER_v2
275 IWL_SCAN_CHANNEL_FLAG_6G_PSC_NO_FILTER = BIT(6),
279 * struct iwl_scan_channel_opt - CHANNEL_OPTIMIZATION_API_S
283 * 1 - EBS is disabled.
284 * 2 - every second scan will be full scan(and so on).
292 * enum iwl_mvm_lmac_scan_flags - LMAC scan flags
296 * @IWL_MVM_LMAC_SCAN_FLAG_PRE_CONNECTION: single channel scan
300 * @IWL_MVM_LMAC_SCAN_FLAGS_RRM_ENABLED: insert WFA vendor-specific TPC report
303 * 1, 6 and 11.
313 IWL_MVM_LMAC_SCAN_FLAGS_RRM_ENABLED = BIT(6),
336 * struct iwl_scan_req_lmac - SCAN_REQUEST_CMD_API_S_VER_1
342 * @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases)
346 * @max_out_time: max time (in TU) to be out of associated channel
347 * @suspend_time: pause scan this long (TUs) when returning to service channel
357 * @channel_opt: channel optimization options, for full and partial scan
358 * @data: channel configuration and probe request packet.
388 * struct iwl_scan_results_notif - scan results for one channel -
390 * @channel: which channel the results are from
394 * @duration: duration spent in channel, in usecs
397 u8 channel;
405 * struct iwl_lmac_scan_complete_notif - notifies end of scanning (all channels)
410 * @last_channel: last channel that was scanned
426 * struct iwl_periodic_scan_complete - PERIODIC_SCAN_COMPLETE_NTF_API_S_VER_2
446 * 8-bit mask (see enum iwl_scan_status).
473 /* Bits 26-31 are for num of channels in channel_array */
485 SCAN_CONFIG_RATE_48M = BIT(6),
493 /* Bits 16-27 are for supported rates */
514 * @extended: default dwell time for channels 1, 6 and 11
524 * struct iwl_scan_config_v1 - scan configuration command
526 * @tx_chains: valid_tx antenna - ANT_* definitions
527 * @rx_chains: valid_rx antenna - ANT_* definitions
528 * @legacy_rates: default legacy rates - enum scan_config_rates
529 * @out_of_channel_time: default max out of serving channel time
534 * @channel_flags: default channel flags - enum iwl_channel_flags
557 * struct iwl_scan_config_v2 - scan configuration command
559 * @tx_chains: valid_tx antenna - ANT_* definitions
560 * @rx_chains: valid_rx antenna - ANT_* definitions
561 * @legacy_rates: default legacy rates - enum scan_config_rates
562 * @out_of_channel_time: default max out of serving channel time
567 * @channel_flags: default channel flags - enum iwl_channel_flags
586 * struct iwl_scan_config - scan configuration command
592 * @tx_chains: valid_tx antenna - ANT_* definitions
593 * @rx_chains: valid_rx antenna - ANT_* definitions
605 * enum iwl_umac_scan_flags - UMAC scan flags
630 IWL_UMAC_SCAN_GEN_FLAGS_MULTIPLE_SSID = BIT(6),
646 * enum iwl_umac_scan_general_flags2 - UMAC scan general flags #2
648 * notification per channel or not.
649 * @IWL_UMAC_SCAN_GEN_FLAGS2_ALLOW_CHNL_REORDER: Whether to allow channel
651 * @IWL_UMAC_SCAN_GEN_FLAGS2_COLLECT_CHANNEL_STATS: Enable channel statistics
661 * enum iwl_umac_scan_general_flags_v2 - UMAC scan general flags version 2
675 * for active channel
682 * 5.2Ghz bands scan, trigger scan on 6GHz band to discover
686 * 6GHz PSC channels in order to discover country information.
689 * activated over 6GHz PSC channels, filter in beacons and probe responses.
692 * channel time indication field in the FILS request parameters element
702 IWL_UMAC_SCAN_GEN_FLAGS_V2_USE_ALL_RX_CHAINS = BIT(6),
715 * enum iwl_umac_scan_general_params_flags2 - UMAC scan general flags2
720 * should be aware of a P2P GO operation on the 5GHz or 6GHz band.
732 * @flags: bitmap - 0-19: directed scan to i'th ssid.
733 * @channel_num: channel number 1-13 etc.
734 * @band: band of channel: 0 for 2GHz, 1 for 5GHz
735 * @iter_count: repetition count for the channel.
736 * @iter_interval: interval between two scan iterations on one channel.
792 * struct iwl_scan_req_umac_tail_v2 - the rest of the UMAC scan request command
812 * @flags: channel flags &enum iwl_scan_channel_flags
826 * @ooc_priority: out of channel priority - &enum iwl_scan_priority
829 * @extended_dwell: dwell time for channels 1, 6 and 11
834 * per channel
836 * number of APs per social (1,6,11) channel
840 * @max_out_time: max out of serving channel time, per LMAC - for CDB there
842 * @suspend_time: max suspend time, per LMAC - for CDB there are 2 LMACs
846 * @channel: &struct iwl_scan_umac_chan_param
868 struct iwl_scan_umac_chan_param channel;
879 struct iwl_scan_umac_chan_param channel;
893 struct iwl_scan_umac_chan_param channel;
908 struct iwl_scan_umac_chan_param channel;
923 struct iwl_scan_umac_chan_param channel;
980 * @flags: channel flags &enum iwl_scan_channel_flags
985 * @channel_config: array of explicit channel configurations
988 * of APs value with &num_of_aps_override for the channel.
989 * To cast channel to index, use &iwl_mvm_scan_ch_and_band_to_idx
1003 * @flags: channel flags &enum iwl_scan_channel_flags
1007 * Channel k will use n_aps_override[i] when BIT(20 + i) is set in
1009 * @channel_config: array of explicit channel configurations
1027 * for 2.4GHz channel
1031 * APs per social channel
1036 * @max_out_of_time: max out of serving channel time, per LMAC
1039 * @passive_dwell: continues dwell time for passive channel
1088 * struct iwl_scan_req_params_v17 - scan request parameters (v17)
1099 } __packed; /* SCAN_REQUEST_PARAMS_API_S_VER_17 - 14 */
1104 * @ooc_priority: out of channel priority - &enum iwl_scan_priority
1114 * struct iwl_scan_req_umac_v17 - scan request command (v17)
1116 * @ooc_priority: out of channel priority - &enum iwl_scan_priority
1123 } __packed; /* SCAN_REQUEST_CMD_UMAC_API_S_VER_17 - 14 */
1159 * struct iwl_scan_offload_profile_match_v1 - match information
1162 * @channel: channel where the match occurred
1171 u8 channel;
1178 * struct iwl_scan_offload_profiles_query_v1 - match results query response
1203 * struct iwl_scan_offload_profile_match - match information
1206 * @channel: channel where the match occurred
1215 u8 channel;
1222 * struct iwl_scan_offload_match_info - match results information
1249 * struct iwl_umac_scan_iter_complete_notif - notifies end of scanning iteration
1255 * @last_channel: last channel that was scanned
1271 * struct iwl_umac_scan_channel_survey_notif - data for survey
1272 * @channel: the channel scanned
1273 * @band: band of channel
1276 * @active_time: time in ms the radio was turned on (on the channel)
1277 * @busy_time: time in ms the channel was sensed busy, 0 for a clean channel
1282 __le32 channel;