From owner-freebsd-stable@FreeBSD.ORG Fri Sep 7 05:36:59 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8709916A418 for ; Fri, 7 Sep 2007 05:36:59 +0000 (UTC) (envelope-from gcr+freebsd-stable@tharned.org) Received: from nc8000.tharned.org (rrcs-24-56-87-26.ma.biz.rr.com [24.56.87.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4841713C45E for ; Fri, 7 Sep 2007 05:36:59 +0000 (UTC) (envelope-from gcr+freebsd-stable@tharned.org) Received: from nc8000.tharned.org (gcr@localhost [127.0.0.1]) by nc8000.tharned.org (8.14.1/8.14.1) with ESMTP id l875b43b005077 for ; Fri, 7 Sep 2007 00:37:04 -0500 (CDT) (envelope-from gcr+freebsd-stable@tharned.org) Received: from localhost (gcr@localhost) by nc8000.tharned.org (8.14.1/8.14.1/Submit) with ESMTP id l875b05v005074 for ; Fri, 7 Sep 2007 00:37:00 -0500 (CDT) (envelope-from gcr+freebsd-stable@tharned.org) Date: Fri, 7 Sep 2007 00:36:59 -0500 (CDT) From: Greg Rivers Sender: gcr@tharned.org To: freebsd-stable@freebsd.org In-Reply-To: <790a9fff0709061259i7d40fa9ak604b1b99c03c1419@mail.gmail.com> Message-ID: <20070907000601.U4786@nc8000.tharned.org> References: <20070905202534.A94068@nc8000.tharned.org> <46E02123.9090806@errno.com> <790a9fff0709061259i7d40fa9ak604b1b99c03c1419@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: wpa_supplicant features and compile options X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 05:36:59 -0000 On Thu, 6 Sep 2007, Scot Hetzel wrote: > On 9/6/07, Sam Leffler wrote: >> Greg Rivers wrote: >>> I connect to certain wireless networks that require the EAP_GTC and >>> EAP_OTP features in wpa_supplicant. These features are not compiled >>> into wpa_supplicant by default. >>> >>> Using the patch below works great, but it's inconvenient having to >>> remember to apply it after every cvsup. Is there a better way to >>> accomplish this? If not, might a change such as this be committed to >>> enable GTC and OTP by default? >>> >> Thanks for reminding me about these config options. I typically add EAP >> options slowly based on feedback because I'm leery of pulling in heaps >> of code that's rarely used. Also all the code is present in contrib so >> you just need to tweak the compile knobs. I'll see if I can make it so >> you can do it from src.conf. >> > I just created the patch to allow these optional EAP methods to be > used. See PR 116164 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=116164 > Thanks! This will do nicely. Will the patch be MFC into RELENG_6 as well? -- Greg