OSDN Git Service

v25
[android-x86/external-wireless-tools.git] / wireless_tools / iwlist.8
1 .\" Jean II - HPLB - 96
2 .\" iwlist.8
3 .\"
4 .TH IWLIST 8 "31 October 1996" "net-tools" "Linux Programmer's Manual"
5 .\"
6 .\" NAME part
7 .\"
8 .SH NAME
9 iwlist \- Get wireless statistics from specific nodes
10 .\"
11 .\" SYNOPSIS part
12 .\"
13 .SH SYNOPSIS
14 .BI "iwlist " interface " freq"
15 .br
16 .BI "iwlist " interface " ap"
17 .br
18 .BI "iwlist " interface " scan"
19 .br
20 .BI "iwlist " interface " rate"
21 .br
22 .BI "iwlist " interface " key"
23 .br
24 .BI "iwlist " interface " power"
25 .br
26 .BI "iwlist " interface " txpower"
27 .br
28 .BI "iwlist " interface " retry"
29 .br
30 .BI "iwlist --help"
31 .br
32 .BI "iwlist --version"
33 .\"
34 .\" DESCRIPTION part
35 .\"
36 .SH DESCRIPTION
37 .B Iwlist
38 is used to display some large chunk of information from a wireless
39 network interface that is not displayed by iwconfig. This is typically
40 list of parameters.
41 .\"
42 .\" PARAMETER part
43 .\"
44 .SH PARAMETERS
45 .TP
46 .BR freq / channel
47 Give the list of available frequencies in the device and the number of
48 defined channels. Please note that usually the driver returns the
49 total number of channels and only the frequencies available in the
50 present locale, so there is no one to one mapping between frequencies
51 displayed and channel numbers.
52 .TP
53 .BR ap / accesspoint
54 Give the list of Access Points in range, and optionally the quality of
55 link to them. This feature is obsolte and now deprecated in favor of
56 scanning support (below), and it will disappear in the future.
57 .TP
58 .BR scan [ning]
59 Give the list of Access Points and Ad-Hoc cells in range, and
60 optionally a whole bunch of information about them (ESSID, Quality,
61 Frequency, Mode...). The type of information returned depend on what
62 the card support.
63 .br
64 Triggering scanning is a priviledged operation
65 .RI ( root
66 only) and normal users can only read letf-over scan results. By
67 default, the way scanning is done (the scope of the scan) will be
68 impacted by the current setting of the driver. Also, this command is
69 supposed to take extra arguments to control the scanning behaviour,
70 but this is currently not implemented.
71 .TP
72 .BR rate / bit [rate]
73 List the bit-rates supported by the device.
74 .TP
75 .BR key / enc [ryption]
76 List the encryption key sizes supported and display all the encryption
77 keys availables in the device.
78 .TP
79 .B power
80 List the various Power Management attributes and modes of the device.
81 .TP
82 .B txpower
83 List the various Transmit Power available on the device.
84 .TP
85 .B retry
86 List the transmit retry limits and retry lifetime on the device.
87 .TP
88 .B --version
89 Display the version of the tools, as well as the recommended and
90 current Wireless Extensions version for the tool and the various
91 wireless interfaces.
92 .\"
93 .\" FILES part
94 .\"
95 .SH FILES
96 .I /proc/net/wireless
97 .\"
98 .\" SEE ALSO part
99 .\"
100 .SH SEE ALSO
101 .BR iwconfig (8),
102 .BR ifconfig (8),
103 .BR iwspy (8).
104 .BR iwpriv (8).
105