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

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

Closed
nemesifier opened this issue Jan 13, 2016 · 0 comments
Closed

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

nemesifier opened this issue Jan 13, 2016 · 0 comments
Assignees

Comments

@nemesifier
Copy link
Member

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.

@nemesifier nemesifier changed the title [OpenWrt] Wifi interface does not inherit "disabled" attribute. [OpenWrt] Wifi interface does not inherit "disabled" attribute Jan 14, 2016
@nemesifier nemesifier self-assigned this Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant