Support really long WPA2 keys, resolves #79

This commit is contained in:
Michael Aldridge 2017-06-22 16:30:31 -07:00
parent 79adf63842
commit 7428a52080
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ configure_wifi() {
DIALOG --form "Wireless configuration for ${dev}\n(encryption type: wep or wpa)" 0 0 0 \
"SSID:" 1 1 "" 1 16 30 0 \
"Encryption:" 2 1 "" 2 16 4 3 \
"Password:" 3 1 "" 3 16 50 0 || return 1
"Password:" 3 1 "" 3 16 63 0 || return 1
set -- $(cat $ANSWER)
ssid="$1"; enc="$2"; pass="$3";