config wifi-device wl0
option type broadcom
option channel 2
# REMOVE THIS LINE TO ENABLE WIFI:
# option disabled 1
config wifi-iface
option device wl0
option network lan
option mode sta
option ssid BRASILNET
option encryption wep
option key xxxxxxxxxx
And my lan network is like this:
#### LAN configuration
config interface lan
#option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
My Lan it's ok, allways I ping 192.168.1.1 and it answered, but I still have no Wifi.
I think that my problem is the kind of authentication that I using in my network (see image attachment -
This is how I configured my laptop to work on my network via Ubuntu.).
How can I configure my WL-520GU to work in my network?
PS: I'm not a Mac user, so I decide to use Linux to configure my router, but also i'm not a Linux expert...

Thanks
Reginaldo Cruz