mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
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)
This commit is contained in:
parent
50d801db75
commit
8bb268a116
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user