mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +00:00 
			
		
		
		
	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:
		| @@ -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', | ||||
| 			} | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin