diff options
| author | lassulus <lassulus@googlemail.com> | 2013-05-24 17:24:00 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2013-05-24 17:24:00 +0200 | 
| commit | cdb4bf2e4370757325452b70ade06aed79a643d5 (patch) | |
| tree | 59fdae6877d16a490084a7ce28dd8776576fafbf | |
| parent | 3e470a16a125aea2b77388db8bf9758190f5b881 (diff) | |
more encryption fixing
| -rwxr-xr-x | usr/bin/autowifi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr/bin/autowifi b/usr/bin/autowifi index 73d5db18..fcb5b59c 100755 --- a/usr/bin/autowifi +++ b/usr/bin/autowifi @@ -78,7 +78,7 @@ crack_wifi(){      elif [ "$5" -eq 1 ]; then          encr=psk      elif [ "$6" -eq 1 ]; then -        encr=wep +        encr=psk2      elif [ "$4" == on ]; then          encr=wep      fi | 
