From 8bb268a116d58e17a2a93a406c5469e47fa1aec1 Mon Sep 17 00:00:00 2001 From: Rany Hany Date: Thu, 26 Mar 2026 19:16:37 +0200 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/22617 [Reordered attributes] Signed-off-by: Hauke Mehrtens (cherry picked from commit 7255109cad4f13413436d48ae5dd74676c3125ca) --- .../usr/share/schema/wireless.wifi-iface.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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"