From owner-freebsd-current@FreeBSD.ORG Thu Jun 23 20:41:44 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 D48CD16A439 for ; Thu, 23 Jun 2005 20:41:44 +0000 (GMT) (envelope-from snow@teardrop.org) Received: from imladris.teardrop.org (imladris.teardrop.org [66.92.66.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98CA143D53 for ; Thu, 23 Jun 2005 20:41:44 +0000 (GMT) (envelope-from snow@teardrop.org) Received: by imladris.teardrop.org (Postfix, from userid 100) id 26612BF987; Thu, 23 Jun 2005 16:43:26 -0400 (EDT) Date: Thu, 23 Jun 2005 16:43:25 -0400 From: James Snow To: Wilko Bulte Message-ID: <20050623204325.GA72574@teardrop.org> References: <20050621205048.GA61951@freebie.xs4all.nl> <050622074135F.25017@www.mmlab.cse.yzu.edu.tw> <20050623202416.GA64730@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050623202416.GA64730@freebie.xs4all.nl> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Fri, 24 Jun 2005 14:21:40 +0000 Cc: Tai-hwa Liang , 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: Thu, 23 Jun 2005 20:41:45 -0000 On Thu, Jun 23, 2005 at 10:24:16PM +0200, Wilko Bulte wrote: > On Wed, Jun 22, 2005 at 07:51:01AM +0800, Tai-hwa Liang wrote.. > > > > Did you enable WME on the AP? I remembered that AP would deauth. your I also had to disable WME on my ath(4) interface to get the AP to stop freaking out. > My AP does not have such a selection option. Don't know if mine did or not, but I only had to disable it on the ath(4) interface to solve my problem. > The situation seems to have improved now that I have enabled SSID > broadcasting on my AP, and at the same time removed the > > scan_ssid=1 > > from my wpa_supplicant.conf I also had to enable SSID broadcasting on my AP to get this setup to work. I didn't leave scan_ssid=1 in my .conf file, so I don't know what effect it had. > > If that still doesn't work, try to turn more debugging message on with: > > > > 80211debug +debug +crypto +auth > > Is this a seperate tool I need to get from somewhere? It's in /usr/src/tools/tools/ath. It's been very useful for me. You might also try 'ifconfig ath0 list scan' while wpa_supplicant is running and with SSID broadcasting turned _off_ on the AP. I'd be curious to see if you have the same problem that I had. (An empty SSID string.) Hope that helps. -Snow