From owner-freebsd-current@FreeBSD.ORG Fri Jul 1 17:16:51 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEC016A432 for ; Fri, 1 Jul 2005 17:16:51 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324C243D1F for ; Fri, 1 Jul 2005 17:16:51 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.94] ([66.127.85.94]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j61HGoms012245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 Jul 2005 10:16:50 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42C57A9A.5050008@errno.com> Date: Fri, 01 Jul 2005 10:17:14 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <20050621205048.GA61951@freebie.xs4all.nl> In-Reply-To: <20050621205048.GA61951@freebie.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Getting WPA to work on ath(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 17:16:51 -0000 Wilko Bulte wrote: > Hi, > > Today I decided to spend some time getting WPA to work > on my Netgear ath(4) card. The base station is a Netgear > WG602V3. The AP is configured with WPA-PSK (it cannot do > anything else). > > To make sure that things are sortof sound on the AP side > I have setup 2 laptops using Windows with WPA. Both work > OK. > > One of these laptops that has the Netgear card and is dual > boot with -current. > > Basically FreeBSD also (but only sortof) works with WPA > on the ath(4). > > I setup a wpa_supplicant.conf taking the 'home network' > example from the man page. > > What I get from wpa_supplicant on a regular interval is: > > Trying to associate with (SSID= freq=2412MHz) > Associated with > WPA: Key negotiation completeted with [PTK=CCMP GTK=TKOP] > > to the outside world correctly> > > Disconnect event - remove keys <--- why is this? > > This process repeats itself over and over. > > Am I missing something obvious? > Actual logs from wpa_supplicant are required to diagnose wpa problems. Usually a single -d option is sufficient; -dd is often too verbose. Also useful is the output of 80211stats from tools/tools/ath. Sam