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

Go to the source code of this file.

Functions

int cfg80211_mgd_wext_connect (struct cfg80211_registered_device *rdev, struct wireless_dev *wdev)
 
int cfg80211_mgd_wext_siwfreq (struct net_device *dev, struct iw_request_info *info, struct iw_freq *wextfreq, 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_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_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_wext_siwgenie (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra)
 
int cfg80211_wext_siwmlme (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra)
 

Function Documentation

int cfg80211_mgd_wext_connect ( struct cfg80211_registered_device rdev,
struct wireless_dev wdev 
)

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

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 wextfreq,
char extra 
)

Definition at line 65 of file wext-sme.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.