From owner-freebsd-net@FreeBSD.ORG Fri Jul 9 09:30:11 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26877106564A for ; Fri, 9 Jul 2010 09:30:11 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [204.109.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id A19918FC19 for ; Fri, 9 Jul 2010 09:30:10 +0000 (UTC) Received: from unknown (client-82-31-2-50.midd.adsl.virginmedia.com [82.31.2.50]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 1BAC85D42; Fri, 9 Jul 2010 09:29:59 +0000 (UTC) Date: Fri, 9 Jul 2010 10:30:09 +0100 From: Bruce Cran To: Vladimir Terziev Message-ID: <20100709103009.00007e33@unknown> In-Reply-To: <1245408926.31855.26.camel@daemon2.partygaming.local> References: <4A3A7B04.2020906@freebsd.org> <1245408926.31855.26.camel@daemon2.partygaming.local> X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Sam Leffler , "Paul B. Mahol" Subject: Re: hostapd with 802.1X EAP-TLS/TTLS support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 09:30:11 -0000 On Fri, 19 Jun 2009 13:55:26 +0300 Vladimir Terziev wrote: > What should i put for HOSTAPD_CFLAGS, HOSTAPD_DPADD, HOSTAPD_LDADD or > WPA_SUPPLICANT_* (not sure which ones i should use) in order to get > hostapd rebuilt with the functionality i want ? For the archives, the following lines in /etc/src.conf fixed the error about "eap_server" being unknown on 9-CURRENT for me: HOSTAPD_CFLAGS+=-DEAP_SERVER -DEAP_GTC -DEAP_AKA -DEAP_SIM -DEAP_GPSK HOSTAPD_CFLAGS+=-DEAP_PAX -DEAP_SAKE (found via http://www.pubbs.net/200911/freebsd/13308-problems-moving-hostapd-ap-config-from-64-to-80rc2.html) -- Bruce Cran