A simple tool to manage networking under Linux
http://kalos.mine.nu/setnet/
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.
28 lines
440 B
28 lines
440 B
##
|
|
##
|
|
## 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"
|
|
|