From owner-freebsd-net@FreeBSD.ORG Sun Dec 20 15:46:20 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA201065672 for ; Sun, 20 Dec 2009 15:46:20 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf00.insightbb.com (mxsf00.insightbb.com [74.128.0.70]) by mx1.freebsd.org (Postfix) with ESMTP id 872C98FC15 for ; Sun, 20 Dec 2009 15:46:20 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.47,427,1257138000"; d="scan'208";a="726877154" Received: from unknown (HELO mxsf10.insightbb.com) ([172.31.249.60]) by mxsf00.insightbb.com with ESMTP; 20 Dec 2009 10:46:15 -0500 X-IronPort-AV: E=Sophos;i="4.47,427,1257138000"; d="scan'208";a="12964890" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf10.insightbb.com with ESMTP; 20 Dec 2009 10:46:15 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsgEAA/VLUvQLicL/2dsb2JhbACBStAvhC4E X-IronPort-AV: E=Sophos;i="4.47,427,1257138000"; d="scan'208";a="238812492" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout01.insightbb.com with ESMTP; 20 Dec 2009 10:46:14 -0500 From: Steven Friedrich To: freebsd-net@freebsd.org Date: Sun, 20 Dec 2009 10:46:08 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912201046.08184.freebsd@insightbb.com> Subject: ap_scan values 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: Sun, 20 Dec 2009 15:46:20 -0000 I've been using a Project Evil Windows ethernet driver wrapped by NDIS. I use wpa, and in /etc/wpa_supplicant.conf, I have the following line: ap_scan=2 Our man page, for wpa_supplicant.conf states that this value should always be 1, but I had to set it to 2 to get it to work. I believe this is because we're using a windows driver so we need to pretend we're running Windows. So I had to set it to 1 when I want to use the bwi driver (new for 8.0) or uath driver. Once I made this change, bwi works. uath still escapes me. I hope someone changes the man page to let people know they need to use 2 when using the NDIS driver.