mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-26 23:47:19 +00:00
28 lines
659 B
JSON
28 lines
659 B
JSON
{
|
|
"_type" : "OpensyncAPConfig",
|
|
"radioConfig" : {
|
|
"_type" : "OpensyncAPRadioConfig",
|
|
"country" : "__COUNTRY_CODE__",
|
|
"radioChannel24G" : __CH2__,
|
|
"radioChannel5LG" : __CH5L__,
|
|
"radioChannel5HG" : __CH5H__
|
|
},
|
|
"ssidConfigs" : [ {
|
|
"_type" : "OpensyncAPSsidConfig",
|
|
"radioType" : "is2dot4GHz",
|
|
"ssid" : "__SSID2__",
|
|
"encryption" : "__ENCRYPT2__",
|
|
"key" : "__PSK2__",
|
|
"mode" : "2",
|
|
"broadcast" : true
|
|
}, {
|
|
"_type" : "OpensyncAPSsidConfig",
|
|
"radioType" : "is5GHz",
|
|
"ssid" : "__SSID5__",
|
|
"encryption" : "__ENCRYPT5__",
|
|
"key" : "__PSK5__",
|
|
"mode" : "2",
|
|
"broadcast" : true
|
|
} ]
|
|
}
|