|
|
# You may set this to true for cards that require the interface to be brought up first | # You may set this to true for cards that require the interface to be brought up first |
IFUP_REQUIRED = False | IFUP_REQUIRED = False |
# Where the conf file is could be different for your distro. | # Where the conf file is could be different for your distro. |
CONF_FILE = "/etc/conf.d/wifi-radar.conf" |
CONF_FILE = "/etc/wifi-radar.conf" |
IWLIST_COMMAND = "iwlist" | IWLIST_COMMAND = "iwlist" |
IWCONFIG_COMMAND= "iwconfig" | IWCONFIG_COMMAND= "iwconfig" |
IFCONFIG_COMMAND= "ifconfig" | IFCONFIG_COMMAND= "ifconfig" |