09186dbaf99641d3be5edd4c9ea5e07e0e60cb22

In the case of MLO connection, MLD address is used for data transmissions in the ethernet header. Take MLO-SAP intra-bss forwarding as an instance, ref1 sends unicast arp-resp to ref2 who initiates broadcast arp-req. DA and SA in the ethernet header are both MLD mac addresses of ref1 and ref2. Currently when WLAN IPA component does the intra-bss forwarding check, MLO connection is not taken into consideration, where only legacy hash table is searched. For a MLD peer, it is not added into the legacy hash table but the MLD specific hash table. Hence in this change, use dp_peer_hash_find_wrapper() API with CDP_WILD_PEER_TYPE to check if peer exists in both legacy and MLD hash table. Change-Id: Ifea7cd37373e1575d811bedefb602d0df5c1765b CRs-Fixed: 3400280
This is CNSS WLAN Host Driver for products starting from iHelium
Descrizione
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%