]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Work around nl_socket_set_nonblocking on Android
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 7 Nov 2013 14:02:23 +0000 (16:02 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 7 Nov 2013 15:10:34 +0000 (17:10 +0200)
commit1c6edec60cb990199cef0bbfc481eac137783763
treea85beed69ee66287f04fe3bc1c26c19ee7d570b2
parentc101bb9d23aadd9dc7c00375def6ffecd3404686
nl80211: Work around nl_socket_set_nonblocking on Android

system/core/libnl_2 does not include nl_socket_set_nonblocking(), so
need to implement that to fix the build.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c