From owner-freebsd-current@FreeBSD.ORG Fri Sep 30 13:46:13 2005 Return-Path: X-Original-To: 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 EBC0616A41F for ; Fri, 30 Sep 2005 13:46:13 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.76.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB5B43D49 for ; Fri, 30 Sep 2005 13:46:13 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc14) with ESMTP id <2005093013461201400p4km6e>; Fri, 30 Sep 2005 13:46:12 +0000 Message-ID: <433D41A3.5000606@computer.org> Date: Fri, 30 Sep 2005 08:46:11 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stefan Ehmann References: <1128074359.1482.17.camel@localhost> In-Reply-To: <1128074359.1482.17.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: wpa_supplicant + open APs 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, 30 Sep 2005 13:46:14 -0000 Stefan Ehmann wrote: > I'm using the if_iwi driver. At home I'm using WPA, at work there's an > open AP. I want to use wpa_supplicant for both, so I don't need to edit > configs each time I switch locations. > > wpa_supplicant works fine with the WPA setup but fails to associate with > the open AP. > > My wpa_supplicant.conf looks something like this: > > ctrl_interface_group=0 > eapol_version=1 > ap_scan=1 > fast_reauth=1 > > network={ > ssid="homessid" > key_mgmt=WPA-PSK > psk="mypass" > } > > network={ > ssid="workssid" > key_mgmt=NONE > } > > The same config file works fine using Linux, so I believe it should be > correct. > > Has anyone succeeded in wpa_supplicant and open APs? Does it work it at > all or is this just a if_iwi problem? I can get it working with both WPA-PSK and open sites. Does your office hide the ssid? if so try scan_ssid=1. [OT] My problem is I can't get WEP to work. You? > > wpa_supplicant correctly detects the AP when scanning, but the following > lines look bogus (especially the 00:00:00:00:00:00 instead of the real > MAC) > > wpa_driver_bsd_set_drop_unencrypted: enabled=0 > wpa_driver_bsd_associate: ssid 'homessid' wpa ie len 0 pairwise 0 group > 0 key mgmt 2 > wpa_driver_bsd_associate: set PRIVACY 0 > Setting authentication timeout: 5 sec 0 usec > Authentication with 00:00:00:00:00:00 timed out. > Added BSSID 00:00:00:00:00:00 into blacklist > > More debug output can be provided if needed. > > Thanks. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Regards, Eric