]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use driver event to indicate failure on authentication retry
authorJouni Malinen <j@w1.fi>
Sun, 4 Dec 2011 20:28:30 +0000 (22:28 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 4 Dec 2011 20:28:30 +0000 (22:28 +0200)
commit8c3ba0784ee28cae1978a7d31d6660121e8e1430
treef41a79b92196895d07d955c4fb4c6943d76ccd3a
parent14115a108901616aa83e800609118146b9487d93
nl80211: Use driver event to indicate failure on authentication retry

When using authentication retry within driver_nl80211.c, a failure on the
second attempt has to be indicated with a driver event since the return
code from wpa_driver_nl80211_authenticate() is not actually delivered to
the core code in that case.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c