From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 21 15:00:43 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D25A106564A for ; Tue, 21 Feb 2012 15:00:43 +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 EC72A8FC0C for ; Tue, 21 Feb 2012 15:00:42 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q1LEnmM5066418; Tue, 21 Feb 2012 07:49:48 -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 q1LEnlZ0066415; Tue, 21 Feb 2012 07:49:48 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 21 Feb 2012 07:49:47 -0700 (MST) From: Warren Block To: Erich Dollansky In-Reply-To: <201202211729.08664.erichfreebsdlist@ovitrap.com> Message-ID: References: <201202211600.29579.erich@alogreentechnologies.com> <201202211729.08664.erichfreebsdlist@ovitrap.com> 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]); Tue, 21 Feb 2012 07:49:48 -0700 (MST) Cc: "Dr. James R. Pannozzi D.O.M. LAc." , freebsd-wireless@freebsd.org Subject: Re: Re MAN Page on Wireless Cards X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 15:00:43 -0000 On Tue, 21 Feb 2012, Erich Dollansky wrote: > My wpa_supplicant.conf looks like this: > > network={ > ssid="WhaterYoursIs" > scan_ssid=1 > key_mgmt=WPA-PSK > psk="a very secret password" > } > > This is really all I needed. Even this is more than absolutely required. scan_ssid=1 is only needed if "hidden" SSIDs are used. key_mgmt can usually be left at default. > This would mean that you have ral as the driver. > >> ifconfig_wlan0="WPA SYNCDHCP" > > Let us compare: > > ifconfig_wlan0="inet 192.168.1.28 netmask 255.255.255.0 ssid WhaterYoursIs WPA" > > I think you missed the entry ssid WhaterYoursIs > > Are you sure that SYNCDHCP is right? It is. SYNCDHCP is the equivalent of setting synchronous_dhclient="YES" and using plain DHCP, which is to wait until dhclient has returned before continuing startup. Helpful with wireless because some cards and access points take a long time to get a DHCP lease.