summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostap-daemon-2.7/default
blob: a274de18cb0086a9d97bfdc55354d6473c8cdae7 (plain)
1
2
3
4
5
6
# 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"