-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathiw.8
More file actions
67 lines (52 loc) · 1 KB
/
iw.8
File metadata and controls
67 lines (52 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH IW 8 "16 September 2008" "iw" "Linux"
.SH NAME
iw \- show / manipulate wireless devices and their configuration
.SH SYNOPSIS
.ad l
.in +8
.ti -8
.B iw
.RI [ " OPTIONS " ] " " { "
.BR help " |"
.RI ""OBJECT " " COMMAND " }"
.sp
.ti -8
.IR OBJECT " := { "
.BR dev " | " phy " | " reg " }"
.sp
.ti -8
.IR OPTIONS " := { --version | --debug }"
.SH OPTIONS
.TP
.BR " --version"
print version information and exit.
.TP
.BR " --debug"
enable netlink message debugging.
.SH IW - COMMAND SYNTAX
.SS
.I OBJECT
.TP
.B dev <interface name>
- network interface.
.TP
.B phy <phy name>
- wireless hardware device (by name).
.TP
.B phy#<phy index>
- wireless hardware device (by index).
.TP
.B reg
- regulatory agent.
.SS
.I COMMAND
Specifies the action to perform on the object.
The set of possible actions depends on the object type.
.B iw help
will print all supported commands.
.SH SEE ALSO
.BR ip (8),
.BR crda (8),
.BR regdbdump (8),
.BR regulatory.bin (5)
.BR http://wireless.kernel.org/en/users/Documentation/iw