Skip to content

Cannot see wifi information #42

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions