]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Ignore deauth/disassoc event during Connect reassociation
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 24 Mar 2016 20:33:48 +0000 (22:33 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 24 Mar 2016 20:35:10 +0000 (22:35 +0200)
commit1126c0787d04d7c3991e2fc912fb7c82744bc0a1
treedbd558d4785e6bde7ff7867bfaf28223f3c04b86
parent6a5ee810a367dfa20abcd2ca3695cc778641b2e5
nl80211: Ignore deauth/disassoc event during Connect reassociation

cfg80211 reports a deauth/disassoc event when internally clearing
connection with the previous BSS. Ignore that event to allow the new
connect command to complete.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_event.c