Date: Sat, 16 Jun 2007 05:13:48 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_proto.c Message-ID: <200706160513.l5G5DnJK064547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2007-06-16 05:13:48 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_proto.c Log: Correct state machine handling of AUTH -> AUTH transitions that pass through wpa_supplcant. If a sta is deauth'd (e.g. due to inactivity) with roaming mode set to manual then a subsequent MLME assoc request will be incorrectly handled and the station will never reauthenticate. To fix this interpret a reason code of zero as sufficient to send an auth request frame. Revision Changes Path 1.39 +1 -0 src/sys/net80211/ieee80211_proto.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706160513.l5G5DnJK064547>