From e3b1fe36e51d0bc0422ec577a822683b3c555823 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 28 Feb 2022 11:15:24 +0100 Subject: [PATCH] hostapd: enable CONFIG_ERP This caused local EAP to not work on wifi-qsdk targets. Fixes: WIFI-7203 Signed-off-by: John Crispin --- feeds/wifi-ax/hostapd/files/hostapd-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/wifi-ax/hostapd/files/hostapd-full.config b/feeds/wifi-ax/hostapd/files/hostapd-full.config index 61b6daf86..0aa0c37a5 100644 --- a/feeds/wifi-ax/hostapd/files/hostapd-full.config +++ b/feeds/wifi-ax/hostapd/files/hostapd-full.config @@ -60,7 +60,7 @@ CONFIG_RSN_PREAUTH=y CONFIG_EAP=y # EAP Re-authentication Protocol (ERP) in integrated EAP server -#CONFIG_ERP=y +CONFIG_ERP=y # EAP-MD5 for the integrated EAP server CONFIG_EAP_MD5=y