Is there a command I can type from a SSH session to bring a SSID up and down?
Disable wireless
uci set wireless.wifinetx.disabled=1
uci commit wireless && wifi
Enable wireless
uci set wireless.wifinetx.disabled=0
uci commit wireless && wifi
Where x == SSID config section
Thank you, it worked!
1 Like