# set to "yes" to start hostapd on boot
START_ON_BOOT="no"
# Stuff to creat the device if needed.
DEV=wifi1
PREUP="[[ -d /sys/class/net/${DEV} ]] || (ifdown wifi1;/opt/rs9113/onebox_util rpine0 create_vap ${DEV} ap;rfkill unblock all)"
POSTUP="ifup wifi1"
