Date: Fri, 15 Jun 2007 22:16:50 -0700 From: Sam Leffler <sam@errno.com> To: src-committers@FreeBSD.org Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211_proto.c Message-ID: <46737242.6060908@errno.com> In-Reply-To: <200706160513.l5G5DnJK064547@repoman.freebsd.org> References: <200706160513.l5G5DnJK064547@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Sam Leffler wrote: > 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 > http://cvsweb.FreeBSD.org/src/sys/net80211/ieee80211_proto.c.diff?r1=1.38&r2=1.39 > > Reviewed by: sephe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46737242.6060908>