diff --git a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wpa2-radius.json b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wpa2-radius.json index fa58a0247..28e65952c 100644 --- a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wpa2-radius.json +++ b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/wpa2-radius.json @@ -1,12 +1,13 @@ +# WPA2 Enterprise with external Radius server, 802.11r (Fast Transition) and 802.llk (Neighbour Report) { "uuid": 2, "radios": [ { - "band": "2G", - "country": "CA", + "band": "5G", + "country": "US", "channel-mode": "HE", - "channel-width": 80, - "channel": 32 + "channel-width": 20, + "channel": 36 } ], @@ -26,19 +27,38 @@ "addressing": "dynamic" }, "ssids": [ - { - "name": "OpenWifi", - "wifi-bands": [ - "2G" - ], - "bss-mode": "ap", - "encryption": { - "proto": "psk2", - "key": "OpenWifi", - "ieee80211w": "optional" - } - } - ] + { + "bss-mode": "ap", + "encryption": { + "ieee80211w": "optional", + "proto": "wpa2" + }, + "name": "wpa2-radius", + "radius": { + "accounting": { + "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", @@ -64,7 +84,7 @@ { "name": "OpenWifi", "wifi-bands": [ - "2G" + "5G" ], "bss-mode": "ap", "encryption": {