I am currently using OpenWRT on a device that is configured as a Dumb AP. Behind it, there's a router running OPNsense. I have two completely separate VLANs: one for "Home" and one for "Guest." Each of these networks has its own SSID on the AP.
To extend the Wi-Fi range, I now want to use another device with OpenWRT. This device should be connected via a wireless backhaul (unfortunately, using LAN cables is not an option) and should also broadcast both SSIDs from the two VLANs.
If I didn't have this requirement with the two VLANs, I would simply configure WDS, but I don't know if or how that would work with VLANs. I have found some posts suggesting that VXLAN tunnels could be used, but I have no idea how to set that up. In this blog post (https://badgateway.qc.to/vlans-and-wifi/), GRE is used, and an extra SSID is utilized for communication between the Wi-Fi APs. Is this the right approach? I am grateful for any suggestions.