mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-11-04 04:18:07 +00:00 
			
		
		
		
	Compare commits
	
		
			6 Commits
		
	
	
		
			v2.9.0-rc5
			...
			v2.9.1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					ce441c5b1b | ||
| 
						 | 
					f8f9c6d469 | ||
| 
						 | 
					690d7655a0 | ||
| 
						 | 
					85ff703e2f | ||
| 
						 | 
					52c39cd3bf | ||
| 
						 | 
					ebd7c79e65 | 
@@ -5,7 +5,7 @@ PKG_NAME:=qca-nss-clients
 | 
				
			|||||||
PKG_SOURCE_PROTO:=git
 | 
					PKG_SOURCE_PROTO:=git
 | 
				
			||||||
PKG_BRANCH:=master
 | 
					PKG_BRANCH:=master
 | 
				
			||||||
PKG_RELEASE:=2
 | 
					PKG_RELEASE:=2
 | 
				
			||||||
PKG_SOURCE_URL:=https://source.codeaurora.org/quic/qsdk/oss/lklm/nss-clients/
 | 
					PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/nss-clients
 | 
				
			||||||
PKG_MIRROR_HASH:=802bf8b2dac8da0549e108b873afd982d127370c07d6574ece71f902eafe7698
 | 
					PKG_MIRROR_HASH:=802bf8b2dac8da0549e108b873afd982d127370c07d6574ece71f902eafe7698
 | 
				
			||||||
PKG_VERSION:=153998d70fdba508a59a28c13a606032cbf32686
 | 
					PKG_VERSION:=153998d70fdba508a59a28c13a606032cbf32686
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,7 @@ let pending_events = [];
 | 
				
			|||||||
function config_load() {
 | 
					function config_load() {
 | 
				
			||||||
	uci.load('event');
 | 
						uci.load('event');
 | 
				
			||||||
	config = uci.get_all('event');
 | 
						config = uci.get_all('event');
 | 
				
			||||||
	wan_ports = config.config?.wan_ports || [ 'eth0' ];
 | 
						wan_ports = config.config?.wan_port || [ 'eth0' ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (config.wifi?.filter == '*')
 | 
						if (config.wifi?.filter == '*')
 | 
				
			||||||
		config.wifi.filter = [ 'probe', 'auth', 'assoc', 'disassoc', 'deauth', 'local-deauth', 'inactive-deauth', 'key-mismatch', 'beacon-report', 'radar-detected' ];
 | 
							config.wifi.filter = [ 'probe', 'auth', 'assoc', 'disassoc', 'deauth', 'local-deauth', 'inactive-deauth', 'key-mismatch', 'beacon-report', 'radar-detected' ];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user