From owner-freebsd-stable@FreeBSD.ORG Thu Sep 6 19:59:39 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 F1C1E16A420 for ; Thu, 6 Sep 2007 19:59:39 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 89B8313C46A for ; Thu, 6 Sep 2007 19:59:39 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id k4so224617nfd for ; Thu, 06 Sep 2007 12:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=LJfLzqn42OvBmKpK+Jx/omdec+CebuJZSfytNzEH6S8=; b=H2mE5oExpjKqRgolNkh+Pd/av6h3Aj/Oj+c8oaG2Qt9iNZTdCqTJ8ex8uYzhLFmSBFNz990JTHGjbiSv/UW6OVD1ForYzLgbxpksKqX+9Bh8pTXPUW6QwnCg25iHXdIrdSBd6BY6isISKAAAKBDknQC6cNnKjZxJ5MskmGXPmFQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N4bclm63zOf1fIxB+73AJmFrI7Y7Q8M2S/vKCHJ3TnwC+rR/Z89bLIE8FR6myuoQqOfPlDJp6eNIOOatSGlSQXed3WSpjR+Kz95IN3fTSc807/a7RSHx39ZUz9ra3kO0WmU84T0Ysjd1FyxkBqAu73SRRaIa13s6BsX6b/4TIvs= Received: by 10.86.50.8 with SMTP id x8mr857259fgx.1189108778072; Thu, 06 Sep 2007 12:59:38 -0700 (PDT) Received: by 10.86.59.6 with HTTP; Thu, 6 Sep 2007 12:59:38 -0700 (PDT) Message-ID: <790a9fff0709061259i7d40fa9ak604b1b99c03c1419@mail.gmail.com> Date: Thu, 6 Sep 2007 14:59:38 -0500 From: "Scot Hetzel" To: "Sam Leffler" In-Reply-To: <46E02123.9090806@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070905202534.A94068@nc8000.tharned.org> <46E02123.9090806@errno.com> Cc: Greg Rivers , freebsd-stable@freebsd.org 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: Thu, 06 Sep 2007 19:59:40 -0000 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 Scot