wpa_cli

Add and configure wlan interfaces. More information: <https://manned.org/wpa_cli>.

Debian Debian
RUN apt-get update && \ apt-get install -y wpasupplicant
Ubuntu
RUN apt-get update && \ apt-get install -y wpasupplicant
Alpine
RUN apk add wpa_supplicant
Arch Arch Linux
RUN pacman -S --noconfirm wpa_supplicant
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y wpasupplicant
Fedora
RUN dnf install -y wpa_supplicant-1
Raspbian
RUN apt-get update && \ apt-get install -y wpasupplicant
click the source code to copy install wpa_cli on any operating system with command-not-found.com