#include <linux/netdevice.h>
#include <linux/wireless.h>
#include <net/iw_handler.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) |
|
int | cfg80211_wext_siwmode (struct net_device *dev, struct iw_request_info *info, u32 *mode, char *extra) |
|
int | cfg80211_wext_giwmode (struct net_device *dev, struct iw_request_info *info, u32 *mode, char *extra) |
|
int | cfg80211_wext_siwscan (struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) |
|
int | cfg80211_wext_giwscan (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra) |
|
int | cfg80211_wext_giwrange (struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *extra) |
|
int | cfg80211_wext_siwrts (struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra) |
|
int | cfg80211_wext_giwrts (struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra) |
|
int | cfg80211_wext_siwfrag (struct net_device *dev, struct iw_request_info *info, struct iw_param *frag, char *extra) |
|
int | cfg80211_wext_giwfrag (struct net_device *dev, struct iw_request_info *info, struct iw_param *frag, char *extra) |
|
int | cfg80211_wext_giwretry (struct net_device *dev, struct iw_request_info *info, struct iw_param *retry, char *extra) |
|