hi all
i have implemented a mesh network where device can roam from one AP to another using qca-wifi package .
after roam the device sends LLC package of its own mac
but i also want to send LLC of the device connected in bridge (backhaul devices)
i dont know which file may be managing the transmission of llc packet
(my Station broadcast all LLC (of its own and the backhaul ) when it get connected for the 1st time , but it fails to send the LLC of backhaul device when device roams from one AP to another.)
atleast it should able to send the LLC of connected client .....
my device is configured as client + wds and if any mobile phone get connected with my station then it should be able to send its LLC to the Network when roams
+------ AP A ------+ +------ AP B ------+
| (OpenWRT AP) | | (OpenWRT AP) |
| | | |
+-----------------+ +-----------------+
| |
| (Mesh Network) |
| |
v v
+-----------------+
| Client C (STA) | <-- (Roaming between AP A & AP B)
| (OpenWRT) |
+-----------------+
|
---------------------
| |
+---------------+ +---------------+
| Client E | | Client F |
| (Backhaul Dev)| | (Backhaul Dev)|
+---------------+ +---------------+
here initially device C is connected with A , and when C roams to B it broadcasts its LLC only to the network , but it should also able to broadcast the LLC of E and F
in the very 1st time when it connects to any AP it send LLC of the backhaul devices (upstream and downstream both)
but when it roams to new AP it send only its own mac
so i dont think that not getting info is a problem here .
it somehow dropping the frame while transmitting