I have a network with 1 ZC, 1 ZR and 1 ZED. ZED is associate with ZR so the message it send to ZC need the ZR's help.
Every time I received an message in ZC, ZC will call the function below to try to get the source mac address
AddrMgrExtAddrLookup(pkt->srcAddr.addr.shortAddr,tempbuf);
However, in this method, when ZC receiving message from ZED, it always return a mac address of 0x00 00 00 ,,,, (all 0). If there any method except send the mac address along with the package that can enable the ZC obtain ZED's mac address?
Really appreciate if anyone could help!