#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.
|
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) |
|
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.
Initial value:= {
.standard = cfg80211_handlers,
.get_wireless_stats = cfg80211_wireless_stats,
}
Definition at line 1531 of file wext-compat.c.