Hello,
I’m trying to set a Wifi-Ethernet bridge with AP/Clients connection and each client is bridged to a wired network behind. I’m using WL1807 module with FW (Rev 8.9.0.0.83) and trying to use 4addr mode:
On STA side, I set up the interface with 4addr mode: iw dev wlan0 set 4addr on
And bridge the 4-addr mode client interface: brctl addif br_lan wlan0
On AP side, I added to my hostapd configuration:
wds_sta=1
wds_bridge=br0
When 4addr client connects, an interface should be created (wlan0.sta0,…) but it is not the case and client machine can’t ping AP and IPs bridged behind.
So, 4addr mode is supported on AP and STA ? and if it does, what I’m missing ?
Thanks,
Hmaied