From owner-freebsd-current@FreeBSD.ORG Thu Jun 16 20:39:53 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 887B916A41C for ; Thu, 16 Jun 2005 20:39:53 +0000 (GMT) (envelope-from snow+freebsd-current@teardrop.org) Received: from imladris.teardrop.org (imladris.teardrop.org [66.92.66.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532F543D48 for ; Thu, 16 Jun 2005 20:39:53 +0000 (GMT) (envelope-from snow+freebsd-current@teardrop.org) Received: by imladris.teardrop.org (Postfix, from userid 100) id A0E40BF6FB; Thu, 16 Jun 2005 16:40:44 -0400 (EDT) Date: Thu, 16 Jun 2005 16:40:44 -0400 From: James Snow To: Sam Leffler Message-ID: <20050616204044.GC98695@teardrop.org> References: <20050616191450.GA98695@teardrop.org> <42B1D9D9.7040604@errno.com> <20050616200450.GB98695@teardrop.org> <42B1DD17.3000601@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42B1DD17.3000601@errno.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: WPA Supplicant doesn't see my SSIDs? 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, 16 Jun 2005 20:39:53 -0000 On Thu, Jun 16, 2005 at 01:12:07PM -0700, Sam Leffler wrote: > > Are these ap's hiding their ssid? Seems so. Apparently they recently upgraded IOS on these APs and it did all kinds of strange things to them. They checked off the bizzarely named box that enabled SSID broadcasts and now I see the SSID: x40# ifconfig ath0 list scan SSID BSSID CHAN RATE S:N INT CAPS 0x000000000... 00:07:eb:30:c6:de 1 11M 30:0 100 EPS SDC-WAP-001 00:0f:66:18:20:00 6 11M 5:0 100 E external 00:0e:83:af:77:f5 40 54M 28:0 100 EP WPA WME 0... 00:0e:38:51:ca:6c 52 54M 30:0 100 EP WPA WME Then four EAPOL keys are exchanged and: Jun 16 16:33:54.345757: WPA: Installing PTK to the driver. Jun 16 16:33:54.345767: WPA: RSC - hexdump(len=6): 00 00 00 00 00 00 Jun 16 16:33:54.345804: wpa_driver_bsd_set_key: alg=TKIP key_idx=0 set_tx=1 seq_len=6 key_len=32 ioctl[SIOCS80211, op 19, len 60]: Device not configured Jun 16 16:33:54.345862: WPA: Failed to set PTK to the driver. Jun 16 16:33:54.647313: Setting scan request: 0 sec 100000 usec Jun 16 16:33:54.647344: Added BSSID 00:0e:83:af:77:f5 into blacklist Jun 16 16:33:54.647358: Disconnect event - remove keys My ath card at boot: ath0: mem 0xd0200000-0xd020ffff irq 11 at device 2.0 on pci2 ath0: Ethernet address: 00:0e:9b:6e:60:fc ath0: mac 5.9 phy 4.3 radio 3.6 It's the onboard wireless in a ThinkPad X40, 2371H9U. -Snow