Dynamic Multi PSK
"ssids": [
{
"name": "OpenWifi",
"wifi-bands": [
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "psk2-radius",
"ieee80211w": "optional"
},
"radius": {
"authentication": {
"host": "192.168.50.30",
"port": 1812,
"secret": "secret"
},
"accounting": {
"host": "192.168.50.30",
"port": 1813,
"secret": "secret"
}
}
}
]

