Hi i'm trying to set up a virtual interface n client mode using wpa on kamikaze 2.4 bcm on a wrt54gl router.
This is the content of my /etc/config/wireless
config wifi-device  wl0
        option type     broadcom
        option channel  6
config wifi-iface
        option device   wl0
        option network  lan
        option mode     ap
        option ssid     OpenWrt
        option hidden   0
        option encryption wep
        option key      1111111123
config wifi-iface
        option device   wl0
        option network  wan
        option mode     sta
        option ssid     External Network
        option encryption psk
        option key      myKeyWhen i reboot doing ps -x i see:
  634 root        460 S   /usr/sbin/nas -P /var/run/nas.wl0.pid -H 34954 -l br-is it correct?
and doing iwconfig i see:
lo        no wireless extensions.
eth0      no wireless extensions.
eth0.0    no wireless extensions.
eth0.1    no wireless extensions.
br-wan    no wireless extensions.
br-lan    no wireless extensions.
wl0       IEEE 802.11-DS  ESSID:"Rete Wireless CU"  
          Mode:Master  Frequency:2.437 GHz  Tx-Power:19 dBm   
          Link Noise level:-90 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:27  Invalid misc:0   Missed beacon:0
wl0.1     no wireless extensions.It seems that iwconfig get corrupted when i add the second interface.
Is there a solution to accomplish this?

