From owner-freebsd-current@FreeBSD.ORG Thu Apr 28 23:02:56 2005 Return-Path: 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 8291316A4CE for ; Thu, 28 Apr 2005 23:02:56 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A0243D53 for ; Thu, 28 Apr 2005 23:02:56 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j3SN2sms085978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Apr 2005 16:02:54 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42716C48.9070206@errno.com> Date: Thu, 28 Apr 2005 16:05:44 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Candler References: <20050428121447.GA90430@uk.tiscali.com> <42715889.7070202@errno.com> <20050428222831.GB1308@uk.tiscali.com> In-Reply-To: <20050428222831.GB1308@uk.tiscali.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: wpa_supplicant causes panic in ieee80211_newstate X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Apr 2005 23:02:56 -0000 Brian Candler wrote: > On Thu, Apr 28, 2005 at 02:41:29PM -0700, Sam Leffler wrote: > >>wi does not support wpa but you shouldn't get a panic. I'll check out >>the panic. > > > Cheers. > > Is there a canonical list of cards which *do* support WPA? I was guessing > (probably wrongly) that anything under the 80211 layer would. ath supports it. ndis recently grew wpa-psk support which may do what you want. other drivers are waiting someone to pitch in--it's not real hard for a driver that uses the net80211 layer properly. Sam