wext: fix message delay/ordering
[pandora-kernel.git] / net / wireless / wext-core.c
1 /*
2  * This file implement the Wireless Extensions core API.
3  *
4  * Authors :    Jean Tourrilhes - HPL - <jt@hpl.hp.com>
5  * Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved.
6  * Copyright    2009 Johannes Berg <johannes@sipsolutions.net>
7  *
8  * (As all part of the Linux kernel, this file is GPL)
9  */
10 #include <linux/kernel.h>
11 #include <linux/netdevice.h>
12 #include <linux/rtnetlink.h>
13 #include <linux/slab.h>
14 #include <linux/wireless.h>
15 #include <linux/uaccess.h>
16 #include <linux/export.h>
17 #include <net/cfg80211.h>
18 #include <net/iw_handler.h>
19 #include <net/netlink.h>
20 #include <net/wext.h>
21 #include <net/net_namespace.h>
22
23 typedef int (*wext_ioctl_func)(struct net_device *, struct iwreq *,
24                                unsigned int, struct iw_request_info *,
25                                iw_handler);
26
27
28 /*
29  * Meta-data about all the standard Wireless Extension request we
30  * know about.
31  */
32 static const struct iw_ioctl_description standard_ioctl[] = {
33         [IW_IOCTL_IDX(SIOCSIWCOMMIT)] = {
34                 .header_type    = IW_HEADER_TYPE_NULL,
35         },
36         [IW_IOCTL_IDX(SIOCGIWNAME)] = {
37                 .header_type    = IW_HEADER_TYPE_CHAR,
38                 .flags          = IW_DESCR_FLAG_DUMP,
39         },
40         [IW_IOCTL_IDX(SIOCSIWNWID)] = {
41                 .header_type    = IW_HEADER_TYPE_PARAM,
42                 .flags          = IW_DESCR_FLAG_EVENT,
43         },
44         [IW_IOCTL_IDX(SIOCGIWNWID)] = {
45                 .header_type    = IW_HEADER_TYPE_PARAM,
46                 .flags          = IW_DESCR_FLAG_DUMP,
47         },
48         [IW_IOCTL_IDX(SIOCSIWFREQ)] = {
49                 .header_type    = IW_HEADER_TYPE_FREQ,
50                 .flags          = IW_DESCR_FLAG_EVENT,
51         },
52         [IW_IOCTL_IDX(SIOCGIWFREQ)] = {
53                 .header_type    = IW_HEADER_TYPE_FREQ,
54                 .flags          = IW_DESCR_FLAG_DUMP,
55         },
56         [IW_IOCTL_IDX(SIOCSIWMODE)] = {
57                 .header_type    = IW_HEADER_TYPE_UINT,
58                 .flags          = IW_DESCR_FLAG_EVENT,
59         },
60         [IW_IOCTL_IDX(SIOCGIWMODE)] = {
61                 .header_type    = IW_HEADER_TYPE_UINT,
62                 .flags          = IW_DESCR_FLAG_DUMP,
63         },
64         [IW_IOCTL_IDX(SIOCSIWSENS)] = {
65                 .header_type    = IW_HEADER_TYPE_PARAM,
66         },
67         [IW_IOCTL_IDX(SIOCGIWSENS)] = {
68                 .header_type    = IW_HEADER_TYPE_PARAM,
69         },
70         [IW_IOCTL_IDX(SIOCSIWRANGE)] = {
71                 .header_type    = IW_HEADER_TYPE_NULL,
72         },
73         [IW_IOCTL_IDX(SIOCGIWRANGE)] = {
74                 .header_type    = IW_HEADER_TYPE_POINT,
75                 .token_size     = 1,
76                 .max_tokens     = sizeof(struct iw_range),
77                 .flags          = IW_DESCR_FLAG_DUMP,
78         },
79         [IW_IOCTL_IDX(SIOCSIWPRIV)] = {
80                 .header_type    = IW_HEADER_TYPE_NULL,
81         },
82         [IW_IOCTL_IDX(SIOCGIWPRIV)] = { /* (handled directly by us) */
83                 .header_type    = IW_HEADER_TYPE_POINT,
84                 .token_size     = sizeof(struct iw_priv_args),
85                 .max_tokens     = 16,
86                 .flags          = IW_DESCR_FLAG_NOMAX,
87         },
88         [IW_IOCTL_IDX(SIOCSIWSTATS)] = {
89                 .header_type    = IW_HEADER_TYPE_NULL,
90         },
91         [IW_IOCTL_IDX(SIOCGIWSTATS)] = { /* (handled directly by us) */
92                 .header_type    = IW_HEADER_TYPE_POINT,
93                 .token_size     = 1,
94                 .max_tokens     = sizeof(struct iw_statistics),
95                 .flags          = IW_DESCR_FLAG_DUMP,
96         },
97         [IW_IOCTL_IDX(SIOCSIWSPY)] = {
98                 .header_type    = IW_HEADER_TYPE_POINT,
99                 .token_size     = sizeof(struct sockaddr),
100                 .max_tokens     = IW_MAX_SPY,
101         },
102         [IW_IOCTL_IDX(SIOCGIWSPY)] = {
103                 .header_type    = IW_HEADER_TYPE_POINT,
104                 .token_size     = sizeof(struct sockaddr) +
105                                   sizeof(struct iw_quality),
106                 .max_tokens     = IW_MAX_SPY,
107         },
108         [IW_IOCTL_IDX(SIOCSIWTHRSPY)] = {
109                 .header_type    = IW_HEADER_TYPE_POINT,
110                 .token_size     = sizeof(struct iw_thrspy),
111                 .min_tokens     = 1,
112                 .max_tokens     = 1,
113         },
114         [IW_IOCTL_IDX(SIOCGIWTHRSPY)] = {
115                 .header_type    = IW_HEADER_TYPE_POINT,
116                 .token_size     = sizeof(struct iw_thrspy),
117                 .min_tokens     = 1,
118                 .max_tokens     = 1,
119         },
120         [IW_IOCTL_IDX(SIOCSIWAP)] = {
121                 .header_type    = IW_HEADER_TYPE_ADDR,
122         },
123         [IW_IOCTL_IDX(SIOCGIWAP)] = {
124                 .header_type    = IW_HEADER_TYPE_ADDR,
125                 .flags          = IW_DESCR_FLAG_DUMP,
126         },
127         [IW_IOCTL_IDX(SIOCSIWMLME)] = {
128                 .header_type    = IW_HEADER_TYPE_POINT,
129                 .token_size     = 1,
130                 .min_tokens     = sizeof(struct iw_mlme),
131                 .max_tokens     = sizeof(struct iw_mlme),
132         },
133         [IW_IOCTL_IDX(SIOCGIWAPLIST)] = {
134                 .header_type    = IW_HEADER_TYPE_POINT,
135                 .token_size     = sizeof(struct sockaddr) +
136                                   sizeof(struct iw_quality),
137                 .max_tokens     = IW_MAX_AP,
138                 .flags          = IW_DESCR_FLAG_NOMAX,
139         },
140         [IW_IOCTL_IDX(SIOCSIWSCAN)] = {
141                 .header_type    = IW_HEADER_TYPE_POINT,
142                 .token_size     = 1,
143                 .min_tokens     = 0,
144                 .max_tokens     = sizeof(struct iw_scan_req),
145         },
146         [IW_IOCTL_IDX(SIOCGIWSCAN)] = {
147                 .header_type    = IW_HEADER_TYPE_POINT,
148                 .token_size     = 1,
149                 .max_tokens     = IW_SCAN_MAX_DATA,
150                 .flags          = IW_DESCR_FLAG_NOMAX,
151         },
152         [IW_IOCTL_IDX(SIOCSIWESSID)] = {
153                 .header_type    = IW_HEADER_TYPE_POINT,
154                 .token_size     = 1,
155                 .max_tokens     = IW_ESSID_MAX_SIZE,
156                 .flags          = IW_DESCR_FLAG_EVENT,
157         },
158         [IW_IOCTL_IDX(SIOCGIWESSID)] = {
159                 .header_type    = IW_HEADER_TYPE_POINT,
160                 .token_size     = 1,
161                 .max_tokens     = IW_ESSID_MAX_SIZE,
162                 .flags          = IW_DESCR_FLAG_DUMP,
163         },
164         [IW_IOCTL_IDX(SIOCSIWNICKN)] = {
165                 .header_type    = IW_HEADER_TYPE_POINT,
166                 .token_size     = 1,
167                 .max_tokens     = IW_ESSID_MAX_SIZE,
168         },
169         [IW_IOCTL_IDX(SIOCGIWNICKN)] = {
170                 .header_type    = IW_HEADER_TYPE_POINT,
171                 .token_size     = 1,
172                 .max_tokens     = IW_ESSID_MAX_SIZE,
173         },
174         [IW_IOCTL_IDX(SIOCSIWRATE)] = {
175                 .header_type    = IW_HEADER_TYPE_PARAM,
176         },
177         [IW_IOCTL_IDX(SIOCGIWRATE)] = {
178                 .header_type    = IW_HEADER_TYPE_PARAM,
179         },
180         [IW_IOCTL_IDX(SIOCSIWRTS)] = {
181                 .header_type    = IW_HEADER_TYPE_PARAM,
182         },
183         [IW_IOCTL_IDX(SIOCGIWRTS)] = {
184                 .header_type    = IW_HEADER_TYPE_PARAM,
185         },
186         [IW_IOCTL_IDX(SIOCSIWFRAG)] = {
187                 .header_type    = IW_HEADER_TYPE_PARAM,
188         },
189         [IW_IOCTL_IDX(SIOCGIWFRAG)] = {
190                 .header_type    = IW_HEADER_TYPE_PARAM,
191         },
192         [IW_IOCTL_IDX(SIOCSIWTXPOW)] = {
193                 .header_type    = IW_HEADER_TYPE_PARAM,
194         },
195         [IW_IOCTL_IDX(SIOCGIWTXPOW)] = {
196                 .header_type    = IW_HEADER_TYPE_PARAM,
197         },
198         [IW_IOCTL_IDX(SIOCSIWRETRY)] = {
199                 .header_type    = IW_HEADER_TYPE_PARAM,
200         },
201         [IW_IOCTL_IDX(SIOCGIWRETRY)] = {
202                 .header_type    = IW_HEADER_TYPE_PARAM,
203         },
204         [IW_IOCTL_IDX(SIOCSIWENCODE)] = {
205                 .header_type    = IW_HEADER_TYPE_POINT,
206                 .token_size     = 1,
207                 .max_tokens     = IW_ENCODING_TOKEN_MAX,
208                 .flags          = IW_DESCR_FLAG_EVENT | IW_DESCR_FLAG_RESTRICT,
209         },
210         [IW_IOCTL_IDX(SIOCGIWENCODE)] = {
211                 .header_type    = IW_HEADER_TYPE_POINT,
212                 .token_size     = 1,
213                 .max_tokens     = IW_ENCODING_TOKEN_MAX,
214                 .flags          = IW_DESCR_FLAG_DUMP | IW_DESCR_FLAG_RESTRICT,
215         },
216         [IW_IOCTL_IDX(SIOCSIWPOWER)] = {
217                 .header_type    = IW_HEADER_TYPE_PARAM,
218         },
219         [IW_IOCTL_IDX(SIOCGIWPOWER)] = {
220                 .header_type    = IW_HEADER_TYPE_PARAM,
221         },
222         [IW_IOCTL_IDX(SIOCSIWGENIE)] = {
223                 .header_type    = IW_HEADER_TYPE_POINT,
224                 .token_size     = 1,
225                 .max_tokens     = IW_GENERIC_IE_MAX,
226         },
227         [IW_IOCTL_IDX(SIOCGIWGENIE)] = {
228                 .header_type    = IW_HEADER_TYPE_POINT,
229                 .token_size     = 1,
230                 .max_tokens     = IW_GENERIC_IE_MAX,
231         },
232         [IW_IOCTL_IDX(SIOCSIWAUTH)] = {
233                 .header_type    = IW_HEADER_TYPE_PARAM,
234         },
235         [IW_IOCTL_IDX(SIOCGIWAUTH)] = {
236                 .header_type    = IW_HEADER_TYPE_PARAM,
237         },
238         [IW_IOCTL_IDX(SIOCSIWENCODEEXT)] = {
239                 .header_type    = IW_HEADER_TYPE_POINT,
240                 .token_size     = 1,
241                 .min_tokens     = sizeof(struct iw_encode_ext),
242                 .max_tokens     = sizeof(struct iw_encode_ext) +
243                                   IW_ENCODING_TOKEN_MAX,
244         },
245         [IW_IOCTL_IDX(SIOCGIWENCODEEXT)] = {
246                 .header_type    = IW_HEADER_TYPE_POINT,
247                 .token_size     = 1,
248                 .min_tokens     = sizeof(struct iw_encode_ext),
249                 .max_tokens     = sizeof(struct iw_encode_ext) +
250                                   IW_ENCODING_TOKEN_MAX,
251         },
252         [IW_IOCTL_IDX(SIOCSIWPMKSA)] = {
253                 .header_type    = IW_HEADER_TYPE_POINT,
254                 .token_size     = 1,
255                 .min_tokens     = sizeof(struct iw_pmksa),
256                 .max_tokens     = sizeof(struct iw_pmksa),
257         },
258 };
259 static const unsigned standard_ioctl_num = ARRAY_SIZE(standard_ioctl);
260
261 /*
262  * Meta-data about all the additional standard Wireless Extension events
263  * we know about.
264  */
265 static const struct iw_ioctl_description standard_event[] = {
266         [IW_EVENT_IDX(IWEVTXDROP)] = {
267                 .header_type    = IW_HEADER_TYPE_ADDR,
268         },
269         [IW_EVENT_IDX(IWEVQUAL)] = {
270                 .header_type    = IW_HEADER_TYPE_QUAL,
271         },
272         [IW_EVENT_IDX(IWEVCUSTOM)] = {
273                 .header_type    = IW_HEADER_TYPE_POINT,
274                 .token_size     = 1,
275                 .max_tokens     = IW_CUSTOM_MAX,
276         },
277         [IW_EVENT_IDX(IWEVREGISTERED)] = {
278                 .header_type    = IW_HEADER_TYPE_ADDR,
279         },
280         [IW_EVENT_IDX(IWEVEXPIRED)] = {
281                 .header_type    = IW_HEADER_TYPE_ADDR,
282         },
283         [IW_EVENT_IDX(IWEVGENIE)] = {
284                 .header_type    = IW_HEADER_TYPE_POINT,
285                 .token_size     = 1,
286                 .max_tokens     = IW_GENERIC_IE_MAX,
287         },
288         [IW_EVENT_IDX(IWEVMICHAELMICFAILURE)] = {
289                 .header_type    = IW_HEADER_TYPE_POINT,
290                 .token_size     = 1,
291                 .max_tokens     = sizeof(struct iw_michaelmicfailure),
292         },
293         [IW_EVENT_IDX(IWEVASSOCREQIE)] = {
294                 .header_type    = IW_HEADER_TYPE_POINT,
295                 .token_size     = 1,
296                 .max_tokens     = IW_GENERIC_IE_MAX,
297         },
298         [IW_EVENT_IDX(IWEVASSOCRESPIE)] = {
299                 .header_type    = IW_HEADER_TYPE_POINT,
300                 .token_size     = 1,
301                 .max_tokens     = IW_GENERIC_IE_MAX,
302         },
303         [IW_EVENT_IDX(IWEVPMKIDCAND)] = {
304                 .header_type    = IW_HEADER_TYPE_POINT,
305                 .token_size     = 1,
306                 .max_tokens     = sizeof(struct iw_pmkid_cand),
307         },
308 };
309 static const unsigned standard_event_num = ARRAY_SIZE(standard_event);
310
311 /* Size (in bytes) of various events */
312 static const int event_type_size[] = {
313         IW_EV_LCP_LEN,                  /* IW_HEADER_TYPE_NULL */
314         0,
315         IW_EV_CHAR_LEN,                 /* IW_HEADER_TYPE_CHAR */
316         0,
317         IW_EV_UINT_LEN,                 /* IW_HEADER_TYPE_UINT */
318         IW_EV_FREQ_LEN,                 /* IW_HEADER_TYPE_FREQ */
319         IW_EV_ADDR_LEN,                 /* IW_HEADER_TYPE_ADDR */
320         0,
321         IW_EV_POINT_LEN,                /* Without variable payload */
322         IW_EV_PARAM_LEN,                /* IW_HEADER_TYPE_PARAM */
323         IW_EV_QUAL_LEN,                 /* IW_HEADER_TYPE_QUAL */
324 };
325
326 #ifdef CONFIG_COMPAT
327 static const int compat_event_type_size[] = {
328         IW_EV_COMPAT_LCP_LEN,           /* IW_HEADER_TYPE_NULL */
329         0,
330         IW_EV_COMPAT_CHAR_LEN,          /* IW_HEADER_TYPE_CHAR */
331         0,
332         IW_EV_COMPAT_UINT_LEN,          /* IW_HEADER_TYPE_UINT */
333         IW_EV_COMPAT_FREQ_LEN,          /* IW_HEADER_TYPE_FREQ */
334         IW_EV_COMPAT_ADDR_LEN,          /* IW_HEADER_TYPE_ADDR */
335         0,
336         IW_EV_COMPAT_POINT_LEN,         /* Without variable payload */
337         IW_EV_COMPAT_PARAM_LEN,         /* IW_HEADER_TYPE_PARAM */
338         IW_EV_COMPAT_QUAL_LEN,          /* IW_HEADER_TYPE_QUAL */
339 };
340 #endif
341
342
343 /* IW event code */
344
345 static void wireless_nlevent_flush(void)
346 {
347         struct sk_buff *skb;
348         struct net *net;
349
350         ASSERT_RTNL();
351
352         for_each_net(net) {
353                 while ((skb = skb_dequeue(&net->wext_nlevents)))
354                         rtnl_notify(skb, net, 0, RTNLGRP_LINK, NULL,
355                                     GFP_KERNEL);
356         }
357 }
358
359 static int wext_netdev_notifier_call(struct notifier_block *nb,
360                                      unsigned long state, void *ptr)
361 {
362         /*
363          * When a netdev changes state in any way, flush all pending messages
364          * to avoid them going out in a strange order, e.g. RTM_NEWLINK after
365          * RTM_DELLINK, or with IFF_UP after without IFF_UP during dev_close()
366          * or similar - all of which could otherwise happen due to delays from
367          * schedule_work().
368          */
369         wireless_nlevent_flush();
370
371         return NOTIFY_OK;
372 }
373
374 static struct notifier_block wext_netdev_notifier = {
375         .notifier_call = wext_netdev_notifier_call,
376 };
377
378 static int __net_init wext_pernet_init(struct net *net)
379 {
380         skb_queue_head_init(&net->wext_nlevents);
381         return 0;
382 }
383
384 static void __net_exit wext_pernet_exit(struct net *net)
385 {
386         skb_queue_purge(&net->wext_nlevents);
387 }
388
389 static struct pernet_operations wext_pernet_ops = {
390         .init = wext_pernet_init,
391         .exit = wext_pernet_exit,
392 };
393
394 static int __init wireless_nlevent_init(void)
395 {
396         int err = register_pernet_subsys(&wext_pernet_ops);
397
398         if (err)
399                 return err;
400
401         return register_netdevice_notifier(&wext_netdev_notifier);
402 }
403
404 subsys_initcall(wireless_nlevent_init);
405
406 /* Process events generated by the wireless layer or the driver. */
407 static void wireless_nlevent_process(struct work_struct *work)
408 {
409         rtnl_lock();
410         wireless_nlevent_flush();
411         rtnl_unlock();
412 }
413
414 static DECLARE_WORK(wireless_nlevent_work, wireless_nlevent_process);
415
416 static struct nlmsghdr *rtnetlink_ifinfo_prep(struct net_device *dev,
417                                               struct sk_buff *skb)
418 {
419         struct ifinfomsg *r;
420         struct nlmsghdr  *nlh;
421
422         nlh = nlmsg_put(skb, 0, 0, RTM_NEWLINK, sizeof(*r), 0);
423         if (!nlh)
424                 return NULL;
425
426         r = nlmsg_data(nlh);
427         r->ifi_family = AF_UNSPEC;
428         r->__ifi_pad = 0;
429         r->ifi_type = dev->type;
430         r->ifi_index = dev->ifindex;
431         r->ifi_flags = dev_get_flags(dev);
432         r->ifi_change = 0;      /* Wireless changes don't affect those flags */
433
434         NLA_PUT_STRING(skb, IFLA_IFNAME, dev->name);
435
436         return nlh;
437  nla_put_failure:
438         nlmsg_cancel(skb, nlh);
439         return NULL;
440 }
441
442
443 /*
444  * Main event dispatcher. Called from other parts and drivers.
445  * Send the event on the appropriate channels.
446  * May be called from interrupt context.
447  */
448 void wireless_send_event(struct net_device *    dev,
449                          unsigned int           cmd,
450                          union iwreq_data *     wrqu,
451                          const char *           extra)
452 {
453         const struct iw_ioctl_description *     descr = NULL;
454         int extra_len = 0;
455         struct iw_event  *event;                /* Mallocated whole event */
456         int event_len;                          /* Its size */
457         int hdr_len;                            /* Size of the event header */
458         int wrqu_off = 0;                       /* Offset in wrqu */
459         /* Don't "optimise" the following variable, it will crash */
460         unsigned        cmd_index;              /* *MUST* be unsigned */
461         struct sk_buff *skb;
462         struct nlmsghdr *nlh;
463         struct nlattr *nla;
464 #ifdef CONFIG_COMPAT
465         struct __compat_iw_event *compat_event;
466         struct compat_iw_point compat_wrqu;
467         struct sk_buff *compskb;
468 #endif
469
470         /*
471          * Nothing in the kernel sends scan events with data, be safe.
472          * This is necessary because we cannot fix up scan event data
473          * for compat, due to being contained in 'extra', but normally
474          * applications are required to retrieve the scan data anyway
475          * and no data is included in the event, this codifies that
476          * practice.
477          */
478         if (WARN_ON(cmd == SIOCGIWSCAN && extra))
479                 extra = NULL;
480
481         /* Get the description of the Event */
482         if (cmd <= SIOCIWLAST) {
483                 cmd_index = IW_IOCTL_IDX(cmd);
484                 if (cmd_index < standard_ioctl_num)
485                         descr = &(standard_ioctl[cmd_index]);
486         } else {
487                 cmd_index = IW_EVENT_IDX(cmd);
488                 if (cmd_index < standard_event_num)
489                         descr = &(standard_event[cmd_index]);
490         }
491         /* Don't accept unknown events */
492         if (descr == NULL) {
493                 /* Note : we don't return an error to the driver, because
494                  * the driver would not know what to do about it. It can't
495                  * return an error to the user, because the event is not
496                  * initiated by a user request.
497                  * The best the driver could do is to log an error message.
498                  * We will do it ourselves instead...
499                  */
500                 netdev_err(dev, "(WE) : Invalid/Unknown Wireless Event (0x%04X)\n",
501                            cmd);
502                 return;
503         }
504
505         /* Check extra parameters and set extra_len */
506         if (descr->header_type == IW_HEADER_TYPE_POINT) {
507                 /* Check if number of token fits within bounds */
508                 if (wrqu->data.length > descr->max_tokens) {
509                         netdev_err(dev, "(WE) : Wireless Event too big (%d)\n",
510                                    wrqu->data.length);
511                         return;
512                 }
513                 if (wrqu->data.length < descr->min_tokens) {
514                         netdev_err(dev, "(WE) : Wireless Event too small (%d)\n",
515                                    wrqu->data.length);
516                         return;
517                 }
518                 /* Calculate extra_len - extra is NULL for restricted events */
519                 if (extra != NULL)
520                         extra_len = wrqu->data.length * descr->token_size;
521                 /* Always at an offset in wrqu */
522                 wrqu_off = IW_EV_POINT_OFF;
523         }
524
525         /* Total length of the event */
526         hdr_len = event_type_size[descr->header_type];
527         event_len = hdr_len + extra_len;
528
529         /*
530          * The problem for 64/32 bit.
531          *
532          * On 64-bit, a regular event is laid out as follows:
533          *      |  0  |  1  |  2  |  3  |  4  |  5  |  6  |  7  |
534          *      | event.len | event.cmd |     p a d d i n g     |
535          *      | wrqu data ... (with the correct size)         |
536          *
537          * This padding exists because we manipulate event->u,
538          * and 'event' is not packed.
539          *
540          * An iw_point event is laid out like this instead:
541          *      |  0  |  1  |  2  |  3  |  4  |  5  |  6  |  7  |
542          *      | event.len | event.cmd |     p a d d i n g     |
543          *      | iwpnt.len | iwpnt.flg |     p a d d i n g     |
544          *      | extra data  ...
545          *
546          * The second padding exists because struct iw_point is extended,
547          * but this depends on the platform...
548          *
549          * On 32-bit, all the padding shouldn't be there.
550          */
551
552         skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC);
553         if (!skb)
554                 return;
555
556         /* Send via the RtNetlink event channel */
557         nlh = rtnetlink_ifinfo_prep(dev, skb);
558         if (WARN_ON(!nlh)) {
559                 kfree_skb(skb);
560                 return;
561         }
562
563         /* Add the wireless events in the netlink packet */
564         nla = nla_reserve(skb, IFLA_WIRELESS, event_len);
565         if (!nla) {
566                 kfree_skb(skb);
567                 return;
568         }
569         event = nla_data(nla);
570
571         /* Fill event - first clear to avoid data leaking */
572         memset(event, 0, hdr_len);
573         event->len = event_len;
574         event->cmd = cmd;
575         memcpy(&event->u, ((char *) wrqu) + wrqu_off, hdr_len - IW_EV_LCP_LEN);
576         if (extra_len)
577                 memcpy(((char *) event) + hdr_len, extra, extra_len);
578
579         nlmsg_end(skb, nlh);
580 #ifdef CONFIG_COMPAT
581         hdr_len = compat_event_type_size[descr->header_type];
582         event_len = hdr_len + extra_len;
583
584         compskb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC);
585         if (!compskb) {
586                 kfree_skb(skb);
587                 return;
588         }
589
590         /* Send via the RtNetlink event channel */
591         nlh = rtnetlink_ifinfo_prep(dev, compskb);
592         if (WARN_ON(!nlh)) {
593                 kfree_skb(skb);
594                 kfree_skb(compskb);
595                 return;
596         }
597
598         /* Add the wireless events in the netlink packet */
599         nla = nla_reserve(compskb, IFLA_WIRELESS, event_len);
600         if (!nla) {
601                 kfree_skb(skb);
602                 kfree_skb(compskb);
603                 return;
604         }
605         compat_event = nla_data(nla);
606
607         compat_event->len = event_len;
608         compat_event->cmd = cmd;
609         if (descr->header_type == IW_HEADER_TYPE_POINT) {
610                 compat_wrqu.length = wrqu->data.length;
611                 compat_wrqu.flags = wrqu->data.flags;
612                 memcpy(&compat_event->pointer,
613                         ((char *) &compat_wrqu) + IW_EV_COMPAT_POINT_OFF,
614                         hdr_len - IW_EV_COMPAT_LCP_LEN);
615                 if (extra_len)
616                         memcpy(((char *) compat_event) + hdr_len,
617                                 extra, extra_len);
618         } else {
619                 /* extra_len must be zero, so no if (extra) needed */
620                 memcpy(&compat_event->pointer, wrqu,
621                         hdr_len - IW_EV_COMPAT_LCP_LEN);
622         }
623
624         nlmsg_end(compskb, nlh);
625
626         skb_shinfo(skb)->frag_list = compskb;
627 #endif
628         skb_queue_tail(&dev_net(dev)->wext_nlevents, skb);
629         schedule_work(&wireless_nlevent_work);
630 }
631 EXPORT_SYMBOL(wireless_send_event);
632
633
634
635 /* IW handlers */
636
637 struct iw_statistics *get_wireless_stats(struct net_device *dev)
638 {
639 #ifdef CONFIG_WIRELESS_EXT
640         if ((dev->wireless_handlers != NULL) &&
641            (dev->wireless_handlers->get_wireless_stats != NULL))
642                 return dev->wireless_handlers->get_wireless_stats(dev);
643 #endif
644
645 #ifdef CONFIG_CFG80211_WEXT
646         if (dev->ieee80211_ptr &&
647             dev->ieee80211_ptr->wiphy &&
648             dev->ieee80211_ptr->wiphy->wext &&
649             dev->ieee80211_ptr->wiphy->wext->get_wireless_stats)
650                 return dev->ieee80211_ptr->wiphy->wext->get_wireless_stats(dev);
651 #endif
652
653         /* not found */
654         return NULL;
655 }
656
657 static int iw_handler_get_iwstats(struct net_device *           dev,
658                                   struct iw_request_info *      info,
659                                   union iwreq_data *            wrqu,
660                                   char *                        extra)
661 {
662         /* Get stats from the driver */
663         struct iw_statistics *stats;
664
665         stats = get_wireless_stats(dev);
666         if (stats) {
667                 /* Copy statistics to extra */
668                 memcpy(extra, stats, sizeof(struct iw_statistics));
669                 wrqu->data.length = sizeof(struct iw_statistics);
670
671                 /* Check if we need to clear the updated flag */
672                 if (wrqu->data.flags != 0)
673                         stats->qual.updated &= ~IW_QUAL_ALL_UPDATED;
674                 return 0;
675         } else
676                 return -EOPNOTSUPP;
677 }
678
679 static iw_handler get_handler(struct net_device *dev, unsigned int cmd)
680 {
681         /* Don't "optimise" the following variable, it will crash */
682         unsigned int    index;          /* *MUST* be unsigned */
683         const struct iw_handler_def *handlers = NULL;
684
685 #ifdef CONFIG_CFG80211_WEXT
686         if (dev->ieee80211_ptr && dev->ieee80211_ptr->wiphy)
687                 handlers = dev->ieee80211_ptr->wiphy->wext;
688 #endif
689 #ifdef CONFIG_WIRELESS_EXT
690         if (dev->wireless_handlers)
691                 handlers = dev->wireless_handlers;
692 #endif
693
694         if (!handlers)
695                 return NULL;
696
697         /* Try as a standard command */
698         index = IW_IOCTL_IDX(cmd);
699         if (index < handlers->num_standard)
700                 return handlers->standard[index];
701
702 #ifdef CONFIG_WEXT_PRIV
703         /* Try as a private command */
704         index = cmd - SIOCIWFIRSTPRIV;
705         if (index < handlers->num_private)
706                 return handlers->private[index];
707 #endif
708
709         /* Not found */
710         return NULL;
711 }
712
713 static int ioctl_standard_iw_point(struct iw_point *iwp, unsigned int cmd,
714                                    const struct iw_ioctl_description *descr,
715                                    iw_handler handler, struct net_device *dev,
716                                    struct iw_request_info *info)
717 {
718         int err, extra_size, user_length = 0, essid_compat = 0;
719         char *extra;
720
721         /* Calculate space needed by arguments. Always allocate
722          * for max space.
723          */
724         extra_size = descr->max_tokens * descr->token_size;
725
726         /* Check need for ESSID compatibility for WE < 21 */
727         switch (cmd) {
728         case SIOCSIWESSID:
729         case SIOCGIWESSID:
730         case SIOCSIWNICKN:
731         case SIOCGIWNICKN:
732                 if (iwp->length == descr->max_tokens + 1)
733                         essid_compat = 1;
734                 else if (IW_IS_SET(cmd) && (iwp->length != 0)) {
735                         char essid[IW_ESSID_MAX_SIZE + 1];
736                         unsigned int len;
737                         len = iwp->length * descr->token_size;
738
739                         if (len > IW_ESSID_MAX_SIZE)
740                                 return -EFAULT;
741
742                         err = copy_from_user(essid, iwp->pointer, len);
743                         if (err)
744                                 return -EFAULT;
745
746                         if (essid[iwp->length - 1] == '\0')
747                                 essid_compat = 1;
748                 }
749                 break;
750         default:
751                 break;
752         }
753
754         iwp->length -= essid_compat;
755
756         /* Check what user space is giving us */
757         if (IW_IS_SET(cmd)) {
758                 /* Check NULL pointer */
759                 if (!iwp->pointer && iwp->length != 0)
760                         return -EFAULT;
761                 /* Check if number of token fits within bounds */
762                 if (iwp->length > descr->max_tokens)
763                         return -E2BIG;
764                 if (iwp->length < descr->min_tokens)
765                         return -EINVAL;
766         } else {
767                 /* Check NULL pointer */
768                 if (!iwp->pointer)
769                         return -EFAULT;
770                 /* Save user space buffer size for checking */
771                 user_length = iwp->length;
772
773                 /* Don't check if user_length > max to allow forward
774                  * compatibility. The test user_length < min is
775                  * implied by the test at the end.
776                  */
777
778                 /* Support for very large requests */
779                 if ((descr->flags & IW_DESCR_FLAG_NOMAX) &&
780                     (user_length > descr->max_tokens)) {
781                         /* Allow userspace to GET more than max so
782                          * we can support any size GET requests.
783                          * There is still a limit : -ENOMEM.
784                          */
785                         extra_size = user_length * descr->token_size;
786
787                         /* Note : user_length is originally a __u16,
788                          * and token_size is controlled by us,
789                          * so extra_size won't get negative and
790                          * won't overflow...
791                          */
792                 }
793         }
794
795         /* kzalloc() ensures NULL-termination for essid_compat. */
796         extra = kzalloc(extra_size, GFP_KERNEL);
797         if (!extra)
798                 return -ENOMEM;
799
800         /* If it is a SET, get all the extra data in here */
801         if (IW_IS_SET(cmd) && (iwp->length != 0)) {
802                 if (copy_from_user(extra, iwp->pointer,
803                                    iwp->length *
804                                    descr->token_size)) {
805                         err = -EFAULT;
806                         goto out;
807                 }
808
809                 if (cmd == SIOCSIWENCODEEXT) {
810                         struct iw_encode_ext *ee = (void *) extra;
811
812                         if (iwp->length < sizeof(*ee) + ee->key_len)
813                                 return -EFAULT;
814                 }
815         }
816
817         if (IW_IS_GET(cmd) && !(descr->flags & IW_DESCR_FLAG_NOMAX)) {
818                 /*
819                  * If this is a GET, but not NOMAX, it means that the extra
820                  * data is not bounded by userspace, but by max_tokens. Thus
821                  * set the length to max_tokens. This matches the extra data
822                  * allocation.
823                  * The driver should fill it with the number of tokens it
824                  * provided, and it may check iwp->length rather than having
825                  * knowledge of max_tokens. If the driver doesn't change the
826                  * iwp->length, this ioctl just copies back max_token tokens
827                  * filled with zeroes. Hopefully the driver isn't claiming
828                  * them to be valid data.
829                  */
830                 iwp->length = descr->max_tokens;
831         }
832
833         err = handler(dev, info, (union iwreq_data *) iwp, extra);
834
835         iwp->length += essid_compat;
836
837         /* If we have something to return to the user */
838         if (!err && IW_IS_GET(cmd)) {
839                 /* Check if there is enough buffer up there */
840                 if (user_length < iwp->length) {
841                         err = -E2BIG;
842                         goto out;
843                 }
844
845                 if (copy_to_user(iwp->pointer, extra,
846                                  iwp->length *
847                                  descr->token_size)) {
848                         err = -EFAULT;
849                         goto out;
850                 }
851         }
852
853         /* Generate an event to notify listeners of the change */
854         if ((descr->flags & IW_DESCR_FLAG_EVENT) &&
855             ((err == 0) || (err == -EIWCOMMIT))) {
856                 union iwreq_data *data = (union iwreq_data *) iwp;
857
858                 if (descr->flags & IW_DESCR_FLAG_RESTRICT)
859                         /* If the event is restricted, don't
860                          * export the payload.
861                          */
862                         wireless_send_event(dev, cmd, data, NULL);
863                 else
864                         wireless_send_event(dev, cmd, data, extra);
865         }
866
867 out:
868         kfree(extra);
869         return err;
870 }
871
872 /*
873  * Call the commit handler in the driver
874  * (if exist and if conditions are right)
875  *
876  * Note : our current commit strategy is currently pretty dumb,
877  * but we will be able to improve on that...
878  * The goal is to try to agreagate as many changes as possible
879  * before doing the commit. Drivers that will define a commit handler
880  * are usually those that need a reset after changing parameters, so
881  * we want to minimise the number of reset.
882  * A cool idea is to use a timer : at each "set" command, we re-set the
883  * timer, when the timer eventually fires, we call the driver.
884  * Hopefully, more on that later.
885  *
886  * Also, I'm waiting to see how many people will complain about the
887  * netif_running(dev) test. I'm open on that one...
888  * Hopefully, the driver will remember to do a commit in "open()" ;-)
889  */
890 int call_commit_handler(struct net_device *dev)
891 {
892 #ifdef CONFIG_WIRELESS_EXT
893         if ((netif_running(dev)) &&
894            (dev->wireless_handlers->standard[0] != NULL))
895                 /* Call the commit handler on the driver */
896                 return dev->wireless_handlers->standard[0](dev, NULL,
897                                                            NULL, NULL);
898         else
899                 return 0;               /* Command completed successfully */
900 #else
901         /* cfg80211 has no commit */
902         return 0;
903 #endif
904 }
905
906 /*
907  * Main IOCTl dispatcher.
908  * Check the type of IOCTL and call the appropriate wrapper...
909  */
910 static int wireless_process_ioctl(struct net *net, struct ifreq *ifr,
911                                   unsigned int cmd,
912                                   struct iw_request_info *info,
913                                   wext_ioctl_func standard,
914                                   wext_ioctl_func private)
915 {
916         struct iwreq *iwr = (struct iwreq *) ifr;
917         struct net_device *dev;
918         iw_handler      handler;
919
920         /* Permissions are already checked in dev_ioctl() before calling us.
921          * The copy_to/from_user() of ifr is also dealt with in there */
922
923         /* Make sure the device exist */
924         if ((dev = __dev_get_by_name(net, ifr->ifr_name)) == NULL)
925                 return -ENODEV;
926
927         /* A bunch of special cases, then the generic case...
928          * Note that 'cmd' is already filtered in dev_ioctl() with
929          * (cmd >= SIOCIWFIRST && cmd <= SIOCIWLAST) */
930         if (cmd == SIOCGIWSTATS)
931                 return standard(dev, iwr, cmd, info,
932                                 &iw_handler_get_iwstats);
933
934 #ifdef CONFIG_WEXT_PRIV
935         if (cmd == SIOCGIWPRIV && dev->wireless_handlers)
936                 return standard(dev, iwr, cmd, info,
937                                 iw_handler_get_private);
938 #endif
939
940         /* Basic check */
941         if (!netif_device_present(dev))
942                 return -ENODEV;
943
944         /* New driver API : try to find the handler */
945         handler = get_handler(dev, cmd);
946         if (handler) {
947                 /* Standard and private are not the same */
948                 if (cmd < SIOCIWFIRSTPRIV)
949                         return standard(dev, iwr, cmd, info, handler);
950                 else if (private)
951                         return private(dev, iwr, cmd, info, handler);
952         }
953         /* Old driver API : call driver ioctl handler */
954         if (dev->netdev_ops->ndo_do_ioctl)
955                 return dev->netdev_ops->ndo_do_ioctl(dev, ifr, cmd);
956         return -EOPNOTSUPP;
957 }
958
959 /* If command is `set a parameter', or `get the encoding parameters',
960  * check if the user has the right to do it.
961  */
962 static int wext_permission_check(unsigned int cmd)
963 {
964         if ((IW_IS_SET(cmd) || cmd == SIOCGIWENCODE ||
965              cmd == SIOCGIWENCODEEXT) &&
966             !capable(CAP_NET_ADMIN))
967                 return -EPERM;
968
969         return 0;
970 }
971
972 /* entry point from dev ioctl */
973 static int wext_ioctl_dispatch(struct net *net, struct ifreq *ifr,
974                                unsigned int cmd, struct iw_request_info *info,
975                                wext_ioctl_func standard,
976                                wext_ioctl_func private)
977 {
978         int ret = wext_permission_check(cmd);
979
980         if (ret)
981                 return ret;
982
983         dev_load(net, ifr->ifr_name);
984         rtnl_lock();
985         ret = wireless_process_ioctl(net, ifr, cmd, info, standard, private);
986         rtnl_unlock();
987
988         return ret;
989 }
990
991 /*
992  * Wrapper to call a standard Wireless Extension handler.
993  * We do various checks and also take care of moving data between
994  * user space and kernel space.
995  */
996 static int ioctl_standard_call(struct net_device *      dev,
997                                struct iwreq             *iwr,
998                                unsigned int             cmd,
999                                struct iw_request_info   *info,
1000                                iw_handler               handler)
1001 {
1002         const struct iw_ioctl_description *     descr;
1003         int                                     ret = -EINVAL;
1004
1005         /* Get the description of the IOCTL */
1006         if (IW_IOCTL_IDX(cmd) >= standard_ioctl_num)
1007                 return -EOPNOTSUPP;
1008         descr = &(standard_ioctl[IW_IOCTL_IDX(cmd)]);
1009
1010         /* Check if we have a pointer to user space data or not */
1011         if (descr->header_type != IW_HEADER_TYPE_POINT) {
1012
1013                 /* No extra arguments. Trivial to handle */
1014                 ret = handler(dev, info, &(iwr->u), NULL);
1015
1016                 /* Generate an event to notify listeners of the change */
1017                 if ((descr->flags & IW_DESCR_FLAG_EVENT) &&
1018                    ((ret == 0) || (ret == -EIWCOMMIT)))
1019                         wireless_send_event(dev, cmd, &(iwr->u), NULL);
1020         } else {
1021                 ret = ioctl_standard_iw_point(&iwr->u.data, cmd, descr,
1022                                               handler, dev, info);
1023         }
1024
1025         /* Call commit handler if needed and defined */
1026         if (ret == -EIWCOMMIT)
1027                 ret = call_commit_handler(dev);
1028
1029         /* Here, we will generate the appropriate event if needed */
1030
1031         return ret;
1032 }
1033
1034
1035 int wext_handle_ioctl(struct net *net, struct ifreq *ifr, unsigned int cmd,
1036                       void __user *arg)
1037 {
1038         struct iw_request_info info = { .cmd = cmd, .flags = 0 };
1039         int ret;
1040
1041         ret = wext_ioctl_dispatch(net, ifr, cmd, &info,
1042                                   ioctl_standard_call,
1043                                   ioctl_private_call);
1044         if (ret >= 0 &&
1045             IW_IS_GET(cmd) &&
1046             copy_to_user(arg, ifr, sizeof(struct iwreq)))
1047                 return -EFAULT;
1048
1049         return ret;
1050 }
1051
1052 #ifdef CONFIG_COMPAT
1053 static int compat_standard_call(struct net_device       *dev,
1054                                 struct iwreq            *iwr,
1055                                 unsigned int            cmd,
1056                                 struct iw_request_info  *info,
1057                                 iw_handler              handler)
1058 {
1059         const struct iw_ioctl_description *descr;
1060         struct compat_iw_point *iwp_compat;
1061         struct iw_point iwp;
1062         int err;
1063
1064         descr = standard_ioctl + IW_IOCTL_IDX(cmd);
1065
1066         if (descr->header_type != IW_HEADER_TYPE_POINT)
1067                 return ioctl_standard_call(dev, iwr, cmd, info, handler);
1068
1069         iwp_compat = (struct compat_iw_point *) &iwr->u.data;
1070         iwp.pointer = compat_ptr(iwp_compat->pointer);
1071         iwp.length = iwp_compat->length;
1072         iwp.flags = iwp_compat->flags;
1073
1074         err = ioctl_standard_iw_point(&iwp, cmd, descr, handler, dev, info);
1075
1076         iwp_compat->pointer = ptr_to_compat(iwp.pointer);
1077         iwp_compat->length = iwp.length;
1078         iwp_compat->flags = iwp.flags;
1079
1080         return err;
1081 }
1082
1083 int compat_wext_handle_ioctl(struct net *net, unsigned int cmd,
1084                              unsigned long arg)
1085 {
1086         void __user *argp = (void __user *)arg;
1087         struct iw_request_info info;
1088         struct iwreq iwr;
1089         char *colon;
1090         int ret;
1091
1092         if (copy_from_user(&iwr, argp, sizeof(struct iwreq)))
1093                 return -EFAULT;
1094
1095         iwr.ifr_name[IFNAMSIZ-1] = 0;
1096         colon = strchr(iwr.ifr_name, ':');
1097         if (colon)
1098                 *colon = 0;
1099
1100         info.cmd = cmd;
1101         info.flags = IW_REQUEST_FLAG_COMPAT;
1102
1103         ret = wext_ioctl_dispatch(net, (struct ifreq *) &iwr, cmd, &info,
1104                                   compat_standard_call,
1105                                   compat_private_call);
1106
1107         if (ret >= 0 &&
1108             IW_IS_GET(cmd) &&
1109             copy_to_user(argp, &iwr, sizeof(struct iwreq)))
1110                 return -EFAULT;
1111
1112         return ret;
1113 }
1114 #endif