Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/wireless.h>
#include <linux/netdevice.h>
#include <net/iw_handler.h>
#include <net/wext.h>
Go to the source code of this file.
Functions | |
int | iw_handler_get_private (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) |
int | ioctl_private_call (struct net_device *dev, struct iwreq *iwr, unsigned int cmd, struct iw_request_info *info, iw_handler handler) |
int ioctl_private_call | ( | struct net_device * | dev, |
struct iwreq * | iwr, | ||
unsigned int | cmd, | ||
struct iw_request_info * | info, | ||
iw_handler | handler | ||
) |
Definition at line 187 of file wext-priv.c.
int iw_handler_get_private | ( | struct net_device * | dev, |
struct iw_request_info * | info, | ||
union iwreq_data * | wrqu, | ||
char * | extra | ||
) |
Definition at line 16 of file wext-priv.c.