mirror of
https://github.com/Telecominfraproject/wlan-ucentral-client.git
synced 2026-01-27 10:23:38 +00:00
update wifi-scan timeout to 120s
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
2
proto.c
2
proto.c
@@ -927,7 +927,7 @@ proto_handle_blob(void)
|
||||
!strcmp(method, "trace"))
|
||||
action_handle(rpc, method, 0, 1, 0, 0);
|
||||
else if (!strcmp(method, "wifiscan"))
|
||||
action_handle(rpc, method, 0, 1, 0, 30);
|
||||
action_handle(rpc, method, 0, 1, 0, 120);
|
||||
else if (!strcmp(method, "leds"))
|
||||
leds_handle(rpc);
|
||||
else if (!strcmp(method, "request"))
|
||||
|
||||
Reference in New Issue
Block a user