From 90d0065f5107024f44927190b057c215db5dbcbc Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Dec 2024 10:33:55 +0100 Subject: [PATCH] hostapd: enable CONFIG_EAP_PSK Without this option using the eap_server in combination with wifi-station entries will fail. Signed-off-by: John Crispin --- package/network/services/hostapd/files/hostapd-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config index 9076ebc44f..a72ad0f3b4 100644 --- a/package/network/services/hostapd/files/hostapd-full.config +++ b/package/network/services/hostapd/files/hostapd-full.config @@ -94,7 +94,7 @@ CONFIG_EAP_TTLS=y #CONFIG_EAP_PAX=y # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK) -#CONFIG_EAP_PSK=y +CONFIG_EAP_PSK=y # EAP-pwd for the integrated EAP server (secure authentication with a password) #CONFIG_EAP_PWD=y -- 2.30.2