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"))