From owner-freebsd-current@FreeBSD.ORG Tue Jul 26 19:59:12 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 32FAA16A41F for ; Tue, 26 Jul 2005 19:59:12 +0000 (GMT) (envelope-from allbery@ece.cmu.edu) Received: from bache.ece.cmu.edu (BACHE.ECE.CMU.EDU [128.2.129.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D377E43D46 for ; Tue, 26 Jul 2005 19:59:10 +0000 (GMT) (envelope-from allbery@ece.cmu.edu) Received: from pyanfar.ece.cmu.edu (PYANFAR.ECE.CMU.EDU [128.2.136.40]) by bache.ece.cmu.edu (Postfix) with ESMTP id 3FF419C; Tue, 26 Jul 2005 15:59:10 -0400 (EDT) From: "Brandon S. Allbery KF8NH" To: Kirk Davis In-Reply-To: <04C71268DFDAA8499EC1A248A44B6A2B34C000@Exchange21.EDU.epsb.ca> References: <04C71268DFDAA8499EC1A248A44B6A2B34C000@Exchange21.EDU.epsb.ca> Content-Type: multipart/mixed; boundary="=-iw07IUlhdWdQoKK26jdm" Date: Tue, 26 Jul 2005 15:59:09 -0400 Message-Id: <1122407949.4882.3.camel@pyanfar.ece.cmu.edu> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "'freebsd-current@freebsd.org'" Subject: RE: 6-BETA1 iwi + wpa_supplicant fails, and sometimes silently re boots 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: Tue, 26 Jul 2005 19:59:12 -0000 --=-iw07IUlhdWdQoKK26jdm Content-Type: text/plain Content-Transfer-Encoding: 7bit I won't be able to try WPA until I get home this evening (if then). I'm still having failures and ultimately silent reboots trying to get at the unsecured network on campus, however. wpa_supplicant.conf and a debug log attached. ---Is there some secret incantation needed to disable all authentication, or is that case simply not implemented/not tested? The log shows it timing out and failing to authenticate to a null BSSID, instead of simply not authenticating at all. -- brandon s. allbery [linux,solaris,freebsd,perl] allbery@kf8nh.com system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon univ. KF8NH --=-iw07IUlhdWdQoKK26jdm Content-Disposition: attachment; filename=wpa_supplicant.conf Content-Type: text/plain; name=wpa_supplicant.conf; charset=UTF-8 Content-Transfer-Encoding: 7bit ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="800-7" scan_ssid=1 key_mgmt=WPA-PSK psk="[redacted]" #group=TKIP } network={ ssid="CMU" key_mgmt=NONE } --=-iw07IUlhdWdQoKK26jdm--