mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
ucentral-schema: add various 6e fixes
ba2bc69 fix wifi 6e channel calculation Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -4,9 +4,10 @@ PKG_NAME:=ucentral-schema
|
|||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL=https://github.com/blogic/ucentral-schema.git
|
PKG_SOURCE_URL=https://github.com/blogic/ucentral-schema.git
|
||||||
|
PKG_MIRROR_HASH:=7009c55b467bc46811ba3d56c3aba676c852f53cf34d9e578517f08769b16ef2
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_DATE:=2022-01-17
|
PKG_SOURCE_DATE:=2022-01-17
|
||||||
PKG_SOURCE_VERSION:=8678586de9e228f0629473d000a47717169c26d5
|
PKG_SOURCE_VERSION:=ba2bc69d2e7b8e548a0b4a88fed5565df8b85d13
|
||||||
|
|
||||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|||||||
@@ -2,6 +2,12 @@
|
|||||||
"uuid": 2,
|
"uuid": 2,
|
||||||
"radios": [
|
"radios": [
|
||||||
{
|
{
|
||||||
|
"band": "2G",
|
||||||
|
"country": "US",
|
||||||
|
"channel-mode": "HE",
|
||||||
|
"channel-width": 20,
|
||||||
|
"channel": "auto"
|
||||||
|
}, {
|
||||||
"band": "5G",
|
"band": "5G",
|
||||||
"country": "US",
|
"country": "US",
|
||||||
"channel-mode": "HE",
|
"channel-mode": "HE",
|
||||||
@@ -12,7 +18,7 @@
|
|||||||
"country": "US",
|
"country": "US",
|
||||||
"channel-mode": "HE",
|
"channel-mode": "HE",
|
||||||
"channel-width": 80,
|
"channel-width": 80,
|
||||||
"channel": "auto"
|
"channel": 33
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -33,6 +39,20 @@
|
|||||||
},
|
},
|
||||||
"ssids": [
|
"ssids": [
|
||||||
{
|
{
|
||||||
|
"name": "OpenWifi2",
|
||||||
|
"wifi-bands": [
|
||||||
|
"2G"
|
||||||
|
],
|
||||||
|
"bss-mode": "ap",
|
||||||
|
"encryption": {
|
||||||
|
"proto": "psk2",
|
||||||
|
"key": "OpenWifi",
|
||||||
|
"ieee80211w": "optional"
|
||||||
|
},
|
||||||
|
"rrm": {
|
||||||
|
"reduced-neighbor-reporting": true
|
||||||
|
}
|
||||||
|
}, {
|
||||||
"name": "OpenWifi5",
|
"name": "OpenWifi5",
|
||||||
"wifi-bands": [
|
"wifi-bands": [
|
||||||
"5G"
|
"5G"
|
||||||
|
|||||||
Reference in New Issue
Block a user