-
Notifications
You must be signed in to change notification settings - Fork 0
Compile Wpa
alinach120602 edited this page May 6, 2020
·
5 revisions
Debian / Ubuntu (apt Package Manager)
sudo apt install libssl-dev libnl-genl-3-dev gcc make
Arch Linux (pacman Package Manager)
sudo pacman -S openssl libnl gcc make
git clone --recursive https://github.com/alinach120602/drc-hostap-e
cd drc-hostap-e/wpa_supplicant && \
cp ../conf/wpa_supplicant.config ./.config
make
sudo cp wpa_supplicant /usr/local/bin/wpa_supplicant_drc && \
sudo cp wpa_cli /usr/local/bin/wpa_cli_drc
DRC Sim requires a server and a client.
Need help? Create an issue for the server or client.
There is also a Discord group.