[openwrt/openwrt] hostapd: enable CONFIG_EAP_PSK
LEDE Commits
lede-commits at lists.infradead.org
Mon Dec 2 04:58:02 PST 2024
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/90d0065f5107024f44927190b057c215db5dbcbc
commit 90d0065f5107024f44927190b057c215db5dbcbc
Author: John Crispin <john at phrozen.org>
AuthorDate: Mon Dec 2 10:33:55 2024 +0100
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 <john at phrozen.org>
---
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
More information about the lede-commits
mailing list