Blame view
net/wireless/wext-compat.h
1.86 KB
0e82ffe3b cfg80211: combine... |
1 2 |
#ifndef __WEXT_COMPAT #define __WEXT_COMPAT |
a9a11622c cfg80211: self-co... |
3 4 |
#include <net/iw_handler.h> #include <linux/wireless.h> |
0e82ffe3b cfg80211: combine... |
5 6 7 8 9 10 |
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); |
562e48226 cfg80211: combine... |
11 12 13 14 15 16 |
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); |
1f9298f96 cfg80211: combine... |
17 18 19 20 21 22 |
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); |
0e82ffe3b cfg80211: combine... |
23 24 25 26 27 28 29 |
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); |
562e48226 cfg80211: combine... |
30 31 32 33 34 35 |
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); |
1f9298f96 cfg80211: combine... |
36 37 38 39 40 41 |
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); |
0e82ffe3b cfg80211: combine... |
42 |
|
59bbb6f75 cfg80211: validat... |
43 |
int cfg80211_wext_freq(struct wiphy *wiphy, struct iw_freq *freq); |
0e82ffe3b cfg80211: combine... |
44 |
|
a9a11622c cfg80211: self-co... |
45 46 |
extern const struct iw_handler_def cfg80211_wext_handler; |
0e82ffe3b cfg80211: combine... |
47 |
#endif /* __WEXT_COMPAT */ |