ucentral-schema: update to latest HEAD

5517c1c wifiscan: add additional options to the periodic scan feature

Fixes: WIFI-11993
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2023-03-01 17:36:38 +01:00
parent 94d154c628
commit f34db0bb24
3 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,8 @@ function timer_cb() {
params: {
active: true,
override_dfs: false,
verbose: false,
verbose: +config.wifiscan.verbose,
information_elements: +config.wifiscan.information_elements,
periodic: true,
serial: 'foo',
}

View File

@@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema
PKG_RELEASE:=1
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
PKG_MIRROR_HASH:=d7ba8e7cc26526144397d910d6eabe491ebf878a18ecb80a8bc84b17606ac57d
PKG_MIRROR_HASH:=abea08a7c29c2ec4bc353c50134d2c2867300767010f47fe3af5d8f6a17d417a
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2022-05-29
PKG_SOURCE_VERSION:=5287f72bb7608e6562739682f20823f02812ddd9
PKG_SOURCE_VERSION:=5517c1c7e0ac7c0bfb143705a85cabd7c29d1818
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_LICENSE:=BSD-3-Clause

View File

@@ -74,7 +74,9 @@
"filters": [ "probe", "auth", "assoc", "disassoc", "deauth", "local-deauth", "inactive-deauth", "key-mismatch", "beacon-report", "radar-detected"]
},
"wifi-scan": {
"interval": 60
"interval": 60,
"verbose": true,
"information-elements": false
},
"telemetry": {
"interval": 15,