OSDN Git Service

v10
[android-x86/external-wireless-tools.git] / wireless_tools / iwspy.8
1 .\" Jean II - HPLB - 96
2 .\" iwspy.8
3 .\"
4 .TH IWSPY 8 "31 October 1996" "net-tools" "Linux Programmer's Manual"
5 .\"
6 .\" NAME part
7 .\"
8 .SH NAME
9 iwspy \- Get wireless statistics from specific nodes
10 .\"
11 .\" SYNOPSIS part
12 .\"
13 .SH SYNOPSIS
14 .BI "iwspy " interface
15 .br
16 .BI "iwspy " interface " [+] " IPADDR " | hw " HWADDR " [...]"
17 .br
18 .BI "iwspy " interface " off"
19 .\"
20 .\" DESCRIPTION part
21 .\"
22 .SH DESCRIPTION
23 .B Iwspy
24 is used to set a list of addresses in a wireless network interface and
25 to read back quality of link information for each of those. This
26 information is the same as the one available in
27 .I /proc/net/wireless
28 : quality of the link, signal strength and noise level.
29 .PP
30 This information is updated each time a new packet is received, so
31 each address of the list add some overhead in the driver.
32 .\"
33 .\" PARAMETER part
34 .\"
35 .SH PARAMETERS
36 You may set any number of addresses up to 8.
37 .TP
38 .B IPADDR
39 Set an IP address. As the hardware work with hardware addresses,
40 .B iwspy
41 will translate this address through
42 .IR ARP .
43 In some case, this address might not be in the ARP cache and
44 .B iwspy
45 will fail. In those case,
46 .IR ping (8)
47 this address and retry.
48 .TP
49 .B hw HWADDR
50 Set a hardware (MAC) address (this address is not translated & checked
51 like the IP one).
52 .TP
53 .B +
54 Add the new set of addresses at the end of the current list instead of
55 replacing it. The address list is unique for each device, so each user
56 should use this option to avoid conflicts.
57 .TP
58 .B off
59 Remove the current list of addresses and disable the functionality
60 .\"
61 .\" FILES part
62 .\"
63 .SH FILES
64 .I /proc/net/wireless
65 .\"
66 .\" SEE ALSO part
67 .\"
68 .SH SEE ALSO
69 .BR iwconfig (8),
70 .BR ifconfig (8),
71 .BR iwpriv (8).
72