mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
parent
8b61f733da
commit
8484a126be
14 changed files with 131 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue