ucentral-schema: update to latest HEAD

c836eb5 ssid: fix roaming defaults for PSK and RADIUS configurations

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-09 12:09:34 +02:00
parent 02ed19e3ac
commit 427ad99151
2 changed files with 4 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ PKG_NAME:=ucentral-schema
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
PKG_MIRROR_HASH:=92aba982ede40d6db5ab4b4847d578f4a7718e4db1ed757a412970c6e4e852e6
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2025-10-09 PKG_SOURCE_DATE:=2025-10-09
PKG_SOURCE_VERSION:=c836eb5cf446e7b2f8657b57b0518b83b0699411 PKG_SOURCE_VERSION:=c836eb5cf446e7b2f8657b57b0518b83b0699411

View File

@@ -1,17 +1,12 @@
{ {
"uuid": 2, "uuid": 2,
"radios": [ "radios": [
{
"band": "6G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
},
{ {
"band": "5G", "band": "5G",
"country": "CA", "country": "CA",
"channel-mode": "HE", "channel-mode": "HE",
"channel-width": 80 "channel-width": 80,
"channel": 36
}, },
{ {
"band": "2G", "band": "2G",
@@ -57,10 +52,7 @@
"key": "bbbbbbbb" "key": "bbbbbbbb"
} }
], ],
"roaming": { "roaming": true
"message-exchange": "ds",
"generate-psk": true
}
} }
] ]
}, },