diff -Naur wicd/etc/init.d/wicd wicd-patched/etc/init.d/wicd --- wicd/etc/init.d/wicd 2008-06-01 14:13:45.000000000 -0400 +++ wicd-patched/etc/init.d/wicd 2008-06-01 14:11:35.000000000 -0400 @@ -8,6 +8,8 @@ depend() { need dbus + after net.lo + provide net } start() { diff -Naur wicd/opt/wicd/encryption/templates/active wicd-patched/opt/wicd/encryption/templates/active --- wicd/opt/wicd/encryption/templates/active 2008-02-11 20:18:48.000000000 -0500 +++ wicd-patched/opt/wicd/encryption/templates/active 2008-06-01 14:15:39.000000000 -0400 @@ -6,3 +6,4 @@ eap peap peap-tkip +wpa2 diff -Naur wicd/opt/wicd/encryption/templates/wpa2 wicd-patched/opt/wicd/encryption/templates/wpa2 --- wicd/opt/wicd/encryption/templates/wpa2 1969-12-31 19:00:00.000000000 -0500 +++ wicd-patched/opt/wicd/encryption/templates/wpa2 2008-06-01 14:15:12.000000000 -0400 @@ -0,0 +1,15 @@ +name = WPA 2 +author = Kevin Hilton +version = 1 +require key *Key +----- + +network={ + ssid="$_ESSID" + scan_ssid=$_SCAN + proto=WPA + key_mgmt=WPA-PSK + pairwise=CCMP TKIP + group=TKIP + psk=$_PSK +}