From owner-freebsd-mobile@FreeBSD.ORG Fri Sep 1 03:32:08 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A8916A4DF for ; Fri, 1 Sep 2006 03:32:08 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC2743D46 for ; Fri, 1 Sep 2006 03:32:08 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060901033207.QXJZ23453.mta11.adelphia.net@default.chvlva.adelphia.net>; Thu, 31 Aug 2006 23:32:07 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 0FC41B5D9; Thu, 31 Aug 2006 23:32:14 -0400 (EDT) Date: Thu, 31 Aug 2006 23:32:13 -0400 From: "'Anubhav A.'" To: Sam Leffler Message-ID: <20060901033213.GA4510@holestein.holy.cow> Mail-Followup-To: Sam Leffler , freebsd-mobile@freebsd.org References: <20060816041121.GB8555@holestein.holy.cow> <20060816051613.GA41599@tenshian.pair.com> <44F708C5.6000604@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44F708C5.6000604@errno.com> Cc: freebsd-mobile@freebsd.org Subject: Re: Thanks for iwi related changes in 6-STABLE (as of 2006.08.13.11.01.57) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 03:32:09 -0000 in message <44F708C5.6000604@errno.com>, wrote Sam Leffler thusly... > > Parv wrote: > > in message <20060816041121.GB8555@holestein.holy.cow>, wrote > > Parv thusly... > >> Before Aug 13 version (Jun 3 2006) & with iwiNG driver, > >> connection will drop every 2 hours[0] & signal scan would just > >> keep looping|missing. So, after every 2 hours, I had to run[1] > >> a script to reconnect. > >> > >> Now after the update, when the connection was dropped, after > >> some seconds connection was remade without any effort on my > >> part. ... > >> [0] The Linksys WRT54G v4 unit regenerates the WPA group key > >> every > > > > above happened (reconnecting after 2 hours) only once. :( After > > the 4th hour, before reconnecting myself, i was getting this > > message repeated many times ... > > > > iwi0: [00:14:bf:1f:8e:e5] TKIP ICV mismatch on decrypt ... > I know of no issue with iwi and tkip. Can you verify this is not > ap-related? (e.g. swap ap's, check for firmware updates, etc.). I can the test another AP (which happens to be Linksys WRT54*, v5 i think) at work, which also has WPA enabled. I will check for the firmware updates for my own unit. > Otherwise try to correlate the event with things like the > re-keying intervals (GTK and PTK). Yes indeed, i did write in OP that the Linksys unit regenerates the group key every 3600 seconds. So, after making connection (with the ap), "TKIP ICV mismatch on decrypt" message is being generated after 2 hours (until iwi0 interface goes down). > An event log from wpa_supplicant and possible the net80211 layer > might help understand what's going on. What do i need to generate the output? Is setting MIBs net.wlan.debug & net.wlan.0.debug to -1 enough? > Feel free to send this info directly to me. Will do. Thanks much for the response. - Parv --