From owner-freebsd-net@FreeBSD.ORG  Fri Oct  8 13:48:03 2010
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
Delivered-To: net@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9C2761065670;
	Fri,  8 Oct 2010 13:48:03 +0000 (UTC)
	(envelope-from bschmidt@techwires.net)
Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com
	[209.85.214.54])
	by mx1.freebsd.org (Postfix) with ESMTP id E92978FC1E;
	Fri,  8 Oct 2010 13:47:55 +0000 (UTC)
Received: by bwz6 with SMTP id 6so803522bwz.13
	for <multiple recipients>; Fri, 08 Oct 2010 06:47:48 -0700 (PDT)
Received: by 10.204.133.91 with SMTP id e27mr2014543bkt.197.1286545629208;
	Fri, 08 Oct 2010 06:47:09 -0700 (PDT)
Received: from jessie.localnet (p5B0E1DC5.dip0.t-ipconnect.de [91.14.29.197])
	by mx.google.com with ESMTPS id
	x13sm2669459bki.12.2010.10.08.06.47.06
	(version=SSLv3 cipher=RC4-MD5); Fri, 08 Oct 2010 06:47:07 -0700 (PDT)
From: Bernhard Schmidt <bschmidt@techwires.net>
To: Alexey Dokuchaev <danfe@freebsd.org>
Date: Fri, 8 Oct 2010 15:47:04 +0200
User-Agent: KMail/1.13.2 (Linux/2.6.32-25-generic; KDE/4.4.2; i686; ; )
References: <4763016D.7060100@janh.de>
	<AANLkTimB4gRYYzO8UHAGHB9p0nEm5utvXTwWX+aypt5J@mail.gmail.com>
	<20101008131849.GA54860@FreeBSD.org>
In-Reply-To: <20101008131849.GA54860@FreeBSD.org>
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="koi8-r"
Content-Transfer-Encoding: 7bit
Message-Id: <201010081547.04586.bschmidt@techwires.net>
Cc: net@freebsd.org
Subject: Re: Monitor mode not working for iwi(4) on 7.X
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Oct 2010 13:48:03 -0000

On Friday, October 08, 2010 15:18:50 you wrote:
> On Thu, Oct 07, 2010 at 08:43:37PM +0200, Bernhard Schmidt wrote:
> > Try the attached patch, this is basically the code from stable/6
> > ported to head and stable/7. I did only some basic tests but monitor
> > mode seems to work and it is still possible to use the card in STA
> > mode.
> > 
> > I'm not sure why that got lost, but there must be a reason I'm not
> > seeing right now. If someone has more knowledge about that, please
> > let me know, otherwise I intend to commit it this weekend.
> 
> Unfortunately, I am getting instant panic when trying any of aircrack-ng
> suite utilities ("ifconfig iwi0 scan/list scan" works though):

I did only some basic tests with tcpdump -ne -i wlan0 -y IEEE802_11_RADIO
in monitor mode and that did work. Will check aircrack-ng later today.

-- 
Bernhard