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"