fragattacks: ignore entropy in AP operations

This commit is contained in:
Mathy 2020-06-08 07:37:28 -04:00 committed by Mathy Vanhoef
parent 86fe4c7641
commit eeb5a81942

View File

@ -296,9 +296,9 @@ int random_pool_ready(void)
return 1; return 1;
} }
wpa_printf(MSG_INFO, "random: Not enough entropy pool available for " //wpa_printf(MSG_INFO, "random: Not enough entropy pool available for "
"secure operations"); // "secure operations");
return 0; return 1;
#else /* __linux__ */ #else /* __linux__ */
/* TODO: could do similar checks on non-Linux platforms */ /* TODO: could do similar checks on non-Linux platforms */
return 1; return 1;