Skip to content
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

Cannot see wifi information #42

Open
ghost opened this issue Mar 10, 2020 · 1 comment
Open

Cannot see wifi information #42

ghost opened this issue Mar 10, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 10, 2020

I can see some device parameters when running easycwmp get, but nothing related to wifi. Didn't see anything in the documentation, but browsing the code I can see that there are functions that get wifi information. Running some of these in my command line returned empty strings.

For instance in line 40 of lan_device there is:
wireless | grep "wireless\.@wifi-iface\[.*\]=wifi-iface" | awk -F'[.=]' '{print $2}'

Running it in the command line as
uci show wireless | grep "wireless\.@wifi-iface\[[0-9]\+\].instance="

returned nothing... So is something on my OpenWrt router broken, am I doing it wrong, or is it something else?

@komeilkma
Copy link

Announce the output of this command here for better debugging of this

uci show wireless
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant