Linux Commands Examples

A great documentation place for Linux commands

iw

show / manipulate wireless devices and their configuration


see also : ip - crda - regdbdump

Synopsis

iw [ OPTIONS ] { help | OBJECT COMMAND }

OBJECT := { dev | phy | reg }

OPTIONS := { --version | --debug }


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
iw wlan4 set type ibss
ip link set wlan4 up
iw wlan4 ibss join 7xl 2437
ifconfig wlan4 192.168.1.2

options

--version

print version information and exit.

--debug

enable netlink message debugging.

iw - command syntax

OBJECT
dev <interface name>

- network interface.

phy <phy name>

- wireless hardware device (by name).

phy#<phy index>

- wireless hardware device (by index).

reg

- regulatory agent.

COMMAND
Specifies the action to perform on the object. The set of possible actions depends on the object type. iw help will print all supported commands.


see also

ip , crda , regdbdump , regulatory.bin

http://wireless.kernel.org/en/users/Documentation/iw

How can this site be more helpful to YOU ?


give  feedback