Skip to content

[OpenWrt] Wifi interface does not inherit "disabled" attribute #35

@nemesifier

Description

@nemesifier

Consider the following:

{
    "disabled": true,
    "name": "wlan0",
    "type": "wireless",
    "wireless": {
        "radio": "radio0",
        "mode": "station",
        "ssid": "mywifi"
    }
}

One would expect that since the interface is disabled, the wifi interface won't be brought up.

Unfortunately that is not the case, because WirelessRenderer does not inherit this attribute.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions