diff --git a/feeds/ucentral/ucentral-schema/Makefile b/feeds/ucentral/ucentral-schema/Makefile index 93335dfaf..018fae521 100644 --- a/feeds/ucentral/ucentral-schema/Makefile +++ b/feeds/ucentral/ucentral-schema/Makefile @@ -4,9 +4,10 @@ PKG_NAME:=ucentral-schema PKG_RELEASE:=1 PKG_SOURCE_URL=https://github.com/blogic/ucentral-schema.git +PKG_MIRROR_HASH:=7009c55b467bc46811ba3d56c3aba676c852f53cf34d9e578517f08769b16ef2 PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2022-01-17 -PKG_SOURCE_VERSION:=8678586de9e228f0629473d000a47717169c26d5 +PKG_SOURCE_VERSION:=ba2bc69d2e7b8e548a0b4a88fed5565df8b85d13 PKG_MAINTAINER:=John Crispin PKG_LICENSE:=BSD-3-Clause diff --git a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wifi-6e.json b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wifi-6e.json index 64b9a20e0..15e7451c3 100644 --- a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wifi-6e.json +++ b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wifi-6e.json @@ -2,6 +2,12 @@ "uuid": 2, "radios": [ { + "band": "2G", + "country": "US", + "channel-mode": "HE", + "channel-width": 20, + "channel": "auto" + }, { "band": "5G", "country": "US", "channel-mode": "HE", @@ -12,7 +18,7 @@ "country": "US", "channel-mode": "HE", "channel-width": 80, - "channel": "auto" + "channel": 33 } ], @@ -33,6 +39,20 @@ }, "ssids": [ { + "name": "OpenWifi2", + "wifi-bands": [ + "2G" + ], + "bss-mode": "ap", + "encryption": { + "proto": "psk2", + "key": "OpenWifi", + "ieee80211w": "optional" + }, + "rrm": { + "reduced-neighbor-reporting": true + } + }, { "name": "OpenWifi5", "wifi-bands": [ "5G"