mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
fragattacks: ignore entropy in AP operations
This commit is contained in:
parent
86fe4c7641
commit
eeb5a81942
@ -296,9 +296,9 @@ int random_pool_ready(void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
wpa_printf(MSG_INFO, "random: Not enough entropy pool available for "
|
||||
"secure operations");
|
||||
return 0;
|
||||
//wpa_printf(MSG_INFO, "random: Not enough entropy pool available for "
|
||||
// "secure operations");
|
||||
return 1;
|
||||
#else /* __linux__ */
|
||||
/* TODO: could do similar checks on non-Linux platforms */
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user