hostapd: enable CONFIG_EAP_PSK
authorJohn Crispin <john@phrozen.org>
Mon, 2 Dec 2024 09:33:55 +0000 (10:33 +0100)
committerJohn Crispin <john@phrozen.org>
Mon, 2 Dec 2024 12:55:36 +0000 (13:55 +0100)
Without this option using the eap_server in combination with wifi-station
entries will fail.

Signed-off-by: John Crispin <john@phrozen.org>
package/network/services/hostapd/files/hostapd-full.config

index 9076ebc44f95df182abc7e5ff4f953ae5b91bad4..a72ad0f3b47c538e8ae3f58cd4c28961c25681b6 100644 (file)
@@ -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