From: John Crispin Date: Mon, 2 Dec 2024 09:33:55 +0000 (+0100) Subject: hostapd: enable CONFIG_EAP_PSK X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=90d0065f5107024f44927190b057c215db5dbcbc;p=openwrt%2Fstaging%2Fxback.git 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 --- 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