Skip to content
Snippets Groups Projects
Commit 92d36617 authored by Hamish Guthrie's avatar Hamish Guthrie
Browse files

hostapd: correctly pass 64 char hex PSK to wpa_supplicant

SVN-Revision: 30504
parent e1691648
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ wpa_supplicant_setup_vif() {
;;
*psk*)
key_mgmt='WPA-PSK'
config_get_bool usepassphrase "$vif" passphrase 1
config_get_bool usepassphrase "$vif" usepassphrase 1
if [ "$usepassphrase" = "1" ]; then
passphrase="psk=\"${key}\""
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment