I don't know anything about the configuration via the KDE control center but I use the default scripts provided with slackware.
You could edit the file /etc/rc.d/rc.wireless.conf and change the settings to reflect your configuration.
Code:
*)
INFO="My Network"
ESSID="My ESSID"
KEY = "My WEP Key"
;;
You should also take a look at /etc/rc.d/rc.inet1.conf :
Code:
# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]="yes"
DHCP_HOSTNAME[1]=""
My network interface is eth1 and I use DHCP to obtain the IP address.
PS: I think you should consider using another method than WEP to secure your wifi connection. I takes less than one minute to break the key...
Try using WPA or WPA2.