mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Initial commit
This commit is contained in:
parent
f41bfa93aa
commit
154eee337c
17
config/wireless.json
Normal file
17
config/wireless.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{"wireless_regdb": {
|
||||||
|
"debug": "off",
|
||||||
|
"2_4GHz_max11ch": {
|
||||||
|
"countries": [ "AG", "BS", "BB", "BZ", "CR", "CU", "DM", "DO", "SV", "GD", "GT",
|
||||||
|
"HT", "HN", "JM", "MX", "NI", "PA", "KN", "LC", "VC", "TT", "US", "CA", "UZ", "CO" ],
|
||||||
|
"channels": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ]
|
||||||
|
},
|
||||||
|
"2_4GHz_max14ch": {
|
||||||
|
"countries": [ "JP" ],
|
||||||
|
"channels": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ]
|
||||||
|
},
|
||||||
|
"5Ghz_max48ch": {
|
||||||
|
"countries": [ "US" ],
|
||||||
|
"channels": [ 36, 40, 44, 48 ]
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user