Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6.git] / drivers / staging / vt6655 / iwctl.h
blob871bd7c4e716e853993670ac58fda95a283808e6
1 /*
2 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
3 * All rights reserved.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 * File: iwctl.h
21 * Purpose:
23 * Author: Lyndon Chen
25 * Date: May 21, 2004
29 #ifndef __IWCTL_H__
30 #define __IWCTL_H__
32 #include "device.h"
34 /*--------------------- Export Definitions -------------------------*/
36 /*--------------------- Export Classes ----------------------------*/
38 /*--------------------- Export Variables --------------------------*/
40 /*--------------------- Export Functions --------------------------*/
42 struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev);
44 int iwctl_siwap(struct net_device *dev,
45 struct iw_request_info *info,
46 struct sockaddr *wrq,
47 char *extra);
49 int iwctl_giwrange(struct net_device *dev,
50 struct iw_request_info *info,
51 struct iw_point *wrq,
52 char *extra);
54 int iwctl_giwmode(struct net_device *dev,
55 struct iw_request_info *info,
56 __u32 *wmode,
57 char *extra);
59 int iwctl_siwmode(struct net_device *dev,
60 struct iw_request_info *info,
61 __u32 *wmode,
62 char *extra);
64 int iwctl_giwfreq(struct net_device *dev,
65 struct iw_request_info *info,
66 struct iw_freq *wrq,
67 char *extra);
69 int iwctl_siwfreq(struct net_device *dev,
70 struct iw_request_info *info,
71 struct iw_freq *wrq,
72 char *extra);
74 int iwctl_giwname(struct net_device *dev,
75 struct iw_request_info *info,
76 char *wrq,
77 char *extra);
79 int iwctl_giwsens(struct net_device *dev,
80 struct iw_request_info *info,
81 struct iw_param *wrq,
82 char *extra);
84 int iwctl_giwap(struct net_device *dev,
85 struct iw_request_info *info,
86 struct sockaddr *wrq,
87 char *extra);
89 int iwctl_giwaplist(struct net_device *dev,
90 struct iw_request_info *info,
91 struct iw_point *wrq,
92 char *extra);
94 int iwctl_siwessid(struct net_device *dev,
95 struct iw_request_info *info,
96 struct iw_point *wrq,
97 char *extra);
99 int iwctl_giwessid(struct net_device *dev,
100 struct iw_request_info *info,
101 struct iw_point *wrq,
102 char *extra);
104 int iwctl_siwrate(struct net_device *dev,
105 struct iw_request_info *info,
106 struct iw_param *wrq,
107 char *extra);
109 int iwctl_giwrate(struct net_device *dev,
110 struct iw_request_info *info,
111 struct iw_param *wrq,
112 char *extra);
114 int iwctl_siwrts(struct net_device *dev,
115 struct iw_request_info *info,
116 struct iw_param *wrq,
117 char *extra);
119 int iwctl_giwrts(struct net_device *dev,
120 struct iw_request_info *info,
121 struct iw_param *wrq,
122 char *extra);
124 int iwctl_siwfrag(struct net_device *dev,
125 struct iw_request_info *info,
126 struct iw_param *wrq,
127 char *extra);
129 int iwctl_giwfrag(struct net_device *dev,
130 struct iw_request_info *info,
131 struct iw_param *wrq,
132 char *extra);
134 int iwctl_siwretry(struct net_device *dev,
135 struct iw_request_info *info,
136 struct iw_param *wrq,
137 char *extra);
139 int iwctl_giwretry(struct net_device *dev,
140 struct iw_request_info *info,
141 struct iw_param *wrq,
142 char *extra);
144 int iwctl_siwencode(struct net_device *dev,
145 struct iw_request_info *info,
146 struct iw_point *wrq,
147 char *extra);
149 int iwctl_giwencode(struct net_device *dev,
150 struct iw_request_info *info,
151 struct iw_point *wrq,
152 char *extra);
154 int iwctl_siwpower(struct net_device *dev,
155 struct iw_request_info *info,
156 struct iw_param *wrq,
157 char *extra);
159 int iwctl_giwpower(struct net_device *dev,
160 struct iw_request_info *info,
161 struct iw_param *wrq,
162 char *extra);
164 int iwctl_giwscan(struct net_device *dev,
165 struct iw_request_info *info,
166 struct iw_point *wrq,
167 char *extra);
169 int iwctl_siwscan(struct net_device *dev,
170 struct iw_request_info *info,
171 struct iw_param *wrq,
172 char *extra);
174 //2008-0409-07, <Add> by Einsn Liu
175 #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
176 int iwctl_siwauth(struct net_device *dev,
177 struct iw_request_info *info,
178 struct iw_param *wrq,
179 char *extra);
181 int iwctl_giwauth(struct net_device *dev,
182 struct iw_request_info *info,
183 struct iw_param *wrq,
184 char *extra);
186 int iwctl_siwgenie(struct net_device *dev,
187 struct iw_request_info *info,
188 struct iw_point *wrq,
189 char *extra);
191 int iwctl_giwgenie(struct net_device *dev,
192 struct iw_request_info *info,
193 struct iw_point *wrq,
194 char *extra);
196 int iwctl_siwencodeext(struct net_device *dev,
197 struct iw_request_info *info,
198 struct iw_point *wrq,
199 char *extra);
201 int iwctl_giwencodeext(struct net_device *dev,
202 struct iw_request_info *info,
203 struct iw_point *wrq,
204 char *extra);
206 int iwctl_siwmlme(struct net_device *dev,
207 struct iw_request_info *info,
208 struct iw_point *wrq,
209 char *extra);
210 #endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
211 //End Add -- //2008-0409-07, <Add> by Einsn Liu
213 extern const struct iw_handler_def iwctl_handler_def;
214 extern const struct iw_priv_args iwctl_private_args;
216 #endif // __IWCTL_H__