How to set-up RADIUS server in hostapd

Jouni Malinen j
Fri Dec 14 18:51:22 PST 2007


On Wed, Dec 12, 2007 at 04:48:48PM +0530, Jagadish wrote:

>       I am using hostapd-0.5.9. I want to use hostapd as RADIUS server. 
> For this I enabled CONFIG_EAP, CONFIG_EAP_TLS and CONFIG_RADIUS_SERVER 
> in .config file. It compiled successfully. But if I run it using 
> "hostapd hostapd.conf", it is giving segmentation fault.
> In hostapd.conf file, I added interface=wlan0. The coredump is showing 
> the following function as responsible for segmentation fault.
> ===================================================
> driver_lookup (name=0x8076f62 "default") at hostapd.c:1561
> 1561                     return p->ops;

You will need to include support for at least a single driver wrapper to
make this work. In case of using hostapd only as a RADIUS server, you
can use the test driver interface (add CONFIG_DRIVER_TEST=y into
.config).

-- 
Jouni Malinen                                            PGP id EFC895FA




More information about the Hostap mailing list