OSDN Git Service

v26
[android-x86/external-wireless-tools.git] / wireless_tools / iwredir.8
1 .\" Jean II - HPL - 03
2 .\" iwredir.8
3 .\"
4 .TH IWREDIR 8 "31 October 1996" "net-tools" "Linux Programmer's Manual"
5 .\"
6 .\" NAME part
7 .\"
8 .SH NAME
9 iwredir \- WE-version wireless tool redirectot
10 .\"
11 .\" SYNOPSIS part
12 .\"
13 .SH SYNOPSIS
14 .BI "iw" XXX " [ " args " ]"
15 .br
16 .BI "iwredir -wev
17 .\"
18 .\" DESCRIPTION part
19 .\"
20 .SH DESCRIPTION
21 .B Iwredir
22 is used to enable the use multiple version of the Wireless Tools on
23 the same system.
24 .B Iwredir
25 pick the proper version of the wireless tools based on the version of
26 Wireless Extension of the current kernel.
27 .PP
28 A version of the Wireless Tools need to be compiled for each version
29 of Wireless Extensions expected to be used (this require specific
30 .I make
31 instructions), and each tool name need to be suffixed by the WE
32 version (ex.
33 .I iwconfig16
34 for the binary of iwconfig compiled for Wireless Extension 16).
35 .br
36 Then,
37 .B iwredir
38 need to be installed under the name of each of the tool that need
39 redirection
40 .RI "(" iwconfig ", " iwlist "...)."
41 .br
42 .B Iwredir
43 just adds the version of WE from the current kernel to the name it was
44 called and executed the resulting command name. If the user invoque
45 .I iwlist
46 (that is now replaced with
47 .IR iwredir )
48 and the current kernel has WE version
49 .IR 17 ,
50 the final command executed will be
51 .IR iwlist17 .
52 .br
53 .B Iwredir
54 will read the Wireless Extension version of the current kernel from
55 .IR /proc/net/wireless .
56 .PP
57 .B Iwredir
58 works only for Wireless Extension 16 and later, all previous version
59 of WE are assumed to be version 15 or version 11.
60 .B Iwredir
61 is usually not installed by default and is expected to be used only by
62 .I advanced
63 users.
64 .\"
65 .\" PARAMETER part
66 .\"
67 .SH PARAMETERS
68 .TP
69 .BR -wev
70 Give the Wireless Extension version that
71 .B iwredir
72 will use for redirection. This is mostly used in the Wireless Tools
73 Makefile when doing a versioned installation of the tools.
74 .\"
75 .\" FILES part
76 .\"
77 .SH FILES
78 .I /proc/net/wireless
79 .\"
80 .\" SEE ALSO part
81 .\"
82 .SH SEE ALSO
83 .BR iwconfig (8),
84 .BR iwlist (8),
85 .BR iwspy (8),
86 .BR iwevent (8),
87 .BR iwpriv (8),
88 .BR wireless (7).
89