-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Feature request: better Wi-Fi DFS state display #7388
Comments
@systemcrash well yes the info are all there... about DFS state... it might require some additional support from the mac80211 side and rpcd but I think it's doable and it's actually a not so bad feature |
not so bad... haha. Yeah, it definitely provides value. DFS is often quite important regulatorily for 5GHz. I suppose a workaround in the meantime is to set your country to Antarctica or something :D |
As long as we can make the iwinfo rpcd call to return the DFS channels in an uniform way independent of underlying driver (ath11k, mt76 etc.) this shouldn't be hard to implement, I like the idea as well. |
I created a pull on iwinfo to display the DFS channels |
badass. Thanks @rmandrad |
So apparently RADAR_DETECTION based channels are now easily detectable thanks to ucode additions. |
What would you like to see in luci?
Currently, if the user selects one of 5GHz DFS channels (52-144 in US, for example), DFS behavior is completely opaque to the user:
My suggestion would be to improve visibility of DFS state in luci:
At minimum, indicate DFS channels in the list, for example "132 (5666 MHz, DFS)":
If possible, provide current state of DFS in some notable UI place (Wi-Fi Overview page?).
For the following log, the state should change "DFS Enabled -> DFS Scanning -> DFS OK"
I am, unfortunately, too far from UI / Luci development to actually implement this - but at least, here is a suggestion.
The text was updated successfully, but these errors were encountered: