Home
last modified time | relevance | path

Searched hist:"923 a0e7d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/wireless/
H A Dsme.c923a0e7d Fri Jun 28 04:38:54 CDT 2013 Johannes Berg <johannes@sipsolutions.net> cfg80211: fix bugs in new SME implementation

When splitting the SME implementation from the MLME code,
I introduced a few bugs:
* association failures no longer sent a connect-failure event
* getting disassociated from the AP caused deauth to be sent
but state wasn't cleaned up, leading to warnings
* authentication failures weren't cleaned up properly, causing
new connection attempts to warn and fail

Fix these bugs.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>