hostapd: enable CONFIG_ERP

This caused local EAP to not work on wifi-qsdk targets.

Fixes: WIFI-7203
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-02-28 11:15:24 +01:00
parent 5af7e1e7d8
commit e3b1fe36e5

View File

@@ -60,7 +60,7 @@ CONFIG_RSN_PREAUTH=y
CONFIG_EAP=y CONFIG_EAP=y
# EAP Re-authentication Protocol (ERP) in integrated EAP server # EAP Re-authentication Protocol (ERP) in integrated EAP server
#CONFIG_ERP=y CONFIG_ERP=y
# EAP-MD5 for the integrated EAP server # EAP-MD5 for the integrated EAP server
CONFIG_EAP_MD5=y CONFIG_EAP_MD5=y