]> git.ipfire.org Git - thirdparty/hostap.git/commit
Work around Windows build issues
authorJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:56:17 +0000 (00:56 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 22:58:10 +0000 (00:58 +0200)
commitb09baf37cf78989b1d0d1ad4abecc612eccf49af
treea64d847d5142594979e0d06ff82f0052fe541d50
parent6dbbef9603f3d87ebebef9c1b4d017bdf6d95a97
Work around Windows build issues

At least MinGW did not have ENOTCONN, EOPNOTSUPP, ECANCELED, so define
these to allow the build to go through.
wpas_rrm_send_neighbor_rep_request() is not really used on Windows, so
the exact error code values do not make any difference here.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_supplicant.c