blob: 871bd7c4e716e853993670ac58fda95a283808e6 [file] [log] [blame]
Forest Bond5449c682009-04-25 10:30:44 -04001/*
2 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
3 * All rights reserved.
4 *
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.
9 *
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.
14 *
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.
18 *
19 * File: iwctl.h
20 *
21 * Purpose:
22 *
23 * Author: Lyndon Chen
24 *
25 * Date: May 21, 2004
26 *
27 */
28
Forest Bond5449c682009-04-25 10:30:44 -040029#ifndef __IWCTL_H__
30#define __IWCTL_H__
31
Forest Bond5449c682009-04-25 10:30:44 -040032#include "device.h"
Forest Bond5449c682009-04-25 10:30:44 -040033
34/*--------------------- Export Definitions -------------------------*/
35
Forest Bond5449c682009-04-25 10:30:44 -040036/*--------------------- Export Classes ----------------------------*/
37
38/*--------------------- Export Variables --------------------------*/
39
40/*--------------------- Export Functions --------------------------*/
41
Joe Perches6da16f92013-03-18 10:44:53 -070042struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev);
Forest Bond5449c682009-04-25 10:30:44 -040043
Forest Bond5449c682009-04-25 10:30:44 -040044int iwctl_siwap(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070045 struct iw_request_info *info,
46 struct sockaddr *wrq,
47 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040048
49int iwctl_giwrange(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070050 struct iw_request_info *info,
51 struct iw_point *wrq,
52 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040053
Forest Bond5449c682009-04-25 10:30:44 -040054int iwctl_giwmode(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070055 struct iw_request_info *info,
56 __u32 *wmode,
57 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040058
59int iwctl_siwmode(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070060 struct iw_request_info *info,
61 __u32 *wmode,
62 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040063
64int iwctl_giwfreq(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070065 struct iw_request_info *info,
66 struct iw_freq *wrq,
67 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040068
69int iwctl_siwfreq(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070070 struct iw_request_info *info,
71 struct iw_freq *wrq,
72 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040073
74int iwctl_giwname(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070075 struct iw_request_info *info,
76 char *wrq,
77 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040078
Forest Bond5449c682009-04-25 10:30:44 -040079int iwctl_giwsens(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070080 struct iw_request_info *info,
81 struct iw_param *wrq,
82 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040083
84int iwctl_giwap(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070085 struct iw_request_info *info,
86 struct sockaddr *wrq,
87 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040088
89int iwctl_giwaplist(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070090 struct iw_request_info *info,
91 struct iw_point *wrq,
92 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040093
94int iwctl_siwessid(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -070095 struct iw_request_info *info,
96 struct iw_point *wrq,
97 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -040098
99int iwctl_giwessid(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700100 struct iw_request_info *info,
101 struct iw_point *wrq,
102 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400103
104int iwctl_siwrate(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700105 struct iw_request_info *info,
106 struct iw_param *wrq,
107 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400108
109int iwctl_giwrate(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700110 struct iw_request_info *info,
111 struct iw_param *wrq,
112 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400113
114int iwctl_siwrts(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700115 struct iw_request_info *info,
116 struct iw_param *wrq,
117 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400118
Forest Bond5449c682009-04-25 10:30:44 -0400119int iwctl_giwrts(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700120 struct iw_request_info *info,
121 struct iw_param *wrq,
122 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400123
124int iwctl_siwfrag(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700125 struct iw_request_info *info,
126 struct iw_param *wrq,
127 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400128
129int iwctl_giwfrag(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700130 struct iw_request_info *info,
131 struct iw_param *wrq,
132 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400133
134int iwctl_siwretry(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700135 struct iw_request_info *info,
136 struct iw_param *wrq,
137 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400138
139int iwctl_giwretry(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700140 struct iw_request_info *info,
141 struct iw_param *wrq,
142 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400143
144int iwctl_siwencode(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700145 struct iw_request_info *info,
146 struct iw_point *wrq,
147 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400148
149int iwctl_giwencode(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700150 struct iw_request_info *info,
151 struct iw_point *wrq,
152 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400153
154int iwctl_siwpower(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700155 struct iw_request_info *info,
156 struct iw_param *wrq,
157 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400158
159int iwctl_giwpower(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700160 struct iw_request_info *info,
161 struct iw_param *wrq,
162 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400163
164int iwctl_giwscan(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700165 struct iw_request_info *info,
166 struct iw_point *wrq,
167 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400168
169int iwctl_siwscan(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700170 struct iw_request_info *info,
171 struct iw_param *wrq,
172 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400173
174//2008-0409-07, <Add> by Einsn Liu
175#ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
176int iwctl_siwauth(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700177 struct iw_request_info *info,
178 struct iw_param *wrq,
179 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400180
181int iwctl_giwauth(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700182 struct iw_request_info *info,
183 struct iw_param *wrq,
184 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400185
186int iwctl_siwgenie(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700187 struct iw_request_info *info,
188 struct iw_point *wrq,
189 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400190
191int iwctl_giwgenie(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700192 struct iw_request_info *info,
193 struct iw_point *wrq,
194 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400195
196int iwctl_siwencodeext(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700197 struct iw_request_info *info,
198 struct iw_point *wrq,
199 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400200
201int iwctl_giwencodeext(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700202 struct iw_request_info *info,
203 struct iw_point *wrq,
204 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400205
206int iwctl_siwmlme(struct net_device *dev,
Joe Perches6da16f92013-03-18 10:44:53 -0700207 struct iw_request_info *info,
208 struct iw_point *wrq,
209 char *extra);
Forest Bond5449c682009-04-25 10:30:44 -0400210#endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT
Jim Lieb612822f2009-08-12 14:54:03 -0700211//End Add -- //2008-0409-07, <Add> by Einsn Liu
Forest Bond5449c682009-04-25 10:30:44 -0400212
Forest Bond5449c682009-04-25 10:30:44 -0400213extern const struct iw_handler_def iwctl_handler_def;
214extern const struct iw_priv_args iwctl_private_args;
Forest Bond5449c682009-04-25 10:30:44 -0400215
Forest Bond5449c682009-04-25 10:30:44 -0400216#endif // __IWCTL_H__