From owner-freebsd-net@FreeBSD.ORG Thu Sep 16 15:58:50 2010 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 DBAAE1065675 for ; Thu, 16 Sep 2010 15:58:50 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 40E058FC21 for ; Thu, 16 Sep 2010 15:58:49 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 089C951; Thu, 16 Sep 2010 17:58:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XGM3-oaxN7AY; Thu, 16 Sep 2010 17:58:44 +0200 (CEST) Received: from snifi.localnet (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 568BE2D; Thu, 16 Sep 2010 17:58:44 +0200 (CEST) From: Maciej Milewski To: Adrian Chadd Date: Thu, 16 Sep 2010 17:58:44 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.35-ARCH; KDE/4.5.1; x86_64; ; ) References: <201009070131.42522.milu@dat.pl> In-Reply-To: X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201009161758.45734.milu@dat.pl> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: ath wpa_supplicant timeouts on AR5416 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: Thu, 16 Sep 2010 15:58:50 -0000 Dnia czwartek 16 wrzesie=F1 2010 o 17:08:13 Adrian Chadd napisa=B3(a): > On 7 September 2010 07:31, Maciej Milewski wrote: > > The wpa_supplicant.conf isn't complicated: > > network=3D{ > > ssid=3D"NET5" > > psk=3Dthelongpskphrase > > } > >=20 > > AFAIR this card was working fine in hostap mode. > >=20 > > How can I help in fixing the issue? >=20 > How long is the PSK? :) 10 chars long without any special chars :) >=20 > I'm not at all familiar with the crypto/keycache code in the atheros > drivers yet, sorry. Have you tried a (much) shorter PSK? Well, I thought that 10 chars is short enough for the test but I can try ot= her=20 PSK. >=20 > I've tested WPA/WEP in client mode on the AR5416; it worked for me. > But then my PSKs are shorter (=3D< 9 characters) which may have an > impact. >=20 >=20 > Adrian I can try even smaller PSK but how to explain that on other ath based cards= I=20 have no problem connecting to the network? Maciek