You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
##
|
|
|
|
##
|
|
|
|
## setnetrc -- configuration file for setnet
|
|
|
|
##
|
|
|
|
##
|
|
|
|
|
|
|
|
##
|
|
|
|
## WPA_FILE: The default configuration file for wpa_supplicant
|
|
|
|
##
|
|
|
|
WPA_FILE=/etc/wpa_supplicant/wpa_setnet.conf
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
## LOGFILE: Location of the logfile
|
|
|
|
##
|
|
|
|
LOGFILE=/var/log/setnet.log
|
|
|
|
|
|
|
|
##
|
|
|
|
## 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"
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
## SUPPRESS_INFO: if set to "yes", avoid to show information panels
|
|
|
|
## after certain configuration steps
|
|
|
|
##
|
|
|
|
SUPPRESS_INFO="yes"
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
## SHOW_LO: whether we should show loopback devices in the device list
|
|
|
|
##
|
|
|
|
|
|
|
|
SHOW_LO="yes"
|
|
|
|
|