Hi!
I have problems setting up multi-ssid on
my wl-500gx with openwrt build from trunk
(banner says r10540).
When I enable a second wifi-iface in my
wireless config file, I get this output:
root@OpenWrt:/etc/config# wifi up
Command 'set mssid' failed: -1
Command 'set channel' failed: -1
After this, both the 'sta' client mode
and the ap mode dont work (while configuring
just 'sta' works fine).
my config/wireless:
config 'wifi-device' 'wl0'
option 'type' 'broadcom'
option 'channel' '0'
option 'disabled' '0'
config wifi-iface
option device wl0
option network lan
option mode ap
option ssid open_wlan
option encryption none
config 'wifi-iface'
option 'device' 'wl0'
option 'network' 'lan'
option 'mode' 'sta'
option 'ssid' 'Secure'
option 'encryption' 'psk'
option 'key' '123'
option 'hidden' '0'
option 'isolate' '0'
option 'bgscan' '0'
option 'wds' '0'
option 'macpolicy' 'none'
Any ideas?
Thanks,
waldemar