Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wext-spy.c File Reference
#include <linux/wireless.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/export.h>
#include <net/iw_handler.h>
#include <net/arp.h>
#include <net/wext.h>

Go to the source code of this file.

Functions

int iw_handler_set_spy (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra)
 
 EXPORT_SYMBOL (iw_handler_set_spy)
 
int iw_handler_get_spy (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra)
 
 EXPORT_SYMBOL (iw_handler_get_spy)
 
int iw_handler_set_thrspy (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra)
 
 EXPORT_SYMBOL (iw_handler_set_thrspy)
 
int iw_handler_get_thrspy (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra)
 
 EXPORT_SYMBOL (iw_handler_get_thrspy)
 
void wireless_spy_update (struct net_device *dev, unsigned char *address, struct iw_quality *wstats)
 
 EXPORT_SYMBOL (wireless_spy_update)
 

Function Documentation

EXPORT_SYMBOL ( iw_handler_set_spy  )
EXPORT_SYMBOL ( iw_handler_get_spy  )
EXPORT_SYMBOL ( iw_handler_set_thrspy  )
EXPORT_SYMBOL ( iw_handler_get_thrspy  )
EXPORT_SYMBOL ( wireless_spy_update  )
int iw_handler_get_spy ( struct net_device dev,
struct iw_request_info info,
union iwreq_data wrqu,
char extra 
)

Definition at line 74 of file wext-spy.c.

int iw_handler_get_thrspy ( struct net_device dev,
struct iw_request_info info,
union iwreq_data wrqu,
char extra 
)

Definition at line 137 of file wext-spy.c.

int iw_handler_set_spy ( struct net_device dev,
struct iw_request_info info,
union iwreq_data wrqu,
char extra 
)

Definition at line 26 of file wext-spy.c.

int iw_handler_set_thrspy ( struct net_device dev,
struct iw_request_info info,
union iwreq_data wrqu,
char extra 
)

Definition at line 110 of file wext-spy.c.

void wireless_spy_update ( struct net_device dev,
unsigned char address,
struct iw_quality wstats 
)

Definition at line 192 of file wext-spy.c.