OSDN Git Service

v24
[android-x86/external-wireless-tools.git] / wireless_tools / README
1         Wireless Tools
2         --------------
3
4         This package contain the Wireless tools, used to manipulate
5 the Wireless Extensions. The Wireless Extension is an interface
6 allowing you to set Wireless LAN specific parameters and get the
7 specific stats.
8
9 web page
10 --------
11         You'll find a lot of useful info on :
12                 http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
13                 http://web.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
14
15 INSTALL
16 -------
17         This file contains installation instruction and requirements.
18         A *must* read.
19
20 PCMCIA.txt
21 ----------
22         This file describes how to use Pcmcia init script to configure
23 Wireless Extensions and how to use Pcmcia schemes.
24
25 man pages (iwconfig.8, iwlist.8, iwpriv.8, iwspy.8)
26 ---------
27         VERY IMPORTANT : I try to keep the man page up to date, so
28 you'd better read them before asking questions.
29         ALSO IMPORTANT : Those man pages describe the capacity of the
30 tools, no device implement the full range (and drivers usually
31 implement even less).
32
33         As far as I know, the man pages are the most complete, up to
34 date and accurate documentation of the wireless tools. An update of
35 the web page related to Wireless Extension is long overdue. Send
36 feedback to me.
37         The man pages can either be copied in a location where the
38 command "man" will find them, such as /usr/local/man/man8, or can be
39 read locally with the command :
40                 nroff -man xxx.8 | less
41
42 iwconfig.c
43 ----------
44         The main wireless tool. Used for device configuration and to see
45 the most common wireless parameters.
46
47 iwlist.c
48 --------
49         Display some large chunk of information not displayed by iwconfig.
50         For example, all bit rates, all frequencies, all keys...
51
52 iwspy.c
53 -------
54         Mobile IP support test and allow get get stats per MAC address
55 (instead of globally). Also, for some driver/device, this is the only
56 way to get stats in Ad-Hoc mode.
57
58 iwpriv.c
59 --------
60         Manipulate driver private ioctls : all parameters that are
61 specific to a driver or a device and therefore not part of iwconfig.
62
63 iwgetid.c
64 ---------
65         Output the ESSID or NWID of the specified device.
66         Can also output it in a form that can be used as a Pcmcia Scheme.
67
68 iwevent.c
69 ---------
70         Display Wireless Events. This is new, so there is not much support
71 in drivers for it yet...
72
73 Changelog, contributions
74 ------------------------
75         See CHANGELOG.h
76
77 wireless.h
78 ----------
79         Definition of the Wireless Extensions. You may drop this file
80 in your kernel headers to update the Wireless Extensions.
81         Just for your enjoyement, there is various release of it. If
82 your kernel/drivers are old, you may want to try the older releases...
83
84 Other tools :
85 -----------
86         My web page list many other tools using Wireless
87 Extensions that you may find useful...
88         http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html#links
89
90 Other questions :
91 ---------------
92         You have the source, and it is documented. In 99% of the case,
93 you will find your answer there.
94
95         Good luck...
96
97         Jean <jt@hpl.hp.com>