From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 15:32:45 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A89106564A for ; Mon, 6 Apr 2009 15:32:45 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id B49E68FC14 for ; Mon, 6 Apr 2009 15:32:44 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy19 with SMTP id 19so1863912ewy.43 for ; Mon, 06 Apr 2009 08:32:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=q2FyCutL8NBcVooQ+7+PO1OVJ1xCighx+M5/oyFaFdQ=; b=XA5gF5fekDn4ExoIrSx8Lj/s3op5K6DPYX1rI0KZQy4ZSsOUoTQvy4TwPsMjly4KFO oj2SzqR6zVykJZBbP9m93LNgquU5G8Gl+FkYgxmp8NbnvHeKHH3bwfV+9qvD+0JTPXWq Z1GpkiID9cSMKKzbhXCjx81giEuJbtFWss+/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vdn4WzKpk26n/HYmIikObs75XmB/DzugiznjCs39g7Z9hCqoMNin7WnP80rPnf7+A1 9qTXAtMs9GVesbxmfFKNww2DApZJkalnSxfl10uVHx8OJSUB0wePVWkt/iUxwleCjAJr 7e103Yz8PVlhEPXiIHkU7h40xKEKJNT4WuYuQ= MIME-Version: 1.0 Received: by 10.210.136.10 with SMTP id j10mr3041016ebd.58.1239031963878; Mon, 06 Apr 2009 08:32:43 -0700 (PDT) In-Reply-To: <20090406092653.W48458@admin16.site.uottawa.ca> References: <20090406092653.W48458@admin16.site.uottawa.ca> Date: Mon, 6 Apr 2009 17:32:43 +0200 Message-ID: <3a142e750904060832r41febee3k1dd6e4f5d7bc0f22@mail.gmail.com> From: "Paul B. Mahol" To: Keith White Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Unable to associate using NDIS driver to WPA/WPA2 APs post 2009/03/26 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: Mon, 06 Apr 2009 15:32:45 -0000 On 4/6/09, Keith White wrote: > The platform is an msi wind U100 using an NDIS driver for the onboard > rt2860. > > This has worked well, both at home with WPA2-PSK and at work with > WPA2-EAP, until recently [post 2009/03/26?]. It stopped working > with the recent changes to if_ndis and net80211. > > My current workaround is to use older versions of wlan.ko and > if_ndis.ko, but that's not going to continue forever... Known issue, I'm slowly working on it ... any help is appreicated -- Paul