From owner-freebsd-wireless@FreeBSD.ORG Mon Nov 5 14:49:57 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB69CC78 for ; Mon, 5 Nov 2012 14:49:56 +0000 (UTC) (envelope-from onyx@z-up.ru) Received: from mx.z-up.ru (mx.z-up.ru [92.50.244.44]) by mx1.freebsd.org (Postfix) with ESMTP id 428588FC15 for ; Mon, 5 Nov 2012 14:49:55 +0000 (UTC) Received: from onyx-y550p.loc (unknown [10.178.237.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.z-up.ru (Postfix) with ESMTPSA id B885C11464 for ; Mon, 5 Nov 2012 18:49:36 +0400 (GMT-4) From: Dmitry Kolosov To: freebsd-wireless@freebsd.org Subject: Re: Replacing wireless nic on my router Date: Mon, 5 Nov 2012 18:49:50 +0400 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; i386; ; ) References: <201211042144.08807.onyx@z-up.ru> In-Reply-To: <201211042144.08807.onyx@z-up.ru> X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201211051849.51278.onyx@z-up.ru> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: onyx@z-up.ru List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 14:49:57 -0000 Please take a look at this: http://pastebin.com/7H0BGTfZ This is a tcpdump output on wireless router. Here, f0:7d:68:af:0e:b6 - is my wireless router 1) 00:1f:3a:25:47:2e - is my wireless client 3) First 2 packets from client (after powering up) contains something like "Receiver not Ready". Huh.. Also, packets from 1) to 3) never reaches 3). As you can see, 00:1f:3a:25:47:2e asking for DHCP (BOOTP/DHCP, Request packets) over and over again. Same time, on client 3) tcpdump shows only request and no reply coming at all, except packets with ethertype EAPOL (0x888e) (auth?) Any ideas?