cvs commit: src/sys/net80211 ieee80211_proto.c

Sam Leffler sam at errno.com
Sat Jun 16 05:16:51 UTC 2007


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



More information about the cvs-all mailing list