From owner-freebsd-bugs@FreeBSD.ORG Mon May 6 22:10:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0F1976DB for ; Mon, 6 May 2013 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CFA36A9F for ; Mon, 6 May 2013 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r46MA0fD055165 for ; Mon, 6 May 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r46MA0pL055164; Mon, 6 May 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 6 May 2013 22:10:00 GMT Resent-Message-Id: <201305062210.r46MA0pL055164@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, adrian chadd Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1BCC959C for ; Mon, 6 May 2013 22:04:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEFFA68 for ; Mon, 6 May 2013 22:04:46 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r46M4jSW075263 for ; Mon, 6 May 2013 22:04:45 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r46M4j3v075262; Mon, 6 May 2013 22:04:45 GMT (envelope-from nobody) Message-Id: <201305062204.r46M4j3v075262@oldred.FreeBSD.org> Date: Mon, 6 May 2013 22:04:45 GMT From: adrian chadd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/178379: [net80211] [ath] WPA rekey on the STA side fails when transmitting lots of UDP traffic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 22:10:01 -0000 >Number: 178379 >Category: misc >Synopsis: [net80211] [ath] WPA rekey on the STA side fails when transmitting lots of UDP traffic >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 06 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: adrian chadd >Release: >Organization: >Environment: >Description: When UDP iperf transmit is going on, a WPA group rekey fails and the AP ditches the station. What's going on: * FreeBSD AP -> FreeBSD STA (both ath) * AP sends a WPA rekey EAPOL message to the STA * STA updates the key, sends an EAPOL message back * AP doesn't get it, so it eventually disconnects the station. What's breaking: * The STA gets the EAPOL group rekey frame * the STA updates the keycache entry * The STA sends the EAPOL response * .. but it doesn't actually send the frame, it gets dropped by ath_start() because the buffers are all allocated. I'll dig into it some more. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: