From 815ad0970b7fe877902df7fe0ece829181943669 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 31 May 2024 09:45:32 +0200 Subject: [PATCH] add fingerprint command Signed-off-by: John Crispin --- proto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proto.c b/proto.c index c08f08a..cf66d99 100644 --- a/proto.c +++ b/proto.c @@ -1054,6 +1054,7 @@ proto_handle_blob(void) !strcmp(method, "script") || !strcmp(method, "rrm") || !strcmp(method, "fixedconfig") || + !strcmp(method, "fingerprint") || !strcmp(method, "trace")) action_handle(rpc, method, 0, 1, 0, 0); else if (!strcmp(method, "wifiscan"))