From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 11:26:31 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 088A81065673 for ; Fri, 29 Aug 2008 11:26:31 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 8850C8FC1C for ; Fri, 29 Aug 2008 11:26:30 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so558750fgb.35 for ; Fri, 29 Aug 2008 04:26:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=z60ax9jI/y/PxaA5c9Pn1ywAnbQrzbe6xSeMnaf7s5I=; b=n6uIataRIkjVukh6t81lhj/u61uBnuyFXAkr91y178Zqq6PxPJFSO+wMG1d2iWBa0w CIFGSHh/h6oCtlnz8XN9yOfNBs9FXb9LyXTkVgIso5Ji991VMfBS+NOH/LDR0NgOFfgU tKJcpuku8e3UVODaRZ14YG/kGJvnsGdZb9juc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fmiEJB5oP2iII5MbAygoYPKrTS/HWwqoD04fvrBfg6OX/6aZelimJ87DLFARsInmXu dNyFiwhhNHs5TjrDoQZLwO/tkdaMBUjARAeQor4bbKvLAPtdxrNQ+fyizM8qhXOZxODq cKcANXGPcvy6GyhKDuLNanw57RDALzKhDjtAE= Received: by 10.86.99.9 with SMTP id w9mr1973370fgb.70.1220009189051; Fri, 29 Aug 2008 04:26:29 -0700 (PDT) Received: by 10.86.31.16 with HTTP; Fri, 29 Aug 2008 04:26:29 -0700 (PDT) Message-ID: Date: Fri, 29 Aug 2008 13:26:29 +0200 From: "Lars Stokholm" To: "Pietro Cerutti" In-Reply-To: <48B7D935.3030205@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48B7D935.3030205@FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: Re: Switching wireless networks: WPA <-> unencrypted 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: Fri, 29 Aug 2008 11:26:31 -0000 On Fri, Aug 29, 2008 at 1:10 PM, Pietro Cerutti wrote: > wpa_supplicant.conf supports WEP and open networks as well: > [...] Sweet. Thanks.