Files
wlan-cloud-owprov/test_scripts/curl/block-radios.json
2021-09-08 22:33:31 -07:00

17 lines
241 B
JSON

{ "radios": [
{
"band": "5G",
"channel": 52,
"channel-mode": "HE",
"channel-width": 80,
"country": "CA"
},
{
"band": "2G",
"channel": 11,
"channel-mode": "HE",
"channel-width": 20,
"country": "CA"
}
]
}