iw
Show and manipulate wireless devices. More information: <https://manned.org/iw>.
Install
- All systems
-
curl cmd.cat/iw.sh
- Debian
-
apt-get install iw - Ubuntu
-
apt-get install iw -
Alpine
-
apk add iw - Arch Linux
-
pacman -S iw - Kali Linux
-
apt-get install iw - CentOS
-
yum install iw - Fedora
-
dnf install iw - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install iw - Raspbian
-
apt-get install iw - Docker
-
docker run cmd.cat/iw iwpowered 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