From owner-freebsd-wireless@FreeBSD.ORG Thu Sep 8 13:54:16 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B1D310656D7; Thu, 8 Sep 2011 13:54:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id F17C38FC19; Thu, 8 Sep 2011 13:54:15 +0000 (UTC) Received: by yib19 with SMTP id 19so790855yib.13 for ; Thu, 08 Sep 2011 06:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=piP/bgjQzbVJrXP6axdUqPAR4MU49SbsdUJjPKD3B+Q=; b=I/+rSnpzwozZ2fQprDIEgbA2D/IEsoh/A7GPHow4FBeJhyspJiGtI7NvnZreyxdt8k z+rP+BASvn2/pNyPZ4Feku5jyfQlFXg1SRmaiLHLu7FPL9nZdJ2/hKLPv7GLagG4A0gZ QH0jGrwgIEzJqWqqRjwNyc1rlyIERQcSFmTrA= MIME-Version: 1.0 Received: by 10.236.187.2 with SMTP id x2mr4351099yhm.95.1315490055240; Thu, 08 Sep 2011 06:54:15 -0700 (PDT) Received: by 10.236.103.6 with HTTP; Thu, 8 Sep 2011 06:54:15 -0700 (PDT) In-Reply-To: <038BB269-7FC5-46B6-A7C0-80D42ACFC087@FreeBSD.org> References: <201109062237.00788.jpaetzel@freebsd.org> <248CA120-66D2-47C4-AFCB-716552D5AB9D@FreeBSD.org> <201109070907.55652.jpaetzel@freebsd.org> <038BB269-7FC5-46B6-A7C0-80D42ACFC087@FreeBSD.org> Date: Thu, 8 Sep 2011 21:54:15 +0800 Message-ID: From: Adrian Chadd To: Josh Paetzel Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" , Bernhard Schmidt Subject: Re: T510 iwn and 9.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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: Thu, 08 Sep 2011 13:54:16 -0000 He meant getting something doing a wifi dump. Eg an atheros nic: ifconfig wlan0 create wlandev ath0 wlanmode monitor ifconfig wlan0 channel X:ht/40 (as appropriate) ifconfig wlan0 up tcpdump -ni wlan0 -y IEEE802_11_MONITOR -s0 -l -w pcap.out adrian