From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 18:57:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1A651065673 for ; Thu, 26 Feb 2009 18:57:47 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 93C108FC21 for ; Thu, 26 Feb 2009 18:57:47 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from fracasso.3dresearch.com (pool-96-236-181-134.pitbpa.east.verizon.net [96.236.181.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id E3C50B4A24 for ; Thu, 26 Feb 2009 13:57:46 -0500 (EST) Received: from fracasso.3dresearch.com (fracasso.3dresearch.com [10.61.70.2]) by fracasso.3dresearch.com (Postfix) with ESMTP id 285D217267 for ; Thu, 26 Feb 2009 13:57:45 -0500 (EST) From: Janos Dohanics Organization: 3D RESEARCH To: FreeBSD Questions Date: Thu, 26 Feb 2009 13:57:44 -0500 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902261357.44338.web@3dresearch.com> Subject: wlan_scan_ap and wlan_scan_sta X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 18:57:49 -0000 According to the Handbook, I can compile into the kernel device wlan_scan_ap # 802.11 AP mode scanning device wlan_scan_sta # 802.11 STA mode scanning But when I do, I get: config: Error: device "wlan_scan_ap" is unknown config: Error: device "wlan_scan_sta" is unknown config: 2 errors *** Error code 1 1 error *** Error code 2 1 error I'm wondering why? 6.4-PRERELEASE, amd64 -- Janos Dohanics