Skip to content

Commit

Permalink
[OpenWrt] Added WMM property for wireless access points
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 21, 2016
1 parent 0b41388 commit 478ef16
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion netjsonconfig/backends/openwrt/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,22 @@
}
}
}
}
},
"wmm_wireless_property": {
"type": "object",
"properties": {
"wmm": {
"type": "boolean",
"title": "WMM (802.11e)",
"default": True,
"format": "checkbox",
"propertyOrder": 8,
}
}
},
"ap_wireless_settings": {
"allOf": [{"$ref": "#/definitions/wmm_wireless_property"}]
},
},
"properties": {
"general": {
Expand Down

0 comments on commit 478ef16

Please sign in to comment.