Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
wext-compat.c File Reference
#include <linux/export.h>
#include <linux/wireless.h>
#include <linux/nl80211.h>
#include <linux/if_arp.h>
#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <net/iw_handler.h>
#include <net/cfg80211.h>
#include <net/cfg80211-wext.h>
#include "wext-compat.h"
#include "core.h"

Go to the source code of this file.

Functions

int cfg80211_wext_giwname (struct net_device *dev, struct iw_request_info *info, char *name, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_giwname)
 
int cfg80211_wext_siwmode (struct net_device *dev, struct iw_request_info *info, u32 *mode, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_siwmode)
 
int cfg80211_wext_giwmode (struct net_device *dev, struct iw_request_info *info, u32 *mode, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_giwmode)
 
int cfg80211_wext_giwrange (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_giwrange)
 
int cfg80211_wext_freq (struct wiphy *wiphy, struct iw_freq *freq)
 
int cfg80211_wext_siwrts (struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_siwrts)
 
int cfg80211_wext_giwrts (struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_giwrts)
 
int cfg80211_wext_siwfrag (struct net_device *dev, struct iw_request_info *info, struct iw_param *frag, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_siwfrag)
 
int cfg80211_wext_giwfrag (struct net_device *dev, struct iw_request_info *info, struct iw_param *frag, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_giwfrag)
 
int cfg80211_wext_giwretry (struct net_device *dev, struct iw_request_info *info, struct iw_param *retry, char *extra)
 
 EXPORT_SYMBOL_GPL (cfg80211_wext_giwretry)
 

Variables

struct iw_handler_def cfg80211_wext_handler
 

Function Documentation

int cfg80211_wext_freq ( struct wiphy wiphy,
struct iw_freq freq 
)

cfg80211_wext_freq - get wext frequency for non-"auto" : the wiphy : the wext freq encoding

Returns a frequency, or a negative error code, or 0 for auto.

Definition at line 265 of file wext-compat.c.

int cfg80211_wext_giwfrag ( struct net_device dev,
struct iw_request_info info,
struct iw_param frag,
char extra 
)

Definition at line 354 of file wext-compat.c.

int cfg80211_wext_giwmode ( struct net_device dev,
struct iw_request_info info,
u32 mode,
char extra 
)

Definition at line 108 of file wext-compat.c.

int cfg80211_wext_giwname ( struct net_device dev,
struct iw_request_info info,
char name,
char extra 
)

Definition at line 23 of file wext-compat.c.

int cfg80211_wext_giwrange ( struct net_device dev,
struct iw_request_info info,
struct iw_point data,
char extra 
)

Definition at line 144 of file wext-compat.c.

int cfg80211_wext_giwretry ( struct net_device dev,
struct iw_request_info info,
struct iw_param retry,
char extra 
)

Definition at line 408 of file wext-compat.c.

int cfg80211_wext_giwrts ( struct net_device dev,
struct iw_request_info info,
struct iw_param rts,
char extra 
)

Definition at line 313 of file wext-compat.c.

int cfg80211_wext_siwfrag ( struct net_device dev,
struct iw_request_info info,
struct iw_param frag,
char extra 
)

Definition at line 327 of file wext-compat.c.

int cfg80211_wext_siwmode ( struct net_device dev,
struct iw_request_info info,
u32 mode,
char extra 
)

Definition at line 67 of file wext-compat.c.

int cfg80211_wext_siwrts ( struct net_device dev,
struct iw_request_info info,
struct iw_param rts,
char extra 
)

Definition at line 288 of file wext-compat.c.

EXPORT_SYMBOL_GPL ( cfg80211_wext_giwname  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_siwmode  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_giwmode  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_giwrange  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_siwrts  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_giwrts  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_siwfrag  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_giwfrag  )
EXPORT_SYMBOL_GPL ( cfg80211_wext_giwretry  )

Variable Documentation

struct iw_handler_def cfg80211_wext_handler
Initial value:
= {
.num_standard = ARRAY_SIZE(cfg80211_handlers),
.standard = cfg80211_handlers,
.get_wireless_stats = cfg80211_wireless_stats,
}

Definition at line 1531 of file wext-compat.c.