As a possible work-around to use WEP, here's a sample WEP config that could be added to the wireless prefs file:
Code:
network={
ssid="mynet2"
key_mgmt=NONE
wep_key0=123456789abcdef123456789ab
wep_tx_keyidx=0
}
BTW, why doesn't the code tag preserve indentation here?