I'm looking to schedule a cron job to turn off my guest network on a schedule. I found a solution on this forum which I tried. The change worked but I got an error message.
root@OpenWrt:~# uci set wireless.wifinet3.disabled="1"; uci commit; wifi reload wifinet3
uci: Entry not found
'radio0' is disabled
'radio0' is disabled
These packages appear to turn off all WiFi. I only want to turn off/on specific SSID(ie. my guest network). I don't know if those scripts can be modified to target a specific SSID.(Probably beyond my capability).
You are right about the commit. I inadvertently fixed my error while adding network to the commit. So I assumed that fixed the problem. My error was that the disabled statement was not in the wireless file yet.