From owner-cvs-src@FreeBSD.ORG Sat Jun 16 05:16:51 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F39216A400; Sat, 16 Jun 2007 05:16:51 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 352DB13C458; Sat, 16 Jun 2007 05:16:51 +0000 (UTC) (envelope-from sam@errno.com) Received: from sam-lefflers-powerbook-g4-15.local ([10.0.0.178]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l5G5GofM021300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Jun 2007 22:16:50 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <46737242.6060908@errno.com> Date: Fri, 15 Jun 2007 22:16:50 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200706160513.l5G5DnJK064547@repoman.freebsd.org> In-Reply-To: <200706160513.l5G5DnJK064547@repoman.freebsd.org> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211_proto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2007 05:16:51 -0000 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