Files
wlan-testing/opensync/template_2_ssids.json
Ben Greear 7228c97c1a Add script to generate opensync cfg file from template and cfg options.
Quick way to build config files for opensync.
2020-04-20 16:51:11 -07:00

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
} ]
}