is there a function that disables guest WiFi automatically when a GL.Inet router is booting? I would like to provide guest WiFi sometimes but tend to forget to disable it after it is not needed anymore so the people having the password could use it when I do not want it.
/etc/init.d/network boots at 20. This will then disable the guest WLAN interfaces & restart the network at 90 so expect a couple of extra seconds of delay for a complete boot:
chmod +x /etc/init.d/wlan-guest
/etc/init.d/wlan-guest {enable, disable} to dis/enable on boot
/etc/init.d/wlan-guest{stop, start} or service wlan-guest {stop, start} to manually control