From owner-freebsd-current@FreeBSD.ORG Mon Mar 16 23:00:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10E92106566B; Mon, 16 Mar 2009 23:00:30 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id D9B118FC08; Mon, 16 Mar 2009 23:00:29 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n2GN0TS5074949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Mar 2009 16:00:29 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49BEDA0D.4080103@freebsd.org> Date: Mon, 16 Mar 2009 16:00:29 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Doug Barton References: <49BEBB45.7050605@FreeBSD.org> <49BECFEA.1090808@freebsd.org> <49BED3CA.2020201@FreeBSD.org> In-Reply-To: <49BED3CA.2020201@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: Is wpa_supplicant supposed to work with a hidden ssid? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2009 23:00:30 -0000 Doug Barton wrote: > Meanwhile, what do you think of the attached patch for the example > wpa_supplicant.conf file? It also seems to me that there are a lot of > options in that sample conf file that don't work for FreeBSD. For > example if I try to set device_name I get: > > Line 8: unknown global field 'device_name=foo'. > Line 8: Invalid configuration line 'device_name=foo'. > Failed to read or parse configuration '/etc/wpa_supplicant.conf'. > > Would it be worthwhile to also delete unusable options from the > example file, and if so, which are the ones that are not usable? > Many materials for wpa_supplicant and hostapd are included unchanged from Jouni's distribution. It'd be good to make a pass over all of them as his development environment is very different than ours and many mechanisms described in the config files and (his) documentation do not apply to freebsd. That said if you want to commit changes like the ones you attached feel free (no need to consult me unless you're looking for review). Sam