nl80211: Mask out deauth even after own deauth request
authorJouni Malinen <j@w1.fi>
Sun, 13 Apr 2014 08:39:49 +0000 (11:39 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 13 Apr 2014 08:39:49 +0000 (11:39 +0300)
commitd6a36f3956cc49c77376eceaef2e14548ca0bf30
treeac44c8e606ddeb8ee708b5809d634db4215262d8
parente7388bd9073e77b932f71b2a7a3734a63c88b528
nl80211: Mask out deauth even after own deauth request

This was already done for the disconnect event, but
SME-in-wpa_supplicant case needs to do same with the deauth event to
avoid getting extra events during WPS disconnect-and-reconnect sequence.
This can speed up WPS processing by removing unnecessary failures or
retries due to the extra event being processed during the next
association attempt.

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