You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: