From owner-freebsd-current@FreeBSD.ORG Thu Jun 21 14:59:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DDE316A468 for ; Thu, 21 Jun 2007 14:59:02 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 17C0D13C457 for ; Thu, 21 Jun 2007 14:59:02 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l5LEx1JE065137 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Jun 2007 07:59:01 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <467A9291.90805@errno.com> Date: Thu, 21 Jun 2007 08:00:33 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070530) MIME-Version: 1.0 To: "Eric L. Chen" References: <1182410886.1320.3.camel@localhost> In-Reply-To: <1182410886.1320.3.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Wireless capture X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2007 14:59:02 -0000 Eric L. Chen wrote: > Hi, > I did wireless frame capture with wireshark, It works fine while I'm > using FreeBSD-6. > After I upgraded FreeBSD-7, I got a message: > ieee80211_load_module: load the wlan_scan_monitor module by hand for > now. > > But I can not find out 'wlan_scan_monitor' module, only wlan_scan_ap and > wlan_scan_sta in /boot/kernel. You can ignore the complaint as monitor mode does not scan; you always must set the channel. I've contemplated doing a monitor-mode scanning module that could be used to continuously collect something like a site survey. Sam