From owner-freebsd-questions@FreeBSD.ORG Sat May 7 21:59:12 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 DA1A6106564A for ; Sat, 7 May 2011 21:59:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 65AEC8FC12 for ; Sat, 7 May 2011 21:59:11 +0000 (UTC) Received: by fxm11 with SMTP id 11so4180464fxm.13 for ; Sat, 07 May 2011 14:59:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Srhd4PUa9kUPuVzt4f5NG/+Hau+2sPcU/fbb/4g3skU=; b=RYq5KiXAUt3ZLo3Y6tECXEzoBv8udJiAvZ4FOLy3uRCK1uvoLI/u0S74XKsU/dF+xy 3r5ws/U5kSEkR/AM9Qx/mLQjYYFBb6E9q5+AxAX+9FpJy+Je5Gb2NRP67nDTbAjY04nF nckwoyUndfuF9casPcQXaqKPAD/wkRfevzh7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Hdbso9d5odz9HYkJNEs9QX07azZtPqeRG9K/7G1GOrEwesjxsYLdlpZJMy/tqcz71F 82ccbQ+WA/UPSFYp/PKxLEVtN6xXhjlhdL/QxOxoH3yoiThOyDdDpQb9b4sX3LzSyu/d MxMPy//JINtx2xgYLb4yDzYODLuNOmCqpXusY= MIME-Version: 1.0 Received: by 10.223.6.198 with SMTP id a6mr1717961faa.130.1304805551216; Sat, 07 May 2011 14:59:11 -0700 (PDT) Received: by 10.223.20.145 with HTTP; Sat, 7 May 2011 14:59:11 -0700 (PDT) In-Reply-To: <4DC5A305.4050807@rawbw.com> References: <4DC5A305.4050807@rawbw.com> Date: Sat, 7 May 2011 16:59:11 -0500 Message-ID: From: Adam Vande More To: Yuri Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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 21:59:12 -0000 On Sat, May 7, 2011 at 2:52 PM, Yuri wrote: > ifconfig(8) says: > The SSID is a string up to 32 characters in length and may be specified a= s > either a normal string or in hexadecimal when preceded by =910x=92. > > 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? > 0xNUL79NULNULNUL --=20 Adam Vande More