|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/netdevice.h>#include <linux/rtnetlink.h>#include <linux/slab.h>#include <linux/wireless.h>#include <linux/uaccess.h>#include <linux/export.h>#include <net/cfg80211.h>#include <net/iw_handler.h>#include <net/netlink.h>#include <net/wext.h>#include <net/net_namespace.h>Go to the source code of this file.
Typedefs | |
| typedef int(* | wext_ioctl_func )(struct net_device *, struct iwreq *, unsigned int, struct iw_request_info *, iw_handler) |
Functions | |
| subsys_initcall (wireless_nlevent_init) | |
| void | wireless_send_event (struct net_device *dev, unsigned int cmd, union iwreq_data *wrqu, const char *extra) |
| EXPORT_SYMBOL (wireless_send_event) | |
| struct iw_statistics * | get_wireless_stats (struct net_device *dev) |
| int | call_commit_handler (struct net_device *dev) |
| int | wext_handle_ioctl (struct net *net, struct ifreq *ifr, unsigned int cmd, void __user *arg) |
| typedef int(* wext_ioctl_func)(struct net_device *, struct iwreq *, unsigned int, struct iw_request_info *, iw_handler) |
Definition at line 23 of file wext-core.c.
| int call_commit_handler | ( | struct net_device * | dev | ) |
Definition at line 864 of file wext-core.c.
| EXPORT_SYMBOL | ( | wireless_send_event | ) |
|
read |
Definition at line 609 of file wext-core.c.
| subsys_initcall | ( | wireless_nlevent_init | ) |
Definition at line 1009 of file wext-core.c.
| void wireless_send_event | ( | struct net_device * | dev, |
| unsigned int | cmd, | ||
| union iwreq_data * | wrqu, | ||
| const char * | extra | ||
| ) |
Definition at line 420 of file wext-core.c.
1.8.2