From owner-freebsd-questions@FreeBSD.ORG Sat May 7 20:21:06 2011 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 5CC44106566C for ; Sat, 7 May 2011 20:21:06 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 311058FC08 for ; Sat, 7 May 2011 20:21:05 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p47JlFQh017682 for ; Sat, 7 May 2011 12:47:17 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4DC5A305.4050807@rawbw.com> Date: Sat, 07 May 2011 12:52:37 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101211 Thunderbird/3.0.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: How to specify ssid to ifconfig if it begins with '0x'? 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: Sat, 07 May 2011 20:21:06 -0000 ifconfig(8) says: The SSID is a string up to 32 characters in length and may be specified as either a normal string or in hexadecimal when preceded by ‘0x’. But what if ssid actually begins with ASCII 0x? 'ifconfig wlan0 list scan' shows that my ssid is 0x000. Specifying "ssid \\0x000" doesn't help. How to specify SSID beginning with 0x? Yuri