Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / drivers / staging / vt6656 / iwctl.h
CommitLineData
92b96797
FB
1/*
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
92b96797
FB
29#ifndef __IWCTL_H__
30#define __IWCTL_H__
31
92b96797 32#include "device.h"
92b96797 33
d9d1ccb5 34struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev);
92b96797 35
921cd68b 36int iwctl_siwap(struct net_device *dev, struct iw_request_info *info,
5743fc81 37 union iwreq_data *wrqu, char *extra);
921cd68b 38
5743fc81
MP
39int iwctl_giwrange(struct net_device *dev, struct iw_request_info *info,
40 union iwreq_data *wrqu, char *extra);
921cd68b 41
5743fc81
MP
42int iwctl_giwmode(struct net_device *dev, struct iw_request_info *info,
43 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
44
45int iwctl_siwmode(struct net_device *dev, struct iw_request_info *info,
5743fc81 46 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
47
48int iwctl_giwfreq(struct net_device *dev, struct iw_request_info *info,
5743fc81 49 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
50
51int iwctl_siwfreq(struct net_device *dev, struct iw_request_info *info,
5743fc81 52 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
53
54int iwctl_giwname(struct net_device *dev, struct iw_request_info *info,
5743fc81 55 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
56
57int iwctl_giwsens(struct net_device *dev, struct iw_request_info *info,
5743fc81 58 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
59
60int iwctl_giwap(struct net_device *dev, struct iw_request_info *info,
5743fc81 61 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
62
63int iwctl_giwaplist(struct net_device *dev, struct iw_request_info *info,
5743fc81 64 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
65
66int iwctl_siwessid(struct net_device *dev, struct iw_request_info *info,
5743fc81 67 union iwreq_data *wrqu, char *extra);
921cd68b 68
5743fc81
MP
69int iwctl_giwessid(struct net_device *dev, struct iw_request_info *info,
70 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
71
72int iwctl_siwrate(struct net_device *dev, struct iw_request_info *info,
5743fc81 73 union iwreq_data *wrqu, char *extra);
921cd68b 74
5743fc81
MP
75int iwctl_giwrate(struct net_device *dev, struct iw_request_info *info,
76 union iwreq_data *wrqu, char *extra);
921cd68b 77
5743fc81
MP
78int iwctl_siwrts(struct net_device *dev, struct iw_request_info *info,
79 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
80
81int iwctl_giwrts(struct net_device *dev, struct iw_request_info *info,
5743fc81 82 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
83
84int iwctl_siwfrag(struct net_device *dev, struct iw_request_info *info,
5743fc81 85 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
86
87int iwctl_giwfrag(struct net_device *dev, struct iw_request_info *info,
5743fc81 88 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
89
90int iwctl_siwretry(struct net_device *dev, struct iw_request_info *info,
5743fc81 91 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
92
93int iwctl_giwretry(struct net_device *dev, struct iw_request_info *info,
5743fc81 94 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
95
96int iwctl_siwencode(struct net_device *dev, struct iw_request_info *info,
5743fc81 97 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
98
99int iwctl_giwencode(struct net_device *dev, struct iw_request_info *info,
5743fc81 100 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
101
102int iwctl_siwpower(struct net_device *dev, struct iw_request_info *info,
5743fc81 103 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
104
105int iwctl_giwpower(struct net_device *dev, struct iw_request_info *info,
5743fc81 106 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
107
108int iwctl_giwscan(struct net_device *dev, struct iw_request_info *info,
5743fc81 109 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
110
111int iwctl_siwscan(struct net_device *dev, struct iw_request_info *info,
5743fc81 112 union iwreq_data *wrqu, char *extra);
92b96797 113
921cd68b 114int iwctl_siwauth(struct net_device *dev, struct iw_request_info *info,
5743fc81 115 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
116
117int iwctl_giwauth(struct net_device *dev, struct iw_request_info *info,
5743fc81 118 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
119
120int iwctl_siwgenie(struct net_device *dev, struct iw_request_info *info,
5743fc81 121 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
122
123int iwctl_giwgenie(struct net_device *dev, struct iw_request_info *info,
5743fc81 124 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
125
126int iwctl_siwencodeext(struct net_device *dev, struct iw_request_info *info,
5743fc81 127 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
128
129int iwctl_giwencodeext(struct net_device *dev, struct iw_request_info *info,
5743fc81 130 union iwreq_data *wrqu, char *extra);
921cd68b
JJ
131
132int iwctl_siwmlme(struct net_device *dev, struct iw_request_info *info,
5743fc81 133 union iwreq_data *wrqu, char *extra);
92b96797 134
c91a8d5a 135extern const struct iw_handler_def iwctl_handler_def;
5743fc81 136extern const struct iw_priv_args iwctl_priv_args;
92b96797 137
e7b07d1d 138#endif /* __IWCTL_H__ */
This page took 0.415269 seconds and 5 git commands to generate.