OSDN Git Service

v23
[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
19 PCMCIA.txt
20 ----------
21         This file describes how to use Pcmcia init script to configure
22 Wireless Extensions and how to use Pcmcia schemes.
23
24 man pages (iwconfig.8, iwlist.8, iwpriv.8, iwspy.8)
25 ---------
26         VERY IMPORTANT : I try to keep the man page up to date, so
27 you'd better read them before asking questions.
28         ALSO IMPORTANT : Those man pages describe the capacity of the
29 tools, no device implement the full range (and driver usually
30 implement even less).
31
32         As far as I know, the man pages are the most complete, up to
33 date and accurate documentation of the wireless tools. An update of
34 the web page related to Wireless Extension is long overdue. Send
35 feedback to me.
36         The man pages can either be copied in a location where the
37 command "man" will find them, such as /usr/local/man/man8, or can be
38 read locally with the command :
39                 nroff -man xxx.8 | less
40
41 iwconfig.c
42 ----------
43         The main wireless tool. Used for device configuration and to see
44 the most common wireless parameters.
45
46 iwlist.c
47 --------
48         Display some large chunk of information not displayed by iwconfig.
49         For example, all bit rates, all frequencies, all keys...
50
51 iwspy.c
52 -------
53         Mobile IP support test and allow get get stats per MAC address
54 (instead of globally). Also, for some driver/device, this is the only
55 way to get stats in Ad-Hoc mode.
56
57 iwpriv.c
58 --------
59         Manipulate driver private ioctls : all parameters that are
60 specific to a driver or a device and therefore not part of iwconfig.
61
62 iwgetid.c
63 ---------
64         Output the ESSID or NWID of the specified device.
65         Can also output it in a form that can be used as a Pcmcia Scheme.
66
67 Changelog, contributions
68 ------------------------
69         See iwcommon.h
70
71 wireless.h
72 ----------
73         Definition of the Wireless Extensions. You may drop this file
74 in your kernel headers to update the Wireless Extensions.
75
76 Other tools :
77 -----------
78         My web page above list many other tools using Wireless
79 Extensions that you may find useful...
80
81
82         The list of changes, credits and errata notes are in
83 iwcommon.h. Compilation might be tricky, see iwcommon.h for header
84 problems...
85
86         Jean <jt@hpl.hp.com>