Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
r8192U_wx.c File Reference
#include <linux/string.h>
#include "r8192U.h"
#include "r8192U_hw.h"
#include "dot11d.h"

Go to the source code of this file.

Data Structures

struct  iw_range_with_scan_capa
 

Macros

#define RATE_COUNT   12
 
#define ENETDOWN   1
 
#define CONF_WEP40   0x4
 
#define CONF_WEP104   0x14
 

Functions

struct iw_statisticsr8192_get_wireless_stats (struct net_device *dev)
 

Variables

u32 rtl8180_rates []
 
struct iw_handler_def r8192_wx_handlers_def
 

Macro Definition Documentation

#define CONF_WEP104   0x14
#define CONF_WEP40   0x4
#define ENETDOWN   1

Definition at line 32 of file r8192U_wx.c.

#define RATE_COUNT   12

Definition at line 26 of file r8192U_wx.c.

Function Documentation

struct iw_statistics* r8192_get_wireless_stats ( struct net_device dev)
read

Definition at line 1181 of file r8192U_wx.c.

Variable Documentation

struct iw_handler_def r8192_wx_handlers_def
Initial value:
={
.standard = r8192_wx_handlers,
.num_standard = ARRAY_SIZE(r8192_wx_handlers),
.private = r8192_private_handler,
.num_private = ARRAY_SIZE(r8192_private_handler),
.num_private_args = sizeof(r8192_private_args) / sizeof(struct iw_priv_args),
.private_args = (struct iw_priv_args *)r8192_private_args,
}

Definition at line 1212 of file r8192U_wx.c.

u32 rtl8180_rates[]
Initial value:
= {1000000,2000000,5500000,11000000,
6000000,9000000,12000000,18000000,24000000,36000000,48000000,54000000}

Definition at line 27 of file r8192U_wx.c.