Skip to content

Commit 478ef16

Browse files
committed
[OpenWrt] Added WMM property for wireless access points
1 parent 0b41388 commit 478ef16

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

netjsonconfig/backends/openwrt/schema.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,22 @@
8080
}
8181
}
8282
}
83-
}
83+
},
84+
"wmm_wireless_property": {
85+
"type": "object",
86+
"properties": {
87+
"wmm": {
88+
"type": "boolean",
89+
"title": "WMM (802.11e)",
90+
"default": True,
91+
"format": "checkbox",
92+
"propertyOrder": 8,
93+
}
94+
}
95+
},
96+
"ap_wireless_settings": {
97+
"allOf": [{"$ref": "#/definitions/wmm_wireless_property"}]
98+
},
8499
},
85100
"properties": {
86101
"general": {

0 commit comments

Comments
 (0)