From owner-freebsd-questions@FreeBSD.ORG Thu Jul 17 13:48:50 2008 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 BFBD31065671 for ; Thu, 17 Jul 2008 13:48:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBAC8FC0A for ; Thu, 17 Jul 2008 13:48:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl13-149.kln.forthnet.gr [77.49.140.149]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m6HDmeGo008271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 17 Jul 2008 16:48:46 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m6HDigBA096393; Thu, 17 Jul 2008 16:44:42 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m6HDifJ0096392; Thu, 17 Jul 2008 16:44:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Steven Friedrich References: <200807162021.00044.FreeBSD@insightbb.com> <87vdz5nwir.fsf@kobe.laptop> <200807170628.43279.FreeBSD@insightbb.com> Date: Thu, 17 Jul 2008 16:44:41 +0300 In-Reply-To: <200807170628.43279.FreeBSD@insightbb.com> (Steven Friedrich's message of "Thu, 17 Jul 2008 06:28:42 -0400") Message-ID: <87abgg1v7a.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m6HDmeGo008271 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.777, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.62, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Wireless client won't associate to router with SSID not broadcast 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, 17 Jul 2008 13:48:50 -0000 On Thu, 17 Jul 2008 06:28:42 -0400, Steven Friedrich wrote: > On Wednesday 16 July 2008 09:13:00 pm Giorgos Keramidas wrote: > Note: The man page for wpa_supplicant.conf incorrectly states ap_scan > values other than 1 are for other operating systems. Read > /usr/share/examples/wpa_supplicant/wpa_supplicant.conf regarding > ap_scan. Excellent, thanks for posting the details. I've filed a PR with the text shown below, and I'll take care of updating the manpage. : To: FreeBSD-gnats-submit@freebsd.org : From: Giorgos Keramidas : Subject: minor wpa_supplicant.conf buglet : Reply-To: Giorgos Keramidas : Cc: : X-send-pr-version: 3.113 : X-GNATS-Notify: : Gcc: nnml:posted : : >Submitter-Id: current-users : >Originator: Giorgos Keramidas : >Organization: : >Confidential: no : >Synopsis: minor wpa_supplicant.conf buglet : >Severity: non-critical : >Priority: low : >Category: docs : >Class: doc-bug : >Release: FreeBSD 8.0-CURRENT i386 : >Environment: : System: FreeBSD kobe 8.0-CURRENT FreeBSD 8.0-CURRENT #0: \ : Tue Jul 8 09:10:21 EEST 2008 build@kobe:/home/build/obj/home/build/src/sys/KOBE i386 : : >Description: : : The man page for wpa_supplicant.conf incorrectly states ap_scan values : other than 1 are for other operating systems. When ndiswrapper is used, : it may be useful to set ap_scan=2. : : >How-To-Repeat: : >Fix: : : I'll handle this.