# 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} ]] || /opt/rs9113/onebox_util rpine0 create_vap ${DEV} ap" POSTUP="ifup wifi1"