linux/net/ieee80211/softmac
Daniel Drake 6ae15df16e [PATCH] softmac: Fix handling of authentication failure
My router blew up earlier, but exhibited some interesting behaviour during
its dying moments. It was broadcasting beacons but wouldn't respond to
any authentication requests.

I noticed that softmac wasn't playing nice with this, as I couldn't make it try
to connect to other networks after it had timed out authenticating to my ill
router.

To resolve this, I modified the softmac event/notify API to pass the event
code to the callback, so that callbacks being notified from
IEEE80211SOFTMAC_EVENT_ANY masks can make some judgement. In this case, the
ieee80211softmac_assoc callback needs to make a decision based upon whether
the association passed or failed.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-06-05 15:51:30 -04:00
..
ieee80211softmac_assoc.c [PATCH] softmac: Fix handling of authentication failure 2006-06-05 15:51:30 -04:00
ieee80211softmac_auth.c [PATCH] softmac: complete shared key authentication 2006-06-05 15:51:29 -04:00
ieee80211softmac_event.c [PATCH] softmac: Fix handling of authentication failure 2006-06-05 15:51:30 -04:00
ieee80211softmac_io.c [PATCH] softmac: complete shared key authentication 2006-06-05 15:51:29 -04:00
ieee80211softmac_module.c [PATCH] softmac: suggest per-frame-type TX rate 2006-05-05 17:10:41 -04:00
ieee80211softmac_priv.h [PATCH] softmac: suggest per-frame-type TX rate 2006-05-05 17:10:41 -04:00
ieee80211softmac_scan.c [PATCH] softmac: make non-operational after being stopped 2006-05-05 16:55:22 -04:00
ieee80211softmac_wx.c [PATCH] softmac: suggest per-frame-type TX rate 2006-05-05 17:10:41 -04:00
Kconfig [PATCH] softmac: complete shared key authentication 2006-06-05 15:51:29 -04:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00