From owner-freebsd-questions@FreeBSD.ORG Sun Aug 24 23:54:48 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0DA4EA5 for ; Sun, 24 Aug 2014 23:54:48 +0000 (UTC) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 33FB83226 for ; Sun, 24 Aug 2014 23:54:47 +0000 (UTC) Received: (qmail 75744 invoked from network); 24 Aug 2014 23:54:46 -0000 Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 24 Aug 2014 23:54:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=17a97.53fa7b3e.k1408; i=johnl@user.iecc.com; bh=MfSnQuJh3qNO+RUuXApmRYq71SvgeebnQJzoklQipmM=; b=Ev8j3npUncMPdzAi1GyvQVeRcKrgsbkT/Fa63zP6Tm2aY/xsLovtBm8CMDOFfOam41JEm1RyhUy93t/TUAfY+yBXULx8lxKbdyLj3MRQOgWV6/MNUx7j7crZ58VC2Hlr/SaxnzQFUjP6F0hspRzQire5ktQYH47JyxqpouaHTRhxlLDaBScfILoSrh/k50d8DAyA1WjiiIFXX4M1rQpCL+dS71cJW7NiTUbz0HEl5bBM6NxIfXB+cgXX/4YzFwAm Date: 24 Aug 2014 23:54:14 -0000 Message-ID: <20140824235414.96918.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: wpa_supplicant questions In-Reply-To: <20140824215944.GE42644@home.parts-unknown.org> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit Cc: benfell@parts-unknown.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 23:54:48 -0000 >'service netif restart' seems inadequate and I have been having to >reboot--an elaborate process because the notebook is UEFI and won't >boot legacy-style off the hard disk. Try service wpa_supplicant restart wlan0 >Also, how does one escape an apostrophe in an SSID, as in "Nature's >Express" (the SSID at a vegan restaurant in North Berkeley), in the >wpa supplicant configuration? Hmmn. Do double quotes work? ssid="Nature's Express" R's, John