nl80211: add documentation for channel type
[deliverable/linux.git] / drivers / net / wireless / rndis_wlan.c
CommitLineData
bf164cc0
JK
1/*
2 * Driver for RNDIS based wireless USB devices.
3 *
4 * Copyright (C) 2007 by Bjorge Dijkstra <bjd@jooz.net>
9656e85b 5 * Copyright (C) 2008-2009 by Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
bf164cc0
JK
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 * Portions of this file are based on NDISwrapper project,
22 * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani
23 * http://ndiswrapper.sourceforge.net/
24 */
25
26// #define DEBUG // error path messages, extra info
27// #define VERBOSE // more; success messages
28
29#include <linux/module.h>
30#include <linux/init.h>
31#include <linux/netdevice.h>
32#include <linux/etherdevice.h>
33#include <linux/ethtool.h>
34#include <linux/workqueue.h>
35#include <linux/mutex.h>
36#include <linux/mii.h>
37#include <linux/usb.h>
38#include <linux/usb/cdc.h>
2c706002 39#include <linux/ieee80211.h>
bf164cc0
JK
40#include <linux/if_arp.h>
41#include <linux/ctype.h>
42#include <linux/spinlock.h>
5a0e3ad6 43#include <linux/slab.h>
5c8fa4f7 44#include <net/cfg80211.h>
bf164cc0
JK
45#include <linux/usb/usbnet.h>
46#include <linux/usb/rndis_host.h>
47
48
49/* NOTE: All these are settings for Broadcom chipset */
50static char modparam_country[4] = "EU";
51module_param_string(country, modparam_country, 4, 0444);
52MODULE_PARM_DESC(country, "Country code (ISO 3166-1 alpha-2), default: EU");
53
54static int modparam_frameburst = 1;
55module_param_named(frameburst, modparam_frameburst, int, 0444);
56MODULE_PARM_DESC(frameburst, "enable frame bursting (default: on)");
57
58static int modparam_afterburner = 0;
59module_param_named(afterburner, modparam_afterburner, int, 0444);
60MODULE_PARM_DESC(afterburner,
61 "enable afterburner aka '125 High Speed Mode' (default: off)");
62
63static int modparam_power_save = 0;
64module_param_named(power_save, modparam_power_save, int, 0444);
65MODULE_PARM_DESC(power_save,
66 "set power save mode: 0=off, 1=on, 2=fast (default: off)");
67
68static int modparam_power_output = 3;
69module_param_named(power_output, modparam_power_output, int, 0444);
70MODULE_PARM_DESC(power_output,
71 "set power output: 0=25%, 1=50%, 2=75%, 3=100% (default: 100%)");
72
73static int modparam_roamtrigger = -70;
74module_param_named(roamtrigger, modparam_roamtrigger, int, 0444);
75MODULE_PARM_DESC(roamtrigger,
76 "set roaming dBm trigger: -80=optimize for distance, "
77 "-60=bandwidth (default: -70)");
78
79static int modparam_roamdelta = 1;
80module_param_named(roamdelta, modparam_roamdelta, int, 0444);
81MODULE_PARM_DESC(roamdelta,
82 "set roaming tendency: 0=aggressive, 1=moderate, "
83 "2=conservative (default: moderate)");
84
77593ae2 85static int modparam_workaround_interval;
bf164cc0
JK
86module_param_named(workaround_interval, modparam_workaround_interval,
87 int, 0444);
88MODULE_PARM_DESC(workaround_interval,
77593ae2 89 "set stall workaround interval in msecs (0=disabled) (default: 0)");
bf164cc0 90
bf164cc0
JK
91/* Typical noise/maximum signal level values taken from ndiswrapper iw_ndis.h */
92#define WL_NOISE -96 /* typical noise level in dBm */
93#define WL_SIGMAX -32 /* typical maximum signal level in dBm */
94
95
96/* Assume that Broadcom 4320 (only chipset at time of writing known to be
97 * based on wireless rndis) has default txpower of 13dBm.
98 * This value is from Linksys WUSB54GSC User Guide, Appendix F: Specifications.
222ec50a
JK
99 * 100% : 20 mW ~ 13dBm
100 * 75% : 15 mW ~ 12dBm
101 * 50% : 10 mW ~ 10dBm
102 * 25% : 5 mW ~ 7dBm
bf164cc0 103 */
222ec50a
JK
104#define BCM4320_DEFAULT_TXPOWER_DBM_100 13
105#define BCM4320_DEFAULT_TXPOWER_DBM_75 12
106#define BCM4320_DEFAULT_TXPOWER_DBM_50 10
107#define BCM4320_DEFAULT_TXPOWER_DBM_25 7
bf164cc0 108
5cb56af2
JK
109/* Known device types */
110#define RNDIS_UNKNOWN 0
111#define RNDIS_BCM4320A 1
112#define RNDIS_BCM4320B 2
113
114
bf164cc0
JK
115/* NDIS data structures. Taken from wpa_supplicant driver_ndis.c
116 * slightly modified for datatype endianess, etc
117 */
118#define NDIS_802_11_LENGTH_SSID 32
119#define NDIS_802_11_LENGTH_RATES 8
120#define NDIS_802_11_LENGTH_RATES_EX 16
121
1e41e1d2 122enum ndis_80211_net_type {
aa18294a
JK
123 NDIS_80211_TYPE_FREQ_HOP,
124 NDIS_80211_TYPE_DIRECT_SEQ,
125 NDIS_80211_TYPE_OFDM_A,
126 NDIS_80211_TYPE_OFDM_G
1e41e1d2
JK
127};
128
129enum ndis_80211_net_infra {
aa18294a
JK
130 NDIS_80211_INFRA_ADHOC,
131 NDIS_80211_INFRA_INFRA,
132 NDIS_80211_INFRA_AUTO_UNKNOWN
1e41e1d2
JK
133};
134
135enum ndis_80211_auth_mode {
aa18294a
JK
136 NDIS_80211_AUTH_OPEN,
137 NDIS_80211_AUTH_SHARED,
138 NDIS_80211_AUTH_AUTO_SWITCH,
139 NDIS_80211_AUTH_WPA,
140 NDIS_80211_AUTH_WPA_PSK,
141 NDIS_80211_AUTH_WPA_NONE,
142 NDIS_80211_AUTH_WPA2,
143 NDIS_80211_AUTH_WPA2_PSK
1e41e1d2
JK
144};
145
146enum ndis_80211_encr_status {
aa18294a
JK
147 NDIS_80211_ENCR_WEP_ENABLED,
148 NDIS_80211_ENCR_DISABLED,
149 NDIS_80211_ENCR_WEP_KEY_ABSENT,
150 NDIS_80211_ENCR_NOT_SUPPORTED,
151 NDIS_80211_ENCR_TKIP_ENABLED,
152 NDIS_80211_ENCR_TKIP_KEY_ABSENT,
153 NDIS_80211_ENCR_CCMP_ENABLED,
154 NDIS_80211_ENCR_CCMP_KEY_ABSENT
1e41e1d2
JK
155};
156
157enum ndis_80211_priv_filter {
aa18294a
JK
158 NDIS_80211_PRIV_ACCEPT_ALL,
159 NDIS_80211_PRIV_8021X_WEP
1e41e1d2
JK
160};
161
030645ac
JK
162enum ndis_80211_status_type {
163 NDIS_80211_STATUSTYPE_AUTHENTICATION,
164 NDIS_80211_STATUSTYPE_MEDIASTREAMMODE,
165 NDIS_80211_STATUSTYPE_PMKID_CANDIDATELIST,
166 NDIS_80211_STATUSTYPE_RADIOSTATE,
167};
168
169enum ndis_80211_media_stream_mode {
170 NDIS_80211_MEDIA_STREAM_OFF,
171 NDIS_80211_MEDIA_STREAM_ON
172};
173
174enum ndis_80211_radio_status {
175 NDIS_80211_RADIO_STATUS_ON,
176 NDIS_80211_RADIO_STATUS_HARDWARE_OFF,
177 NDIS_80211_RADIO_STATUS_SOFTWARE_OFF,
178};
179
b4703a2e 180enum ndis_80211_addkey_bits {
aa18294a
JK
181 NDIS_80211_ADDKEY_8021X_AUTH = cpu_to_le32(1 << 28),
182 NDIS_80211_ADDKEY_SET_INIT_RECV_SEQ = cpu_to_le32(1 << 29),
183 NDIS_80211_ADDKEY_PAIRWISE_KEY = cpu_to_le32(1 << 30),
184 NDIS_80211_ADDKEY_TRANSMIT_KEY = cpu_to_le32(1 << 31)
b4703a2e
JK
185};
186
187enum ndis_80211_addwep_bits {
aa18294a
JK
188 NDIS_80211_ADDWEP_PERCLIENT_KEY = cpu_to_le32(1 << 30),
189 NDIS_80211_ADDWEP_TRANSMIT_KEY = cpu_to_le32(1 << 31)
b4703a2e
JK
190};
191
40d70dd1
JK
192enum ndis_80211_power_mode {
193 NDIS_80211_POWER_MODE_CAM,
194 NDIS_80211_POWER_MODE_MAX_PSP,
195 NDIS_80211_POWER_MODE_FAST_PSP,
196};
197
1c706875
JK
198enum ndis_80211_pmkid_cand_list_flag_bits {
199 NDIS_80211_PMKID_CAND_PREAUTH = cpu_to_le32(1 << 0)
200};
201
030645ac
JK
202struct ndis_80211_auth_request {
203 __le32 length;
204 u8 bssid[6];
205 u8 padding[2];
206 __le32 flags;
ba2d3587 207} __packed;
030645ac
JK
208
209struct ndis_80211_pmkid_candidate {
210 u8 bssid[6];
211 u8 padding[2];
212 __le32 flags;
ba2d3587 213} __packed;
030645ac
JK
214
215struct ndis_80211_pmkid_cand_list {
216 __le32 version;
217 __le32 num_candidates;
218 struct ndis_80211_pmkid_candidate candidate_list[0];
ba2d3587 219} __packed;
030645ac
JK
220
221struct ndis_80211_status_indication {
222 __le32 status_type;
223 union {
53d27eaf
JK
224 __le32 media_stream_mode;
225 __le32 radio_status;
030645ac
JK
226 struct ndis_80211_auth_request auth_request[0];
227 struct ndis_80211_pmkid_cand_list cand_list;
228 } u;
ba2d3587 229} __packed;
030645ac 230
1e41e1d2 231struct ndis_80211_ssid {
461b3f2a
JK
232 __le32 length;
233 u8 essid[NDIS_802_11_LENGTH_SSID];
ba2d3587 234} __packed;
bf164cc0 235
1e41e1d2 236struct ndis_80211_conf_freq_hop {
461b3f2a
JK
237 __le32 length;
238 __le32 hop_pattern;
239 __le32 hop_set;
240 __le32 dwell_time;
ba2d3587 241} __packed;
bf164cc0 242
1e41e1d2 243struct ndis_80211_conf {
461b3f2a
JK
244 __le32 length;
245 __le32 beacon_period;
246 __le32 atim_window;
247 __le32 ds_config;
248 struct ndis_80211_conf_freq_hop fh_config;
ba2d3587 249} __packed;
bf164cc0 250
1e41e1d2 251struct ndis_80211_bssid_ex {
461b3f2a
JK
252 __le32 length;
253 u8 mac[6];
254 u8 padding[2];
255 struct ndis_80211_ssid ssid;
256 __le32 privacy;
257 __le32 rssi;
258 __le32 net_type;
259 struct ndis_80211_conf config;
260 __le32 net_infra;
261 u8 rates[NDIS_802_11_LENGTH_RATES_EX];
262 __le32 ie_length;
263 u8 ies[0];
ba2d3587 264} __packed;
bf164cc0 265
1e41e1d2 266struct ndis_80211_bssid_list_ex {
461b3f2a
JK
267 __le32 num_items;
268 struct ndis_80211_bssid_ex bssid[0];
ba2d3587 269} __packed;
bf164cc0 270
1e41e1d2 271struct ndis_80211_fixed_ies {
461b3f2a
JK
272 u8 timestamp[8];
273 __le16 beacon_interval;
274 __le16 capabilities;
ba2d3587 275} __packed;
bf164cc0 276
1e41e1d2 277struct ndis_80211_wep_key {
461b3f2a
JK
278 __le32 size;
279 __le32 index;
280 __le32 length;
281 u8 material[32];
ba2d3587 282} __packed;
bf164cc0 283
1e41e1d2 284struct ndis_80211_key {
461b3f2a
JK
285 __le32 size;
286 __le32 index;
287 __le32 length;
288 u8 bssid[6];
289 u8 padding[6];
290 u8 rsc[8];
291 u8 material[32];
ba2d3587 292} __packed;
bf164cc0 293
1e41e1d2 294struct ndis_80211_remove_key {
461b3f2a
JK
295 __le32 size;
296 __le32 index;
297 u8 bssid[6];
9d40934e 298 u8 padding[2];
ba2d3587 299} __packed;
bf164cc0 300
1e41e1d2 301struct ndis_config_param {
461b3f2a
JK
302 __le32 name_offs;
303 __le32 name_length;
304 __le32 type;
305 __le32 value_offs;
306 __le32 value_length;
ba2d3587 307} __packed;
bf164cc0 308
4364623c
SA
309struct ndis_80211_assoc_info {
310 __le32 length;
311 __le16 req_ies;
312 struct req_ie {
313 __le16 capa;
314 __le16 listen_interval;
315 u8 cur_ap_address[6];
316 } req_ie;
317 __le32 req_ie_length;
318 __le32 offset_req_ies;
319 __le16 resp_ies;
320 struct resp_ie {
321 __le16 capa;
322 __le16 status_code;
323 __le16 assoc_id;
324 } resp_ie;
325 __le32 resp_ie_length;
326 __le32 offset_resp_ies;
ba2d3587 327} __packed;
4364623c 328
0308383f
JK
329struct ndis_80211_auth_encr_pair {
330 __le32 auth_mode;
331 __le32 encr_mode;
ba2d3587 332} __packed;
0308383f
JK
333
334struct ndis_80211_capability {
335 __le32 length;
336 __le32 version;
337 __le32 num_pmkids;
338 __le32 num_auth_encr_pair;
339 struct ndis_80211_auth_encr_pair auth_encr_pair[0];
ba2d3587 340} __packed;
0308383f 341
5a7d0583
JK
342struct ndis_80211_bssid_info {
343 u8 bssid[6];
344 u8 pmkid[16];
30fd9073 345} __packed;
5a7d0583
JK
346
347struct ndis_80211_pmkid {
348 __le32 length;
349 __le32 bssid_info_count;
350 struct ndis_80211_bssid_info bssid_info[0];
30fd9073 351} __packed;
5a7d0583 352
bf164cc0
JK
353/*
354 * private data
355 */
bf164cc0
JK
356#define CAP_MODE_80211A 1
357#define CAP_MODE_80211B 2
358#define CAP_MODE_80211G 4
359#define CAP_MODE_MASK 7
bf164cc0 360
6010ce07
JK
361#define WORK_LINK_UP (1<<0)
362#define WORK_LINK_DOWN (1<<1)
363#define WORK_SET_MULTICAST_LIST (1<<2)
bf164cc0 364
5c52323e
JK
365#define RNDIS_WLAN_ALG_NONE 0
366#define RNDIS_WLAN_ALG_WEP (1<<0)
367#define RNDIS_WLAN_ALG_TKIP (1<<1)
368#define RNDIS_WLAN_ALG_CCMP (1<<2)
369
ec3cbb9c 370#define RNDIS_WLAN_NUM_KEYS 4
5c52323e
JK
371#define RNDIS_WLAN_KEY_MGMT_NONE 0
372#define RNDIS_WLAN_KEY_MGMT_802_1X (1<<0)
373#define RNDIS_WLAN_KEY_MGMT_PSK (1<<1)
374
90d07349
JK
375#define COMMAND_BUFFER_SIZE (CONTROL_BUFFER_SIZE + sizeof(struct rndis_set))
376
5c8fa4f7
JL
377static const struct ieee80211_channel rndis_channels[] = {
378 { .center_freq = 2412 },
379 { .center_freq = 2417 },
380 { .center_freq = 2422 },
381 { .center_freq = 2427 },
382 { .center_freq = 2432 },
383 { .center_freq = 2437 },
384 { .center_freq = 2442 },
385 { .center_freq = 2447 },
386 { .center_freq = 2452 },
387 { .center_freq = 2457 },
388 { .center_freq = 2462 },
389 { .center_freq = 2467 },
390 { .center_freq = 2472 },
391 { .center_freq = 2484 },
392};
393
394static const struct ieee80211_rate rndis_rates[] = {
395 { .bitrate = 10 },
396 { .bitrate = 20, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
397 { .bitrate = 55, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
398 { .bitrate = 110, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
399 { .bitrate = 60 },
400 { .bitrate = 90 },
401 { .bitrate = 120 },
402 { .bitrate = 180 },
403 { .bitrate = 240 },
404 { .bitrate = 360 },
405 { .bitrate = 480 },
406 { .bitrate = 540 }
407};
408
4a7f13ee
JK
409static const u32 rndis_cipher_suites[] = {
410 WLAN_CIPHER_SUITE_WEP40,
411 WLAN_CIPHER_SUITE_WEP104,
412 WLAN_CIPHER_SUITE_TKIP,
413 WLAN_CIPHER_SUITE_CCMP,
414};
415
b7cfc5b3
JK
416struct rndis_wlan_encr_key {
417 int len;
84bf8400 418 u32 cipher;
b7cfc5b3
JK
419 u8 material[32];
420 u8 bssid[ETH_ALEN];
421 bool pairwise;
422 bool tx_key;
423};
424
bf164cc0 425/* RNDIS device private data */
582241a0 426struct rndis_wlan_private {
bf164cc0
JK
427 struct usbnet *usbdev;
428
5c8fa4f7
JL
429 struct wireless_dev wdev;
430
71a7b26d
JK
431 struct cfg80211_scan_request *scan_request;
432
bf164cc0 433 struct workqueue_struct *workqueue;
305e243e 434 struct delayed_work dev_poller_work;
71a7b26d 435 struct delayed_work scan_work;
bf164cc0
JK
436 struct work_struct work;
437 struct mutex command_lock;
bf164cc0 438 unsigned long work_pending;
8b89a288 439 int last_qual;
49b35bd3
JK
440 s32 cqm_rssi_thold;
441 u32 cqm_rssi_hyst;
442 int last_cqm_event_rssi;
bf164cc0 443
5c8fa4f7
JL
444 struct ieee80211_supported_band band;
445 struct ieee80211_channel channels[ARRAY_SIZE(rndis_channels)];
446 struct ieee80211_rate rates[ARRAY_SIZE(rndis_rates)];
4a7f13ee 447 u32 cipher_suites[ARRAY_SIZE(rndis_cipher_suites)];
5c8fa4f7 448
5cb56af2 449 int device_type;
bf164cc0
JK
450 int caps;
451 int multicast_size;
452
453 /* module parameters */
454 char param_country[4];
455 int param_frameburst;
456 int param_afterburner;
457 int param_power_save;
458 int param_power_output;
459 int param_roamtrigger;
460 int param_roamdelta;
461 u32 param_workaround_interval;
462
463 /* hardware state */
051ae0bf 464 bool radio_on;
40d70dd1 465 int power_mode;
bf164cc0 466 int infra_mode;
5c52323e 467 bool connected;
8b89a288 468 u8 bssid[ETH_ALEN];
470f16c8 469 u32 current_command_oid;
bf164cc0
JK
470
471 /* encryption stuff */
461bc26c 472 u8 encr_tx_key_index;
ec3cbb9c 473 struct rndis_wlan_encr_key encr_keys[RNDIS_WLAN_NUM_KEYS];
bf164cc0 474 int wpa_version;
90d07349
JK
475
476 u8 command_buffer[COMMAND_BUFFER_SIZE];
bf164cc0
JK
477};
478
964c1d41
JL
479/*
480 * cfg80211 ops
481 */
e36d56b6
JB
482static int rndis_change_virtual_intf(struct wiphy *wiphy,
483 struct net_device *dev,
964c1d41
JL
484 enum nl80211_iftype type, u32 *flags,
485 struct vif_params *params);
486
fd014284 487static int rndis_scan(struct wiphy *wiphy,
71a7b26d
JK
488 struct cfg80211_scan_request *request);
489
d75ec2b7
JK
490static int rndis_set_wiphy_params(struct wiphy *wiphy, u32 changed);
491
fa61cf70 492static int rndis_set_tx_power(struct wiphy *wiphy,
c8442118 493 struct wireless_dev *wdev,
fa61cf70
JO
494 enum nl80211_tx_power_setting type,
495 int mbm);
c8442118
JB
496static int rndis_get_tx_power(struct wiphy *wiphy,
497 struct wireless_dev *wdev,
498 int *dbm);
222ec50a 499
5c52323e
JK
500static int rndis_connect(struct wiphy *wiphy, struct net_device *dev,
501 struct cfg80211_connect_params *sme);
502
503static int rndis_disconnect(struct wiphy *wiphy, struct net_device *dev,
504 u16 reason_code);
505
506static int rndis_join_ibss(struct wiphy *wiphy, struct net_device *dev,
507 struct cfg80211_ibss_params *params);
508
509static int rndis_leave_ibss(struct wiphy *wiphy, struct net_device *dev);
510
84bf8400 511static int rndis_add_key(struct wiphy *wiphy, struct net_device *netdev,
e31b8213
JB
512 u8 key_index, bool pairwise, const u8 *mac_addr,
513 struct key_params *params);
84bf8400
JK
514
515static int rndis_del_key(struct wiphy *wiphy, struct net_device *netdev,
e31b8213 516 u8 key_index, bool pairwise, const u8 *mac_addr);
84bf8400
JK
517
518static int rndis_set_default_key(struct wiphy *wiphy, struct net_device *netdev,
dbd2fd65 519 u8 key_index, bool unicast, bool multicast);
84bf8400 520
8b89a288
JK
521static int rndis_get_station(struct wiphy *wiphy, struct net_device *dev,
522 u8 *mac, struct station_info *sinfo);
523
d695df90
JK
524static int rndis_dump_station(struct wiphy *wiphy, struct net_device *dev,
525 int idx, u8 *mac, struct station_info *sinfo);
526
5a7d0583
JK
527static int rndis_set_pmksa(struct wiphy *wiphy, struct net_device *netdev,
528 struct cfg80211_pmksa *pmksa);
529
530static int rndis_del_pmksa(struct wiphy *wiphy, struct net_device *netdev,
531 struct cfg80211_pmksa *pmksa);
532
533static int rndis_flush_pmksa(struct wiphy *wiphy, struct net_device *netdev);
534
40d70dd1
JK
535static int rndis_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev,
536 bool enabled, int timeout);
537
49b35bd3
JK
538static int rndis_set_cqm_rssi_config(struct wiphy *wiphy,
539 struct net_device *dev,
540 s32 rssi_thold, u32 rssi_hyst);
541
c2aa4132 542static const struct cfg80211_ops rndis_config_ops = {
964c1d41 543 .change_virtual_intf = rndis_change_virtual_intf,
71a7b26d 544 .scan = rndis_scan,
d75ec2b7 545 .set_wiphy_params = rndis_set_wiphy_params,
222ec50a
JK
546 .set_tx_power = rndis_set_tx_power,
547 .get_tx_power = rndis_get_tx_power,
5c52323e
JK
548 .connect = rndis_connect,
549 .disconnect = rndis_disconnect,
550 .join_ibss = rndis_join_ibss,
551 .leave_ibss = rndis_leave_ibss,
84bf8400
JK
552 .add_key = rndis_add_key,
553 .del_key = rndis_del_key,
554 .set_default_key = rndis_set_default_key,
8b89a288 555 .get_station = rndis_get_station,
d695df90 556 .dump_station = rndis_dump_station,
5a7d0583
JK
557 .set_pmksa = rndis_set_pmksa,
558 .del_pmksa = rndis_del_pmksa,
559 .flush_pmksa = rndis_flush_pmksa,
40d70dd1 560 .set_power_mgmt = rndis_set_power_mgmt,
49b35bd3 561 .set_cqm_rssi_config = rndis_set_cqm_rssi_config,
964c1d41 562};
bf164cc0 563
caa6dfad 564static void *rndis_wiphy_privid = &rndis_wiphy_privid;
bf164cc0 565
bf164cc0 566
582241a0 567static struct rndis_wlan_private *get_rndis_wlan_priv(struct usbnet *dev)
bf164cc0 568{
582241a0 569 return (struct rndis_wlan_private *)dev->driver_priv;
bf164cc0
JK
570}
571
222ec50a 572static u32 get_bcm4320_power_dbm(struct rndis_wlan_private *priv)
bf164cc0 573{
222ec50a
JK
574 switch (priv->param_power_output) {
575 default:
576 case 3:
577 return BCM4320_DEFAULT_TXPOWER_DBM_100;
578 case 2:
579 return BCM4320_DEFAULT_TXPOWER_DBM_75;
580 case 1:
581 return BCM4320_DEFAULT_TXPOWER_DBM_50;
582 case 0:
583 return BCM4320_DEFAULT_TXPOWER_DBM_25;
584 }
bf164cc0
JK
585}
586
461bc26c 587static bool is_wpa_key(struct rndis_wlan_private *priv, u8 idx)
b7cfc5b3
JK
588{
589 int cipher = priv->encr_keys[idx].cipher;
590
591 return (cipher == WLAN_CIPHER_SUITE_CCMP ||
592 cipher == WLAN_CIPHER_SUITE_TKIP);
593}
594
5c52323e
JK
595static int rndis_cipher_to_alg(u32 cipher)
596{
597 switch (cipher) {
598 default:
599 return RNDIS_WLAN_ALG_NONE;
600 case WLAN_CIPHER_SUITE_WEP40:
601 case WLAN_CIPHER_SUITE_WEP104:
602 return RNDIS_WLAN_ALG_WEP;
603 case WLAN_CIPHER_SUITE_TKIP:
604 return RNDIS_WLAN_ALG_TKIP;
605 case WLAN_CIPHER_SUITE_CCMP:
606 return RNDIS_WLAN_ALG_CCMP;
607 }
608}
609
610static int rndis_akm_suite_to_key_mgmt(u32 akm_suite)
611{
612 switch (akm_suite) {
613 default:
614 return RNDIS_WLAN_KEY_MGMT_NONE;
615 case WLAN_AKM_SUITE_8021X:
616 return RNDIS_WLAN_KEY_MGMT_802_1X;
617 case WLAN_AKM_SUITE_PSK:
618 return RNDIS_WLAN_KEY_MGMT_PSK;
619 }
620}
621
27b7b5c1 622#ifdef DEBUG
470f16c8 623static const char *oid_to_string(u32 oid)
27b7b5c1 624{
470f16c8 625 switch (oid) {
117599e0 626#define OID_STR(oid) case oid: return(#oid)
27b7b5c1 627 /* from rndis_host.h */
8cdddc3f
LW
628 OID_STR(RNDIS_OID_802_3_PERMANENT_ADDRESS);
629 OID_STR(RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE);
630 OID_STR(RNDIS_OID_GEN_CURRENT_PACKET_FILTER);
631 OID_STR(RNDIS_OID_GEN_PHYSICAL_MEDIUM);
27b7b5c1
JK
632
633 /* from rndis_wlan.c */
8cdddc3f
LW
634 OID_STR(RNDIS_OID_GEN_LINK_SPEED);
635 OID_STR(RNDIS_OID_GEN_RNDIS_CONFIG_PARAMETER);
27b7b5c1 636
8cdddc3f
LW
637 OID_STR(RNDIS_OID_GEN_XMIT_OK);
638 OID_STR(RNDIS_OID_GEN_RCV_OK);
639 OID_STR(RNDIS_OID_GEN_XMIT_ERROR);
640 OID_STR(RNDIS_OID_GEN_RCV_ERROR);
641 OID_STR(RNDIS_OID_GEN_RCV_NO_BUFFER);
27b7b5c1 642
4cc6c4d5
LW
643 OID_STR(RNDIS_OID_802_3_CURRENT_ADDRESS);
644 OID_STR(RNDIS_OID_802_3_MULTICAST_LIST);
645 OID_STR(RNDIS_OID_802_3_MAXIMUM_LIST_SIZE);
646
647 OID_STR(RNDIS_OID_802_11_BSSID);
648 OID_STR(RNDIS_OID_802_11_SSID);
649 OID_STR(RNDIS_OID_802_11_INFRASTRUCTURE_MODE);
650 OID_STR(RNDIS_OID_802_11_ADD_WEP);
651 OID_STR(RNDIS_OID_802_11_REMOVE_WEP);
652 OID_STR(RNDIS_OID_802_11_DISASSOCIATE);
653 OID_STR(RNDIS_OID_802_11_AUTHENTICATION_MODE);
654 OID_STR(RNDIS_OID_802_11_PRIVACY_FILTER);
655 OID_STR(RNDIS_OID_802_11_BSSID_LIST_SCAN);
656 OID_STR(RNDIS_OID_802_11_ENCRYPTION_STATUS);
657 OID_STR(RNDIS_OID_802_11_ADD_KEY);
658 OID_STR(RNDIS_OID_802_11_REMOVE_KEY);
659 OID_STR(RNDIS_OID_802_11_ASSOCIATION_INFORMATION);
660 OID_STR(RNDIS_OID_802_11_CAPABILITY);
661 OID_STR(RNDIS_OID_802_11_PMKID);
662 OID_STR(RNDIS_OID_802_11_NETWORK_TYPES_SUPPORTED);
663 OID_STR(RNDIS_OID_802_11_NETWORK_TYPE_IN_USE);
664 OID_STR(RNDIS_OID_802_11_TX_POWER_LEVEL);
665 OID_STR(RNDIS_OID_802_11_RSSI);
666 OID_STR(RNDIS_OID_802_11_RSSI_TRIGGER);
667 OID_STR(RNDIS_OID_802_11_FRAGMENTATION_THRESHOLD);
668 OID_STR(RNDIS_OID_802_11_RTS_THRESHOLD);
669 OID_STR(RNDIS_OID_802_11_SUPPORTED_RATES);
670 OID_STR(RNDIS_OID_802_11_CONFIGURATION);
671 OID_STR(RNDIS_OID_802_11_POWER_MODE);
672 OID_STR(RNDIS_OID_802_11_BSSID_LIST);
27b7b5c1
JK
673#undef OID_STR
674 }
675
676 return "?";
677}
678#else
470f16c8 679static const char *oid_to_string(u32 oid)
27b7b5c1
JK
680{
681 return "?";
682}
683#endif
684
bf164cc0
JK
685/* translate error code */
686static int rndis_error_status(__le32 rndis_status)
687{
688 int ret = -EINVAL;
117599e0
JK
689 switch (le32_to_cpu(rndis_status)) {
690 case RNDIS_STATUS_SUCCESS:
bf164cc0
JK
691 ret = 0;
692 break;
117599e0
JK
693 case RNDIS_STATUS_FAILURE:
694 case RNDIS_STATUS_INVALID_DATA:
bf164cc0
JK
695 ret = -EINVAL;
696 break;
117599e0 697 case RNDIS_STATUS_NOT_SUPPORTED:
bf164cc0
JK
698 ret = -EOPNOTSUPP;
699 break;
117599e0
JK
700 case RNDIS_STATUS_ADAPTER_NOT_READY:
701 case RNDIS_STATUS_ADAPTER_NOT_OPEN:
bf164cc0
JK
702 ret = -EBUSY;
703 break;
704 }
705 return ret;
706}
707
470f16c8 708static int rndis_query_oid(struct usbnet *dev, u32 oid, void *data, int *len)
bf164cc0 709{
582241a0 710 struct rndis_wlan_private *priv = get_rndis_wlan_priv(dev);
bf164cc0
JK
711 union {
712 void *buf;
713 struct rndis_msg_hdr *header;
714 struct rndis_query *get;
715 struct rndis_query_c *get_c;
716 } u;
717 int ret, buflen;
80f8c5b4 718 int resplen, respoffs, copylen;
bf164cc0
JK
719
720 buflen = *len + sizeof(*u.get);
721 if (buflen < CONTROL_BUFFER_SIZE)
722 buflen = CONTROL_BUFFER_SIZE;
90d07349
JK
723
724 if (buflen > COMMAND_BUFFER_SIZE) {
725 u.buf = kmalloc(buflen, GFP_KERNEL);
726 if (!u.buf)
727 return -ENOMEM;
728 } else {
729 u.buf = priv->command_buffer;
730 }
731
732 mutex_lock(&priv->command_lock);
733
bf164cc0 734 memset(u.get, 0, sizeof *u.get);
7390e8b0 735 u.get->msg_type = cpu_to_le32(RNDIS_MSG_QUERY);
35c26c2c 736 u.get->msg_len = cpu_to_le32(sizeof *u.get);
470f16c8 737 u.get->oid = cpu_to_le32(oid);
bf164cc0 738
5f81ff5a 739 priv->current_command_oid = oid;
818727ba 740 ret = rndis_command(dev, u.header, buflen);
5f81ff5a 741 priv->current_command_oid = 0;
27b7b5c1 742 if (ret < 0)
60b86755
JP
743 netdev_dbg(dev->net, "%s(%s): rndis_command() failed, %d (%08x)\n",
744 __func__, oid_to_string(oid), ret,
745 le32_to_cpu(u.get_c->status));
27b7b5c1 746
bf164cc0 747 if (ret == 0) {
80f8c5b4
JK
748 resplen = le32_to_cpu(u.get_c->len);
749 respoffs = le32_to_cpu(u.get_c->offset) + 8;
c1f8ca1d 750
80f8c5b4
JK
751 if (respoffs > buflen) {
752 /* Device returned data offset outside buffer, error. */
753 netdev_dbg(dev->net, "%s(%s): received invalid "
754 "data offset: %d > %d\n", __func__,
755 oid_to_string(oid), respoffs, buflen);
c1f8ca1d 756
80f8c5b4
JK
757 ret = -EINVAL;
758 goto exit_unlock;
759 }
760
761 if ((resplen + respoffs) > buflen) {
762 /* Device would have returned more data if buffer would
763 * have been big enough. Copy just the bits that we got.
764 */
765 copylen = buflen - respoffs;
766 } else {
767 copylen = resplen;
768 }
769
770 if (copylen > *len)
771 copylen = *len;
772
773 memcpy(data, u.buf + respoffs, copylen);
774
775 *len = resplen;
27b7b5c1 776
c1f8ca1d 777 ret = rndis_error_status(u.get_c->status);
27b7b5c1 778 if (ret < 0)
60b86755
JP
779 netdev_dbg(dev->net, "%s(%s): device returned error, 0x%08x (%d)\n",
780 __func__, oid_to_string(oid),
781 le32_to_cpu(u.get_c->status), ret);
bf164cc0
JK
782 }
783
80f8c5b4 784exit_unlock:
90d07349
JK
785 mutex_unlock(&priv->command_lock);
786
787 if (u.buf != priv->command_buffer)
788 kfree(u.buf);
bf164cc0
JK
789 return ret;
790}
791
470f16c8 792static int rndis_set_oid(struct usbnet *dev, u32 oid, const void *data,
22288a58 793 int len)
bf164cc0 794{
582241a0 795 struct rndis_wlan_private *priv = get_rndis_wlan_priv(dev);
bf164cc0
JK
796 union {
797 void *buf;
798 struct rndis_msg_hdr *header;
799 struct rndis_set *set;
800 struct rndis_set_c *set_c;
801 } u;
802 int ret, buflen;
803
804 buflen = len + sizeof(*u.set);
805 if (buflen < CONTROL_BUFFER_SIZE)
806 buflen = CONTROL_BUFFER_SIZE;
90d07349
JK
807
808 if (buflen > COMMAND_BUFFER_SIZE) {
809 u.buf = kmalloc(buflen, GFP_KERNEL);
810 if (!u.buf)
811 return -ENOMEM;
812 } else {
813 u.buf = priv->command_buffer;
814 }
815
816 mutex_lock(&priv->command_lock);
bf164cc0
JK
817
818 memset(u.set, 0, sizeof *u.set);
7390e8b0 819 u.set->msg_type = cpu_to_le32(RNDIS_MSG_SET);
bf164cc0 820 u.set->msg_len = cpu_to_le32(sizeof(*u.set) + len);
470f16c8 821 u.set->oid = cpu_to_le32(oid);
bf164cc0 822 u.set->len = cpu_to_le32(len);
35c26c2c
HH
823 u.set->offset = cpu_to_le32(sizeof(*u.set) - 8);
824 u.set->handle = cpu_to_le32(0);
bf164cc0
JK
825 memcpy(u.buf + sizeof(*u.set), data, len);
826
5f81ff5a 827 priv->current_command_oid = oid;
818727ba 828 ret = rndis_command(dev, u.header, buflen);
5f81ff5a 829 priv->current_command_oid = 0;
27b7b5c1 830 if (ret < 0)
60b86755
JP
831 netdev_dbg(dev->net, "%s(%s): rndis_command() failed, %d (%08x)\n",
832 __func__, oid_to_string(oid), ret,
833 le32_to_cpu(u.set_c->status));
27b7b5c1
JK
834
835 if (ret == 0) {
bf164cc0
JK
836 ret = rndis_error_status(u.set_c->status);
837
27b7b5c1 838 if (ret < 0)
60b86755
JP
839 netdev_dbg(dev->net, "%s(%s): device returned error, 0x%08x (%d)\n",
840 __func__, oid_to_string(oid),
841 le32_to_cpu(u.set_c->status), ret);
27b7b5c1
JK
842 }
843
90d07349
JK
844 mutex_unlock(&priv->command_lock);
845
846 if (u.buf != priv->command_buffer)
847 kfree(u.buf);
bf164cc0
JK
848 return ret;
849}
850
7eaab708
JK
851static int rndis_reset(struct usbnet *usbdev)
852{
853 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
854 struct rndis_reset *reset;
855 int ret;
856
857 mutex_lock(&priv->command_lock);
858
859 reset = (void *)priv->command_buffer;
860 memset(reset, 0, sizeof(*reset));
7390e8b0 861 reset->msg_type = cpu_to_le32(RNDIS_MSG_RESET);
7eaab708 862 reset->msg_len = cpu_to_le32(sizeof(*reset));
5f81ff5a 863 priv->current_command_oid = 0;
7eaab708
JK
864 ret = rndis_command(usbdev, (void *)reset, CONTROL_BUFFER_SIZE);
865
866 mutex_unlock(&priv->command_lock);
867
868 if (ret < 0)
869 return ret;
870 return 0;
871}
872
bf164cc0
JK
873/*
874 * Specs say that we can only set config parameters only soon after device
875 * initialization.
876 * value_type: 0 = u32, 2 = unicode string
877 */
878static int rndis_set_config_parameter(struct usbnet *dev, char *param,
879 int value_type, void *value)
880{
1e41e1d2 881 struct ndis_config_param *infobuf;
bf164cc0
JK
882 int value_len, info_len, param_len, ret, i;
883 __le16 *unibuf;
884 __le32 *dst_value;
885
886 if (value_type == 0)
887 value_len = sizeof(__le32);
888 else if (value_type == 2)
889 value_len = strlen(value) * sizeof(__le16);
890 else
891 return -EINVAL;
892
893 param_len = strlen(param) * sizeof(__le16);
894 info_len = sizeof(*infobuf) + param_len + value_len;
895
896#ifdef DEBUG
897 info_len += 12;
898#endif
899 infobuf = kmalloc(info_len, GFP_KERNEL);
900 if (!infobuf)
901 return -ENOMEM;
902
903#ifdef DEBUG
904 info_len -= 12;
905 /* extra 12 bytes are for padding (debug output) */
906 memset(infobuf, 0xCC, info_len + 12);
907#endif
908
909 if (value_type == 2)
60b86755
JP
910 netdev_dbg(dev->net, "setting config parameter: %s, value: %s\n",
911 param, (u8 *)value);
bf164cc0 912 else
60b86755
JP
913 netdev_dbg(dev->net, "setting config parameter: %s, value: %d\n",
914 param, *(u32 *)value);
bf164cc0 915
461b3f2a
JK
916 infobuf->name_offs = cpu_to_le32(sizeof(*infobuf));
917 infobuf->name_length = cpu_to_le32(param_len);
918 infobuf->type = cpu_to_le32(value_type);
919 infobuf->value_offs = cpu_to_le32(sizeof(*infobuf) + param_len);
920 infobuf->value_length = cpu_to_le32(value_len);
bf164cc0
JK
921
922 /* simple string to unicode string conversion */
923 unibuf = (void *)infobuf + sizeof(*infobuf);
924 for (i = 0; i < param_len / sizeof(__le16); i++)
925 unibuf[i] = cpu_to_le16(param[i]);
926
927 if (value_type == 2) {
928 unibuf = (void *)infobuf + sizeof(*infobuf) + param_len;
929 for (i = 0; i < value_len / sizeof(__le16); i++)
930 unibuf[i] = cpu_to_le16(((u8 *)value)[i]);
931 } else {
932 dst_value = (void *)infobuf + sizeof(*infobuf) + param_len;
933 *dst_value = cpu_to_le32(*(u32 *)value);
934 }
935
936#ifdef DEBUG
60b86755 937 netdev_dbg(dev->net, "info buffer (len: %d)\n", info_len);
bf164cc0
JK
938 for (i = 0; i < info_len; i += 12) {
939 u32 *tmp = (u32 *)((u8 *)infobuf + i);
60b86755
JP
940 netdev_dbg(dev->net, "%08X:%08X:%08X\n",
941 cpu_to_be32(tmp[0]),
942 cpu_to_be32(tmp[1]),
943 cpu_to_be32(tmp[2]));
bf164cc0
JK
944 }
945#endif
946
470f16c8 947 ret = rndis_set_oid(dev, RNDIS_OID_GEN_RNDIS_CONFIG_PARAMETER,
bf164cc0
JK
948 infobuf, info_len);
949 if (ret != 0)
60b86755
JP
950 netdev_dbg(dev->net, "setting rndis config parameter failed, %d\n",
951 ret);
bf164cc0
JK
952
953 kfree(infobuf);
954 return ret;
955}
956
957static int rndis_set_config_parameter_str(struct usbnet *dev,
958 char *param, char *value)
959{
c5c4fe90 960 return rndis_set_config_parameter(dev, param, 2, value);
bf164cc0
JK
961}
962
bf164cc0
JK
963/*
964 * data conversion functions
965 */
966static int level_to_qual(int level)
967{
968 int qual = 100 * (level - WL_NOISE) / (WL_SIGMAX - WL_NOISE);
969 return qual >= 0 ? (qual <= 100 ? qual : 100) : 0;
970}
971
bf164cc0
JK
972/*
973 * common functions
974 */
9f77ccab 975static int set_infra_mode(struct usbnet *usbdev, int mode);
b7cfc5b3 976static void restore_keys(struct usbnet *usbdev);
b5257c95
JK
977static int rndis_check_bssid_list(struct usbnet *usbdev, u8 *match_bssid,
978 bool *matched);
bf164cc0 979
5cb56af2
JK
980static int rndis_start_bssid_list_scan(struct usbnet *usbdev)
981{
982 __le32 tmp;
983
4cc6c4d5 984 /* Note: RNDIS_OID_802_11_BSSID_LIST_SCAN clears internal BSS list. */
5cb56af2 985 tmp = cpu_to_le32(1);
470f16c8 986 return rndis_set_oid(usbdev, RNDIS_OID_802_11_BSSID_LIST_SCAN, &tmp,
5cb56af2
JK
987 sizeof(tmp));
988}
989
1e41e1d2 990static int set_essid(struct usbnet *usbdev, struct ndis_80211_ssid *ssid)
bf164cc0 991{
582241a0 992 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0
JK
993 int ret;
994
470f16c8 995 ret = rndis_set_oid(usbdev, RNDIS_OID_802_11_SSID,
4cc6c4d5 996 ssid, sizeof(*ssid));
5c52323e 997 if (ret < 0) {
60b86755 998 netdev_warn(usbdev->net, "setting SSID failed (%08X)\n", ret);
5c52323e
JK
999 return ret;
1000 }
bf164cc0 1001 if (ret == 0) {
051ae0bf 1002 priv->radio_on = true;
60b86755 1003 netdev_dbg(usbdev->net, "%s(): radio_on = true\n", __func__);
bf164cc0
JK
1004 }
1005
1006 return ret;
1007}
1008
22288a58 1009static int set_bssid(struct usbnet *usbdev, const u8 *bssid)
5c52323e
JK
1010{
1011 int ret;
1012
470f16c8 1013 ret = rndis_set_oid(usbdev, RNDIS_OID_802_11_BSSID,
4cc6c4d5 1014 bssid, ETH_ALEN);
5c52323e 1015 if (ret < 0) {
60b86755
JP
1016 netdev_warn(usbdev->net, "setting BSSID[%pM] failed (%08X)\n",
1017 bssid, ret);
5c52323e
JK
1018 return ret;
1019 }
1020
1021 return ret;
1022}
1023
1024static int clear_bssid(struct usbnet *usbdev)
1025{
22288a58
JP
1026 static const u8 broadcast_mac[ETH_ALEN] = {
1027 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
1028 };
5c52323e
JK
1029
1030 return set_bssid(usbdev, broadcast_mac);
1031}
bf164cc0
JK
1032
1033static int get_bssid(struct usbnet *usbdev, u8 bssid[ETH_ALEN])
1034{
1035 int ret, len;
1036
1037 len = ETH_ALEN;
470f16c8 1038 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_BSSID,
4cc6c4d5 1039 bssid, &len);
bf164cc0
JK
1040
1041 if (ret != 0)
1042 memset(bssid, 0, ETH_ALEN);
1043
1044 return ret;
1045}
1046
4364623c
SA
1047static int get_association_info(struct usbnet *usbdev,
1048 struct ndis_80211_assoc_info *info, int len)
1049{
4cc6c4d5 1050 return rndis_query_oid(usbdev,
470f16c8 1051 RNDIS_OID_802_11_ASSOCIATION_INFORMATION,
4cc6c4d5 1052 info, &len);
4364623c 1053}
bf164cc0 1054
5c52323e 1055static bool is_associated(struct usbnet *usbdev)
bf164cc0 1056{
5c52323e 1057 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0
JK
1058 u8 bssid[ETH_ALEN];
1059 int ret;
1060
5c52323e
JK
1061 if (!priv->radio_on)
1062 return false;
1063
bf164cc0
JK
1064 ret = get_bssid(usbdev, bssid);
1065
7b1fff99 1066 return (ret == 0 && !is_zero_ether_addr(bssid));
bf164cc0
JK
1067}
1068
051ae0bf 1069static int disassociate(struct usbnet *usbdev, bool reset_ssid)
bf164cc0 1070{
582241a0 1071 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1e41e1d2 1072 struct ndis_80211_ssid ssid;
bf164cc0
JK
1073 int i, ret = 0;
1074
1075 if (priv->radio_on) {
4cc6c4d5 1076 ret = rndis_set_oid(usbdev,
470f16c8 1077 RNDIS_OID_802_11_DISASSOCIATE,
4cc6c4d5 1078 NULL, 0);
bf164cc0 1079 if (ret == 0) {
051ae0bf 1080 priv->radio_on = false;
60b86755
JP
1081 netdev_dbg(usbdev->net, "%s(): radio_on = false\n",
1082 __func__);
bf164cc0
JK
1083
1084 if (reset_ssid)
1085 msleep(100);
1086 }
1087 }
1088
1089 /* disassociate causes radio to be turned off; if reset_ssid
1090 * is given, set random ssid to enable radio */
1091 if (reset_ssid) {
9f77ccab
JK
1092 /* Set device to infrastructure mode so we don't get ad-hoc
1093 * 'media connect' indications with the random ssid.
1094 */
1095 set_infra_mode(usbdev, NDIS_80211_INFRA_INFRA);
1096
461b3f2a
JK
1097 ssid.length = cpu_to_le32(sizeof(ssid.essid));
1098 get_random_bytes(&ssid.essid[2], sizeof(ssid.essid)-2);
1099 ssid.essid[0] = 0x1;
1100 ssid.essid[1] = 0xff;
1101 for (i = 2; i < sizeof(ssid.essid); i++)
1102 ssid.essid[i] = 0x1 + (ssid.essid[i] * 0xfe / 0xff);
bf164cc0
JK
1103 ret = set_essid(usbdev, &ssid);
1104 }
1105 return ret;
1106}
1107
5c52323e
JK
1108static int set_auth_mode(struct usbnet *usbdev, u32 wpa_version,
1109 enum nl80211_auth_type auth_type, int keymgmt)
bf164cc0 1110{
582241a0 1111 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0
JK
1112 __le32 tmp;
1113 int auth_mode, ret;
1114
60b86755
JP
1115 netdev_dbg(usbdev->net, "%s(): wpa_version=0x%x authalg=0x%x keymgmt=0x%x\n",
1116 __func__, wpa_version, auth_type, keymgmt);
bf164cc0 1117
5c52323e
JK
1118 if (wpa_version & NL80211_WPA_VERSION_2) {
1119 if (keymgmt & RNDIS_WLAN_KEY_MGMT_802_1X)
aa18294a 1120 auth_mode = NDIS_80211_AUTH_WPA2;
bf164cc0 1121 else
aa18294a 1122 auth_mode = NDIS_80211_AUTH_WPA2_PSK;
5c52323e
JK
1123 } else if (wpa_version & NL80211_WPA_VERSION_1) {
1124 if (keymgmt & RNDIS_WLAN_KEY_MGMT_802_1X)
aa18294a 1125 auth_mode = NDIS_80211_AUTH_WPA;
5c52323e 1126 else if (keymgmt & RNDIS_WLAN_KEY_MGMT_PSK)
aa18294a 1127 auth_mode = NDIS_80211_AUTH_WPA_PSK;
bf164cc0 1128 else
aa18294a 1129 auth_mode = NDIS_80211_AUTH_WPA_NONE;
5c52323e
JK
1130 } else if (auth_type == NL80211_AUTHTYPE_SHARED_KEY)
1131 auth_mode = NDIS_80211_AUTH_SHARED;
1132 else if (auth_type == NL80211_AUTHTYPE_OPEN_SYSTEM)
aa18294a 1133 auth_mode = NDIS_80211_AUTH_OPEN;
634a555c
JK
1134 else if (auth_type == NL80211_AUTHTYPE_AUTOMATIC)
1135 auth_mode = NDIS_80211_AUTH_AUTO_SWITCH;
5c52323e
JK
1136 else
1137 return -ENOTSUPP;
bf164cc0
JK
1138
1139 tmp = cpu_to_le32(auth_mode);
4cc6c4d5 1140 ret = rndis_set_oid(usbdev,
470f16c8 1141 RNDIS_OID_802_11_AUTHENTICATION_MODE,
4cc6c4d5 1142 &tmp, sizeof(tmp));
bf164cc0 1143 if (ret != 0) {
60b86755
JP
1144 netdev_warn(usbdev->net, "setting auth mode failed (%08X)\n",
1145 ret);
bf164cc0
JK
1146 return ret;
1147 }
1148
1149 priv->wpa_version = wpa_version;
5c52323e 1150
bf164cc0
JK
1151 return 0;
1152}
1153
bf164cc0
JK
1154static int set_priv_filter(struct usbnet *usbdev)
1155{
582241a0 1156 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0
JK
1157 __le32 tmp;
1158
60b86755
JP
1159 netdev_dbg(usbdev->net, "%s(): wpa_version=0x%x\n",
1160 __func__, priv->wpa_version);
bf164cc0 1161
5c52323e
JK
1162 if (priv->wpa_version & NL80211_WPA_VERSION_2 ||
1163 priv->wpa_version & NL80211_WPA_VERSION_1)
aa18294a 1164 tmp = cpu_to_le32(NDIS_80211_PRIV_8021X_WEP);
bf164cc0 1165 else
aa18294a 1166 tmp = cpu_to_le32(NDIS_80211_PRIV_ACCEPT_ALL);
bf164cc0 1167
4cc6c4d5 1168 return rndis_set_oid(usbdev,
470f16c8 1169 RNDIS_OID_802_11_PRIVACY_FILTER, &tmp,
4cc6c4d5 1170 sizeof(tmp));
bf164cc0
JK
1171}
1172
bf164cc0
JK
1173static int set_encr_mode(struct usbnet *usbdev, int pairwise, int groupwise)
1174{
bf164cc0
JK
1175 __le32 tmp;
1176 int encr_mode, ret;
1177
60b86755
JP
1178 netdev_dbg(usbdev->net, "%s(): cipher_pair=0x%x cipher_group=0x%x\n",
1179 __func__, pairwise, groupwise);
bf164cc0 1180
5c52323e 1181 if (pairwise & RNDIS_WLAN_ALG_CCMP)
aa18294a 1182 encr_mode = NDIS_80211_ENCR_CCMP_ENABLED;
5c52323e 1183 else if (pairwise & RNDIS_WLAN_ALG_TKIP)
aa18294a 1184 encr_mode = NDIS_80211_ENCR_TKIP_ENABLED;
5c52323e 1185 else if (pairwise & RNDIS_WLAN_ALG_WEP)
aa18294a 1186 encr_mode = NDIS_80211_ENCR_WEP_ENABLED;
5c52323e 1187 else if (groupwise & RNDIS_WLAN_ALG_CCMP)
aa18294a 1188 encr_mode = NDIS_80211_ENCR_CCMP_ENABLED;
5c52323e 1189 else if (groupwise & RNDIS_WLAN_ALG_TKIP)
aa18294a 1190 encr_mode = NDIS_80211_ENCR_TKIP_ENABLED;
bf164cc0 1191 else
aa18294a 1192 encr_mode = NDIS_80211_ENCR_DISABLED;
bf164cc0
JK
1193
1194 tmp = cpu_to_le32(encr_mode);
4cc6c4d5 1195 ret = rndis_set_oid(usbdev,
470f16c8 1196 RNDIS_OID_802_11_ENCRYPTION_STATUS, &tmp,
4cc6c4d5 1197 sizeof(tmp));
bf164cc0 1198 if (ret != 0) {
60b86755
JP
1199 netdev_warn(usbdev->net, "setting encr mode failed (%08X)\n",
1200 ret);
bf164cc0
JK
1201 return ret;
1202 }
1203
bf164cc0
JK
1204 return 0;
1205}
1206
bf164cc0
JK
1207static int set_infra_mode(struct usbnet *usbdev, int mode)
1208{
582241a0 1209 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0 1210 __le32 tmp;
b7cfc5b3 1211 int ret;
bf164cc0 1212
60b86755
JP
1213 netdev_dbg(usbdev->net, "%s(): infra_mode=0x%x\n",
1214 __func__, priv->infra_mode);
bf164cc0
JK
1215
1216 tmp = cpu_to_le32(mode);
4cc6c4d5 1217 ret = rndis_set_oid(usbdev,
470f16c8 1218 RNDIS_OID_802_11_INFRASTRUCTURE_MODE,
4cc6c4d5 1219 &tmp, sizeof(tmp));
bf164cc0 1220 if (ret != 0) {
60b86755
JP
1221 netdev_warn(usbdev->net, "setting infra mode failed (%08X)\n",
1222 ret);
bf164cc0
JK
1223 return ret;
1224 }
1225
1226 /* NDIS drivers clear keys when infrastructure mode is
1227 * changed. But Linux tools assume otherwise. So set the
1228 * keys */
b7cfc5b3 1229 restore_keys(usbdev);
bf164cc0
JK
1230
1231 priv->infra_mode = mode;
1232 return 0;
1233}
1234
d75ec2b7
JK
1235static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold)
1236{
1237 __le32 tmp;
1238
60b86755 1239 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, rts_threshold);
d75ec2b7
JK
1240
1241 if (rts_threshold < 0 || rts_threshold > 2347)
1242 rts_threshold = 2347;
1243
1244 tmp = cpu_to_le32(rts_threshold);
4cc6c4d5 1245 return rndis_set_oid(usbdev,
470f16c8 1246 RNDIS_OID_802_11_RTS_THRESHOLD,
4cc6c4d5 1247 &tmp, sizeof(tmp));
d75ec2b7
JK
1248}
1249
d75ec2b7
JK
1250static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold)
1251{
1252 __le32 tmp;
1253
60b86755 1254 netdev_dbg(usbdev->net, "%s(): %i\n", __func__, frag_threshold);
d75ec2b7
JK
1255
1256 if (frag_threshold < 256 || frag_threshold > 2346)
1257 frag_threshold = 2346;
1258
1259 tmp = cpu_to_le32(frag_threshold);
4cc6c4d5 1260 return rndis_set_oid(usbdev,
470f16c8 1261 RNDIS_OID_802_11_FRAGMENTATION_THRESHOLD,
4cc6c4d5 1262 &tmp, sizeof(tmp));
d75ec2b7
JK
1263}
1264
bf164cc0
JK
1265static void set_default_iw_params(struct usbnet *usbdev)
1266{
aa18294a 1267 set_infra_mode(usbdev, NDIS_80211_INFRA_INFRA);
5c52323e
JK
1268 set_auth_mode(usbdev, 0, NL80211_AUTHTYPE_OPEN_SYSTEM,
1269 RNDIS_WLAN_KEY_MGMT_NONE);
bf164cc0 1270 set_priv_filter(usbdev);
5c52323e 1271 set_encr_mode(usbdev, RNDIS_WLAN_ALG_NONE, RNDIS_WLAN_ALG_NONE);
bf164cc0
JK
1272}
1273
bf164cc0
JK
1274static int deauthenticate(struct usbnet *usbdev)
1275{
1276 int ret;
1277
051ae0bf 1278 ret = disassociate(usbdev, true);
bf164cc0
JK
1279 set_default_iw_params(usbdev);
1280 return ret;
1281}
1282
5c52323e
JK
1283static int set_channel(struct usbnet *usbdev, int channel)
1284{
1285 struct ndis_80211_conf config;
1286 unsigned int dsconfig;
1287 int len, ret;
1288
60b86755 1289 netdev_dbg(usbdev->net, "%s(%d)\n", __func__, channel);
5c52323e
JK
1290
1291 /* this OID is valid only when not associated */
1292 if (is_associated(usbdev))
1293 return 0;
1294
1295 dsconfig = ieee80211_dsss_chan_to_freq(channel) * 1000;
1296
1297 len = sizeof(config);
4cc6c4d5 1298 ret = rndis_query_oid(usbdev,
470f16c8 1299 RNDIS_OID_802_11_CONFIGURATION,
4cc6c4d5 1300 &config, &len);
5c52323e 1301 if (ret < 0) {
60b86755
JP
1302 netdev_dbg(usbdev->net, "%s(): querying configuration failed\n",
1303 __func__);
5c52323e
JK
1304 return ret;
1305 }
1306
1307 config.ds_config = cpu_to_le32(dsconfig);
4cc6c4d5 1308 ret = rndis_set_oid(usbdev,
470f16c8 1309 RNDIS_OID_802_11_CONFIGURATION,
4cc6c4d5 1310 &config, sizeof(config));
5c52323e 1311
60b86755 1312 netdev_dbg(usbdev->net, "%s(): %d -> %d\n", __func__, channel, ret);
5c52323e
JK
1313
1314 return ret;
1315}
1316
cb82a66d 1317static struct ieee80211_channel *get_current_channel(struct usbnet *usbdev,
f808e4ad 1318 u32 *beacon_period)
cb82a66d
JK
1319{
1320 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1321 struct ieee80211_channel *channel;
1322 struct ndis_80211_conf config;
1323 int len, ret;
1324
1325 /* Get channel and beacon interval */
1326 len = sizeof(config);
4cc6c4d5 1327 ret = rndis_query_oid(usbdev,
470f16c8 1328 RNDIS_OID_802_11_CONFIGURATION,
4cc6c4d5
LW
1329 &config, &len);
1330 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_CONFIGURATION -> %d\n",
cb82a66d
JK
1331 __func__, ret);
1332 if (ret < 0)
1333 return NULL;
1334
1335 channel = ieee80211_get_channel(priv->wdev.wiphy,
1336 KHZ_TO_MHZ(le32_to_cpu(config.ds_config)));
1337 if (!channel)
1338 return NULL;
1339
f808e4ad
JK
1340 if (beacon_period)
1341 *beacon_period = le32_to_cpu(config.beacon_period);
cb82a66d
JK
1342 return channel;
1343}
1344
bf164cc0 1345/* index must be 0 - N, as per NDIS */
5c52323e 1346static int add_wep_key(struct usbnet *usbdev, const u8 *key, int key_len,
461bc26c 1347 u8 index)
bf164cc0 1348{
582241a0 1349 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1e41e1d2 1350 struct ndis_80211_wep_key ndis_key;
84bf8400
JK
1351 u32 cipher;
1352 int ret;
1353
60b86755
JP
1354 netdev_dbg(usbdev->net, "%s(idx: %d, len: %d)\n",
1355 __func__, index, key_len);
bf164cc0 1356
461bc26c 1357 if (index >= RNDIS_WLAN_NUM_KEYS)
bf164cc0
JK
1358 return -EINVAL;
1359
b7cfc5b3
JK
1360 if (key_len == 5)
1361 cipher = WLAN_CIPHER_SUITE_WEP40;
f096ce6d 1362 else if (key_len == 13)
b7cfc5b3 1363 cipher = WLAN_CIPHER_SUITE_WEP104;
f096ce6d
JK
1364 else
1365 return -EINVAL;
b7cfc5b3 1366
bf164cc0
JK
1367 memset(&ndis_key, 0, sizeof(ndis_key));
1368
461b3f2a
JK
1369 ndis_key.size = cpu_to_le32(sizeof(ndis_key));
1370 ndis_key.length = cpu_to_le32(key_len);
1371 ndis_key.index = cpu_to_le32(index);
1372 memcpy(&ndis_key.material, key, key_len);
bf164cc0
JK
1373
1374 if (index == priv->encr_tx_key_index) {
aa18294a 1375 ndis_key.index |= NDIS_80211_ADDWEP_TRANSMIT_KEY;
5c52323e
JK
1376 ret = set_encr_mode(usbdev, RNDIS_WLAN_ALG_WEP,
1377 RNDIS_WLAN_ALG_NONE);
bf164cc0 1378 if (ret)
60b86755
JP
1379 netdev_warn(usbdev->net, "encryption couldn't be enabled (%08X)\n",
1380 ret);
bf164cc0
JK
1381 }
1382
4cc6c4d5 1383 ret = rndis_set_oid(usbdev,
470f16c8 1384 RNDIS_OID_802_11_ADD_WEP, &ndis_key,
4cc6c4d5 1385 sizeof(ndis_key));
bf164cc0 1386 if (ret != 0) {
60b86755
JP
1387 netdev_warn(usbdev->net, "adding encryption key %d failed (%08X)\n",
1388 index + 1, ret);
bf164cc0
JK
1389 return ret;
1390 }
1391
b7cfc5b3
JK
1392 priv->encr_keys[index].len = key_len;
1393 priv->encr_keys[index].cipher = cipher;
1394 memcpy(&priv->encr_keys[index].material, key, key_len);
1395 memset(&priv->encr_keys[index].bssid, 0xff, ETH_ALEN);
bf164cc0
JK
1396
1397 return 0;
1398}
1399
b145ee0c 1400static int add_wpa_key(struct usbnet *usbdev, const u8 *key, int key_len,
461bc26c 1401 u8 index, const u8 *addr, const u8 *rx_seq,
53d27eaf 1402 int seq_len, u32 cipher, __le32 flags)
b145ee0c 1403{
582241a0 1404 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
b145ee0c 1405 struct ndis_80211_key ndis_key;
b7cfc5b3 1406 bool is_addr_ok;
b145ee0c
JK
1407 int ret;
1408
461bc26c 1409 if (index >= RNDIS_WLAN_NUM_KEYS) {
60b86755
JP
1410 netdev_dbg(usbdev->net, "%s(): index out of range (%i)\n",
1411 __func__, index);
b145ee0c 1412 return -EINVAL;
b7cfc5b3
JK
1413 }
1414 if (key_len > sizeof(ndis_key.material) || key_len < 0) {
60b86755
JP
1415 netdev_dbg(usbdev->net, "%s(): key length out of range (%i)\n",
1416 __func__, key_len);
b145ee0c 1417 return -EINVAL;
b7cfc5b3 1418 }
84bf8400
JK
1419 if (flags & NDIS_80211_ADDKEY_SET_INIT_RECV_SEQ) {
1420 if (!rx_seq || seq_len <= 0) {
60b86755
JP
1421 netdev_dbg(usbdev->net, "%s(): recv seq flag without buffer\n",
1422 __func__);
84bf8400
JK
1423 return -EINVAL;
1424 }
1425 if (rx_seq && seq_len > sizeof(ndis_key.rsc)) {
60b86755 1426 netdev_dbg(usbdev->net, "%s(): too big recv seq buffer\n", __func__);
84bf8400
JK
1427 return -EINVAL;
1428 }
b7cfc5b3 1429 }
84bf8400 1430
7b1fff99
JK
1431 is_addr_ok = addr && !is_zero_ether_addr(addr) &&
1432 !is_broadcast_ether_addr(addr);
b7cfc5b3 1433 if ((flags & NDIS_80211_ADDKEY_PAIRWISE_KEY) && !is_addr_ok) {
60b86755
JP
1434 netdev_dbg(usbdev->net, "%s(): pairwise but bssid invalid (%pM)\n",
1435 __func__, addr);
b145ee0c 1436 return -EINVAL;
b7cfc5b3 1437 }
b145ee0c 1438
60b86755
JP
1439 netdev_dbg(usbdev->net, "%s(%i): flags:%i%i%i\n",
1440 __func__, index,
1441 !!(flags & NDIS_80211_ADDKEY_TRANSMIT_KEY),
1442 !!(flags & NDIS_80211_ADDKEY_PAIRWISE_KEY),
1443 !!(flags & NDIS_80211_ADDKEY_SET_INIT_RECV_SEQ));
b145ee0c
JK
1444
1445 memset(&ndis_key, 0, sizeof(ndis_key));
1446
1447 ndis_key.size = cpu_to_le32(sizeof(ndis_key) -
1448 sizeof(ndis_key.material) + key_len);
1449 ndis_key.length = cpu_to_le32(key_len);
1450 ndis_key.index = cpu_to_le32(index) | flags;
1451
b7cfc5b3 1452 if (cipher == WLAN_CIPHER_SUITE_TKIP && key_len == 32) {
b145ee0c
JK
1453 /* wpa_supplicant gives us the Michael MIC RX/TX keys in
1454 * different order than NDIS spec, so swap the order here. */
1455 memcpy(ndis_key.material, key, 16);
1456 memcpy(ndis_key.material + 16, key + 24, 8);
1457 memcpy(ndis_key.material + 24, key + 16, 8);
1458 } else
1459 memcpy(ndis_key.material, key, key_len);
1460
aa18294a 1461 if (flags & NDIS_80211_ADDKEY_SET_INIT_RECV_SEQ)
84bf8400 1462 memcpy(ndis_key.rsc, rx_seq, seq_len);
b145ee0c 1463
aa18294a 1464 if (flags & NDIS_80211_ADDKEY_PAIRWISE_KEY) {
b145ee0c 1465 /* pairwise key */
b7cfc5b3 1466 memcpy(ndis_key.bssid, addr, ETH_ALEN);
b145ee0c
JK
1467 } else {
1468 /* group key */
aa18294a 1469 if (priv->infra_mode == NDIS_80211_INFRA_ADHOC)
b145ee0c
JK
1470 memset(ndis_key.bssid, 0xff, ETH_ALEN);
1471 else
1472 get_bssid(usbdev, ndis_key.bssid);
1473 }
1474
4cc6c4d5 1475 ret = rndis_set_oid(usbdev,
470f16c8 1476 RNDIS_OID_802_11_ADD_KEY, &ndis_key,
4cc6c4d5
LW
1477 le32_to_cpu(ndis_key.size));
1478 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_ADD_KEY -> %08X\n",
60b86755 1479 __func__, ret);
b145ee0c
JK
1480 if (ret != 0)
1481 return ret;
1482
b7cfc5b3
JK
1483 memset(&priv->encr_keys[index], 0, sizeof(priv->encr_keys[index]));
1484 priv->encr_keys[index].len = key_len;
1485 priv->encr_keys[index].cipher = cipher;
1486 memcpy(&priv->encr_keys[index].material, key, key_len);
1487 if (flags & NDIS_80211_ADDKEY_PAIRWISE_KEY)
1488 memcpy(&priv->encr_keys[index].bssid, ndis_key.bssid, ETH_ALEN);
1489 else
1490 memset(&priv->encr_keys[index].bssid, 0xff, ETH_ALEN);
9839178e 1491
aa18294a 1492 if (flags & NDIS_80211_ADDKEY_TRANSMIT_KEY)
b145ee0c
JK
1493 priv->encr_tx_key_index = index;
1494
1495 return 0;
1496}
1497
461bc26c 1498static int restore_key(struct usbnet *usbdev, u8 key_idx)
b7cfc5b3
JK
1499{
1500 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1501 struct rndis_wlan_encr_key key;
84bf8400
JK
1502
1503 if (is_wpa_key(priv, key_idx))
1504 return 0;
b7cfc5b3
JK
1505
1506 key = priv->encr_keys[key_idx];
1507
60b86755 1508 netdev_dbg(usbdev->net, "%s(): %i:%i\n", __func__, key_idx, key.len);
b7cfc5b3
JK
1509
1510 if (key.len == 0)
1511 return 0;
1512
b7cfc5b3
JK
1513 return add_wep_key(usbdev, key.material, key.len, key_idx);
1514}
1515
b7cfc5b3
JK
1516static void restore_keys(struct usbnet *usbdev)
1517{
1518 int i;
1519
1520 for (i = 0; i < 4; i++)
1521 restore_key(usbdev, i);
1522}
1523
461bc26c 1524static void clear_key(struct rndis_wlan_private *priv, u8 idx)
b7cfc5b3
JK
1525{
1526 memset(&priv->encr_keys[idx], 0, sizeof(priv->encr_keys[idx]));
1527}
1528
bf164cc0 1529/* remove_key is for both wep and wpa */
461bc26c 1530static int remove_key(struct usbnet *usbdev, u8 index, const u8 *bssid)
bf164cc0 1531{
582241a0 1532 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1e41e1d2 1533 struct ndis_80211_remove_key remove_key;
bf164cc0 1534 __le32 keyindex;
b7cfc5b3 1535 bool is_wpa;
bf164cc0
JK
1536 int ret;
1537
ec3cbb9c
DC
1538 if (index >= RNDIS_WLAN_NUM_KEYS)
1539 return -ENOENT;
1540
b7cfc5b3 1541 if (priv->encr_keys[index].len == 0)
bf164cc0
JK
1542 return 0;
1543
b7cfc5b3 1544 is_wpa = is_wpa_key(priv, index);
bf164cc0 1545
60b86755
JP
1546 netdev_dbg(usbdev->net, "%s(): %i:%s:%i\n",
1547 __func__, index, is_wpa ? "wpa" : "wep",
1548 priv->encr_keys[index].len);
b7cfc5b3
JK
1549
1550 clear_key(priv, index);
1551
1552 if (is_wpa) {
461b3f2a
JK
1553 remove_key.size = cpu_to_le32(sizeof(remove_key));
1554 remove_key.index = cpu_to_le32(index);
bf164cc0
JK
1555 if (bssid) {
1556 /* pairwise key */
7b1fff99 1557 if (!is_broadcast_ether_addr(bssid))
b4703a2e 1558 remove_key.index |=
aa18294a 1559 NDIS_80211_ADDKEY_PAIRWISE_KEY;
461b3f2a
JK
1560 memcpy(remove_key.bssid, bssid,
1561 sizeof(remove_key.bssid));
bf164cc0 1562 } else
461b3f2a
JK
1563 memset(remove_key.bssid, 0xff,
1564 sizeof(remove_key.bssid));
bf164cc0 1565
4cc6c4d5 1566 ret = rndis_set_oid(usbdev,
470f16c8 1567 RNDIS_OID_802_11_REMOVE_KEY,
4cc6c4d5 1568 &remove_key, sizeof(remove_key));
bf164cc0
JK
1569 if (ret != 0)
1570 return ret;
1571 } else {
1572 keyindex = cpu_to_le32(index);
4cc6c4d5 1573 ret = rndis_set_oid(usbdev,
470f16c8 1574 RNDIS_OID_802_11_REMOVE_WEP,
4cc6c4d5 1575 &keyindex, sizeof(keyindex));
bf164cc0 1576 if (ret != 0) {
60b86755
JP
1577 netdev_warn(usbdev->net,
1578 "removing encryption key %d failed (%08X)\n",
1579 index, ret);
bf164cc0
JK
1580 return ret;
1581 }
1582 }
1583
1584 /* if it is transmit key, disable encryption */
1585 if (index == priv->encr_tx_key_index)
5c52323e 1586 set_encr_mode(usbdev, RNDIS_WLAN_ALG_NONE, RNDIS_WLAN_ALG_NONE);
bf164cc0
JK
1587
1588 return 0;
1589}
1590
bf164cc0
JK
1591static void set_multicast_list(struct usbnet *usbdev)
1592{
582241a0 1593 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
22bedad3 1594 struct netdev_hw_addr *ha;
12c3400a
JP
1595 __le32 filter, basefilter;
1596 int ret;
1597 char *mc_addrs = NULL;
1598 int mc_count;
bf164cc0 1599
7390e8b0
LW
1600 basefilter = filter = cpu_to_le32(RNDIS_PACKET_TYPE_DIRECTED |
1601 RNDIS_PACKET_TYPE_BROADCAST);
bf164cc0
JK
1602
1603 if (usbdev->net->flags & IFF_PROMISC) {
7390e8b0
LW
1604 filter |= cpu_to_le32(RNDIS_PACKET_TYPE_PROMISCUOUS |
1605 RNDIS_PACKET_TYPE_ALL_LOCAL);
12c3400a 1606 } else if (usbdev->net->flags & IFF_ALLMULTI) {
7390e8b0 1607 filter |= cpu_to_le32(RNDIS_PACKET_TYPE_ALL_MULTICAST);
12c3400a
JP
1608 }
1609
1610 if (filter != basefilter)
1611 goto set_filter;
1612
1613 /*
1614 * mc_list should be accessed holding the lock, so copy addresses to
1615 * local buffer first.
1616 */
1617 netif_addr_lock_bh(usbdev->net);
1618 mc_count = netdev_mc_count(usbdev->net);
1619 if (mc_count > priv->multicast_size) {
7390e8b0 1620 filter |= cpu_to_le32(RNDIS_PACKET_TYPE_ALL_MULTICAST);
12c3400a
JP
1621 } else if (mc_count) {
1622 int i = 0;
1623
1624 mc_addrs = kmalloc(mc_count * ETH_ALEN, GFP_ATOMIC);
1625 if (!mc_addrs) {
60b86755
JP
1626 netdev_warn(usbdev->net,
1627 "couldn't alloc %d bytes of memory\n",
12c3400a 1628 mc_count * ETH_ALEN);
655ffee2 1629 netif_addr_unlock_bh(usbdev->net);
bf164cc0
JK
1630 return;
1631 }
1632
22bedad3 1633 netdev_for_each_mc_addr(ha, usbdev->net)
12c3400a 1634 memcpy(mc_addrs + i++ * ETH_ALEN,
22bedad3 1635 ha->addr, ETH_ALEN);
12c3400a
JP
1636 }
1637 netif_addr_unlock_bh(usbdev->net);
bf164cc0 1638
12c3400a
JP
1639 if (filter != basefilter)
1640 goto set_filter;
1641
1642 if (mc_count) {
4cc6c4d5 1643 ret = rndis_set_oid(usbdev,
470f16c8 1644 RNDIS_OID_802_3_MULTICAST_LIST,
4cc6c4d5 1645 mc_addrs, mc_count * ETH_ALEN);
12c3400a
JP
1646 kfree(mc_addrs);
1647 if (ret == 0)
7390e8b0 1648 filter |= cpu_to_le32(RNDIS_PACKET_TYPE_MULTICAST);
bf164cc0 1649 else
7390e8b0 1650 filter |= cpu_to_le32(RNDIS_PACKET_TYPE_ALL_MULTICAST);
bf164cc0 1651
4cc6c4d5 1652 netdev_dbg(usbdev->net, "RNDIS_OID_802_3_MULTICAST_LIST(%d, max: %d) -> %d\n",
12c3400a 1653 mc_count, priv->multicast_size, ret);
bf164cc0
JK
1654 }
1655
12c3400a 1656set_filter:
470f16c8 1657 ret = rndis_set_oid(usbdev, RNDIS_OID_GEN_CURRENT_PACKET_FILTER, &filter,
bf164cc0
JK
1658 sizeof(filter));
1659 if (ret < 0) {
60b86755
JP
1660 netdev_warn(usbdev->net, "couldn't set packet filter: %08x\n",
1661 le32_to_cpu(filter));
bf164cc0
JK
1662 }
1663
8cdddc3f 1664 netdev_dbg(usbdev->net, "RNDIS_OID_GEN_CURRENT_PACKET_FILTER(%08x) -> %d\n",
60b86755 1665 le32_to_cpu(filter), ret);
bf164cc0
JK
1666}
1667
5a7d0583
JK
1668#ifdef DEBUG
1669static void debug_print_pmkids(struct usbnet *usbdev,
1670 struct ndis_80211_pmkid *pmkids,
1671 const char *func_str)
1672{
1673 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1674 int i, len, count, max_pmkids, entry_len;
1675
1676 max_pmkids = priv->wdev.wiphy->max_num_pmkids;
1677 len = le32_to_cpu(pmkids->length);
1678 count = le32_to_cpu(pmkids->bssid_info_count);
1679
1680 entry_len = (count > 0) ? (len - sizeof(*pmkids)) / count : -1;
1681
1682 netdev_dbg(usbdev->net, "%s(): %d PMKIDs (data len: %d, entry len: "
1683 "%d)\n", func_str, count, len, entry_len);
1684
1685 if (count > max_pmkids)
1686 count = max_pmkids;
1687
1688 for (i = 0; i < count; i++) {
1689 u32 *tmp = (u32 *)pmkids->bssid_info[i].pmkid;
1690
1691 netdev_dbg(usbdev->net, "%s(): bssid: %pM, "
1692 "pmkid: %08X:%08X:%08X:%08X\n",
1693 func_str, pmkids->bssid_info[i].bssid,
1694 cpu_to_be32(tmp[0]), cpu_to_be32(tmp[1]),
1695 cpu_to_be32(tmp[2]), cpu_to_be32(tmp[3]));
1696 }
1697}
1698#else
1699static void debug_print_pmkids(struct usbnet *usbdev,
1700 struct ndis_80211_pmkid *pmkids,
1701 const char *func_str)
1702{
1703 return;
1704}
1705#endif
1706
1707static struct ndis_80211_pmkid *get_device_pmkids(struct usbnet *usbdev)
1708{
1709 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
1710 struct ndis_80211_pmkid *pmkids;
1711 int len, ret, max_pmkids;
1712
1713 max_pmkids = priv->wdev.wiphy->max_num_pmkids;
1714 len = sizeof(*pmkids) + max_pmkids * sizeof(pmkids->bssid_info[0]);
1715
1716 pmkids = kzalloc(len, GFP_KERNEL);
1717 if (!pmkids)
1718 return ERR_PTR(-ENOMEM);
1719
1720 pmkids->length = cpu_to_le32(len);
1721 pmkids->bssid_info_count = cpu_to_le32(max_pmkids);
1722
470f16c8 1723 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_PMKID,
4cc6c4d5 1724 pmkids, &len);
5a7d0583 1725 if (ret < 0) {
4cc6c4d5 1726 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_PMKID(%d, %d)"
5a7d0583
JK
1727 " -> %d\n", __func__, len, max_pmkids, ret);
1728
1729 kfree(pmkids);
1730 return ERR_PTR(ret);
1731 }
1732
1733 if (le32_to_cpu(pmkids->bssid_info_count) > max_pmkids)
1734 pmkids->bssid_info_count = cpu_to_le32(max_pmkids);
1735
1736 debug_print_pmkids(usbdev, pmkids, __func__);
1737
1738 return pmkids;
1739}
1740
1741static int set_device_pmkids(struct usbnet *usbdev,
1742 struct ndis_80211_pmkid *pmkids)
1743{
1744 int ret, len, num_pmkids;
1745
1746 num_pmkids = le32_to_cpu(pmkids->bssid_info_count);
1747 len = sizeof(*pmkids) + num_pmkids * sizeof(pmkids->bssid_info[0]);
1748 pmkids->length = cpu_to_le32(len);
1749
1750 debug_print_pmkids(usbdev, pmkids, __func__);
1751
470f16c8 1752 ret = rndis_set_oid(usbdev, RNDIS_OID_802_11_PMKID, pmkids,
4cc6c4d5 1753 le32_to_cpu(pmkids->length));
5a7d0583 1754 if (ret < 0) {
4cc6c4d5 1755 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_PMKID(%d, %d) -> %d"
5a7d0583
JK
1756 "\n", __func__, len, num_pmkids, ret);
1757 }
1758
1759 kfree(pmkids);
1760 return ret;
1761}
1762
1763static struct ndis_80211_pmkid *remove_pmkid(struct usbnet *usbdev,
1764 struct ndis_80211_pmkid *pmkids,
1765 struct cfg80211_pmksa *pmksa,
1766 int max_pmkids)
1767{
551d6fe6
DC
1768 int i, newlen, err;
1769 unsigned int count;
5a7d0583 1770
5a7d0583
JK
1771 count = le32_to_cpu(pmkids->bssid_info_count);
1772
1773 if (count > max_pmkids)
1774 count = max_pmkids;
1775
1776 for (i = 0; i < count; i++)
2e42e474
JP
1777 if (ether_addr_equal(pmkids->bssid_info[i].bssid,
1778 pmksa->bssid))
5a7d0583
JK
1779 break;
1780
1781 /* pmkid not found */
1782 if (i == count) {
1783 netdev_dbg(usbdev->net, "%s(): bssid not found (%pM)\n",
1784 __func__, pmksa->bssid);
1785 err = -ENOENT;
1786 goto error;
1787 }
1788
1789 for (; i + 1 < count; i++)
1790 pmkids->bssid_info[i] = pmkids->bssid_info[i + 1];
1791
1792 count--;
1793 newlen = sizeof(*pmkids) + count * sizeof(pmkids->bssid_info[0]);
1794
1795 pmkids->length = cpu_to_le32(newlen);
1796 pmkids->bssid_info_count = cpu_to_le32(count);
1797
1798 return pmkids;
1799error:
1800 kfree(pmkids);
1801 return ERR_PTR(err);
1802}
1803
1804static struct ndis_80211_pmkid *update_pmkid(struct usbnet *usbdev,
1805 struct ndis_80211_pmkid *pmkids,
1806 struct cfg80211_pmksa *pmksa,
1807 int max_pmkids)
1808{
60f53cf9 1809 struct ndis_80211_pmkid *new_pmkids;
551d6fe6
DC
1810 int i, err, newlen;
1811 unsigned int count;
5a7d0583 1812
5a7d0583
JK
1813 count = le32_to_cpu(pmkids->bssid_info_count);
1814
1815 if (count > max_pmkids)
1816 count = max_pmkids;
1817
1818 /* update with new pmkid */
1819 for (i = 0; i < count; i++) {
2e42e474
JP
1820 if (!ether_addr_equal(pmkids->bssid_info[i].bssid,
1821 pmksa->bssid))
5a7d0583
JK
1822 continue;
1823
1824 memcpy(pmkids->bssid_info[i].pmkid, pmksa->pmkid,
1825 WLAN_PMKID_LEN);
1826
1827 return pmkids;
1828 }
1829
1830 /* out of space, return error */
1831 if (i == max_pmkids) {
1832 netdev_dbg(usbdev->net, "%s(): out of space\n", __func__);
1833 err = -ENOSPC;
1834 goto error;
1835 }
1836
1837 /* add new pmkid */
1838 newlen = sizeof(*pmkids) + (count + 1) * sizeof(pmkids->bssid_info[0]);
1839
60f53cf9
AK
1840 new_pmkids = krealloc(pmkids, newlen, GFP_KERNEL);
1841 if (!new_pmkids) {
5a7d0583
JK
1842 err = -ENOMEM;
1843 goto error;
1844 }
60f53cf9 1845 pmkids = new_pmkids;
5a7d0583
JK
1846
1847 pmkids->length = cpu_to_le32(newlen);
1848 pmkids->bssid_info_count = cpu_to_le32(count + 1);
1849
1850 memcpy(pmkids->bssid_info[count].bssid, pmksa->bssid, ETH_ALEN);
1851 memcpy(pmkids->bssid_info[count].pmkid, pmksa->pmkid, WLAN_PMKID_LEN);
1852
1853 return pmkids;
1854error:
1855 kfree(pmkids);
1856 return ERR_PTR(err);
1857}
1858
964c1d41
JL
1859/*
1860 * cfg80211 ops
1861 */
e36d56b6
JB
1862static int rndis_change_virtual_intf(struct wiphy *wiphy,
1863 struct net_device *dev,
964c1d41
JL
1864 enum nl80211_iftype type, u32 *flags,
1865 struct vif_params *params)
1866{
16139172
JK
1867 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
1868 struct usbnet *usbdev = priv->usbdev;
964c1d41
JL
1869 int mode;
1870
964c1d41
JL
1871 switch (type) {
1872 case NL80211_IFTYPE_ADHOC:
aa18294a 1873 mode = NDIS_80211_INFRA_ADHOC;
964c1d41
JL
1874 break;
1875 case NL80211_IFTYPE_STATION:
aa18294a 1876 mode = NDIS_80211_INFRA_INFRA;
964c1d41
JL
1877 break;
1878 default:
1879 return -EINVAL;
1880 }
1881
16139172
JK
1882 priv->wdev.iftype = type;
1883
964c1d41
JL
1884 return set_infra_mode(usbdev, mode);
1885}
1886
d75ec2b7
JK
1887static int rndis_set_wiphy_params(struct wiphy *wiphy, u32 changed)
1888{
1889 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
1890 struct usbnet *usbdev = priv->usbdev;
1891 int err;
1892
1893 if (changed & WIPHY_PARAM_FRAG_THRESHOLD) {
1894 err = set_frag_threshold(usbdev, wiphy->frag_threshold);
1895 if (err < 0)
1896 return err;
1897 }
1898
1899 if (changed & WIPHY_PARAM_RTS_THRESHOLD) {
1900 err = set_rts_threshold(usbdev, wiphy->rts_threshold);
1901 if (err < 0)
1902 return err;
1903 }
1904
1905 return 0;
1906}
1907
fa61cf70 1908static int rndis_set_tx_power(struct wiphy *wiphy,
c8442118 1909 struct wireless_dev *wdev,
fa61cf70
JO
1910 enum nl80211_tx_power_setting type,
1911 int mbm)
222ec50a
JK
1912{
1913 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
1914 struct usbnet *usbdev = priv->usbdev;
1915
fa61cf70
JO
1916 netdev_dbg(usbdev->net, "%s(): type:0x%x mbm:%i\n",
1917 __func__, type, mbm);
1918
1919 if (mbm < 0 || (mbm % 100))
1920 return -ENOTSUPP;
222ec50a
JK
1921
1922 /* Device doesn't support changing txpower after initialization, only
1923 * turn off/on radio. Support 'auto' mode and setting same dBm that is
1924 * currently used.
1925 */
fa61cf70
JO
1926 if (type == NL80211_TX_POWER_AUTOMATIC ||
1927 MBM_TO_DBM(mbm) == get_bcm4320_power_dbm(priv)) {
222ec50a 1928 if (!priv->radio_on)
051ae0bf 1929 disassociate(usbdev, true); /* turn on radio */
222ec50a
JK
1930
1931 return 0;
1932 }
1933
1934 return -ENOTSUPP;
1935}
1936
c8442118
JB
1937static int rndis_get_tx_power(struct wiphy *wiphy,
1938 struct wireless_dev *wdev,
1939 int *dbm)
222ec50a
JK
1940{
1941 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
1942 struct usbnet *usbdev = priv->usbdev;
1943
1944 *dbm = get_bcm4320_power_dbm(priv);
1945
60b86755 1946 netdev_dbg(usbdev->net, "%s(): dbm:%i\n", __func__, *dbm);
222ec50a
JK
1947
1948 return 0;
1949}
1950
b1d25a67 1951#define SCAN_DELAY_JIFFIES (6 * HZ)
fd014284 1952static int rndis_scan(struct wiphy *wiphy,
71a7b26d
JK
1953 struct cfg80211_scan_request *request)
1954{
fd014284 1955 struct net_device *dev = request->wdev->netdev;
71a7b26d 1956 struct usbnet *usbdev = netdev_priv(dev);
582241a0 1957 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
71a7b26d 1958 int ret;
5cb56af2 1959 int delay = SCAN_DELAY_JIFFIES;
71a7b26d 1960
60b86755 1961 netdev_dbg(usbdev->net, "cfg80211.scan\n");
71a7b26d 1962
db0dd396
JK
1963 /* Get current bssid list from device before new scan, as new scan
1964 * clears internal bssid list.
1965 */
b5257c95 1966 rndis_check_bssid_list(usbdev, NULL, NULL);
db0dd396 1967
71a7b26d
JK
1968 if (priv->scan_request && priv->scan_request != request)
1969 return -EBUSY;
1970
1971 priv->scan_request = request;
1972
5cb56af2 1973 ret = rndis_start_bssid_list_scan(usbdev);
71a7b26d 1974 if (ret == 0) {
5cb56af2
JK
1975 if (priv->device_type == RNDIS_BCM4320A)
1976 delay = HZ;
1977
71a7b26d 1978 /* Wait before retrieving scan results from device */
5cb56af2 1979 queue_delayed_work(priv->workqueue, &priv->scan_work, delay);
71a7b26d
JK
1980 }
1981
1982 return ret;
1983}
1984
a64e2e23
JK
1985static bool rndis_bss_info_update(struct usbnet *usbdev,
1986 struct ndis_80211_bssid_ex *bssid)
71a7b26d 1987{
582241a0 1988 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
71a7b26d 1989 struct ieee80211_channel *channel;
a64e2e23 1990 struct cfg80211_bss *bss;
71a7b26d
JK
1991 s32 signal;
1992 u64 timestamp;
1993 u16 capability;
1994 u16 beacon_interval;
1995 struct ndis_80211_fixed_ies *fixed;
1996 int ie_len, bssid_len;
1997 u8 *ie;
1998
bfe3850b
JK
1999 netdev_dbg(usbdev->net, " found bssid: '%.32s' [%pM], len: %d\n",
2000 bssid->ssid.essid, bssid->mac, le32_to_cpu(bssid->length));
5fd8f250 2001
71a7b26d
JK
2002 /* parse bssid structure */
2003 bssid_len = le32_to_cpu(bssid->length);
2004
2005 if (bssid_len < sizeof(struct ndis_80211_bssid_ex) +
2006 sizeof(struct ndis_80211_fixed_ies))
2007 return NULL;
2008
2009 fixed = (struct ndis_80211_fixed_ies *)bssid->ies;
2010
2011 ie = (void *)(bssid->ies + sizeof(struct ndis_80211_fixed_ies));
2012 ie_len = min(bssid_len - (int)sizeof(*bssid),
2013 (int)le32_to_cpu(bssid->ie_length));
2014 ie_len -= sizeof(struct ndis_80211_fixed_ies);
2015 if (ie_len < 0)
2016 return NULL;
2017
2018 /* extract data for cfg80211_inform_bss */
2019 channel = ieee80211_get_channel(priv->wdev.wiphy,
2020 KHZ_TO_MHZ(le32_to_cpu(bssid->config.ds_config)));
2021 if (!channel)
2022 return NULL;
2023
2024 signal = level_to_qual(le32_to_cpu(bssid->rssi));
2025 timestamp = le64_to_cpu(*(__le64 *)fixed->timestamp);
2026 capability = le16_to_cpu(fixed->capabilities);
2027 beacon_interval = le16_to_cpu(fixed->beacon_interval);
2028
a64e2e23 2029 bss = cfg80211_inform_bss(priv->wdev.wiphy, channel, bssid->mac,
71a7b26d
JK
2030 timestamp, capability, beacon_interval, ie, ie_len, signal,
2031 GFP_KERNEL);
a64e2e23
JK
2032 cfg80211_put_bss(bss);
2033
2034 return (bss != NULL);
71a7b26d
JK
2035}
2036
bfe3850b
JK
2037static struct ndis_80211_bssid_ex *next_bssid_list_item(
2038 struct ndis_80211_bssid_ex *bssid,
2039 int *bssid_len, void *buf, int len)
2040{
2041 void *buf_end, *bssid_end;
2042
2043 buf_end = (char *)buf + len;
2044 bssid_end = (char *)bssid + *bssid_len;
2045
2046 if ((int)(buf_end - bssid_end) < sizeof(bssid->length)) {
2047 *bssid_len = 0;
2048 return NULL;
2049 } else {
2050 bssid = (void *)((char *)bssid + *bssid_len);
2051 *bssid_len = le32_to_cpu(bssid->length);
2052 return bssid;
2053 }
2054}
2055
2056static bool check_bssid_list_item(struct ndis_80211_bssid_ex *bssid,
2057 int bssid_len, void *buf, int len)
2058{
2059 void *buf_end, *bssid_end;
2060
2061 if (!bssid || bssid_len <= 0 || bssid_len > len)
2062 return false;
2063
2064 buf_end = (char *)buf + len;
2065 bssid_end = (char *)bssid + bssid_len;
2066
2067 return (int)(buf_end - bssid_end) >= 0 && (int)(bssid_end - buf) >= 0;
2068}
2069
b5257c95
JK
2070static int rndis_check_bssid_list(struct usbnet *usbdev, u8 *match_bssid,
2071 bool *matched)
71a7b26d
JK
2072{
2073 void *buf = NULL;
2074 struct ndis_80211_bssid_list_ex *bssid_list;
2075 struct ndis_80211_bssid_ex *bssid;
bfe3850b 2076 int ret = -EINVAL, len, count, bssid_len, real_count, new_len;
71a7b26d 2077
bfe3850b 2078 netdev_dbg(usbdev->net, "%s()\n", __func__);
71a7b26d
JK
2079
2080 len = CONTROL_BUFFER_SIZE;
5fd8f250 2081resize_buf:
bfe3850b 2082 buf = kzalloc(len, GFP_KERNEL);
71a7b26d
JK
2083 if (!buf) {
2084 ret = -ENOMEM;
2085 goto out;
2086 }
2087
bfe3850b
JK
2088 /* BSSID-list might have got bigger last time we checked, keep
2089 * resizing until it won't get any bigger.
2090 */
2091 new_len = len;
470f16c8 2092 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_BSSID_LIST,
4cc6c4d5 2093 buf, &new_len);
bfe3850b 2094 if (ret != 0 || new_len < sizeof(struct ndis_80211_bssid_list_ex))
71a7b26d
JK
2095 goto out;
2096
bfe3850b
JK
2097 if (new_len > len) {
2098 len = new_len;
5fd8f250
JK
2099 kfree(buf);
2100 goto resize_buf;
2101 }
2102
bfe3850b
JK
2103 len = new_len;
2104
71a7b26d 2105 bssid_list = buf;
71a7b26d 2106 count = le32_to_cpu(bssid_list->num_items);
bfe3850b
JK
2107 real_count = 0;
2108 netdev_dbg(usbdev->net, "%s(): buflen: %d\n", __func__, len);
2109
2110 bssid_len = 0;
2111 bssid = next_bssid_list_item(bssid_list->bssid, &bssid_len, buf, len);
71a7b26d 2112
bfe3850b
JK
2113 /* Device returns incorrect 'num_items'. Workaround by ignoring the
2114 * received 'num_items' and walking through full bssid buffer instead.
2115 */
2116 while (check_bssid_list_item(bssid, bssid_len, buf, len)) {
b5257c95
JK
2117 if (rndis_bss_info_update(usbdev, bssid) && match_bssid &&
2118 matched) {
b0fd49b7 2119 if (ether_addr_equal(bssid->mac, match_bssid))
b5257c95
JK
2120 *matched = true;
2121 }
71a7b26d 2122
bfe3850b
JK
2123 real_count++;
2124 bssid = next_bssid_list_item(bssid, &bssid_len, buf, len);
71a7b26d
JK
2125 }
2126
bfe3850b
JK
2127 netdev_dbg(usbdev->net, "%s(): num_items from device: %d, really found:"
2128 " %d\n", __func__, count, real_count);
2129
71a7b26d
JK
2130out:
2131 kfree(buf);
2132 return ret;
2133}
2134
71a7b26d
JK
2135static void rndis_get_scan_results(struct work_struct *work)
2136{
582241a0
JK
2137 struct rndis_wlan_private *priv =
2138 container_of(work, struct rndis_wlan_private, scan_work.work);
71a7b26d
JK
2139 struct usbnet *usbdev = priv->usbdev;
2140 int ret;
2141
60b86755 2142 netdev_dbg(usbdev->net, "get_scan_results\n");
71a7b26d 2143
005ba2f1
JK
2144 if (!priv->scan_request)
2145 return;
2146
b5257c95 2147 ret = rndis_check_bssid_list(usbdev, NULL, NULL);
71a7b26d
JK
2148
2149 cfg80211_scan_done(priv->scan_request, ret < 0);
2150
2151 priv->scan_request = NULL;
2152}
2153
5c52323e
JK
2154static int rndis_connect(struct wiphy *wiphy, struct net_device *dev,
2155 struct cfg80211_connect_params *sme)
2156{
2157 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2158 struct usbnet *usbdev = priv->usbdev;
2159 struct ieee80211_channel *channel = sme->channel;
2160 struct ndis_80211_ssid ssid;
2161 int pairwise = RNDIS_WLAN_ALG_NONE;
2162 int groupwise = RNDIS_WLAN_ALG_NONE;
2163 int keymgmt = RNDIS_WLAN_KEY_MGMT_NONE;
2164 int length, i, ret, chan = -1;
2165
2166 if (channel)
2167 chan = ieee80211_frequency_to_channel(channel->center_freq);
2168
2169 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group);
2170 for (i = 0; i < sme->crypto.n_ciphers_pairwise; i++)
2171 pairwise |=
2172 rndis_cipher_to_alg(sme->crypto.ciphers_pairwise[i]);
2173
2174 if (sme->crypto.n_ciphers_pairwise > 0 &&
2175 pairwise == RNDIS_WLAN_ALG_NONE) {
60b86755 2176 netdev_err(usbdev->net, "Unsupported pairwise cipher\n");
5c52323e
JK
2177 return -ENOTSUPP;
2178 }
2179
2180 for (i = 0; i < sme->crypto.n_akm_suites; i++)
2181 keymgmt |=
2182 rndis_akm_suite_to_key_mgmt(sme->crypto.akm_suites[i]);
2183
2184 if (sme->crypto.n_akm_suites > 0 &&
2185 keymgmt == RNDIS_WLAN_KEY_MGMT_NONE) {
60b86755 2186 netdev_err(usbdev->net, "Invalid keymgmt\n");
5c52323e
JK
2187 return -ENOTSUPP;
2188 }
2189
60b86755
JP
2190 netdev_dbg(usbdev->net, "cfg80211.connect('%.32s':[%pM]:%d:[%d,0x%x:0x%x]:[0x%x:0x%x]:0x%x)\n",
2191 sme->ssid, sme->bssid, chan,
2192 sme->privacy, sme->crypto.wpa_versions, sme->auth_type,
2193 groupwise, pairwise, keymgmt);
5c52323e
JK
2194
2195 if (is_associated(usbdev))
2196 disassociate(usbdev, false);
2197
2198 ret = set_infra_mode(usbdev, NDIS_80211_INFRA_INFRA);
2199 if (ret < 0) {
60b86755
JP
2200 netdev_dbg(usbdev->net, "connect: set_infra_mode failed, %d\n",
2201 ret);
5c52323e
JK
2202 goto err_turn_radio_on;
2203 }
2204
2205 ret = set_auth_mode(usbdev, sme->crypto.wpa_versions, sme->auth_type,
2206 keymgmt);
2207 if (ret < 0) {
60b86755
JP
2208 netdev_dbg(usbdev->net, "connect: set_auth_mode failed, %d\n",
2209 ret);
5c52323e
JK
2210 goto err_turn_radio_on;
2211 }
2212
2213 set_priv_filter(usbdev);
2214
2215 ret = set_encr_mode(usbdev, pairwise, groupwise);
2216 if (ret < 0) {
60b86755
JP
2217 netdev_dbg(usbdev->net, "connect: set_encr_mode failed, %d\n",
2218 ret);
5c52323e
JK
2219 goto err_turn_radio_on;
2220 }
2221
2222 if (channel) {
2223 ret = set_channel(usbdev, chan);
2224 if (ret < 0) {
60b86755
JP
2225 netdev_dbg(usbdev->net, "connect: set_channel failed, %d\n",
2226 ret);
5c52323e
JK
2227 goto err_turn_radio_on;
2228 }
2229 }
2230
2231 if (sme->key && ((groupwise | pairwise) & RNDIS_WLAN_ALG_WEP)) {
2232 priv->encr_tx_key_index = sme->key_idx;
2233 ret = add_wep_key(usbdev, sme->key, sme->key_len, sme->key_idx);
2234 if (ret < 0) {
60b86755
JP
2235 netdev_dbg(usbdev->net, "connect: add_wep_key failed, %d (%d, %d)\n",
2236 ret, sme->key_len, sme->key_idx);
5c52323e
JK
2237 goto err_turn_radio_on;
2238 }
2239 }
2240
2241 if (sme->bssid && !is_zero_ether_addr(sme->bssid) &&
2242 !is_broadcast_ether_addr(sme->bssid)) {
2243 ret = set_bssid(usbdev, sme->bssid);
2244 if (ret < 0) {
60b86755
JP
2245 netdev_dbg(usbdev->net, "connect: set_bssid failed, %d\n",
2246 ret);
5c52323e
JK
2247 goto err_turn_radio_on;
2248 }
2249 } else
2250 clear_bssid(usbdev);
2251
2252 length = sme->ssid_len;
2253 if (length > NDIS_802_11_LENGTH_SSID)
2254 length = NDIS_802_11_LENGTH_SSID;
2255
2256 memset(&ssid, 0, sizeof(ssid));
2257 ssid.length = cpu_to_le32(length);
2258 memcpy(ssid.essid, sme->ssid, length);
2259
2260 /* Pause and purge rx queue, so we don't pass packets before
2261 * 'media connect'-indication.
2262 */
2263 usbnet_pause_rx(usbdev);
2264 usbnet_purge_paused_rxq(usbdev);
2265
2266 ret = set_essid(usbdev, &ssid);
2267 if (ret < 0)
60b86755 2268 netdev_dbg(usbdev->net, "connect: set_essid failed, %d\n", ret);
5c52323e
JK
2269 return ret;
2270
2271err_turn_radio_on:
051ae0bf 2272 disassociate(usbdev, true);
5c52323e
JK
2273
2274 return ret;
2275}
2276
2277static int rndis_disconnect(struct wiphy *wiphy, struct net_device *dev,
2278 u16 reason_code)
2279{
2280 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2281 struct usbnet *usbdev = priv->usbdev;
2282
60b86755 2283 netdev_dbg(usbdev->net, "cfg80211.disconnect(%d)\n", reason_code);
5c52323e
JK
2284
2285 priv->connected = false;
8b89a288 2286 memset(priv->bssid, 0, ETH_ALEN);
5c52323e
JK
2287
2288 return deauthenticate(usbdev);
2289}
2290
2291static int rndis_join_ibss(struct wiphy *wiphy, struct net_device *dev,
2292 struct cfg80211_ibss_params *params)
2293{
2294 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2295 struct usbnet *usbdev = priv->usbdev;
2296 struct ieee80211_channel *channel = params->channel;
2297 struct ndis_80211_ssid ssid;
2298 enum nl80211_auth_type auth_type;
2299 int ret, alg, length, chan = -1;
2300
2301 if (channel)
2302 chan = ieee80211_frequency_to_channel(channel->center_freq);
2303
2304 /* TODO: How to handle ad-hoc encryption?
2305 * connect() has *key, join_ibss() doesn't. RNDIS requires key to be
2306 * pre-shared for encryption (open/shared/wpa), is key set before
2307 * join_ibss? Which auth_type to use (not in params)? What about WPA?
2308 */
2309 if (params->privacy) {
2310 auth_type = NL80211_AUTHTYPE_SHARED_KEY;
2311 alg = RNDIS_WLAN_ALG_WEP;
2312 } else {
2313 auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM;
2314 alg = RNDIS_WLAN_ALG_NONE;
2315 }
2316
60b86755
JP
2317 netdev_dbg(usbdev->net, "cfg80211.join_ibss('%.32s':[%pM]:%d:%d)\n",
2318 params->ssid, params->bssid, chan, params->privacy);
5c52323e
JK
2319
2320 if (is_associated(usbdev))
2321 disassociate(usbdev, false);
2322
2323 ret = set_infra_mode(usbdev, NDIS_80211_INFRA_ADHOC);
2324 if (ret < 0) {
60b86755
JP
2325 netdev_dbg(usbdev->net, "join_ibss: set_infra_mode failed, %d\n",
2326 ret);
5c52323e
JK
2327 goto err_turn_radio_on;
2328 }
2329
2330 ret = set_auth_mode(usbdev, 0, auth_type, RNDIS_WLAN_KEY_MGMT_NONE);
2331 if (ret < 0) {
60b86755
JP
2332 netdev_dbg(usbdev->net, "join_ibss: set_auth_mode failed, %d\n",
2333 ret);
5c52323e
JK
2334 goto err_turn_radio_on;
2335 }
2336
2337 set_priv_filter(usbdev);
2338
2339 ret = set_encr_mode(usbdev, alg, RNDIS_WLAN_ALG_NONE);
2340 if (ret < 0) {
60b86755
JP
2341 netdev_dbg(usbdev->net, "join_ibss: set_encr_mode failed, %d\n",
2342 ret);
5c52323e
JK
2343 goto err_turn_radio_on;
2344 }
2345
2346 if (channel) {
2347 ret = set_channel(usbdev, chan);
2348 if (ret < 0) {
60b86755
JP
2349 netdev_dbg(usbdev->net, "join_ibss: set_channel failed, %d\n",
2350 ret);
5c52323e
JK
2351 goto err_turn_radio_on;
2352 }
2353 }
2354
2355 if (params->bssid && !is_zero_ether_addr(params->bssid) &&
2356 !is_broadcast_ether_addr(params->bssid)) {
2357 ret = set_bssid(usbdev, params->bssid);
2358 if (ret < 0) {
60b86755
JP
2359 netdev_dbg(usbdev->net, "join_ibss: set_bssid failed, %d\n",
2360 ret);
5c52323e
JK
2361 goto err_turn_radio_on;
2362 }
2363 } else
2364 clear_bssid(usbdev);
2365
2366 length = params->ssid_len;
2367 if (length > NDIS_802_11_LENGTH_SSID)
2368 length = NDIS_802_11_LENGTH_SSID;
2369
2370 memset(&ssid, 0, sizeof(ssid));
2371 ssid.length = cpu_to_le32(length);
2372 memcpy(ssid.essid, params->ssid, length);
2373
2374 /* Don't need to pause rx queue for ad-hoc. */
2375 usbnet_purge_paused_rxq(usbdev);
2376 usbnet_resume_rx(usbdev);
2377
2378 ret = set_essid(usbdev, &ssid);
2379 if (ret < 0)
60b86755
JP
2380 netdev_dbg(usbdev->net, "join_ibss: set_essid failed, %d\n",
2381 ret);
5c52323e
JK
2382 return ret;
2383
2384err_turn_radio_on:
051ae0bf 2385 disassociate(usbdev, true);
5c52323e
JK
2386
2387 return ret;
2388}
2389
2390static int rndis_leave_ibss(struct wiphy *wiphy, struct net_device *dev)
2391{
2392 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2393 struct usbnet *usbdev = priv->usbdev;
2394
60b86755 2395 netdev_dbg(usbdev->net, "cfg80211.leave_ibss()\n");
5c52323e
JK
2396
2397 priv->connected = false;
8b89a288 2398 memset(priv->bssid, 0, ETH_ALEN);
5c52323e
JK
2399
2400 return deauthenticate(usbdev);
2401}
2402
84bf8400 2403static int rndis_add_key(struct wiphy *wiphy, struct net_device *netdev,
e31b8213
JB
2404 u8 key_index, bool pairwise, const u8 *mac_addr,
2405 struct key_params *params)
84bf8400
JK
2406{
2407 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2408 struct usbnet *usbdev = priv->usbdev;
53d27eaf 2409 __le32 flags;
84bf8400 2410
60b86755
JP
2411 netdev_dbg(usbdev->net, "%s(%i, %pM, %08x)\n",
2412 __func__, key_index, mac_addr, params->cipher);
84bf8400
JK
2413
2414 switch (params->cipher) {
2415 case WLAN_CIPHER_SUITE_WEP40:
2416 case WLAN_CIPHER_SUITE_WEP104:
2417 return add_wep_key(usbdev, params->key, params->key_len,
2418 key_index);
2419 case WLAN_CIPHER_SUITE_TKIP:
2420 case WLAN_CIPHER_SUITE_CCMP:
2421 flags = 0;
2422
2423 if (params->seq && params->seq_len > 0)
2424 flags |= NDIS_80211_ADDKEY_SET_INIT_RECV_SEQ;
2425 if (mac_addr)
2426 flags |= NDIS_80211_ADDKEY_PAIRWISE_KEY |
2427 NDIS_80211_ADDKEY_TRANSMIT_KEY;
2428
2429 return add_wpa_key(usbdev, params->key, params->key_len,
2430 key_index, mac_addr, params->seq,
2431 params->seq_len, params->cipher, flags);
2432 default:
60b86755
JP
2433 netdev_dbg(usbdev->net, "%s(): unsupported cipher %08x\n",
2434 __func__, params->cipher);
84bf8400
JK
2435 return -ENOTSUPP;
2436 }
2437}
2438
2439static int rndis_del_key(struct wiphy *wiphy, struct net_device *netdev,
e31b8213 2440 u8 key_index, bool pairwise, const u8 *mac_addr)
84bf8400
JK
2441{
2442 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2443 struct usbnet *usbdev = priv->usbdev;
2444
60b86755 2445 netdev_dbg(usbdev->net, "%s(%i, %pM)\n", __func__, key_index, mac_addr);
84bf8400
JK
2446
2447 return remove_key(usbdev, key_index, mac_addr);
2448}
2449
2450static int rndis_set_default_key(struct wiphy *wiphy, struct net_device *netdev,
dbd2fd65 2451 u8 key_index, bool unicast, bool multicast)
84bf8400
JK
2452{
2453 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2454 struct usbnet *usbdev = priv->usbdev;
2455 struct rndis_wlan_encr_key key;
2456
60b86755 2457 netdev_dbg(usbdev->net, "%s(%i)\n", __func__, key_index);
84bf8400 2458
ec3cbb9c
DC
2459 if (key_index >= RNDIS_WLAN_NUM_KEYS)
2460 return -ENOENT;
2461
84bf8400
JK
2462 priv->encr_tx_key_index = key_index;
2463
0b578021
JK
2464 if (is_wpa_key(priv, key_index))
2465 return 0;
2466
84bf8400
JK
2467 key = priv->encr_keys[key_index];
2468
2469 return add_wep_key(usbdev, key.material, key.len, key_index);
2470}
2471
8b89a288
JK
2472static void rndis_fill_station_info(struct usbnet *usbdev,
2473 struct station_info *sinfo)
2474{
2475 __le32 linkspeed, rssi;
2476 int ret, len;
2477
2478 memset(sinfo, 0, sizeof(*sinfo));
2479
2480 len = sizeof(linkspeed);
470f16c8 2481 ret = rndis_query_oid(usbdev, RNDIS_OID_GEN_LINK_SPEED, &linkspeed, &len);
8b89a288
JK
2482 if (ret == 0) {
2483 sinfo->txrate.legacy = le32_to_cpu(linkspeed) / 1000;
2484 sinfo->filled |= STATION_INFO_TX_BITRATE;
2485 }
2486
2487 len = sizeof(rssi);
470f16c8 2488 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_RSSI,
4cc6c4d5 2489 &rssi, &len);
8b89a288
JK
2490 if (ret == 0) {
2491 sinfo->signal = level_to_qual(le32_to_cpu(rssi));
2492 sinfo->filled |= STATION_INFO_SIGNAL;
2493 }
2494}
2495
2496static int rndis_get_station(struct wiphy *wiphy, struct net_device *dev,
2497 u8 *mac, struct station_info *sinfo)
2498{
2499 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2500 struct usbnet *usbdev = priv->usbdev;
2501
2e42e474 2502 if (!ether_addr_equal(priv->bssid, mac))
8b89a288
JK
2503 return -ENOENT;
2504
2505 rndis_fill_station_info(usbdev, sinfo);
2506
2507 return 0;
2508}
2509
d695df90
JK
2510static int rndis_dump_station(struct wiphy *wiphy, struct net_device *dev,
2511 int idx, u8 *mac, struct station_info *sinfo)
2512{
2513 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2514 struct usbnet *usbdev = priv->usbdev;
2515
2516 if (idx != 0)
2517 return -ENOENT;
2518
2519 memcpy(mac, priv->bssid, ETH_ALEN);
2520
2521 rndis_fill_station_info(usbdev, sinfo);
2522
2523 return 0;
2524}
2525
5a7d0583
JK
2526static int rndis_set_pmksa(struct wiphy *wiphy, struct net_device *netdev,
2527 struct cfg80211_pmksa *pmksa)
2528{
2529 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2530 struct usbnet *usbdev = priv->usbdev;
2531 struct ndis_80211_pmkid *pmkids;
2532 u32 *tmp = (u32 *)pmksa->pmkid;
2533
2534 netdev_dbg(usbdev->net, "%s(%pM, %08X:%08X:%08X:%08X)\n", __func__,
2535 pmksa->bssid,
2536 cpu_to_be32(tmp[0]), cpu_to_be32(tmp[1]),
2537 cpu_to_be32(tmp[2]), cpu_to_be32(tmp[3]));
2538
2539 pmkids = get_device_pmkids(usbdev);
2540 if (IS_ERR(pmkids)) {
2541 /* couldn't read PMKID cache from device */
2542 return PTR_ERR(pmkids);
2543 }
2544
2545 pmkids = update_pmkid(usbdev, pmkids, pmksa, wiphy->max_num_pmkids);
2546 if (IS_ERR(pmkids)) {
2547 /* not found, list full, etc */
2548 return PTR_ERR(pmkids);
2549 }
2550
2551 return set_device_pmkids(usbdev, pmkids);
2552}
2553
2554static int rndis_del_pmksa(struct wiphy *wiphy, struct net_device *netdev,
2555 struct cfg80211_pmksa *pmksa)
2556{
2557 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2558 struct usbnet *usbdev = priv->usbdev;
2559 struct ndis_80211_pmkid *pmkids;
2560 u32 *tmp = (u32 *)pmksa->pmkid;
2561
2562 netdev_dbg(usbdev->net, "%s(%pM, %08X:%08X:%08X:%08X)\n", __func__,
2563 pmksa->bssid,
2564 cpu_to_be32(tmp[0]), cpu_to_be32(tmp[1]),
2565 cpu_to_be32(tmp[2]), cpu_to_be32(tmp[3]));
2566
2567 pmkids = get_device_pmkids(usbdev);
2568 if (IS_ERR(pmkids)) {
2569 /* Couldn't read PMKID cache from device */
2570 return PTR_ERR(pmkids);
2571 }
2572
2573 pmkids = remove_pmkid(usbdev, pmkids, pmksa, wiphy->max_num_pmkids);
2574 if (IS_ERR(pmkids)) {
2575 /* not found, etc */
2576 return PTR_ERR(pmkids);
2577 }
2578
2579 return set_device_pmkids(usbdev, pmkids);
2580}
2581
2582static int rndis_flush_pmksa(struct wiphy *wiphy, struct net_device *netdev)
2583{
2584 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2585 struct usbnet *usbdev = priv->usbdev;
2586 struct ndis_80211_pmkid pmkid;
2587
2588 netdev_dbg(usbdev->net, "%s()\n", __func__);
2589
2590 memset(&pmkid, 0, sizeof(pmkid));
2591
2592 pmkid.length = cpu_to_le32(sizeof(pmkid));
2593 pmkid.bssid_info_count = cpu_to_le32(0);
2594
470f16c8 2595 return rndis_set_oid(usbdev, RNDIS_OID_802_11_PMKID,
4cc6c4d5 2596 &pmkid, sizeof(pmkid));
5a7d0583
JK
2597}
2598
40d70dd1
JK
2599static int rndis_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev,
2600 bool enabled, int timeout)
2601{
2602 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2603 struct usbnet *usbdev = priv->usbdev;
2604 int power_mode;
2605 __le32 mode;
2606 int ret;
2607
63453c05
JK
2608 if (priv->device_type != RNDIS_BCM4320B)
2609 return -ENOTSUPP;
2610
40d70dd1
JK
2611 netdev_dbg(usbdev->net, "%s(): %s, %d\n", __func__,
2612 enabled ? "enabled" : "disabled",
2613 timeout);
2614
2615 if (enabled)
2616 power_mode = NDIS_80211_POWER_MODE_FAST_PSP;
2617 else
2618 power_mode = NDIS_80211_POWER_MODE_CAM;
2619
2620 if (power_mode == priv->power_mode)
2621 return 0;
2622
2623 priv->power_mode = power_mode;
2624
2625 mode = cpu_to_le32(power_mode);
470f16c8 2626 ret = rndis_set_oid(usbdev, RNDIS_OID_802_11_POWER_MODE,
4cc6c4d5 2627 &mode, sizeof(mode));
40d70dd1 2628
4cc6c4d5 2629 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_POWER_MODE -> %d\n",
40d70dd1
JK
2630 __func__, ret);
2631
2632 return ret;
2633}
2634
49b35bd3
JK
2635static int rndis_set_cqm_rssi_config(struct wiphy *wiphy,
2636 struct net_device *dev,
2637 s32 rssi_thold, u32 rssi_hyst)
2638{
2639 struct rndis_wlan_private *priv = wiphy_priv(wiphy);
2640
2641 priv->cqm_rssi_thold = rssi_thold;
2642 priv->cqm_rssi_hyst = rssi_hyst;
2643 priv->last_cqm_event_rssi = 0;
2644
2645 return 0;
2646}
2647
b5257c95
JK
2648static void rndis_wlan_craft_connected_bss(struct usbnet *usbdev, u8 *bssid,
2649 struct ndis_80211_assoc_info *info)
2650{
2651 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
2652 struct ieee80211_channel *channel;
b5257c95 2653 struct ndis_80211_ssid ssid;
a64e2e23 2654 struct cfg80211_bss *bss;
b5257c95
JK
2655 s32 signal;
2656 u64 timestamp;
2657 u16 capability;
f808e4ad 2658 u32 beacon_period = 0;
b5257c95
JK
2659 __le32 rssi;
2660 u8 ie_buf[34];
2661 int len, ret, ie_len;
2662
2663 /* Get signal quality, in case of error use rssi=0 and ignore error. */
2664 len = sizeof(rssi);
2665 rssi = 0;
470f16c8 2666 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_RSSI,
4cc6c4d5 2667 &rssi, &len);
b5257c95
JK
2668 signal = level_to_qual(le32_to_cpu(rssi));
2669
4cc6c4d5 2670 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_RSSI -> %d, "
b5257c95
JK
2671 "rssi:%d, qual: %d\n", __func__, ret, le32_to_cpu(rssi),
2672 level_to_qual(le32_to_cpu(rssi)));
2673
2674 /* Get AP capabilities */
2675 if (info) {
2676 capability = le16_to_cpu(info->resp_ie.capa);
2677 } else {
2678 /* Set atleast ESS/IBSS capability */
2679 capability = (priv->infra_mode == NDIS_80211_INFRA_INFRA) ?
2680 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS;
2681 }
2682
2683 /* Get channel and beacon interval */
f808e4ad 2684 channel = get_current_channel(usbdev, &beacon_period);
cb82a66d
JK
2685 if (!channel) {
2686 netdev_warn(usbdev->net, "%s(): could not get channel.\n",
2687 __func__);
b5257c95
JK
2688 return;
2689 }
2690
2691 /* Get SSID, in case of error, use zero length SSID and ignore error. */
2692 len = sizeof(ssid);
2693 memset(&ssid, 0, sizeof(ssid));
470f16c8 2694 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_SSID,
4cc6c4d5
LW
2695 &ssid, &len);
2696 netdev_dbg(usbdev->net, "%s(): RNDIS_OID_802_11_SSID -> %d, len: %d, ssid: "
b5257c95
JK
2697 "'%.32s'\n", __func__, ret,
2698 le32_to_cpu(ssid.length), ssid.essid);
2699
2700 if (le32_to_cpu(ssid.length) > 32)
2701 ssid.length = cpu_to_le32(32);
2702
2703 ie_buf[0] = WLAN_EID_SSID;
2704 ie_buf[1] = le32_to_cpu(ssid.length);
2705 memcpy(&ie_buf[2], ssid.essid, le32_to_cpu(ssid.length));
2706
2707 ie_len = le32_to_cpu(ssid.length) + 2;
2708
2709 /* no tsf */
2710 timestamp = 0;
2711
2712 netdev_dbg(usbdev->net, "%s(): channel:%d(freq), bssid:[%pM], tsf:%d, "
2713 "capa:%x, beacon int:%d, resp_ie(len:%d, essid:'%.32s'), "
2714 "signal:%d\n", __func__, (channel ? channel->center_freq : -1),
f808e4ad 2715 bssid, (u32)timestamp, capability, beacon_period, ie_len,
b5257c95
JK
2716 ssid.essid, signal);
2717
a64e2e23 2718 bss = cfg80211_inform_bss(priv->wdev.wiphy, channel, bssid,
f808e4ad 2719 timestamp, capability, beacon_period, ie_buf, ie_len,
b5257c95 2720 signal, GFP_KERNEL);
a64e2e23 2721 cfg80211_put_bss(bss);
b5257c95
JK
2722}
2723
c5c4fe90
JK
2724/*
2725 * workers, indication handlers, device poller
2726 */
0848e6c6 2727static void rndis_wlan_do_link_up_work(struct usbnet *usbdev)
bf164cc0 2728{
5c52323e 2729 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
3d1ca47e 2730 struct ndis_80211_assoc_info *info = NULL;
0848e6c6 2731 u8 bssid[ETH_ALEN];
41eedf39
DC
2732 unsigned int resp_ie_len, req_ie_len;
2733 unsigned int offset;
5c52323e 2734 u8 *req_ie, *resp_ie;
41eedf39 2735 int ret;
5c52323e 2736 bool roamed = false;
b5257c95 2737 bool match_bss;
bf164cc0 2738
5c52323e
JK
2739 if (priv->infra_mode == NDIS_80211_INFRA_INFRA && priv->connected) {
2740 /* received media connect indication while connected, either
2741 * device reassociated with same AP or roamed to new. */
2742 roamed = true;
2743 }
0848e6c6 2744
5c52323e
JK
2745 req_ie_len = 0;
2746 resp_ie_len = 0;
2747 req_ie = NULL;
2748 resp_ie = NULL;
2749
2750 if (priv->infra_mode == NDIS_80211_INFRA_INFRA) {
3d1ca47e
JK
2751 info = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL);
2752 if (!info) {
2753 /* No memory? Try resume work later */
2754 set_bit(WORK_LINK_UP, &priv->work_pending);
2755 queue_work(priv->workqueue, &priv->work);
2756 return;
2757 }
5c52323e 2758
3d1ca47e
JK
2759 /* Get association info IEs from device. */
2760 ret = get_association_info(usbdev, info, CONTROL_BUFFER_SIZE);
5c52323e
JK
2761 if (!ret) {
2762 req_ie_len = le32_to_cpu(info->req_ie_length);
41eedf39
DC
2763 if (req_ie_len > CONTROL_BUFFER_SIZE)
2764 req_ie_len = CONTROL_BUFFER_SIZE;
2765 if (req_ie_len != 0) {
5c52323e 2766 offset = le32_to_cpu(info->offset_req_ies);
3d1ca47e
JK
2767
2768 if (offset > CONTROL_BUFFER_SIZE)
2769 offset = CONTROL_BUFFER_SIZE;
2770
5c52323e 2771 req_ie = (u8 *)info + offset;
3d1ca47e
JK
2772
2773 if (offset + req_ie_len > CONTROL_BUFFER_SIZE)
2774 req_ie_len =
2775 CONTROL_BUFFER_SIZE - offset;
5c52323e
JK
2776 }
2777
2778 resp_ie_len = le32_to_cpu(info->resp_ie_length);
41eedf39
DC
2779 if (resp_ie_len > CONTROL_BUFFER_SIZE)
2780 resp_ie_len = CONTROL_BUFFER_SIZE;
2781 if (resp_ie_len != 0) {
5c52323e 2782 offset = le32_to_cpu(info->offset_resp_ies);
3d1ca47e
JK
2783
2784 if (offset > CONTROL_BUFFER_SIZE)
2785 offset = CONTROL_BUFFER_SIZE;
2786
5c52323e 2787 resp_ie = (u8 *)info + offset;
3d1ca47e
JK
2788
2789 if (offset + resp_ie_len > CONTROL_BUFFER_SIZE)
2790 resp_ie_len =
2791 CONTROL_BUFFER_SIZE - offset;
5c52323e 2792 }
b5257c95
JK
2793 } else {
2794 /* Since rndis_wlan_craft_connected_bss() might use info
2795 * later and expects info to contain valid data if
2796 * non-null, free info and set NULL here.
2797 */
2798 kfree(info);
2799 info = NULL;
4364623c 2800 }
5c52323e
JK
2801 } else if (WARN_ON(priv->infra_mode != NDIS_80211_INFRA_ADHOC))
2802 return;
4364623c 2803
5c52323e
JK
2804 ret = get_bssid(usbdev, bssid);
2805 if (ret < 0)
2806 memset(bssid, 0, sizeof(bssid));
7834ddbc 2807
60b86755
JP
2808 netdev_dbg(usbdev->net, "link up work: [%pM]%s\n",
2809 bssid, roamed ? " roamed" : "");
bf164cc0 2810
b5257c95 2811 /* Internal bss list in device should contain at least the currently
5c52323e
JK
2812 * connected bss and we can get it to cfg80211 with
2813 * rndis_check_bssid_list().
b5257c95
JK
2814 *
2815 * NDIS spec says: "If the device is associated, but the associated
2816 * BSSID is not in its BSSID scan list, then the driver must add an
2817 * entry for the BSSID at the end of the data that it returns in
4cc6c4d5 2818 * response to query of RNDIS_OID_802_11_BSSID_LIST."
b5257c95
JK
2819 *
2820 * NOTE: Seems to be true for BCM4320b variant, but not BCM4320a.
5c52323e 2821 */
b5257c95
JK
2822 match_bss = false;
2823 rndis_check_bssid_list(usbdev, bssid, &match_bss);
2824
2825 if (!is_zero_ether_addr(bssid) && !match_bss) {
2826 /* Couldn't get bss from device, we need to manually craft bss
2827 * for cfg80211.
2828 */
2829 rndis_wlan_craft_connected_bss(usbdev, bssid, info);
2830 }
5c52323e
JK
2831
2832 if (priv->infra_mode == NDIS_80211_INFRA_INFRA) {
2833 if (!roamed)
2834 cfg80211_connect_result(usbdev->net, bssid, req_ie,
2835 req_ie_len, resp_ie,
2836 resp_ie_len, 0, GFP_KERNEL);
2837 else
6f104a08
JK
2838 cfg80211_roamed(usbdev->net,
2839 get_current_channel(usbdev, NULL),
2840 bssid, req_ie, req_ie_len,
5c52323e
JK
2841 resp_ie, resp_ie_len, GFP_KERNEL);
2842 } else if (priv->infra_mode == NDIS_80211_INFRA_ADHOC)
2843 cfg80211_ibss_joined(usbdev->net, bssid, GFP_KERNEL);
2844
3d1ca47e
JK
2845 if (info != NULL)
2846 kfree(info);
2847
5c52323e 2848 priv->connected = true;
8b89a288 2849 memcpy(priv->bssid, bssid, ETH_ALEN);
6010ce07 2850
0848e6c6 2851 usbnet_resume_rx(usbdev);
5c52323e 2852 netif_carrier_on(usbdev->net);
0848e6c6
JK
2853}
2854
2855static void rndis_wlan_do_link_down_work(struct usbnet *usbdev)
2856{
b6411fc2 2857 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
0848e6c6 2858
b6411fc2
JK
2859 if (priv->connected) {
2860 priv->connected = false;
2861 memset(priv->bssid, 0, ETH_ALEN);
2862
2863 deauthenticate(usbdev);
0848e6c6 2864
b6411fc2
JK
2865 cfg80211_disconnected(usbdev->net, 0, NULL, 0, GFP_KERNEL);
2866 }
2867
2868 netif_carrier_off(usbdev->net);
0848e6c6
JK
2869}
2870
2871static void rndis_wlan_worker(struct work_struct *work)
2872{
2873 struct rndis_wlan_private *priv =
2874 container_of(work, struct rndis_wlan_private, work);
2875 struct usbnet *usbdev = priv->usbdev;
2876
2877 if (test_and_clear_bit(WORK_LINK_UP, &priv->work_pending))
2878 rndis_wlan_do_link_up_work(usbdev);
2879
2880 if (test_and_clear_bit(WORK_LINK_DOWN, &priv->work_pending))
2881 rndis_wlan_do_link_down_work(usbdev);
2882
bf164cc0
JK
2883 if (test_and_clear_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending))
2884 set_multicast_list(usbdev);
2885}
2886
582241a0 2887static void rndis_wlan_set_multicast_list(struct net_device *dev)
bf164cc0 2888{
524ad0a7 2889 struct usbnet *usbdev = netdev_priv(dev);
582241a0 2890 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0 2891
a67edb9e
JK
2892 if (test_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending))
2893 return;
2894
bf164cc0
JK
2895 set_bit(WORK_SET_MULTICAST_LIST, &priv->work_pending);
2896 queue_work(priv->workqueue, &priv->work);
2897}
2898
030645ac
JK
2899static void rndis_wlan_auth_indication(struct usbnet *usbdev,
2900 struct ndis_80211_status_indication *indication,
2901 int len)
2902{
2903 u8 *buf;
2904 const char *type;
a0f9ce2a 2905 int flags, buflen, key_id;
030645ac
JK
2906 bool pairwise_error, group_error;
2907 struct ndis_80211_auth_request *auth_req;
a0f9ce2a 2908 enum nl80211_key_type key_type;
030645ac
JK
2909
2910 /* must have at least one array entry */
2911 if (len < offsetof(struct ndis_80211_status_indication, u) +
2912 sizeof(struct ndis_80211_auth_request)) {
60b86755
JP
2913 netdev_info(usbdev->net, "authentication indication: too short message (%i)\n",
2914 len);
030645ac
JK
2915 return;
2916 }
2917
2918 buf = (void *)&indication->u.auth_request[0];
2919 buflen = len - offsetof(struct ndis_80211_status_indication, u);
2920
2921 while (buflen >= sizeof(*auth_req)) {
2922 auth_req = (void *)buf;
2923 type = "unknown";
2924 flags = le32_to_cpu(auth_req->flags);
2925 pairwise_error = false;
2926 group_error = false;
2927
2928 if (flags & 0x1)
2929 type = "reauth request";
2930 if (flags & 0x2)
2931 type = "key update request";
2932 if (flags & 0x6) {
2933 pairwise_error = true;
2934 type = "pairwise_error";
2935 }
2936 if (flags & 0xe) {
2937 group_error = true;
2938 type = "group_error";
2939 }
2940
60b86755
JP
2941 netdev_info(usbdev->net, "authentication indication: %s (0x%08x)\n",
2942 type, le32_to_cpu(auth_req->flags));
030645ac 2943
a0f9ce2a
JK
2944 if (pairwise_error) {
2945 key_type = NL80211_KEYTYPE_PAIRWISE;
2946 key_id = -1;
030645ac 2947
a0f9ce2a
JK
2948 cfg80211_michael_mic_failure(usbdev->net,
2949 auth_req->bssid,
2950 key_type, key_id, NULL,
2951 GFP_KERNEL);
2952 }
030645ac 2953
a0f9ce2a
JK
2954 if (group_error) {
2955 key_type = NL80211_KEYTYPE_GROUP;
2956 key_id = -1;
030645ac 2957
a0f9ce2a
JK
2958 cfg80211_michael_mic_failure(usbdev->net,
2959 auth_req->bssid,
2960 key_type, key_id, NULL,
2961 GFP_KERNEL);
030645ac
JK
2962 }
2963
2964 buflen -= le32_to_cpu(auth_req->length);
2965 buf += le32_to_cpu(auth_req->length);
2966 }
2967}
2968
2969static void rndis_wlan_pmkid_cand_list_indication(struct usbnet *usbdev,
2970 struct ndis_80211_status_indication *indication,
2971 int len)
2972{
2973 struct ndis_80211_pmkid_cand_list *cand_list;
2974 int list_len, expected_len, i;
2975
2976 if (len < offsetof(struct ndis_80211_status_indication, u) +
2977 sizeof(struct ndis_80211_pmkid_cand_list)) {
60b86755
JP
2978 netdev_info(usbdev->net, "pmkid candidate list indication: too short message (%i)\n",
2979 len);
030645ac
JK
2980 return;
2981 }
2982
2983 list_len = le32_to_cpu(indication->u.cand_list.num_candidates) *
2984 sizeof(struct ndis_80211_pmkid_candidate);
2985 expected_len = sizeof(struct ndis_80211_pmkid_cand_list) + list_len +
2986 offsetof(struct ndis_80211_status_indication, u);
2987
2988 if (len < expected_len) {
60b86755
JP
2989 netdev_info(usbdev->net, "pmkid candidate list indication: list larger than buffer (%i < %i)\n",
2990 len, expected_len);
030645ac
JK
2991 return;
2992 }
2993
2994 cand_list = &indication->u.cand_list;
2995
60b86755
JP
2996 netdev_info(usbdev->net, "pmkid candidate list indication: version %i, candidates %i\n",
2997 le32_to_cpu(cand_list->version),
2998 le32_to_cpu(cand_list->num_candidates));
030645ac
JK
2999
3000 if (le32_to_cpu(cand_list->version) != 1)
3001 return;
3002
3003 for (i = 0; i < le32_to_cpu(cand_list->num_candidates); i++) {
030645ac
JK
3004 struct ndis_80211_pmkid_candidate *cand =
3005 &cand_list->candidate_list[i];
1c706875 3006 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH);
030645ac 3007
1c706875
JK
3008 netdev_dbg(usbdev->net, "cand[%i]: flags: 0x%08x, preauth: %d, bssid: %pM\n",
3009 i, le32_to_cpu(cand->flags), preauth, cand->bssid);
21ec2d8d 3010
1c706875
JK
3011 cfg80211_pmksa_candidate_notify(usbdev->net, i, cand->bssid,
3012 preauth, GFP_ATOMIC);
030645ac
JK
3013 }
3014}
3015
3016static void rndis_wlan_media_specific_indication(struct usbnet *usbdev,
3017 struct rndis_indicate *msg, int buflen)
3018{
3019 struct ndis_80211_status_indication *indication;
e4e02da2 3020 unsigned int len, offset;
030645ac
JK
3021
3022 offset = offsetof(struct rndis_indicate, status) +
3023 le32_to_cpu(msg->offset);
3024 len = le32_to_cpu(msg->length);
3025
3026 if (len < 8) {
60b86755
JP
3027 netdev_info(usbdev->net, "media specific indication, ignore too short message (%i < 8)\n",
3028 len);
030645ac
JK
3029 return;
3030 }
3031
e4e02da2 3032 if (len > buflen || offset > buflen || offset + len > buflen) {
60b86755
JP
3033 netdev_info(usbdev->net, "media specific indication, too large to fit to buffer (%i > %i)\n",
3034 offset + len, buflen);
030645ac
JK
3035 return;
3036 }
3037
3038 indication = (void *)((u8 *)msg + offset);
3039
3040 switch (le32_to_cpu(indication->status_type)) {
3041 case NDIS_80211_STATUSTYPE_RADIOSTATE:
60b86755
JP
3042 netdev_info(usbdev->net, "radio state indication: %i\n",
3043 le32_to_cpu(indication->u.radio_status));
030645ac
JK
3044 return;
3045
3046 case NDIS_80211_STATUSTYPE_MEDIASTREAMMODE:
60b86755
JP
3047 netdev_info(usbdev->net, "media stream mode indication: %i\n",
3048 le32_to_cpu(indication->u.media_stream_mode));
030645ac
JK
3049 return;
3050
3051 case NDIS_80211_STATUSTYPE_AUTHENTICATION:
3052 rndis_wlan_auth_indication(usbdev, indication, len);
3053 return;
3054
3055 case NDIS_80211_STATUSTYPE_PMKID_CANDIDATELIST:
3056 rndis_wlan_pmkid_cand_list_indication(usbdev, indication, len);
3057 return;
3058
3059 default:
60b86755
JP
3060 netdev_info(usbdev->net, "media specific indication: unknown status type 0x%08x\n",
3061 le32_to_cpu(indication->status_type));
030645ac
JK
3062 }
3063}
3064
2a4901bc 3065static void rndis_wlan_indication(struct usbnet *usbdev, void *ind, int buflen)
bf164cc0 3066{
582241a0 3067 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
2a4901bc 3068 struct rndis_indicate *msg = ind;
bf164cc0 3069
117599e0
JK
3070 switch (le32_to_cpu(msg->status)) {
3071 case RNDIS_STATUS_MEDIA_CONNECT:
470f16c8
JK
3072 if (priv->current_command_oid == RNDIS_OID_802_11_ADD_KEY) {
3073 /* RNDIS_OID_802_11_ADD_KEY causes sometimes extra
5f81ff5a
JK
3074 * "media connect" indications which confuses driver
3075 * and userspace to think that device is
3076 * roaming/reassociating when it isn't.
3077 */
4cc6c4d5 3078 netdev_dbg(usbdev->net, "ignored RNDIS_OID_802_11_ADD_KEY triggered 'media connect'\n");
5f81ff5a
JK
3079 return;
3080 }
3081
7834ddbc
JK
3082 usbnet_pause_rx(usbdev);
3083
60b86755 3084 netdev_info(usbdev->net, "media connect\n");
2a4901bc 3085
030645ac 3086 /* queue work to avoid recursive calls into rndis_command */
2a4901bc
JK
3087 set_bit(WORK_LINK_UP, &priv->work_pending);
3088 queue_work(priv->workqueue, &priv->work);
3089 break;
3090
117599e0 3091 case RNDIS_STATUS_MEDIA_DISCONNECT:
60b86755 3092 netdev_info(usbdev->net, "media disconnect\n");
2a4901bc 3093
030645ac 3094 /* queue work to avoid recursive calls into rndis_command */
2a4901bc
JK
3095 set_bit(WORK_LINK_DOWN, &priv->work_pending);
3096 queue_work(priv->workqueue, &priv->work);
3097 break;
3098
117599e0 3099 case RNDIS_STATUS_MEDIA_SPECIFIC_INDICATION:
030645ac
JK
3100 rndis_wlan_media_specific_indication(usbdev, msg, buflen);
3101 break;
3102
2a4901bc 3103 default:
60b86755
JP
3104 netdev_info(usbdev->net, "indication: 0x%08x\n",
3105 le32_to_cpu(msg->status));
2a4901bc
JK
3106 break;
3107 }
bf164cc0
JK
3108}
3109
0308383f 3110static int rndis_wlan_get_caps(struct usbnet *usbdev, struct wiphy *wiphy)
bf164cc0
JK
3111{
3112 struct {
3113 __le32 num_items;
3114 __le32 items[8];
3115 } networks_supported;
0308383f
JK
3116 struct ndis_80211_capability *caps;
3117 u8 caps_buf[sizeof(*caps) + sizeof(caps->auth_encr_pair) * 16];
bf164cc0 3118 int len, retval, i, n;
582241a0 3119 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0 3120
bf164cc0
JK
3121 /* determine supported modes */
3122 len = sizeof(networks_supported);
4cc6c4d5 3123 retval = rndis_query_oid(usbdev,
470f16c8 3124 RNDIS_OID_802_11_NETWORK_TYPES_SUPPORTED,
4cc6c4d5 3125 &networks_supported, &len);
bf164cc0
JK
3126 if (retval >= 0) {
3127 n = le32_to_cpu(networks_supported.num_items);
3128 if (n > 8)
3129 n = 8;
3130 for (i = 0; i < n; i++) {
3131 switch (le32_to_cpu(networks_supported.items[i])) {
aa18294a
JK
3132 case NDIS_80211_TYPE_FREQ_HOP:
3133 case NDIS_80211_TYPE_DIRECT_SEQ:
bf164cc0
JK
3134 priv->caps |= CAP_MODE_80211B;
3135 break;
aa18294a 3136 case NDIS_80211_TYPE_OFDM_A:
bf164cc0
JK
3137 priv->caps |= CAP_MODE_80211A;
3138 break;
aa18294a 3139 case NDIS_80211_TYPE_OFDM_G:
bf164cc0
JK
3140 priv->caps |= CAP_MODE_80211G;
3141 break;
3142 }
3143 }
bf164cc0
JK
3144 }
3145
0308383f
JK
3146 /* get device 802.11 capabilities, number of PMKIDs */
3147 caps = (struct ndis_80211_capability *)caps_buf;
3148 len = sizeof(caps_buf);
4cc6c4d5 3149 retval = rndis_query_oid(usbdev,
470f16c8 3150 RNDIS_OID_802_11_CAPABILITY,
4cc6c4d5 3151 caps, &len);
0308383f 3152 if (retval >= 0) {
4cc6c4d5 3153 netdev_dbg(usbdev->net, "RNDIS_OID_802_11_CAPABILITY -> len %d, "
0308383f
JK
3154 "ver %d, pmkids %d, auth-encr-pairs %d\n",
3155 le32_to_cpu(caps->length),
3156 le32_to_cpu(caps->version),
3157 le32_to_cpu(caps->num_pmkids),
3158 le32_to_cpu(caps->num_auth_encr_pair));
3159 wiphy->max_num_pmkids = le32_to_cpu(caps->num_pmkids);
3160 } else
3161 wiphy->max_num_pmkids = 0;
3162
bf164cc0
JK
3163 return retval;
3164}
3165
49b35bd3
JK
3166static void rndis_do_cqm(struct usbnet *usbdev, s32 rssi)
3167{
3168 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
3169 enum nl80211_cqm_rssi_threshold_event event;
3170 int thold, hyst, last_event;
3171
3172 if (priv->cqm_rssi_thold >= 0 || rssi >= 0)
3173 return;
3174 if (priv->infra_mode != NDIS_80211_INFRA_INFRA)
3175 return;
3176
3177 last_event = priv->last_cqm_event_rssi;
3178 thold = priv->cqm_rssi_thold;
3179 hyst = priv->cqm_rssi_hyst;
3180
3181 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst))
3182 event = NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW;
3183 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst))
3184 event = NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH;
3185 else
3186 return;
3187
3188 priv->last_cqm_event_rssi = rssi;
3189 cfg80211_cqm_rssi_notify(usbdev->net, event, GFP_KERNEL);
3190}
3191
305e243e
JK
3192#define DEVICE_POLLER_JIFFIES (HZ)
3193static void rndis_device_poller(struct work_struct *work)
bf164cc0 3194{
582241a0 3195 struct rndis_wlan_private *priv =
305e243e
JK
3196 container_of(work, struct rndis_wlan_private,
3197 dev_poller_work.work);
bf164cc0 3198 struct usbnet *usbdev = priv->usbdev;
bf164cc0 3199 __le32 rssi, tmp;
a97b1f3d 3200 int len, ret, j;
305e243e 3201 int update_jiffies = DEVICE_POLLER_JIFFIES;
bf164cc0
JK
3202 void *buf;
3203
8b89a288
JK
3204 /* Only check/do workaround when connected. Calling is_associated()
3205 * also polls device with rndis_command() and catches for media link
3206 * indications.
3207 */
5cb56af2
JK
3208 if (!is_associated(usbdev)) {
3209 /* Workaround bad scanning in BCM4320a devices with active
3210 * background scanning when not associated.
3211 */
3212 if (priv->device_type == RNDIS_BCM4320A && priv->radio_on &&
3213 !priv->scan_request) {
3214 /* Get previous scan results */
3215 rndis_check_bssid_list(usbdev, NULL, NULL);
3216
3217 /* Initiate new scan */
3218 rndis_start_bssid_list_scan(usbdev);
3219 }
3220
bf164cc0 3221 goto end;
5cb56af2 3222 }
bf164cc0
JK
3223
3224 len = sizeof(rssi);
470f16c8 3225 ret = rndis_query_oid(usbdev, RNDIS_OID_802_11_RSSI,
4cc6c4d5 3226 &rssi, &len);
49b35bd3 3227 if (ret == 0) {
8b89a288 3228 priv->last_qual = level_to_qual(le32_to_cpu(rssi));
49b35bd3
JK
3229 rndis_do_cqm(usbdev, le32_to_cpu(rssi));
3230 }
bf164cc0 3231
4cc6c4d5 3232 netdev_dbg(usbdev->net, "dev-poller: RNDIS_OID_802_11_RSSI -> %d, rssi:%d, qual: %d\n",
60b86755 3233 ret, le32_to_cpu(rssi), level_to_qual(le32_to_cpu(rssi)));
bf164cc0 3234
a97b1f3d
JK
3235 /* Workaround transfer stalls on poor quality links.
3236 * TODO: find right way to fix these stalls (as stalls do not happen
3237 * with ndiswrapper/windows driver). */
77593ae2 3238 if (priv->param_workaround_interval > 0 && priv->last_qual <= 25) {
bf164cc0
JK
3239 /* Decrease stats worker interval to catch stalls.
3240 * faster. Faster than 400-500ms causes packet loss,
3241 * Slower doesn't catch stalls fast enough.
3242 */
3243 j = msecs_to_jiffies(priv->param_workaround_interval);
305e243e
JK
3244 if (j > DEVICE_POLLER_JIFFIES)
3245 j = DEVICE_POLLER_JIFFIES;
bf164cc0
JK
3246 else if (j <= 0)
3247 j = 1;
3248 update_jiffies = j;
3249
3250 /* Send scan OID. Use of both OIDs is required to get device
3251 * working.
3252 */
35c26c2c 3253 tmp = cpu_to_le32(1);
4cc6c4d5 3254 rndis_set_oid(usbdev,
470f16c8 3255 RNDIS_OID_802_11_BSSID_LIST_SCAN,
4cc6c4d5 3256 &tmp, sizeof(tmp));
bf164cc0
JK
3257
3258 len = CONTROL_BUFFER_SIZE;
3259 buf = kmalloc(len, GFP_KERNEL);
3260 if (!buf)
3261 goto end;
3262
4cc6c4d5 3263 rndis_query_oid(usbdev,
470f16c8 3264 RNDIS_OID_802_11_BSSID_LIST,
4cc6c4d5 3265 buf, &len);
bf164cc0
JK
3266 kfree(buf);
3267 }
bf164cc0 3268
305e243e 3269end:
bf164cc0
JK
3270 if (update_jiffies >= HZ)
3271 update_jiffies = round_jiffies_relative(update_jiffies);
3272 else {
3273 j = round_jiffies_relative(update_jiffies);
3274 if (abs(j - update_jiffies) <= 10)
3275 update_jiffies = j;
3276 }
3277
305e243e
JK
3278 queue_delayed_work(priv->workqueue, &priv->dev_poller_work,
3279 update_jiffies);
bf164cc0
JK
3280}
3281
c5c4fe90
JK
3282/*
3283 * driver/device initialization
3284 */
5cb56af2 3285static void rndis_copy_module_params(struct usbnet *usbdev, int device_type)
bf164cc0 3286{
582241a0 3287 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0 3288
5cb56af2
JK
3289 priv->device_type = device_type;
3290
bf164cc0
JK
3291 priv->param_country[0] = modparam_country[0];
3292 priv->param_country[1] = modparam_country[1];
3293 priv->param_country[2] = 0;
3294 priv->param_frameburst = modparam_frameburst;
3295 priv->param_afterburner = modparam_afterburner;
3296 priv->param_power_save = modparam_power_save;
3297 priv->param_power_output = modparam_power_output;
3298 priv->param_roamtrigger = modparam_roamtrigger;
3299 priv->param_roamdelta = modparam_roamdelta;
bf164cc0
JK
3300
3301 priv->param_country[0] = toupper(priv->param_country[0]);
3302 priv->param_country[1] = toupper(priv->param_country[1]);
3303 /* doesn't support EU as country code, use FI instead */
3304 if (!strcmp(priv->param_country, "EU"))
3305 strcpy(priv->param_country, "FI");
3306
3307 if (priv->param_power_save < 0)
3308 priv->param_power_save = 0;
3309 else if (priv->param_power_save > 2)
3310 priv->param_power_save = 2;
3311
a7624837
JK
3312 if (priv->param_power_output < 0)
3313 priv->param_power_output = 0;
3314 else if (priv->param_power_output > 3)
3315 priv->param_power_output = 3;
3316
bf164cc0
JK
3317 if (priv->param_roamtrigger < -80)
3318 priv->param_roamtrigger = -80;
3319 else if (priv->param_roamtrigger > -60)
3320 priv->param_roamtrigger = -60;
3321
3322 if (priv->param_roamdelta < 0)
3323 priv->param_roamdelta = 0;
3324 else if (priv->param_roamdelta > 2)
3325 priv->param_roamdelta = 2;
3326
4d381ffb 3327 if (modparam_workaround_interval < 0)
bf164cc0 3328 priv->param_workaround_interval = 500;
4d381ffb
RK
3329 else
3330 priv->param_workaround_interval = modparam_workaround_interval;
cef6e912
JK
3331}
3332
5cb56af2
JK
3333static int unknown_early_init(struct usbnet *usbdev)
3334{
3335 /* copy module parameters for unknown so that iwconfig reports txpower
3336 * and workaround parameter is copied to private structure correctly.
3337 */
3338 rndis_copy_module_params(usbdev, RNDIS_UNKNOWN);
3339
3340 /* This is unknown device, so do not try set configuration parameters.
3341 */
3342
3343 return 0;
3344}
3345
cef6e912
JK
3346static int bcm4320a_early_init(struct usbnet *usbdev)
3347{
6e850af5
JK
3348 /* copy module parameters for bcm4320a so that iwconfig reports txpower
3349 * and workaround parameter is copied to private structure correctly.
3350 */
5cb56af2 3351 rndis_copy_module_params(usbdev, RNDIS_BCM4320A);
6e850af5 3352
cef6e912
JK
3353 /* bcm4320a doesn't handle configuration parameters well. Try
3354 * set any and you get partially zeroed mac and broken device.
3355 */
3356
3357 return 0;
3358}
3359
3360static int bcm4320b_early_init(struct usbnet *usbdev)
3361{
3362 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
3363 char buf[8];
3364
5cb56af2 3365 rndis_copy_module_params(usbdev, RNDIS_BCM4320B);
cef6e912
JK
3366
3367 /* Early initialization settings, setting these won't have effect
3368 * if called after generic_rndis_bind().
3369 */
bf164cc0 3370
a19d7292
JK
3371 rndis_set_config_parameter_str(usbdev, "Country", priv->param_country);
3372 rndis_set_config_parameter_str(usbdev, "FrameBursting",
bf164cc0 3373 priv->param_frameburst ? "1" : "0");
a19d7292 3374 rndis_set_config_parameter_str(usbdev, "Afterburner",
bf164cc0
JK
3375 priv->param_afterburner ? "1" : "0");
3376 sprintf(buf, "%d", priv->param_power_save);
a19d7292 3377 rndis_set_config_parameter_str(usbdev, "PowerSaveMode", buf);
bf164cc0 3378 sprintf(buf, "%d", priv->param_power_output);
a19d7292 3379 rndis_set_config_parameter_str(usbdev, "PwrOut", buf);
bf164cc0 3380 sprintf(buf, "%d", priv->param_roamtrigger);
a19d7292 3381 rndis_set_config_parameter_str(usbdev, "RoamTrigger", buf);
bf164cc0 3382 sprintf(buf, "%d", priv->param_roamdelta);
a19d7292 3383 rndis_set_config_parameter_str(usbdev, "RoamDelta", buf);
bf164cc0
JK
3384
3385 return 0;
3386}
3387
23d12e2b 3388/* same as rndis_netdev_ops but with local multicast handler */
582241a0 3389static const struct net_device_ops rndis_wlan_netdev_ops = {
23d12e2b
DM
3390 .ndo_open = usbnet_open,
3391 .ndo_stop = usbnet_stop,
3392 .ndo_start_xmit = usbnet_start_xmit,
3393 .ndo_tx_timeout = usbnet_tx_timeout,
3394 .ndo_set_mac_address = eth_mac_addr,
3395 .ndo_validate_addr = eth_validate_addr,
afc4b13d 3396 .ndo_set_rx_mode = rndis_wlan_set_multicast_list,
23d12e2b
DM
3397};
3398
582241a0 3399static int rndis_wlan_bind(struct usbnet *usbdev, struct usb_interface *intf)
bf164cc0 3400{
5c8fa4f7 3401 struct wiphy *wiphy;
582241a0 3402 struct rndis_wlan_private *priv;
bf164cc0
JK
3403 int retval, len;
3404 __le32 tmp;
3405
5c8fa4f7
JL
3406 /* allocate wiphy and rndis private data
3407 * NOTE: We only support a single virtual interface, so wiphy
3408 * and wireless_dev are somewhat synonymous for this device.
3409 */
582241a0 3410 wiphy = wiphy_new(&rndis_config_ops, sizeof(struct rndis_wlan_private));
5c8fa4f7 3411 if (!wiphy)
bf164cc0
JK
3412 return -ENOMEM;
3413
5c8fa4f7
JL
3414 priv = wiphy_priv(wiphy);
3415 usbdev->net->ieee80211_ptr = &priv->wdev;
3416 priv->wdev.wiphy = wiphy;
3417 priv->wdev.iftype = NL80211_IFTYPE_STATION;
3418
bf164cc0 3419 /* These have to be initialized before calling generic_rndis_bind().
582241a0 3420 * Otherwise we'll be in big trouble in rndis_wlan_early_init().
bf164cc0 3421 */
a19d7292 3422 usbdev->driver_priv = priv;
a19d7292 3423 priv->usbdev = usbdev;
bf164cc0
JK
3424
3425 mutex_init(&priv->command_lock);
bf164cc0 3426
8d4d99ae
JK
3427 /* because rndis_command() sleeps we need to use workqueue */
3428 priv->workqueue = create_singlethread_workqueue("rndis_wlan");
582241a0 3429 INIT_WORK(&priv->work, rndis_wlan_worker);
305e243e 3430 INIT_DELAYED_WORK(&priv->dev_poller_work, rndis_device_poller);
8d4d99ae
JK
3431 INIT_DELAYED_WORK(&priv->scan_work, rndis_get_scan_results);
3432
bf164cc0 3433 /* try bind rndis_host */
a19d7292 3434 retval = generic_rndis_bind(usbdev, intf, FLAG_RNDIS_PHYM_WIRELESS);
bf164cc0
JK
3435 if (retval < 0)
3436 goto fail;
3437
3438 /* generic_rndis_bind set packet filter to multicast_all+
3439 * promisc mode which doesn't work well for our devices (device
3440 * picks up rssi to closest station instead of to access point).
3441 *
3442 * rndis_host wants to avoid all OID as much as possible
582241a0 3443 * so do promisc/multicast handling in rndis_wlan.
bf164cc0 3444 */
582241a0 3445 usbdev->net->netdev_ops = &rndis_wlan_netdev_ops;
23d12e2b 3446
7390e8b0
LW
3447 tmp = cpu_to_le32(RNDIS_PACKET_TYPE_DIRECTED | RNDIS_PACKET_TYPE_BROADCAST);
3448 retval = rndis_set_oid(usbdev,
470f16c8 3449 RNDIS_OID_GEN_CURRENT_PACKET_FILTER,
7390e8b0 3450 &tmp, sizeof(tmp));
bf164cc0
JK
3451
3452 len = sizeof(tmp);
7390e8b0 3453 retval = rndis_query_oid(usbdev,
470f16c8 3454 RNDIS_OID_802_3_MAXIMUM_LIST_SIZE,
7390e8b0 3455 &tmp, &len);
bf164cc0
JK
3456 priv->multicast_size = le32_to_cpu(tmp);
3457 if (retval < 0 || priv->multicast_size < 0)
3458 priv->multicast_size = 0;
3459 if (priv->multicast_size > 0)
a19d7292 3460 usbdev->net->flags |= IFF_MULTICAST;
bf164cc0 3461 else
a19d7292 3462 usbdev->net->flags &= ~IFF_MULTICAST;
bf164cc0 3463
5c8fa4f7
JL
3464 /* fill-out wiphy structure and register w/ cfg80211 */
3465 memcpy(wiphy->perm_addr, usbdev->net->dev_addr, ETH_ALEN);
3466 wiphy->privid = rndis_wiphy_privid;
3467 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION)
3468 | BIT(NL80211_IFTYPE_ADHOC);
3469 wiphy->max_scan_ssids = 1;
3470
4a7f13ee 3471 /* TODO: fill-out band/encr information based on priv->caps */
0308383f 3472 rndis_wlan_get_caps(usbdev, wiphy);
5c8fa4f7
JL
3473
3474 memcpy(priv->channels, rndis_channels, sizeof(rndis_channels));
3475 memcpy(priv->rates, rndis_rates, sizeof(rndis_rates));
3476 priv->band.channels = priv->channels;
3477 priv->band.n_channels = ARRAY_SIZE(rndis_channels);
3478 priv->band.bitrates = priv->rates;
3479 priv->band.n_bitrates = ARRAY_SIZE(rndis_rates);
3480 wiphy->bands[IEEE80211_BAND_2GHZ] = &priv->band;
4d2a369e 3481 wiphy->signal_type = CFG80211_SIGNAL_TYPE_UNSPEC;
5c8fa4f7 3482
4a7f13ee
JK
3483 memcpy(priv->cipher_suites, rndis_cipher_suites,
3484 sizeof(rndis_cipher_suites));
3485 wiphy->cipher_suites = priv->cipher_suites;
3486 wiphy->n_cipher_suites = ARRAY_SIZE(rndis_cipher_suites);
3487
5c8fa4f7
JL
3488 set_wiphy_dev(wiphy, &usbdev->udev->dev);
3489
3490 if (wiphy_register(wiphy)) {
eb1a685e
JK
3491 retval = -ENODEV;
3492 goto fail;
5c8fa4f7
JL
3493 }
3494
a19d7292 3495 set_default_iw_params(usbdev);
bf164cc0 3496
40d70dd1
JK
3497 priv->power_mode = -1;
3498
d75ec2b7
JK
3499 /* set default rts/frag */
3500 rndis_set_wiphy_params(wiphy,
3501 WIPHY_PARAM_FRAG_THRESHOLD | WIPHY_PARAM_RTS_THRESHOLD);
3502
21b27bec
JK
3503 /* turn radio off on init */
3504 priv->radio_on = false;
3505 disassociate(usbdev, false);
a19d7292 3506 netif_carrier_off(usbdev->net);
bf164cc0 3507
bf164cc0
JK
3508 return 0;
3509
3510fail:
305e243e 3511 cancel_delayed_work_sync(&priv->dev_poller_work);
8d4d99ae
JK
3512 cancel_delayed_work_sync(&priv->scan_work);
3513 cancel_work_sync(&priv->work);
3514 flush_workqueue(priv->workqueue);
3515 destroy_workqueue(priv->workqueue);
3516
eb1a685e 3517 wiphy_free(wiphy);
bf164cc0
JK
3518 return retval;
3519}
3520
582241a0 3521static void rndis_wlan_unbind(struct usbnet *usbdev, struct usb_interface *intf)
bf164cc0 3522{
582241a0 3523 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
bf164cc0
JK
3524
3525 /* turn radio off */
051ae0bf 3526 disassociate(usbdev, false);
bf164cc0 3527
305e243e 3528 cancel_delayed_work_sync(&priv->dev_poller_work);
71a7b26d 3529 cancel_delayed_work_sync(&priv->scan_work);
bf164cc0
JK
3530 cancel_work_sync(&priv->work);
3531 flush_workqueue(priv->workqueue);
3532 destroy_workqueue(priv->workqueue);
3533
a19d7292 3534 rndis_unbind(usbdev, intf);
5c8fa4f7
JL
3535
3536 wiphy_unregister(priv->wdev.wiphy);
3537 wiphy_free(priv->wdev.wiphy);
bf164cc0
JK
3538}
3539
582241a0 3540static int rndis_wlan_reset(struct usbnet *usbdev)
bf164cc0 3541{
110736de 3542 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
7eaab708 3543 int retval;
110736de 3544
60b86755 3545 netdev_dbg(usbdev->net, "%s()\n", __func__);
110736de 3546
7eaab708
JK
3547 retval = rndis_reset(usbdev);
3548 if (retval)
60b86755 3549 netdev_warn(usbdev->net, "rndis_reset failed: %d\n", retval);
7eaab708 3550
e5a11a82
JK
3551 /* rndis_reset cleared multicast list, so restore here.
3552 (set_multicast_list() also turns on current packet filter) */
7eaab708
JK
3553 set_multicast_list(usbdev);
3554
305e243e
JK
3555 queue_delayed_work(priv->workqueue, &priv->dev_poller_work,
3556 round_jiffies_relative(DEVICE_POLLER_JIFFIES));
110736de 3557
a19d7292 3558 return deauthenticate(usbdev);
bf164cc0
JK
3559}
3560
222ec50a
JK
3561static int rndis_wlan_stop(struct usbnet *usbdev)
3562{
110736de
JK
3563 struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev);
3564 int retval;
e5a11a82 3565 __le32 filter;
110736de 3566
60b86755 3567 netdev_dbg(usbdev->net, "%s()\n", __func__);
110736de 3568
051ae0bf 3569 retval = disassociate(usbdev, false);
110736de
JK
3570
3571 priv->work_pending = 0;
305e243e 3572 cancel_delayed_work_sync(&priv->dev_poller_work);
110736de
JK
3573 cancel_delayed_work_sync(&priv->scan_work);
3574 cancel_work_sync(&priv->work);
3575 flush_workqueue(priv->workqueue);
3576
005ba2f1
JK
3577 if (priv->scan_request) {
3578 cfg80211_scan_done(priv->scan_request, true);
3579 priv->scan_request = NULL;
3580 }
3581
e5a11a82
JK
3582 /* Set current packet filter zero to block receiving data packets from
3583 device. */
3584 filter = 0;
470f16c8 3585 rndis_set_oid(usbdev, RNDIS_OID_GEN_CURRENT_PACKET_FILTER, &filter,
e5a11a82
JK
3586 sizeof(filter));
3587
110736de 3588 return retval;
222ec50a
JK
3589}
3590
bf164cc0
JK
3591static const struct driver_info bcm4320b_info = {
3592 .description = "Wireless RNDIS device, BCM4320b based",
1487cd5e
JK
3593 .flags = FLAG_WLAN | FLAG_FRAMING_RN | FLAG_NO_SETINT |
3594 FLAG_AVOID_UNLINK_URBS,
582241a0
JK
3595 .bind = rndis_wlan_bind,
3596 .unbind = rndis_wlan_unbind,
bf164cc0
JK
3597 .status = rndis_status,
3598 .rx_fixup = rndis_rx_fixup,
3599 .tx_fixup = rndis_tx_fixup,
582241a0 3600 .reset = rndis_wlan_reset,
222ec50a 3601 .stop = rndis_wlan_stop,
59620e9f 3602 .early_init = bcm4320b_early_init,
2a4901bc 3603 .indication = rndis_wlan_indication,
bf164cc0
JK
3604};
3605
3606static const struct driver_info bcm4320a_info = {
3607 .description = "Wireless RNDIS device, BCM4320a based",
1487cd5e
JK
3608 .flags = FLAG_WLAN | FLAG_FRAMING_RN | FLAG_NO_SETINT |
3609 FLAG_AVOID_UNLINK_URBS,
582241a0
JK
3610 .bind = rndis_wlan_bind,
3611 .unbind = rndis_wlan_unbind,
bf164cc0
JK
3612 .status = rndis_status,
3613 .rx_fixup = rndis_rx_fixup,
3614 .tx_fixup = rndis_tx_fixup,
582241a0 3615 .reset = rndis_wlan_reset,
222ec50a 3616 .stop = rndis_wlan_stop,
59620e9f 3617 .early_init = bcm4320a_early_init,
2a4901bc 3618 .indication = rndis_wlan_indication,
bf164cc0
JK
3619};
3620
582241a0 3621static const struct driver_info rndis_wlan_info = {
bf164cc0 3622 .description = "Wireless RNDIS device",
1487cd5e
JK
3623 .flags = FLAG_WLAN | FLAG_FRAMING_RN | FLAG_NO_SETINT |
3624 FLAG_AVOID_UNLINK_URBS,
582241a0
JK
3625 .bind = rndis_wlan_bind,
3626 .unbind = rndis_wlan_unbind,
bf164cc0
JK
3627 .status = rndis_status,
3628 .rx_fixup = rndis_rx_fixup,
3629 .tx_fixup = rndis_tx_fixup,
582241a0 3630 .reset = rndis_wlan_reset,
222ec50a 3631 .stop = rndis_wlan_stop,
5cb56af2 3632 .early_init = unknown_early_init,
2a4901bc 3633 .indication = rndis_wlan_indication,
bf164cc0
JK
3634};
3635
3636/*-------------------------------------------------------------------------*/
3637
3638static const struct usb_device_id products [] = {
3639#define RNDIS_MASTER_INTERFACE \
3640 .bInterfaceClass = USB_CLASS_COMM, \
3641 .bInterfaceSubClass = 2 /* ACM */, \
3642 .bInterfaceProtocol = 0x0ff
3643
3644/* INF driver for these devices have DriverVer >= 4.xx.xx.xx and many custom
3645 * parameters available. Chipset marked as 'BCM4320SKFBG' in NDISwrapper-wiki.
3646 */
3647{
3648 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3649 | USB_DEVICE_ID_MATCH_DEVICE,
3650 .idVendor = 0x0411,
3651 .idProduct = 0x00bc, /* Buffalo WLI-U2-KG125S */
3652 RNDIS_MASTER_INTERFACE,
3653 .driver_info = (unsigned long) &bcm4320b_info,
3654}, {
3655 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3656 | USB_DEVICE_ID_MATCH_DEVICE,
3657 .idVendor = 0x0baf,
3658 .idProduct = 0x011b, /* U.S. Robotics USR5421 */
3659 RNDIS_MASTER_INTERFACE,
3660 .driver_info = (unsigned long) &bcm4320b_info,
3661}, {
3662 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3663 | USB_DEVICE_ID_MATCH_DEVICE,
3664 .idVendor = 0x050d,
3665 .idProduct = 0x011b, /* Belkin F5D7051 */
3666 RNDIS_MASTER_INTERFACE,
3667 .driver_info = (unsigned long) &bcm4320b_info,
3668}, {
3669 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3670 | USB_DEVICE_ID_MATCH_DEVICE,
3671 .idVendor = 0x1799, /* Belkin has two vendor ids */
3672 .idProduct = 0x011b, /* Belkin F5D7051 */
3673 RNDIS_MASTER_INTERFACE,
3674 .driver_info = (unsigned long) &bcm4320b_info,
3675}, {
3676 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3677 | USB_DEVICE_ID_MATCH_DEVICE,
3678 .idVendor = 0x13b1,
3679 .idProduct = 0x0014, /* Linksys WUSB54GSv2 */
3680 RNDIS_MASTER_INTERFACE,
3681 .driver_info = (unsigned long) &bcm4320b_info,
3682}, {
3683 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3684 | USB_DEVICE_ID_MATCH_DEVICE,
3685 .idVendor = 0x13b1,
3686 .idProduct = 0x0026, /* Linksys WUSB54GSC */
3687 RNDIS_MASTER_INTERFACE,
3688 .driver_info = (unsigned long) &bcm4320b_info,
3689}, {
3690 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3691 | USB_DEVICE_ID_MATCH_DEVICE,
3692 .idVendor = 0x0b05,
3693 .idProduct = 0x1717, /* Asus WL169gE */
3694 RNDIS_MASTER_INTERFACE,
3695 .driver_info = (unsigned long) &bcm4320b_info,
3696}, {
3697 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3698 | USB_DEVICE_ID_MATCH_DEVICE,
3699 .idVendor = 0x0a5c,
3700 .idProduct = 0xd11b, /* Eminent EM4045 */
3701 RNDIS_MASTER_INTERFACE,
3702 .driver_info = (unsigned long) &bcm4320b_info,
3703}, {
3704 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3705 | USB_DEVICE_ID_MATCH_DEVICE,
3706 .idVendor = 0x1690,
3707 .idProduct = 0x0715, /* BT Voyager 1055 */
3708 RNDIS_MASTER_INTERFACE,
3709 .driver_info = (unsigned long) &bcm4320b_info,
3710},
3711/* These devices have DriverVer < 4.xx.xx.xx and do not have any custom
3712 * parameters available, hardware probably contain older firmware version with
3713 * no way of updating. Chipset marked as 'BCM4320????' in NDISwrapper-wiki.
3714 */
3715{
3716 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3717 | USB_DEVICE_ID_MATCH_DEVICE,
3718 .idVendor = 0x13b1,
3719 .idProduct = 0x000e, /* Linksys WUSB54GSv1 */
3720 RNDIS_MASTER_INTERFACE,
3721 .driver_info = (unsigned long) &bcm4320a_info,
3722}, {
3723 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3724 | USB_DEVICE_ID_MATCH_DEVICE,
3725 .idVendor = 0x0baf,
3726 .idProduct = 0x0111, /* U.S. Robotics USR5420 */
3727 RNDIS_MASTER_INTERFACE,
3728 .driver_info = (unsigned long) &bcm4320a_info,
3729}, {
3730 .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
3731 | USB_DEVICE_ID_MATCH_DEVICE,
3732 .idVendor = 0x0411,
3733 .idProduct = 0x004b, /* BUFFALO WLI-USB-G54 */
3734 RNDIS_MASTER_INTERFACE,
3735 .driver_info = (unsigned long) &bcm4320a_info,
3736},
3737/* Generic Wireless RNDIS devices that we don't have exact
3738 * idVendor/idProduct/chip yet.
3739 */
3740{
3741 /* RNDIS is MSFT's un-official variant of CDC ACM */
3742 USB_INTERFACE_INFO(USB_CLASS_COMM, 2 /* ACM */, 0x0ff),
582241a0 3743 .driver_info = (unsigned long) &rndis_wlan_info,
bf164cc0
JK
3744}, {
3745 /* "ActiveSync" is an undocumented variant of RNDIS, used in WM5 */
3746 USB_INTERFACE_INFO(USB_CLASS_MISC, 1, 1),
582241a0 3747 .driver_info = (unsigned long) &rndis_wlan_info,
bf164cc0
JK
3748},
3749 { }, // END
3750};
3751MODULE_DEVICE_TABLE(usb, products);
3752
3753static struct usb_driver rndis_wlan_driver = {
3754 .name = "rndis_wlan",
3755 .id_table = products,
3756 .probe = usbnet_probe,
3757 .disconnect = usbnet_disconnect,
3758 .suspend = usbnet_suspend,
3759 .resume = usbnet_resume,
e1f12eb6 3760 .disable_hub_initiated_lpm = 1,
bf164cc0
JK
3761};
3762
d632eb1b 3763module_usb_driver(rndis_wlan_driver);
bf164cc0
JK
3764
3765MODULE_AUTHOR("Bjorge Dijkstra");
3766MODULE_AUTHOR("Jussi Kivilinna");
3767MODULE_DESCRIPTION("Driver for RNDIS based USB Wireless adapters");
3768MODULE_LICENSE("GPL");
3769
This page took 0.855773 seconds and 5 git commands to generate.