From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 13:41:04 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 865BD334; Fri, 3 Oct 2014 13:41:04 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 407D8DDE; Fri, 3 Oct 2014 13:41:04 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Xa36O-000Ph9-AP; Fri, 03 Oct 2014 17:40:56 +0400 Date: Fri, 3 Oct 2014 17:40:56 +0400 From: Slawa Olhovchenkov To: "O. Hartmann" Subject: Re: [CURRENT] hostapd: WPA w/ EAP-TTLS or EAP-PEAP or EAP-TLS ? Message-ID: <20141003134056.GA96750@zxy.spb.ru> References: <20141003151453.620a1f2b.ohartman@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141003151453.620a1f2b.ohartman@zedat.fu-berlin.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: FreeBSD CURRENT , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 13:41:04 -0000 On Fri, Oct 03, 2014 at 03:14:53PM +0200, O. Hartmann wrote: > > Where is the support on WPA with EAP-TTLS or EAP-PEAP or EAP-TLS in hostapd? > > Trying to circumvent FreeBSD's very poor documentation on the options of hostapd, I found > lots of howtos for Linuxes of different flavours utilizing obviously the same hostapd > basis. But whenever I try to configure one of the above mentioned auth methods for a > gateway I try to configure (CURRENT, 10.1-PRE), I get an error. > > What is up here? You need to recompile source. And patching some Makefiles, AFAIR.