iw

Show and manipulate wireless devices. More information: <https://manned.org/iw>.

Install

All systems
curl cmd.cat/iw.sh
Debian Debian
apt-get install iw
Ubuntu
apt-get install iw
Alpine
apk add iw
Arch Arch Linux
pacman -S iw
image/svg+xml Kali Linux
apt-get install iw
CentOS
yum install iw
Fedora
dnf install iw
Windows (WSL2)
sudo apt-get update sudo apt-get install iw
Raspbian
apt-get install iw
Docker
docker run cmd.cat/iw iw powered by Commando

Show and manipulate wireless devices. More information: <https://manned.org/iw>.

  • 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:
    iw dev wlp link

© tl;dr; authors and contributors