mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
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:
committed by
John Crispin
parent
a0c0abb6ac
commit
644f6ebcd6
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user