How to run hostap as a radius srever?

Jouni Malinen j
Sat Dec 10 02:32:57 PST 2011


On Thu, Dec 08, 2011 at 11:19:13AM +0800, why wrote:
> Hi, all. Can someone tell me how to run hostap as a radius srever? Thank you! Here is my conf:
> eap_server=1
...

> I run "./hostapd ./hostapd-as.conf -B", but it says"Could not read interface as0 flags: No such device nl80211 driver initialization failed."

If you do not use hostapd to control a network interface, you need to
change the driver wrapper to "none", i.e., add this to the configuration
file:
driver=none

You may also need to change the build configuration (hostapd/.config) to
include this driver, i.e., add:
CONFIG_DRIVER_NONE=y

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list