]> git.ipfire.org Git - thirdparty/hostap.git/commit
eloop: Support poll() in eloop
authorBen Greear <greearb@candelatech.com>
Sun, 12 Feb 2012 15:47:23 +0000 (17:47 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Feb 2012 19:12:22 +0000 (21:12 +0200)
commit2df4c4ef2f7330caddd874e930aa7826e1e2be62
tree38e9eab0d56d5b20622fb019e33f4b824ce4bd2d
parenta565c23bf3783f95f67107551404093c28d371c0
eloop: Support poll() in eloop

When using more than around 200 virtual stations, we start hitting the
max number of file descriptors supported by select(). This patch adds
support for poll(), which has no hard upper limit.

Signed-hostap: Ben Greear <greearb@candelatech.com>
src/utils/eloop.c
wpa_supplicant/Makefile
wpa_supplicant/defconfig