-
Notifications
You must be signed in to change notification settings - Fork 34
Compile Wpa
Rolando Islas edited this page Feb 17, 2017
·
4 revisions
apt install libssl-dev libnl-genl-3-dev gcc make
git clone https://github.com/rolandoislas/drc-hostap.git
cd drc-hostap/wpa_supplicant && \
cp defconfig .config && \
echo CONFIG_WPS=y >> .config && \
echo CONFIG_TENDONIN=y >> .config && \
echo CONFIG_LIBNL32=y >> .config
make
(O.o)
cp wpa_supplicant /usr/local/bin/wpa_supplicant_drc
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.