mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-19 14:42:22 +08:00
Add state comments
This commit is contained in:
parent
4bd03bb920
commit
835a8a3b03
1 changed files with 3 additions and 0 deletions
|
@ -27,8 +27,11 @@
|
|||
#include "string.h"
|
||||
#include "BigBuf.h"
|
||||
|
||||
// Successful crypto auth
|
||||
static bool bCrypto;
|
||||
// Is in auth stage
|
||||
static bool bAuthenticating;
|
||||
// Successful password auth
|
||||
static bool bPwd;
|
||||
static bool bSuccessful;
|
||||
|
||||
|
|
Loading…
Reference in a new issue