Hi,

is it possible to create WDS for multiple ESSID WiFis on the same radio?

I have here two W8970 with Atheros AR9381.

I tried to expand the howto from her to two devices 
http://wiki.openwrt.org/doc/recipes/atheroswds.
For one SSID it works well.

On the AP /etc/config/wireless
config wifi-device 'radio0'
        option type 'mac80211'
        option channel '6'
        option hwmode '11g'
        option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
        option htmode 'HT40'
        option disabled '0'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'lan'
        option encryption 'psk2'
        option key 'foo12345'
        option wds 1

config wifi-iface
        option device 'radio0'
        option network 'playground'
        option mode 'ap'
        option ssid 'playground'
        option encryption 'psk2'
        option key 'toysrus!!'
        option wds 1


On the wireless bridge:
config wifi-device 'radio0'
        option type 'mac80211'
        option channel '6'
        option hwmode '11g'
        option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
        option htmode 'HT40'
        option disabled '0'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option mode 'sta'
        option ssid 'lan'
        option encryption 'psk2'
        option key 'foo12345'
        option wds 1

config wifi-iface
        option device 'radio0'
        option network 'playground'
        option mode 'sta'
        option ssid 'playground'
        option encryption 'psk2'
        option key 'toysrus!!'
        option wds 1

The IPs are configured in /etc/config/network are static for testing.
If I only active one of these networks on the bridge everything works well, but 
if I enable both, I get unpredicted results:
 - only on Wifi network might be up the other is down or
 - both are up but pinging with tcpdump does not show any traffic on the bridge 
or on the master.

Is it possible to WDS two wireless networks with one device?

regards
-- 
Joerg Jungermann
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to