commands.sh

iw

linux

Show and manipulate wireless devices. See also: `iw dev`, `nmcli`, `iwctl`.

More info →

Examples (8)

Scan for available wireless networks

iw dev wlp scan

Join an open wireless network

iw dev wlp connect SSID

Close the current connection

iw dev wlp disconnect

Show information about the current connection

List all physical and logical wireless network interfaces

List all wireless capabilities for all physical hardware interfaces

iw phy

List the kernel's current wireless regulatory domain information

iw reg get

Display help

made by @shridhargupta | data from tldr-pages