I'm looking for a shell script to disable a guest wifi SSID that I can schedule using cron. The parental control feature is too specific for my needs.
I have a RT-N66U running 3.0.0.4.374.35_4. I found the following commands on another post but they don't seem to do anything:
# Disable
wl down
wl ssid --cfg=1
wl ssid --cfg=1 ""
wl up
# Enable
wl down
wl ssid --cfg=1 "OLD_SSID"
wl up
Any other suggestions? Can a script change the password to lock people out and set it back again later?
I have a RT-N66U running 3.0.0.4.374.35_4. I found the following commands on another post but they don't seem to do anything:
# Disable
wl down
wl ssid --cfg=1
wl ssid --cfg=1 ""
wl up
# Enable
wl down
wl ssid --cfg=1 "OLD_SSID"
wl up
Any other suggestions? Can a script change the password to lock people out and set it back again later?