# waproamd configuration file
#
# This file is part of waproamd.

# Specify the interfaces to control here, separated by spaces.
# waproamd processes will be started for each interface in INTERFACES
# when the waproamd init script is called with the "start" argument
# and for each interface in HOTPLUG_INTERFACES when the hotplug hook
# script for waproamd is called with the "add" or "register" parameter.
# The magic string "all" in INTERFACES means all interfaces that are
# available according to /proc/net/dev.  The magic string "all" in
# HOTPLUG_INTERFACES means that waproamd should be started for all
# hot plugged network interfaces.
INTERFACES=""
HOTPLUG_INTERFACES="all"

# Additional waproamd arguments
# (Run "waproamd -h" for further information.)
ARGS=""
