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.