-
Notifications
You must be signed in to change notification settings - Fork 324
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
Status page channel display broken with outdoor mode enabled #2336
Labels
Comments
iwinfo-lua might be the better choice here - |
neocturne
added
0. type: bug
This is a bug
0. type: regression
3. topic: status-page
labels
Dec 15, 2021
mkg20001
pushed a commit
to ffgraz/gluon
that referenced
this issue
Dec 17, 2021
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
mkg20001
pushed a commit
to ffgraz/gluon
that referenced
this issue
Dec 21, 2021
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
mkg20001
pushed a commit
to ffgraz/gluon
that referenced
this issue
Dec 22, 2021
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
mkg20001
pushed a commit
to ffgraz/gluon
that referenced
this issue
Dec 26, 2021
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
herbetom
pushed a commit
to herbetom/gluon
that referenced
this issue
Dec 30, 2021
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
mkg20001
pushed a commit
to ffgraz/gluon
that referenced
this issue
Dec 31, 2021
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
mkg20001
pushed a commit
to ffgraz/gluon
that referenced
this issue
Jan 12, 2022
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes freifunk-gluon#2336
neocturne
added a commit
that referenced
this issue
Feb 3, 2022
The network.wireless status ubus call only returns the configured channel from UCI, breaking the status page in outdoor mode, where the configuration contains 'auto' instead of a number. Fixes: 0d3fa6b ("gluon-status-page: use ubus to get radio channels") Closes #2336 (cherry picked from commit 201e159)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
What is the problem?
Status page radio channel display fails with outdoor mode.
This is the result of querying
ubus call networking.wireless status
, which only holds the configuration, but no live channel data. In this special case the config dictionary does not containchannel
, butchannels
, so channel isnil
in L46:gluon/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
Lines 38 to 49 in e153ba6
This is how the status response looks like with outdoor mode enabled:
What is the expected behaviour?
To get the actual channel we would need to query
ubus call hostapd.client0 get_status
and make sure index for the client or owe interfacecs , which are managed by hostapd, match the relevant phy index.Gluon Version:
v2021.1-169-ge153ba6b
Site Configuration:
n/a
Custom patches:
n/a
The text was updated successfully, but these errors were encountered: