From owner-freebsd-questions@FreeBSD.ORG Thu Jun 11 19:29:28 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 5E67B1065675 for ; Thu, 11 Jun 2009 19:29:28 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2CFC28FC16 for ; Thu, 11 Jun 2009 19:29:28 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (c-67-188-87-228.hsd1.ca.comcast.net [67.188.87.228]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n5BJTR9F055815 for ; Thu, 11 Jun 2009 12:29:27 -0700 (PDT) Message-ID: <4A315B15.5030000@rawbw.com> Date: Thu, 11 Jun 2009 12:29:25 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: rc.conf when ssid has spaces in it: missing documentation or missing feature? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 19:29:29 -0000 I can't find any references in rc.conf(5) on how to set up ifconfig line if SSID has spaces which is very typical situation. ifconfig(8) doesn't mention this either but it works if I put quotes around it. I would assume spaces should be substituted for '_' like in Linux. But I remember I wasn't able to make it work for some reason. Yuri