diff options
Diffstat (limited to 'setnetrc')
| -rw-r--r-- | setnetrc | 12 | 
1 files changed, 9 insertions, 3 deletions
| @@ -5,18 +5,24 @@  ##  ## -## The default configuration file for wpa_supplicant +## WPA_FILE: The default configuration file for wpa_supplicant  ##  WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf  ## -## Logfile +## LOGFILE: Location of the logfile  ##  LOGFILE=/var/log/setnet.log  ## -## Truncate the log file at startup +## TRUNCATE_LOG: Truncate the log file at startup  ##  TRUNCATE_LOG="yes" +## +## WIFI_DEVICES: List of Wi-Fi devices, to be used if automatic +## detection fails +## + +##WIFI_DEVICES="wlan1 wlan4" | 
