From owner-freebsd-net@FreeBSD.ORG Thu Sep 16 15:08:14 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 71A471065672 for ; Thu, 16 Sep 2010 15:08:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2B1538FC0A for ; Thu, 16 Sep 2010 15:08:14 +0000 (UTC) Received: by gwb15 with SMTP id 15so527153gwb.13 for ; Thu, 16 Sep 2010 08:08:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=hCFXoEhb+d8vmr//Vc3+stEvS3uylgcocnPqKOTYx1A=; b=pzLcTev4ohEifte/t12ikoh1jkrgI366zzTD61l0/VhQP4MqkcT8/mu2TIGDtpJSiH TJLoWpgMGAW8s/LxzXFP3+G69uKuw04YD2T3eS7cLE8J8b8ERQYQI3e8peZpmEA6SoCd qy0HqV9G8GK7F9q4vVU5R/rmCnuniAFYk25hg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=CjXWZvQqYXsg3znClHeQ8aJFMJ0seQqNS7xdSbOVVebjR8Wf/7wTbW8i58DvzWx6UL +dUjTOn9AEbG8G+l8B0aCSxLdPiblsgB1rvT4ARB4YFRxkMseVrxRwUAQZ4ZS95QDl0z dDC3RCw6cC7w0mT4/fOtExxW5033Jkfs5Gf58= MIME-Version: 1.0 Received: by 10.150.11.10 with SMTP id 10mr436267ybk.177.1284649693595; Thu, 16 Sep 2010 08:08:13 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.231.156.206 with HTTP; Thu, 16 Sep 2010 08:08:13 -0700 (PDT) In-Reply-To: <201009070131.42522.milu@dat.pl> References: <201009070131.42522.milu@dat.pl> Date: Thu, 16 Sep 2010 23:08:13 +0800 X-Google-Sender-Auth: 5E1TgWjwvsEYE9EltOgyFxgMRog Message-ID: From: Adrian Chadd To: Maciej Milewski Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:08:14 -0000 On 7 September 2010 07:31, Maciej Milewski wrote: > The wpa_supplicant.conf isn't complicated: > network=3D{ > =A0 =A0 =A0 =A0ssid=3D"NET5" > =A0 =A0 =A0 =A0psk=3Dthelongpskphrase > } > > AFAIR this card was working fine in hostap mode. > > How can I help in fixing the issue? How long is the PSK? :) I'm not at all familiar with the crypto/keycache code in the atheros drivers yet, sorry. Have you tried a (much) shorter PSK? 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. Adrian