type for storing states of TX neighbor node. More...
#include <types.h>
Data Fields | |
| uint8_t | l2_addr [IEEE802154_LONG_ADDRESS_LEN] |
| Address of neighbor node. | |
| uint8_t | l2_addr_len |
| Neighbor address length. | |
| uint32_t | phase |
| Neighbor's wake-up Phase. | |
| gnrc_priority_pktqueue_t | queue |
| TX queue for this particular Neighbor. | |