Fixed WPA/WPA2 cracking in case eapol frame is >= 248 byte
This commit is contained in:
@@ -175,7 +175,7 @@ typedef struct pdf
|
||||
typedef struct wpa
|
||||
{
|
||||
u32 pke[25];
|
||||
u32 eapol[64];
|
||||
u32 eapol[64 + 16];
|
||||
u16 eapol_len;
|
||||
u8 authenticated;
|
||||
u8 keyver;
|
||||
|
||||
Reference in New Issue
Block a user