mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-31 18:38:10 +00:00
Merge remote-tracking branch 'origin/main' into v2.9.0
This commit is contained in:
@@ -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