--- src/connections/wireless.orig 2010-05-19 20:25:06.992031775 +0200 +++ src/connections/wireless 2010-05-19 20:25:14.085363741 +0200 @@ -29,7 +29,7 @@ iwconfig_up() { report_debug wireless_up iwconfig "$INTERFACE" $WEP_OPTS - if ! iwconfig "$INTERFACE" $WEP_OPTS; then + if ! eval iwconfig "$INTERFACE" $WEP_OPTS; then report_fail "Could not set wireless configuration." return 1 fi