-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improvement: enable/disable only some SSIDs #3
Comments
Sounds like a reasonable enhancement. Not sure when I will have time to implement. Any volunteers? :-D |
It would be fairly easy to do it by radio: |
s1r10usly? |
I'm guessing some uci change and commit..? |
I mean... the question here is how to do it and an |
Doing it for per radio is easy to implement. I guess doing it by SSID is not much harder once you know the command. I'm comfortable with shell, but how to implement the web interface with lua would be harder for me. |
If $SSID has the SSID that you want to turn off:
|
Hey thanks, I'll look into that. |
+1 for this feature, however my use case was to disable 5Ghz (and unload whatever driver it requires) during the night and most hours of the day because I don't really need it a those times and from my experience in DD-WRT (that actually allows this) it would cut my router's power consumption to about half. |
A use case is for the Wifi schedule to apply only to one SSID, while other SSIDs are not subject to the schedule.
For instance, the parents' SSID is always enabled, while the kids' SSID is subject to time restrictions.
A simple variant of this feature consists in allowing the optional specification of a SSID globally for the whole schedule. The schedule applies only to this SSID. Other SSIDs are not subject to the schedule. If no SSID is specified, the schedule applies to all SSIDs.
A more complex variant allows specifying more than one SSID. All SSIDs specified are subject to the schedule, and all other SSIDs are not.
A third variant allows the specification of multiple schedules. A list of SSIDs may be specified for each schedule. SSIDs that are not specified in any schedule are not impacted, and are either enabled or disabled, according to their individual setting.
The text was updated successfully, but these errors were encountered: