-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels