From 427ad99151fd4ce8aec7eb1ce21287517b09da66 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 9 Oct 2025 12:09:34 +0200 Subject: [PATCH] ucentral-schema: update to latest HEAD c836eb5 ssid: fix roaming defaults for PSK and RADIUS configurations Signed-off-by: John Crispin --- feeds/ucentral/ucentral-schema/Makefile | 1 + .../files/etc/ucentral/examples/multi-psk.json | 14 +++----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/feeds/ucentral/ucentral-schema/Makefile b/feeds/ucentral/ucentral-schema/Makefile index c32c7ccad..4fcadb283 100644 --- a/feeds/ucentral/ucentral-schema/Makefile +++ b/feeds/ucentral/ucentral-schema/Makefile @@ -4,6 +4,7 @@ PKG_NAME:=ucentral-schema PKG_RELEASE:=1 PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git +PKG_MIRROR_HASH:=92aba982ede40d6db5ab4b4847d578f4a7718e4db1ed757a412970c6e4e852e6 PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2025-10-09 PKG_SOURCE_VERSION:=c836eb5cf446e7b2f8657b57b0518b83b0699411 diff --git a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/multi-psk.json b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/multi-psk.json index 924098308..bde3f011c 100644 --- a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/multi-psk.json +++ b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/multi-psk.json @@ -1,17 +1,12 @@ { "uuid": 2, "radios": [ - { - "band": "6G", - "country": "CA", - "channel-mode": "HE", - "channel-width": 80 - }, { "band": "5G", "country": "CA", "channel-mode": "HE", - "channel-width": 80 + "channel-width": 80, + "channel": 36 }, { "band": "2G", @@ -57,10 +52,7 @@ "key": "bbbbbbbb" } ], - "roaming": { - "message-exchange": "ds", - "generate-psk": true - } + "roaming": true } ] },