NanoStack lib for Cortex-M4
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
nwk_pan_descriptor_t Struct Reference
Linked Network response list. More...
#include <net_nwk_scan.h>
Data Fields | |
| uint8_t | CoordAddrMode |
| Parent Address Mode NET_PARET_SHORT_16_BIT or NET_PARET_LONG_64_BIT. | |
| uint16_t | CoordPANId |
| Network PAN-ID. | |
| uint8_t | CoordAddress [8] |
| Parent Address based on CoordAddrMode. | |
| uint8_t | LogicalChannel |
| Network Channel. | |
| uint8_t | ChannelPage |
| Channel Page 0 at 2.4Ghz. | |
| uint8_t | SuperframeSpec [2] |
| Network SuperFrame setup. | |
| uint8_t | LinkQuality |
| LQI to parent. | |
| uint8_t * | beacon_payload |
| Beacon Payload pointer. | |
| uint8_t | beacon_length |
| Beacon Payload length. | |
| nwk_pan_alternative_parent_t * | alternative_parent |
| Alternative Parent information pointer. | |
| struct nwk_pan_descriptor_t * | next |
| Link to next network result. | |
Detailed Description
Linked Network response list.
Definition at line 142 of file net_nwk_scan.h.
Field Documentation
Alternative Parent information pointer.
Definition at line 153 of file net_nwk_scan.h.
| uint8_t beacon_length |
Beacon Payload length.
Definition at line 152 of file net_nwk_scan.h.
| uint8_t* beacon_payload |
Beacon Payload pointer.
Definition at line 151 of file net_nwk_scan.h.
| uint8_t ChannelPage |
Channel Page 0 at 2.4Ghz.
Definition at line 148 of file net_nwk_scan.h.
| uint8_t CoordAddress[8] |
Parent Address based on CoordAddrMode.
Definition at line 146 of file net_nwk_scan.h.
| uint8_t CoordAddrMode |
Parent Address Mode NET_PARET_SHORT_16_BIT or NET_PARET_LONG_64_BIT.
Definition at line 144 of file net_nwk_scan.h.
| uint16_t CoordPANId |
Network PAN-ID.
Definition at line 145 of file net_nwk_scan.h.
| uint8_t LinkQuality |
LQI to parent.
Definition at line 150 of file net_nwk_scan.h.
| uint8_t LogicalChannel |
Network Channel.
Definition at line 147 of file net_nwk_scan.h.
| struct nwk_pan_descriptor_t* next |
Link to next network result.
Definition at line 154 of file net_nwk_scan.h.
| uint8_t SuperframeSpec[2] |
Network SuperFrame setup.
Definition at line 149 of file net_nwk_scan.h.
Generated on Wed Jul 13 2022 02:57:33 by
1.7.2
