1IW(8) Linux IW(8)
2
3
4
6 iw - show / manipulate wireless devices and their configuration
7
9 iw [ OPTIONS ] { help | OBJECT COMMAND }
10
11
12 OBJECT := { dev | phy | reg }
13
14
15 OPTIONS := { --version | --debug }
16
17
19 --version
20 print version information and exit.
21
22
23 --debug
24 enable netlink message debugging.
25
26
28 OBJECT
29 dev <interface name>
30 - network interface.
31
32
33 phy <phy name>
34 - wireless hardware device (by name).
35
36 phy#<phy index>
37 - wireless hardware device (by index).
38
39
40 reg - regulatory agent.
41
42
43 COMMAND
44 Specifies the action to perform on the object. The set of possible
45 actions depends on the object type. iw help will print all supported
46 commands.
47
48
50 ip(8), crda(8), regdbdump(8), regulatory.bin(5)
51
52 http://wireless.kernel.org/en/users/Documentation/iw
53
54
55
56iw 16 September 2008 IW(8)