diff options
| author | John Crispin | 2024-12-02 09:33:55 +0000 |
|---|---|---|
| committer | John Crispin | 2024-12-02 12:55:36 +0000 |
| commit | 90d0065f5107024f44927190b057c215db5dbcbc (patch) | |
| tree | fadc60dcd680cf7ddeefc3c316dba8a14a6c110f | |
| parent | 5af4d4f6b6328e8613661e5806f224539837302e (diff) | |
| download | openwrt-90d0065f5107024f44927190b057c215db5dbcbc.tar.gz | |
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@phrozen.org>
| -rw-r--r-- | package/network/services/hostapd/files/hostapd-full.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |