OSDN Git Service

v21
[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 " rate"
19 .br
20 .BI "iwlist " interface " keys"
21 .br
22 .BI "iwlist " interface " power"
23 .br
24 .BI "iwlist " interface " txpower"
25 .br
26 .BI "iwlist " interface " retry"
27 .\"
28 .\" DESCRIPTION part
29 .\"
30 .SH DESCRIPTION
31 .B Iwlist
32 is used to display some large chunk of information from a wireless
33 network interface that is not displayed by iwconfig. This is typically
34 list of parameters.
35 .\"
36 .\" PARAMETER part
37 .\"
38 .SH PARAMETERS
39 .TP
40 .B freq
41 Give the list of available frequencies in the device and the number of
42 defined channels. Please note that usually the driver returns the
43 total number of channels and only the frequencies available in the
44 present locale, so there is no one to one mapping between frequencies
45 displayed and channel numbers.
46 .TP
47 .B ap
48 Give the list of Access Points in range, and optionally the quality of
49 link to them.
50 .TP
51 .BR rate / bit [rate]
52 List the bit-rates supported by the device.
53 .TP
54 .BR keys / enc [ryption]
55 List the encryption key sizes supported and display all the encryption
56 keys availables in the device.
57 .TP
58 .B power
59 List the various Power Management attributes and modes of the device.
60 .TP
61 .B txpower
62 List the various Transmit Power available on the device.
63 .TP
64 .B retry
65 List the transmit retry limits and retry lifetime on the device.
66 .\"
67 .\" FILES part
68 .\"
69 .SH FILES
70 .I /proc/net/wireless
71 .\"
72 .\" SEE ALSO part
73 .\"
74 .SH SEE ALSO
75 .BR iwconfig (8),
76 .BR ifconfig (8),
77 .BR iwspy (8).
78 .BR iwpriv (8).
79