STM32F7 Ethernet interface for nucleo STM32F767

Embed: (wiki syntax)

« Back to documentation index

nwk_pan_descriptor_t Struct Reference

nwk_pan_descriptor_t Struct Reference

Linked network response list. More...

#include <net_nwk_scan.h>

Data Fields

mlme_pan_descriptor_tpan_descriptor
 Pan Description.
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_tnext
 Link to next network result.

Detailed Description

Linked network response list.

Definition at line 83 of file net_nwk_scan.h.


Field Documentation

Alternative Parent information pointer.

Definition at line 87 of file net_nwk_scan.h.

uint8_t beacon_length

Beacon Payload length.

Definition at line 86 of file net_nwk_scan.h.

uint8_t* beacon_payload

Beacon Payload pointer.

Definition at line 85 of file net_nwk_scan.h.

Link to next network result.

Definition at line 88 of file net_nwk_scan.h.

Pan Description.

Definition at line 84 of file net_nwk_scan.h.