From owner-freebsd-net@FreeBSD.ORG Sat Mar 27 15:10: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 DAA161065679 for ; Sat, 27 Mar 2010 15:10: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 C9EBA8FC2D for ; Sat, 27 Mar 2010 15:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2RFA3tP093584 for ; Sat, 27 Mar 2010 15:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2RFA3h3093583; Sat, 27 Mar 2010 15:10:03 GMT (envelope-from gnats) Date: Sat, 27 Mar 2010 15:10:03 GMT Message-Id: <201003271510.o2RFA3h3093583@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Eugeny N Dzhurinsky Cc: Subject: 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: Eugeny N Dzhurinsky List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 15:10:03 -0000 The following reply was made to PR bin/142547; it has been noted by GNATS. From: Eugeny N Dzhurinsky To: bug-followup@FreeBSD.org, sweetpea-freebsd@tentacle.net Cc: Subject: bin/142547: wpa_supplicant(8) drops connection on key renegotiation Date: Sat, 27 Mar 2010 17:01:17 +0200 Hello! I'm not sure, but the problem with wpa_supplicant occurs on FreeBSD 8.0 stable with recent sources. The problem occurs only with if_ath driver (with if_rum no such problem occurs). The symptoms are - no network packets are transferred after group key renegotiation occurs. restarting wpa_supplicant helps. The only workaround I found for now is to setup AP with wpa_group_rekey=1800 -- Eugene N Dzhurinsky