I can't get WEP to work using Tosa's builtin wireless lan.
iface wlan0 inet dhcp
 wireless_type wlan-ng
    wireless_mode managed
    wireless_key1 11111111111111111
    wireless_essid MYWORKPLACE
I don't recall seeing anything about this in this thread?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=135734\"][{POST_SNAPBACK}][/a][/div]
This format won't work with the wlan-ng driver. Use this instead:
    wireless_enc on
    wlan_ng_authtype opensystem
    wlan_ng_key0 aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa
The tosa internal usb wlan can only be used wit the wlan-ng driver which support a different syntax.
Did you modified your file with the gpe gui? If yes this won't work, because these gpe doesn't know the wlan-ng syntax.
Gpe needs patches to switch the format if "wireless_type wlan-ng" is selected. I did this a few month ago for opie, but this needs to be redone for gpe.
Please do not blame me or the oz team about the driver. Sharp made the decision and there is no other linux driver available.
I'm not happy with this driver, but there is no choice.
A long term solution might be to integrate the usb part into the kernel hostap driver, but this needs a lot of work.
Btw. Another point, wireless tools (iwconfig, iwlist,..) aren't fully supported by wlan-ng. You have to use their own tools (wlan-ng-ctl...)
Dirk