From owner-freebsd-stable@FreeBSD.ORG Wed Dec 14 19:00:03 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB35016A420 for ; Wed, 14 Dec 2005 19:00:03 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B69943D60 for ; Wed, 14 Dec 2005 18:59:52 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id jBEIxoA8000275 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Dec 2005 10:59:50 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <43A06BDA.5030602@errno.com> Date: Wed, 14 Dec 2005 11:00:42 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Neal Nelson References: <70a5d94afc7213b73c0b44c881c49c76@kobudo.homeunix.net> In-Reply-To: <70a5d94afc7213b73c0b44c881c49c76@kobudo.homeunix.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: WPA Access Point 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: Wed, 14 Dec 2005 19:00:03 -0000 Neal Nelson wrote: > Has anyone got FreeBSD 6.0 to work as a wireless access point using WPA? > > I'm running a Prism 2.5 based wireless card and have been using it as an > access point for years. It stills works OK but I installed the hostapd > port in order to add WPA authentication. Unfortunately this doesn't seem > to work as it complains when I run it as follows: > > bsd_configure_wpa: group key cipher=AES-CCM (3) > ioctl[SIOCS80211]: Invalid argument > > I'm not sure whether hostapd is configured right as there seems to be no > documentation for it. > > Can anyone shed some light on this or am I barking up the wrong tree as > far as WPA is concerned? The above error is likely because you don't have wlan_ccmp loaded/configured. However ifconfig wi0 list caps should indicate the driver lacks support for WPA1/WPA2. Guess it would be good for hostpad to check that. Sam