Add support to load hashes for hash-mode 2500 and 16800 format from hash-mode 22000

This commit is contained in:
Jens Steube
2019-12-16 19:35:00 +01:00
parent 784eeb257b
commit f2aedd3741
3 changed files with 356 additions and 16 deletions
+5 -1
View File
@@ -67,9 +67,13 @@ typedef struct wpa
u32 pke[32];
int message_pair_chgd;
u32 message_pair;
int nonce_compare;
int nonce_error_corrections_chgd;
int nonce_error_corrections;
int nonce_compare;
int detected_le;
int detected_be;