Skip to content

Commit

Permalink
add fingerprint command
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <john@phrozen.org>
  • Loading branch information
blogic committed May 31, 2024
1 parent 2e88c13 commit 815ad09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 815ad09

Please sign in to comment.