From owner-freebsd-net@FreeBSD.ORG Tue Jan 19 06:40:03 2010 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56693106566C for ; Tue, 19 Jan 2010 06:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0EC8FC14 for ; Tue, 19 Jan 2010 06:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0J6e2A9067715 for ; Tue, 19 Jan 2010 06:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0J6e2aY067714; Tue, 19 Jan 2010 06:40:02 GMT (envelope-from gnats) Date: Tue, 19 Jan 2010 06:40:02 GMT Message-Id: <201001190640.o0J6e2aY067714@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Kevin Dorne Cc: Subject: Re: bin/142547: wpa_supplicant(8) drops connection on key renegotiation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kevin Dorne List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2010 06:40:03 -0000 The following reply was made to PR bin/142547; it has been noted by GNATS. From: Kevin Dorne To: James McNaughton Cc: bug-followup@freebsd.org Subject: Re: bin/142547: wpa_supplicant(8) drops connection on key renegotiation Date: Mon, 18 Jan 2010 22:31:18 -0800 On Mon, Jan 18, 2010 at 09:23:16PM -0800, James McNaughton wrote: > I have observed the same behavior on 7-STABLE built from source 1/18/10. > > Another workaround which doesn't take down the link is: > wpa_cli reassociate Ah, a much better solution. Thanks! The problems directly coincide with the "TKIP ICV mismatch on decrypt" messages. When they are appearing in the log, I have no network. When they stop showing up (after reassociate, on boot, or after restarting the interface), the network works fine.