From owner-freebsd-net@FreeBSD.ORG Sun Sep 21 22:04:03 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29C4F106566B; Sun, 21 Sep 2008 22:04:03 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id F105B8FC1C; Sun, 21 Sep 2008 22:04:02 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m8LM425j053462 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 21 Sep 2008 15:04:02 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48D6C4D1.7030301@freebsd.org> Date: Sun, 21 Sep 2008 15:04:01 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: "Paul B. Mahol" References: <20080921183530.V31429@ury.york.ac.uk> <3a142e750809211436v7bb5c7beqd55c7fe55ed6f449@mail.gmail.com> In-Reply-To: <3a142e750809211436v7bb5c7beqd55c7fe55ed6f449@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: freebsd-net@freebsd.org, Gavin Atkinson Subject: Re: Backporting iwn(4): WPA auth hangs... Help! X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 22:04:03 -0000 Paul B. Mahol wrote: > On 9/21/08, Gavin Atkinson wrote: > >> Hi all, >> >> I'm attempting to backport the iwn(4) driver for the Intel 4965 driver >> from -HEAD to RELENG_7 and am getting stuck with it at one particular >> point: WPA authentication times out. >> >> I've so far tried to both take the -HEAD driver and de-vapify etc. it, and >> also to take a pre-vap version of the driver and bring in required >> changes. Both fail in exactly the same way, with authentication timing >> out. I have verified that the laptop can successfully connect to the same >> network with -HEAD and the same wpa_supplicant.conf file. I've attached >> the log file from wpa_supplicant. Code can be found at >> http://people.freebsd.org/~gavin/iwn/ - I'm currently working with the >> updated-from-pre-vap version so that's the one that generated the log file >> and is probably the best to look at. >> >> Sadly I don't have the infrastructure at the moment to test if the >> driver works with WEP. >> >> Any help or pointers would be greatfully received, >> >> Thanks! >> >> Gavin >> > > I can't understand why is IEEE80211_C_STA removed in both versions. > _______________________________________________ > There is no explicit STA capability in RELENG_7; it only exists in HEAD. Sam