ucentral-schema: Update wpa2-radius.json

Fix configurations for the WPA2 Enterprise example with 802.11r enabled for fast transitioning.

Signed-off-by: Firas Shaari <fshaari-c@telecominfraproject.com>
This commit is contained in:
Firas Shaari
2024-07-17 00:17:02 -04:00
committed by John Crispin
parent a0c0abb6ac
commit 644f6ebcd6

View File

@@ -1,12 +1,13 @@
# WPA2 Enterprise with external Radius server, 802.11r (Fast Transition) and 802.llk (Neighbour Report)
{ {
"uuid": 2, "uuid": 2,
"radios": [ "radios": [
{ {
"band": "2G", "band": "5G",
"country": "CA", "country": "US",
"channel-mode": "HE", "channel-mode": "HE",
"channel-width": 80, "channel-width": 20,
"channel": 32 "channel": 36
} }
], ],
@@ -26,19 +27,38 @@
"addressing": "dynamic" "addressing": "dynamic"
}, },
"ssids": [ "ssids": [
{ {
"name": "OpenWifi", "bss-mode": "ap",
"wifi-bands": [ "encryption": {
"2G" "ieee80211w": "optional",
], "proto": "wpa2"
"bss-mode": "ap", },
"encryption": { "name": "wpa2-radius",
"proto": "psk2", "radius": {
"key": "OpenWifi", "accounting": {
"ieee80211w": "optional" "host": "10.0.0.1",
} "port": 1813,
} "secret": "secret"
] },
"authentication": {
"host": "10.0.0.1",
"port": 1812,
"secret": "secret"
}
},
"roaming": {
"domain-identifier": "1234",
"generate-psk": true,
"message-exchange": "air"
},
"rrm": {
"neighbor-reporting": true
},
"wifi-bands": [
"5G"
]
}
]
}, },
{ {
"name": "LAN", "name": "LAN",
@@ -64,7 +84,7 @@
{ {
"name": "OpenWifi", "name": "OpenWifi",
"wifi-bands": [ "wifi-bands": [
"2G" "5G"
], ],
"bss-mode": "ap", "bss-mode": "ap",
"encryption": { "encryption": {