summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRany Hany2026-03-26 17:16:37 +0000
committerHauke Mehrtens2026-04-29 23:48:36 +0000
commit8bb268a116d58e17a2a93a406c5469e47fa1aec1 (patch)
tree1ddb9d5179cf5ef73583d4b137b05a6fed02c9fd
parent50d801db753ecbc0cd08405a42120aaaf920bb8a (diff)
downloadopenwrt-8bb268a116d58e17a2a93a406c5469e47fa1aec1.tar.gz
wifi-scripts: ucode: add bridge_isolate and network_vlan to schema
These were missing from schema. Add them. Fixes: https://github.com/openwrt/openwrt/issues/22620 Signed-off-by: Rany Hany <rany_hany@riseup.net> Link: https://github.com/openwrt/openwrt/pull/22617 [Reordered attributes] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 7255109cad4f13413436d48ae5dd74676c3125ca)
-rw-r--r--package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json b/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json
index 75ec3a3bdb..45a409f26e 100644
--- a/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json
+++ b/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json
@@ -169,6 +169,10 @@
"description": "Management frame protection for Beacon frames",
"type": "boolean"
},
+ "bridge_isolate": {
+ "description": "Enable bridge port isolation for the wireless interface",
+ "type": "boolean"
+ },
"bss_load_update_period": {
"description": "BSS Load update period (in BUs)",
"type": "number",
@@ -760,6 +764,13 @@
"description": "Network Authentication Type",
"type": "string"
},
+ "network_vlan": {
+ "description": "Make a wireless interface a tagged member of extra VLANs",
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"no_probe_resp_if_max_sta": {
"description": "Do not answer probe requests if iface_max_num_sta was reached",
"type": "boolean"