Hello !
I'm currently playing with NWA50AX PRO APs, and the WDS feature. One AP is using Zyxel stock firmware, and another is using OpenWRT. My goal is to have the Zyxel stock as WDS AP, and the OpenWRT ones as wifi/ethernet bridges, with 2 VLANs.
Zyxel WDS is actually sending all frames with 802.1q tags. I'm able to actually connect (via the Client WDS option) and use the VLANs using a bridge with filtering in OpenWRT, the only change I need is to tell the wifi interface to use tagged frames (instead of PVID Egress Untagged)
The following bridge vlan show is working correctly:
root@ap3:~# bridge vlan show
port vlan-id
eth0 1 PVID Egress Untagged
100
phy0-sta0 1
100
br-lan 1
100
Might it be possible to add a knob somewhere in OpenWRT to make the wireless device join in tagged mode on every VLAN in a bridge with filtering ? If so, where in OpenWRT is this configuration handled ?
Alternatively, is there a way to make a specific script run (to change VLAN config) whenever the wireless device is re-created and joined to the bridge ? I tried to make a hotplug event, but it seems to run after the device is created, but before it joins the bridge.
Thanks !