From owner-freebsd-net@FreeBSD.ORG Fri Oct 8 11:48:58 2010 Return-Path: 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 459A2106564A; Fri, 8 Oct 2010 11:48:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 09CA68FC0C; Fri, 8 Oct 2010 11:48:57 +0000 (UTC) Received: by pwi8 with SMTP id 8so242841pwi.13 for ; Fri, 08 Oct 2010 04:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=n0kEkzPOpdhmIEPZ9hFsT/h0ZYC94rkx6JO17/ODHKE=; b=aypIQvKXzpJxxyLQ6rOLGnb5EP2ue/ed7Pk4WaSq828tOG9E3cOjgnGBTFdA7/MHRn iS+rQlATdujRIVChM4chNKAhMHVilJuuerPDcceJSZFhlYYvS+g+Xrto256//rg05gJS dgQYhWcrBnlved3JFkPNi+/8NdUom4Yhrs4tU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=i3p3ufiA3A0KerPGe9tFNl264VBBTSAn6Aqw1YLvE2hIkW4h8Nf2qAzvODYJaSLbrq OwsbDR3WmhWd7grFkxvNe8LfU9ZWbABcBJ86Ffz0VJ1ytrVIGVMzG8khQMMDmhZjwyF1 CUiPCDb1WknY6lf2ScDW2F4whhzZDpeI3NQKM= MIME-Version: 1.0 Received: by 10.114.127.18 with SMTP id z18mr2486127wac.171.1286538537604; Fri, 08 Oct 2010 04:48:57 -0700 (PDT) Received: by 10.220.187.194 with HTTP; Fri, 8 Oct 2010 04:48:57 -0700 (PDT) In-Reply-To: <20101008091633.GA21612@FreeBSD.org> References: <4763016D.7060100@janh.de> <20101006100335.GA26843@FreeBSD.org> <20101007094918.GA15399@FreeBSD.org> <20101008091633.GA21612@FreeBSD.org> Date: Fri, 8 Oct 2010 11:48:57 +0000 Message-ID: From: Paul B Mahol To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: Brandon Gooch , Adrian Chadd , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 11:48:58 -0000 On 10/8/10, Alexey Dokuchaev wrote: > On Thu, Oct 07, 2010 at 12:44:20PM +0000, Paul B Mahol wrote: >> On 10/7/10, Adrian Chadd wrote: >> > finding where the regression happened - eg, which revision along the >> > 6.x/head branch at the time caused the issue, would likely help >> > Bernard very much.. > > Certainly, if my resources would permit, I'd bisect to offending > revision(s) myself. However, I'm away from home right now, with just my > laptop with me with no free space to host another FreeBSD installation. > >> Also, exact instructions how to reproduce problem would help. > > That's easy: > # aireplay-ng -9 iwi0 ;-) > >> Monitor and injection work commpletly different after vap. >> >> I do not think that kismet and aircrack-ng from ports are patched at all. > > This is at least partially true; SVN trunk of aircrack-ng behaves better > than 1.1 version from ports (WRT infamous wi_write() problem). I will > work out patches for the port after kernel side will get fixed. Heh, you are wrong, svn trunk of aircrack-ng is broken versus wi_write() "problem". Look at "famous" ticket number 666 Injection on FreeBSD (I forgot exact revision) will work only in AHDEMO mode. Unlike before you can not inject in MONITOR mode.