OSDN Git Service

09a498113ce34ab515a9301ad358686a6e116e5e
[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 .\"
30 .\" DESCRIPTION part
31 .\"
32 .SH DESCRIPTION
33 .B Iwlist
34 is used to display some large chunk of information from a wireless
35 network interface that is not displayed by iwconfig. This is typically
36 list of parameters.
37 .\"
38 .\" PARAMETER part
39 .\"
40 .SH PARAMETERS
41 .TP
42 .BR freq / channel
43 Give the list of available frequencies in the device and the number of
44 defined channels. Please note that usually the driver returns the
45 total number of channels and only the frequencies available in the
46 present locale, so there is no one to one mapping between frequencies
47 displayed and channel numbers.
48 .TP
49 .BR ap / accesspoint
50 Give the list of Access Points in range, and optionally the quality of
51 link to them. This feature is obsolte and now deprecated in favor of
52 scanning support (below), and it will disappear in the future.
53 .TP
54 .BR scan [ning]
55 Give the list of Access Points and Ad-Hoc cells in range, and
56 optionally a whole bunch of information about them (ESSID, Quality,
57 Frequency, Mode...). The type of information returned depend on what
58 the card support.
59 .br
60 Triggering scanning is a priviledged operation
61 .RI ( root
62 only) and normal users can only read letf-over scan results. By
63 default, the way scanning is done (the scope of the scan) will be
64 impacted by the current setting of the driver. Also, this command is
65 supposed to take extra arguments to control the scanning behaviour,
66 but this is currently not implemented.
67 .TP
68 .BR rate / bit [rate]
69 List the bit-rates supported by the device.
70 .TP
71 .BR key / enc [ryption]
72 List the encryption key sizes supported and display all the encryption
73 keys availables in the device.
74 .TP
75 .B power
76 List the various Power Management attributes and modes of the device.
77 .TP
78 .B txpower
79 List the various Transmit Power available on the device.
80 .TP
81 .B retry
82 List the transmit retry limits and retry lifetime on the device.
83 .\"
84 .\" FILES part
85 .\"
86 .SH FILES
87 .I /proc/net/wireless
88 .\"
89 .\" SEE ALSO part
90 .\"
91 .SH SEE ALSO
92 .BR iwconfig (8),
93 .BR ifconfig (8),
94 .BR iwspy (8).
95 .BR iwpriv (8).
96