#include <net/iw_handler.h>
#include <linux/wireless.h>
Go to the source code of this file.
|
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) |
|
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.