mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
Fixed previous commit
This commit is contained in:
parent
cfe3d94b46
commit
1448fff39f
@ -370,12 +370,13 @@ usage_err:
|
|||||||
wps->end = end_p;
|
wps->end = end_p;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (wps->bruteforce)
|
if (wps->bruteforce) {
|
||||||
wps->start += SEC_PER_DAY >> 1; /* Extra 12 hour span */
|
wps->start += SEC_PER_DAY >> 1; /* Extra 12 hour span */
|
||||||
wps->end = 0;
|
wps->end = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (wps->small_dh_keys) { /* Small DH keys selected */
|
if (wps->small_dh_keys) { /* Small DH keys selected */
|
||||||
wps->pkr = malloc(WPS_PKEY_LEN);
|
wps->pkr = malloc(WPS_PKEY_LEN);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user