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

Go to the source code of this file.

Data Structures

struct  adhoc_peer_entry
 
struct  adhoc_peers_info
 
struct  iw_range_with_scan_capa
 

Macros

#define RATE_COUNT   12
 
#define ENETDOWN   1
 
#define MAX_ADHOC_PEER_NUM   64
 
#define CONF_WEP40   0x4
 
#define CONF_WEP104   0x14
 
#define R8192_MAX_RETRY   255
 
#define OID_RT_INTEL_PROMISCUOUS_MODE   0xFF0101F6
 
#define IW_IOCTL(x)   [(x)-SIOCSIWCOMMIT]
 

Variables

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 30 of file rtl_wx.c.

#define IW_IOCTL (   x)    [(x)-SIOCSIWCOMMIT]

Definition at line 1178 of file rtl_wx.c.

#define MAX_ADHOC_PEER_NUM   64

Definition at line 189 of file rtl_wx.c.

#define OID_RT_INTEL_PROMISCUOUS_MODE   0xFF0101F6

Definition at line 1124 of file rtl_wx.c.

#define R8192_MAX_RETRY   255

Definition at line 862 of file rtl_wx.c.

#define RATE_COUNT   12

Definition at line 23 of file rtl_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),
.get_wireless_stats = r8192_get_wireless_stats,
.private_args = (struct iw_priv_args *)r8192_private_args,
}

Definition at line 1323 of file rtl_wx.c.