1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

fix cmake compilation

closes #7
This commit is contained in:
albfan 2015-04-11 13:03:14 +02:00
parent 8b61f733da
commit 8484a126be
14 changed files with 131 additions and 21 deletions

View file

@ -1,4 +1,5 @@
./kill-wpa.sh
CONFIG_FILE=${1:-/run/network/wpa_supplicant_wlp3s0.conf}
echo starting wpa_supplicant for normal connection
sudo wpa_supplicant -B -P /run/wpa_supplicant_wlp3s0.pid -i wlp3s0 -D nl80211,wext -c/run/network/wpa_supplicant_wlp3s0.conf
sudo wpa_supplicant -B -P /run/wpa_supplicant_wlp3s0.pid -i wlp3s0 -D nl80211,wext -c$CONFIG_FILE