]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/net/wireless/wl12xx/scan.h
15177bdfb54283c938683452a50c64936889bcc8
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / wl12xx / scan.h
1 /*
2 * This file is part of wl1271
3 *
4 * Copyright (C) 2009-2010 Nokia Corporation
5 *
6 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20 * 02110-1301 USA
21 *
22 */
23
24 #ifndef __SCAN_H__
25 #define __SCAN_H__
26
27 #include "wl12xx.h"
28
29 int wl1271_scan(struct wl1271 *wl, struct ieee80211_vif *vif,
30 const u8 *ssid, size_t ssid_len,
31 struct cfg80211_scan_request *req);
32 int wl1271_scan_stop(struct wl1271 *wl);
33 int wl1271_scan_build_probe_req(struct wl1271 *wl,
34 const u8 *ssid, size_t ssid_len,
35 const u8 *ie, size_t ie_len, u8 band);
36 void wl1271_scan_stm(struct wl1271 *wl, struct ieee80211_vif *vif);
37 void wl1271_scan_complete_work(struct work_struct *work);
38 int wl1271_scan_sched_scan_config(struct wl1271 *wl,
39 struct cfg80211_sched_scan_request *req,
40 struct ieee80211_sched_scan_ies *ies);
41 int wl1271_scan_sched_scan_start(struct wl1271 *wl);
42 void wl1271_scan_sched_scan_stop(struct wl1271 *wl);
43 void wl1271_scan_sched_scan_results(struct wl1271 *wl);
44
45 #define WL1271_SCAN_MAX_CHANNELS 24
46 #define WL1271_SCAN_DEFAULT_TAG 1
47 #define WL1271_SCAN_CURRENT_TX_PWR 0
48 #define WL1271_SCAN_OPT_ACTIVE 0
49 #define WL1271_SCAN_OPT_PASSIVE 1
50 #define WL1271_SCAN_OPT_TRIGGERED_SCAN 2
51 #define WL1271_SCAN_OPT_PRIORITY_HIGH 4
52 /* scan even if we fail to enter psm */
53 #define WL1271_SCAN_OPT_FORCE 8
54 #define WL1271_SCAN_BAND_2_4_GHZ 0
55 #define WL1271_SCAN_BAND_5_GHZ 1
56
57 #define WL1271_SCAN_TIMEOUT 10000 /* msec */
58
59 enum {
60 WL1271_SCAN_STATE_IDLE,
61 WL1271_SCAN_STATE_2GHZ_ACTIVE,
62 WL1271_SCAN_STATE_2GHZ_PASSIVE,
63 WL1271_SCAN_STATE_5GHZ_ACTIVE,
64 WL1271_SCAN_STATE_5GHZ_PASSIVE,
65 WL1271_SCAN_STATE_DONE
66 };
67
68 struct basic_scan_params {
69 /* Scan option flags (WL1271_SCAN_OPT_*) */
70 __le16 scan_options;
71 u8 role_id;
72 /* Number of scan channels in the list (maximum 30) */
73 u8 n_ch;
74 /* This field indicates the number of probe requests to send
75 per channel for an active scan */
76 u8 n_probe_reqs;
77 u8 tid_trigger;
78 u8 ssid_len;
79 u8 use_ssid_list;
80
81 /* Rate bit field for sending the probes */
82 __le32 tx_rate;
83
84 u8 ssid[IEEE80211_MAX_SSID_LEN];
85 /* Band to scan */
86 u8 band;
87
88 u8 scan_tag;
89 u8 padding2[2];
90 } __packed;
91
92 struct basic_scan_channel_params {
93 /* Duration in TU to wait for frames on a channel for active scan */
94 __le32 min_duration;
95 __le32 max_duration;
96 __le32 bssid_lsb;
97 __le16 bssid_msb;
98 u8 early_termination;
99 u8 tx_power_att;
100 u8 channel;
101 /* FW internal use only! */
102 u8 dfs_candidate;
103 u8 activity_detected;
104 u8 pad;
105 } __packed;
106
107 struct wl1271_cmd_scan {
108 struct wl1271_cmd_header header;
109
110 struct basic_scan_params params;
111 struct basic_scan_channel_params channels[WL1271_SCAN_MAX_CHANNELS];
112
113 /* src mac address */
114 u8 addr[ETH_ALEN];
115 u8 padding[2];
116 } __packed;
117
118 struct wl1271_cmd_trigger_scan_to {
119 struct wl1271_cmd_header header;
120
121 __le32 timeout;
122 } __packed;
123
124 #define MAX_CHANNELS_2GHZ 14
125 #define MAX_CHANNELS_5GHZ 23
126 #define MAX_CHANNELS_4GHZ 4
127
128 #define SCAN_MAX_CYCLE_INTERVALS 16
129 #define SCAN_MAX_BANDS 3
130
131 enum {
132 SCAN_SSID_FILTER_ANY = 0,
133 SCAN_SSID_FILTER_SPECIFIC = 1,
134 SCAN_SSID_FILTER_LIST = 2,
135 SCAN_SSID_FILTER_DISABLED = 3
136 };
137
138 enum {
139 SCAN_BSS_TYPE_INDEPENDENT,
140 SCAN_BSS_TYPE_INFRASTRUCTURE,
141 SCAN_BSS_TYPE_ANY,
142 };
143
144 #define SCAN_CHANNEL_FLAGS_DFS BIT(0)
145 #define SCAN_CHANNEL_FLAGS_DFS_ENABLED BIT(1)
146
147 struct conn_scan_ch_params {
148 __le16 min_duration;
149 __le16 max_duration;
150 __le16 passive_duration;
151
152 u8 channel;
153 u8 tx_power_att;
154
155 /* bit 0: DFS channel; bit 1: DFS enabled */
156 u8 flags;
157
158 u8 padding[3];
159 } __packed;
160
161 struct wl1271_cmd_sched_scan_config {
162 struct wl1271_cmd_header header;
163
164 __le32 intervals[SCAN_MAX_CYCLE_INTERVALS];
165
166 s8 rssi_threshold; /* for filtering (in dBm) */
167 s8 snr_threshold; /* for filtering (in dB) */
168
169 u8 cycles; /* maximum number of scan cycles */
170 u8 report_after; /* report when this number of results are received */
171 u8 terminate; /* stop scanning after reporting */
172
173 u8 tag;
174 u8 bss_type; /* for filtering */
175 u8 filter_type;
176
177 u8 ssid_len; /* For SCAN_SSID_FILTER_SPECIFIC */
178 u8 ssid[IEEE80211_MAX_SSID_LEN];
179
180 u8 n_probe_reqs; /* Number of probes requests per channel */
181
182 u8 passive[SCAN_MAX_BANDS];
183 u8 active[SCAN_MAX_BANDS];
184
185 u8 dfs;
186
187 u8 padding[3];
188
189 struct conn_scan_ch_params channels_2[MAX_CHANNELS_2GHZ];
190 struct conn_scan_ch_params channels_5[MAX_CHANNELS_5GHZ];
191 struct conn_scan_ch_params channels_4[MAX_CHANNELS_4GHZ];
192 } __packed;
193
194
195 #define SCHED_SCAN_MAX_SSIDS 16
196
197 enum {
198 SCAN_SSID_TYPE_PUBLIC = 0,
199 SCAN_SSID_TYPE_HIDDEN = 1,
200 };
201
202 struct wl1271_ssid {
203 u8 type;
204 u8 len;
205 u8 ssid[IEEE80211_MAX_SSID_LEN];
206 /* u8 padding[2]; */
207 } __packed;
208
209 struct wl1271_cmd_sched_scan_ssid_list {
210 struct wl1271_cmd_header header;
211
212 u8 n_ssids;
213 struct wl1271_ssid ssids[SCHED_SCAN_MAX_SSIDS];
214 u8 padding[3];
215 } __packed;
216
217 struct wl1271_cmd_sched_scan_start {
218 struct wl1271_cmd_header header;
219
220 u8 tag;
221 u8 padding[3];
222 } __packed;
223
224 struct wl1271_cmd_sched_scan_stop {
225 struct wl1271_cmd_header header;
226
227 u8 tag;
228 u8 padding[3];
229 } __packed;
230
231
232 #endif /* __WL1271_SCAN_H__ */