]> git.ipfire.org Git - thirdparty/hostap.git/commit
eloop: Allow to run event loop multiple times in a row
authorSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
Thu, 9 May 2013 13:42:14 +0000 (16:42 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 May 2013 13:42:14 +0000 (16:42 +0300)
commita7505b1775129d836f6df9354d1720c5b7cadf04
tree2b428e157262cbbd3ed0b5dc7cf3cdc8f36a53bc
parent6124e858fd8bd90b6d63e941115df28ff8b6dea9
eloop: Allow to run event loop multiple times in a row

DFS implementation requires to run an eventloop while monitoring
the Channel Availability Check (CAC). After that, the "real" event
loop is started, and should not fail doing so.

Signed-hostap: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
src/utils/eloop.c