wpa_supplicant
Manage protected wireless networks. More information: <https://manned.org/wpa_supplicant.1>.
Install
- All systems
-
curl cmd.cat/wpa_supplicant.sh
- Debian
-
apt-get install wpasupplicant
- Ubuntu
-
apt-get install wpasupplicant
- Alpine
-
apk add wpa_supplicant
- Arch Linux
-
pacman -S wpa_supplicant
- Kali Linux
-
apt-get install wpasupplicant
- CentOS
-
yum install wpa_supplicant-1
- Fedora
-
dnf install wpa_supplicant-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install wpasupplicant
- Raspbian
-
apt-get install wpasupplicant
- Dockerfile
- dockerfile.run/wpa_supplicant
- Docker
-
docker run cmd.cat/wpa_supplicant wpa_supplicant
powered by Commando
Manage protected wireless networks. More information: <https://manned.org/wpa_supplicant.1>.
-
Join a protected wireless network:
wpa_supplicant -i interface -c path/to/wpa_supplicant_conf.conf
-
Join a protected wireless network and run it in a daemon:
wpa_supplicant -B -i interface -c path/to/wpa_supplicant_conf.conf
© tl;dr; authors and contributors