Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:35713 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754497Ab3GJRRv (ORCPT ); Wed, 10 Jul 2013 13:17:51 -0400 Message-ID: <1373476663.8385.28.camel@cumari.coelho.fi> (sfid-20130710_191755_298455_F93579D1) Subject: Re: wl127x: Unable to associate with a WPA2-PSK AP From: Luciano Coelho To: =?ISO-8859-1?Q?Jos=E9?= Miguel =?ISO-8859-1?Q?Gon=E7alves?= CC: Arik Nemtsov , Date: Wed, 10 Jul 2013 20:17:43 +0300 In-Reply-To: <51DD8C20.7010900@inov.pt> References: <51DB0ACC.7050800@inov.pt> <51DB4195.8090103@inov.pt> <1373360959.21065.183.camel@cumari.coelho.fi> <51DBD904.6020007@inov.pt> <1373362817.21065.191.camel@cumari.coelho.fi> <51DBF389.5060209@inov.pt> <51DC0E7C.9080306@inov.pt> <51DCA3EF.8090900@inov.pt> <1373448177.8385.22.camel@cumari.coelho.fi> <51DD54D4.6090502@inov.pt> <51DD8C20.7010900@inov.pt> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2013-07-10 at 17:30 +0100, José Miguel Gonçalves wrote: > On 10-07-2013 13:34, José Miguel Gonçalves wrote: > > > > I will try a new AP to see how it behaves... > > > > I've tested with my Android smartphone acting as an AP, without authentication, > and I'm also unable to associate! > > I get from iw the following error message: > > wlan0 (phy #0): failed to connect to b4:07:f9:49:cc:65, status: 1: Unspecified failure > > Complete log is here: > > http://pastebin.com/DzPmMw8i > > So, something is definitely wrong with my setup... but what? > Hope that log has some useful info for you... This definitely looks like RF problems. Especially this: [ 177.575000] wlan0: send auth to b4:07:f9:49:cc:65 (try 1/3) [ 177.595000] wlan0: send auth to b4:07:f9:49:cc:65 (try 2/3) [ 177.605000] wlcore: EVENT on mbox 1 [ 177.605000] wlcore: MBOX vector: 0x100000 [ 177.610000] wlcore: MAX_TX_FAILURE_EVENT_ID [ 177.615000] wlan0: send auth to b4:07:f9:49:cc:65 (try 3/3) [ 177.640000] wlan0: authentication with b4:07:f9:49:cc:65 timed out You are send auth requests out, but not getting anything back. Apparently you're not even getting ACKs (as pointed out by the MAX_TX_FAILURE_EVENT_ID). Do you have a sniffer? You could try to use your TP-Link dongle with wireshark to see if it works fine as a sniffer. My bet is that you'll see lots of retransmissions there. :\ -- Luca.