From owner-freebsd-doc@FreeBSD.ORG Thu Jan 19 15:53:35 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F64D1065672 for ; Thu, 19 Jan 2012 15:53:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2098FC1D for ; Thu, 19 Jan 2012 15:53:34 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q0JFrYld049461; Thu, 19 Jan 2012 08:53:34 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q0JFrYVM049458; Thu, 19 Jan 2012 08:53:34 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 19 Jan 2012 08:53:34 -0700 (MST) From: Warren Block To: Shirk Dog In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 19 Jan 2012 08:53:34 -0700 (MST) Cc: freebsd-doc@freebsd.org Subject: Re: Handbook - Update for 9.0 Wireless configuration with WPA2 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 15:53:35 -0000 On Thu, 19 Jan 2012, Shirk Dog wrote: > > Section 32.3 Wireless Networking. > 32.3.3.1.3.1 WPA-PSKThe first step is the configuration of the /etc/wpa_supplicant.conf file with the SSID and the pre-shared key > of your network: > > network={ > ssid="freebsdap" > psk="freebsdmall" > } > ------------------------------------------ > > > I use WPA2 with AES on my access point. In order to get my laptop to connect to the access point I needed to add options for the key management to /etc/wpa_supplicant.conf > > network={ > ssid="freebsdap" > psk="freebsdmall" > scan_ssid=1 This should not be needed unless a "hidden" SSID is used.