mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-16 07:10:00 +00:00
+ add CurrentWiFi method
+ add support of pid files with interface name to provide compability with netctl module * change default wpa_sup ctrl paths * optimization of wifi calls
This commit is contained in:
@ -60,11 +60,12 @@ WPASUP_PATH=/usr/bin/wpa_supplicant
|
||||
# path to wpa_cli
|
||||
WPACLI_PATH=/usr/bin/wpa_cli
|
||||
# wpa_supplicant PID file
|
||||
PID_FILE=/run/wpa_supplicant_netctl-gui.pid
|
||||
# $i is interface
|
||||
PID_FILE=/run/wpa_supplicant_$i.pid
|
||||
# wpa_supplicant drivers for wireless interface comma separated
|
||||
WPA_DRIVERS=nl80211,wext
|
||||
# path to control directory which is required by wpa_supplicant
|
||||
CTRL_DIR=/run/wpa_supplicant_netctl-gui
|
||||
CTRL_DIR=/run/wpa_supplicant
|
||||
# group which is owner of CTRL_DIR
|
||||
CTRL_GROUP=users
|
||||
|
||||
|
Reference in New Issue
Block a user