This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Neighbor table of End device

Other Parts Discussed in Thread: CC2538, Z-STACK

I am working on a project using cc2538 by creating a z stack mesh network. In this project I need to get the address of all neighboring routers and its signal strength (LQI) in end device application. When I checked end device's neighbor table, it has only one entry which is it's parent.

neighborEntry_t  neighborTable[]

in nwk_global.c

Is there any chance to get the address of all the neighbor routers. I also tried with ZDP_MgmtLqiReq api, but didn't get the right values. Kindly reply.