From owner-freebsd-current@FreeBSD.ORG Thu Jul 3 15:48:48 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4710106564A for ; Thu, 3 Jul 2008 15:48:48 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 982DC8FC21 for ; Thu, 3 Jul 2008 15:48:48 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so765028wfg.7 for ; Thu, 03 Jul 2008 08:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WovlCpOy1iQISe4v4fufez5saAzvki3fW0hGG6OiPVQ=; b=nKPFhAks0WAvsUvG1xxZioz/z3iXRXoFpQNp4/vD6mWu4VFAiHcGtzAo76aGG43RSI CLEMLZA3fjKEDsx5XydOcTA81XATfzMmTSG/lXPeeKLt0x/DdqfgNzmzylljPC3e5vTF QYxq16J/CsakgzbAjEiU9TWDB0oJrNqfIwxvg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=k5ZopQwc09hPAT9NE9Dm/Jvlh1KsKlQBUxDx4g6TQ+ACKKFPKgTqxJhTCq7NVHXrHg v4/u7Kj2SKf/ucuzbE5SAJg1LZPHwn1umxk9D/x9NHX5lTlrP5c79cQhjZd+bLoD//Y8 ZhUcYp49isPcyDiUHtBCLjGXKW2JZwEU+brOI= Received: by 10.143.168.4 with SMTP id v4mr28220wfo.39.1215098395460; Thu, 03 Jul 2008 08:19:55 -0700 (PDT) Received: by 10.142.231.8 with HTTP; Thu, 3 Jul 2008 08:19:55 -0700 (PDT) Message-ID: <3a142e750807030819u522cf2e0h327d044283c1223d@mail.gmail.com> Date: Thu, 3 Jul 2008 17:19:55 +0200 From: "Paul B. Mahol" To: current@freebsd.org In-Reply-To: <20080703114158.GE57570@freebsd.weongyo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080703114158.GE57570@freebsd.weongyo.org> Cc: Subject: Re: Q: 802.11 vap monitor mode 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, 03 Jul 2008 15:48:48 -0000 I belive that code is currently broken (last change in 2006). On 7/3/08, Weongyo Jeong wrote: > During testing a new driver, I got a problem to test a monitor mode at > 802.11 vap I'm using. > > # uname -a > FreeBSD kkk 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Wed May 14 11:27:37 KST > 2008 root@kkk:/usr/obj/usr/src/sys/GENERIC i386 > # ifconfig wlan0 create wlandev upgt0 wlanmode monitor > # ifconfig wlan0 up > # ifconfig > [...] > upgt0: > flags=108943 > metric 0 mtu 2290 > ether 00:0f:b5:dd:6f:36 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11g > > status: running > wlan0: > flags=28943 > metric 0 mtu 1500 > ether 00:0f:b5:dd:6f:36 > inet6 fe80::20f:b5ff:fedd:6f36%wlan0 prefixlen 64 scopeid 0xd > media: IEEE 802.11 Wireless Ethernet autoselect mode 11g > > status: running > ssid "" channel 1 (2412 Mhz 11g) bssid 00:0f:b5:dd:6f:36 > country US authmode OPEN privacy OFF txpower 0 scanvalid 60 > protmode CTS > > As seeing, it looks work but the problem is happend when I ran stumbler > (src/tools/tools/net80211/stumbler) program. > > The error message is "ioctl(BIOCSDLT): Invalid argument" that it's > emitted to screen when I execute the following command: > # ./stumbler wlan0 > > Are there something I missed? > > regards, > Weongyo Jeong > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >