Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
wext-compat.h File Reference
#include <net/iw_handler.h>
#include <linux/wireless.h>

Go to the source code of this file.

Functions

int cfg80211_ibss_wext_siwfreq (struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra)
 
int cfg80211_ibss_wext_giwfreq (struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra)
 
int cfg80211_ibss_wext_siwap (struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra)
 
int cfg80211_ibss_wext_giwap (struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra)
 
int cfg80211_ibss_wext_siwessid (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid)
 
int cfg80211_ibss_wext_giwessid (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid)
 
int cfg80211_mgd_wext_siwfreq (struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra)
 
int cfg80211_mgd_wext_giwfreq (struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra)
 
int cfg80211_mgd_wext_siwap (struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra)
 
int cfg80211_mgd_wext_giwap (struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra)
 
int cfg80211_mgd_wext_siwessid (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid)
 
int cfg80211_mgd_wext_giwessid (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid)
 
int cfg80211_wext_siwmlme (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra)
 
int cfg80211_wext_siwgenie (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra)
 
int cfg80211_wext_freq (struct wiphy *wiphy, struct iw_freq *freq)
 

Variables

struct iw_handler_def cfg80211_wext_handler
 

Function Documentation

int cfg80211_ibss_wext_giwap ( struct net_device dev,
struct iw_request_info info,
struct sockaddr ap_addr,
char extra 
)
int cfg80211_ibss_wext_giwessid ( struct net_device dev,
struct iw_request_info info,
struct iw_point data,
char ssid 
)
int cfg80211_ibss_wext_giwfreq ( struct net_device dev,
struct iw_request_info info,
struct iw_freq freq,
char extra 
)
int cfg80211_ibss_wext_siwap ( struct net_device dev,
struct iw_request_info info,
struct sockaddr ap_addr,
char extra 
)
int cfg80211_ibss_wext_siwessid ( struct net_device dev,
struct iw_request_info info,
struct iw_point data,
char ssid 
)
int cfg80211_ibss_wext_siwfreq ( struct net_device dev,
struct iw_request_info info,
struct iw_freq freq,
char extra 
)
int cfg80211_mgd_wext_giwap ( struct net_device dev,
struct iw_request_info info,
struct sockaddr ap_addr,
char extra 
)

Definition at line 308 of file wext-sme.c.

int cfg80211_mgd_wext_giwessid ( struct net_device dev,
struct iw_request_info info,
struct iw_point data,
char ssid 
)

Definition at line 222 of file wext-sme.c.

int cfg80211_mgd_wext_giwfreq ( struct net_device dev,
struct iw_request_info info,
struct iw_freq freq,
char extra 
)

Definition at line 134 of file wext-sme.c.

int cfg80211_mgd_wext_siwap ( struct net_device dev,
struct iw_request_info info,
struct sockaddr ap_addr,
char extra 
)

Definition at line 253 of file wext-sme.c.

int cfg80211_mgd_wext_siwessid ( struct net_device dev,
struct iw_request_info info,
struct iw_point data,
char ssid 
)

Definition at line 162 of file wext-sme.c.

int cfg80211_mgd_wext_siwfreq ( struct net_device dev,
struct iw_request_info info,
struct iw_freq freq,
char extra 
)

Definition at line 65 of file wext-sme.c.

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_siwgenie ( struct net_device dev,
struct iw_request_info info,
struct iw_point data,
char extra 
)

Definition at line 330 of file wext-sme.c.

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

Definition at line 380 of file wext-sme.c.

Variable Documentation

struct iw_handler_def cfg80211_wext_handler

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