Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
wl_wext.c File Reference
#include <wl_version.h>
#include <linux/if_arp.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/etherdevice.h>
#include <asm/uaccess.h>
#include <debug.h>
#include <hcf.h>
#include <hcfdef.h>
#include <wl_if.h>
#include <wl_internal.h>
#include <wl_util.h>
#include <wl_main.h>
#include <wl_wext.h>
#include <wl_priv.h>

Go to the source code of this file.

Functions

struct iw_statisticswl_wireless_stats (struct net_device *dev)
 
struct iw_statisticswl_get_wireless_stats (struct net_device *dev)
 
void wl_spy_gather (struct net_device *dev, u_char *mac)
 
void wl_wext_event_freq (struct net_device *dev)
 
void wl_wext_event_mode (struct net_device *dev)
 
void wl_wext_event_essid (struct net_device *dev)
 
void wl_wext_event_encode (struct net_device *dev)
 
void wl_wext_event_ap (struct net_device *dev)
 
void wl_wext_event_scan_complete (struct net_device *dev)
 
void wl_wext_event_new_sta (struct net_device *dev)
 
void wl_wext_event_expired_sta (struct net_device *dev)
 
void wl_wext_event_mic_failed (struct net_device *dev)
 
void wl_wext_event_assoc_ie (struct net_device *dev)
 

Variables

struct iw_priv_args wl_priv_args []
 
struct iw_handler_def wl_iw_handler_def
 

Function Documentation

struct iw_statistics* wl_get_wireless_stats ( struct net_device dev)
read

Definition at line 3336 of file wl_wext.c.

void wl_spy_gather ( struct net_device dev,
u_char mac 
)
inline

Definition at line 3386 of file wl_wext.c.

void wl_wext_event_ap ( struct net_device dev)

Definition at line 3646 of file wl_wext.c.

void wl_wext_event_assoc_ie ( struct net_device dev)

Definition at line 3878 of file wl_wext.c.

void wl_wext_event_encode ( struct net_device dev)

Definition at line 3576 of file wl_wext.c.

void wl_wext_event_essid ( struct net_device dev)

Definition at line 3531 of file wl_wext.c.

void wl_wext_event_expired_sta ( struct net_device dev)

Definition at line 3777 of file wl_wext.c.

void wl_wext_event_freq ( struct net_device dev)

Definition at line 3448 of file wl_wext.c.

void wl_wext_event_mic_failed ( struct net_device dev)

Definition at line 3814 of file wl_wext.c.

void wl_wext_event_mode ( struct net_device dev)

Definition at line 3488 of file wl_wext.c.

void wl_wext_event_new_sta ( struct net_device dev)

Definition at line 3738 of file wl_wext.c.

void wl_wext_event_scan_complete ( struct net_device dev)

Definition at line 3701 of file wl_wext.c.

struct iw_statistics* wl_wireless_stats ( struct net_device dev)
read

Definition at line 3238 of file wl_wext.c.

Variable Documentation

struct iw_handler_def wl_iw_handler_def
Initial value:
=
{
.num_private = sizeof(wl_private_handler) / sizeof(iw_handler),
.private = (iw_handler *) wl_private_handler,
.private_args = (struct iw_priv_args *) wl_priv_args,
.num_private_args = sizeof(wl_priv_args) / sizeof(struct iw_priv_args),
.num_standard = sizeof(wl_handler) / sizeof(iw_handler),
.standard = (iw_handler *) wl_handler,
}

Definition at line 3980 of file wl_wext.c.

struct iw_priv_args wl_priv_args[]
Initial value:

Definition at line 3969 of file wl_wext.c.