linux/net/wireless
Johannes Berg ea416a793d cfg80211: report userspace SME connected event properly
Instead of hacking the event reporting into the
__cfg80211_connect_result() function which is also
invoked by others, set up things correctly and then
invoke that function, so that it can do more sanity
checking.

Also, it is currently not possible to get a ROAMED
event from the userspace SME anyway since we send
out a DISCONNECTED event when it disassociates and
then a new CONNECTED event on the next association.

Thanks to Zhu Yi for pointing out that the code is
somewhat convoluted and doesn't warn when it should.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-20 11:35:57 -04:00
..
Kconfig
Makefile
chan.c
core.c cfg80211: fix deadlock 2009-08-20 11:35:56 -04:00
core.h cfg80211: check for and abort dangling scan requests 2009-08-14 09:14:07 -04:00
debugfs.c
debugfs.h
ibss.c
lib80211.c
lib80211_crypt_ccmp.c
lib80211_crypt_tkip.c
lib80211_crypt_wep.c
mlme.c cfg80211: report userspace SME connected event properly 2009-08-20 11:35:57 -04:00
nl80211.c
nl80211.h
radiotap.c
reg.c
reg.h
scan.c cfg80211: check for and abort dangling scan requests 2009-08-14 09:14:07 -04:00
sme.c cfg80211: report userspace SME connected event properly 2009-08-20 11:35:57 -04:00
sysfs.c
sysfs.h
util.c
wext-compat.c cfg80211: export cfg80211_wext_siwfreq 2009-08-20 11:33:09 -04:00
wext-compat.h
wext-sme.c
wext.c