]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_ctrl: Wait for a total of 10 seconds, not 10 seconds per iteration
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Jul 2021 09:57:43 +0000 (05:57 -0400)
committerJouni Malinen <j@w1.fi>
Mon, 18 Apr 2022 14:18:40 +0000 (17:18 +0300)
commitf9421496842759b779140831fc6347ccc2341c91
tree3f321b553ffe5e6fcd40b4de3589576898c59790
parent0d9be8855167a1b638bf42d2dc03b03f34004d0c
wpa_ctrl: Wait for a total of 10 seconds, not 10 seconds per iteration

EINTR will cause the loop to restart, which means that the total
time could be significantly longer than 10 seconds.

Signed-off-by: Alan DeKok <aland@deployingradius.com>
src/common/wpa_ctrl.c