From owner-freebsd-net@FreeBSD.ORG Sat Oct 9 12:33:16 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 9C1DC106564A; Sat, 9 Oct 2010 12:33:16 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 34B448FC17; Sat, 9 Oct 2010 12:33:15 +0000 (UTC) Received: by vws1 with SMTP id 1so433112vws.13 for ; Sat, 09 Oct 2010 05:33:15 -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=f2a4S8fS4ZKds98prAndc+M57tzM5/fUeC+WZfSZ8+0=; b=q8hz2JDEhAjgn1LpdvVm9xKvfBWB8ZtRELsEAHGVRH9ASxuoi0TUGibBWQVtYYzhqh XD/c8huUPjMFbfiY4dLixPYqdJ0S/+fVXW6peuUlc23Kmwt6XaTmWEyxK2hPwid1PtB7 k38E4IrpEapSHS5DLUBTSBri3tnCmqDt4+Kd4= 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=w5xu1BGFycEjnEHX08KFue84jyE1paAVl7KVMZaFij9GKwVn1dagtn30BAHSzOIP7m +whVKaCt7uJRDXt/uvyHEb4lcrrndRUI8UbnrJDCj4XngJknJa4tvGNZZTAJ/qRMXkZg 3GDjHowRoU6wT+BNOswbezVuaBjhybTJDQ9gI= MIME-Version: 1.0 Received: by 10.220.182.3 with SMTP id ca3mr1107322vcb.273.1286627594532; Sat, 09 Oct 2010 05:33:14 -0700 (PDT) Received: by 10.220.180.135 with HTTP; Sat, 9 Oct 2010 05:33:14 -0700 (PDT) In-Reply-To: <20101009061352.GB88618@FreeBSD.org> References: <4763016D.7060100@janh.de> <20101006100335.GA26843@FreeBSD.org> <20101007094918.GA15399@FreeBSD.org> <20101009061352.GB88618@FreeBSD.org> Date: Sat, 9 Oct 2010 12:33:14 +0000 Message-ID: From: Paul B Mahol To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2010 12:33:16 -0000 On 10/9/10, Alexey Dokuchaev wrote: > On Fri, Oct 08, 2010 at 06:07:31PM +0000, Paul B Mahol wrote: >> Just to clear this up, iwi(4) can not support injection (see >> iwi_raw_xmit()) >> unless you manage to hack firmware ... > > Can you perhaps comment on this thread: > > http://ubuntuforums.org/showthread.php?t=242556 > > At a glance it looks like guys use dummy interface for packet injection, > and I don't see they patch firmware in any way. If it's not a hoax, I > wonder if similar techniques can be used under FreeBSD. That patch allows only data injection so it is near to useless.