From 8b937f470509c8b204c38216b99d66d6f0f96dfc Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 30 Dec 2019 10:09:50 -0800 Subject: [PATCH] doc: add CONFIG_DRIVER_NONE to hostapd config This allows hostapd to be started as a standalone radius server --- doc/hostapd.config | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/hostapd.config b/doc/hostapd.config index cf88386e..2ad99b8a 100644 --- a/doc/hostapd.config +++ b/doc/hostapd.config @@ -1,5 +1,6 @@ CONFIG_DRIVER_HOSTAP=y CONFIG_DRIVER_NL80211=y +CONFIG_DRIVER_NONE=y CONFIG_LIBNL32=y CONFIG_IAPP=y CONFIG_RSN_PREAUTH=y