mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Local helpers
helpers to start/stop wpa_supplicant
This commit is contained in:
parent
4cc81e1261
commit
028bfc3e34
4 changed files with 11 additions and 0 deletions
2
res/kill-wpa.sh
Executable file
2
res/kill-wpa.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
echo killing actual wpa_supplicant connection
|
||||
sudo kill -9 $(ps -ef | grep wpa_supplican[t] | awk '{print $2}')
|
Loading…
Add table
Add a link
Reference in a new issue