From: Michael Tremer Date: Sat, 30 Mar 2019 11:47:32 +0000 (+0100) Subject: hostapd: Enable WPA authentication with SHA256 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27380e6e6343faa0b2c1a87234ecf21ecc6f0840;p=people%2Fms%2Fnetwork.git hostapd: Enable WPA authentication with SHA256 Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.hostapd b/src/functions/functions.hostapd index 6111457f..79fb4dbb 100644 --- a/src/functions/functions.hostapd +++ b/src/functions/functions.hostapd @@ -413,7 +413,7 @@ hostapd_config_write() { print "# Encryption settings" print "wpa=${encryption_mode}" print "wpa_passphrase=${key}" - print "wpa_key_mgmt=WPA-PSK" + print "wpa_key_mgmt=WPA-PSK-SHA256 WPA-PSK" print "wpa_pairwise=${pairwise_ciphers[*]}" print "rsn_pairwise=${pairwise_ciphers[*]}" print "group_cipher=${group_ciphers[*]}"