Loading...
Searching...
No Matches
gnrc_lwmac_frame_wa_t Struct Reference

LWMAC WA (wake-up answer packet, i.e., preamble-ACK packet) frame. More...

Detailed Description

LWMAC WA (wake-up answer packet, i.e., preamble-ACK packet) frame.

Definition at line 89 of file hdr.h.

#include <hdr.h>

Data Fields

gnrc_lwmac_hdr_t header
 WA packet header type.
 
gnrc_lwmac_l2_addr_t dst_addr
 WA is broadcast, so destination address needed.
 
uint32_t current_phase
 Node's current phase value.
 

Field Documentation

◆ current_phase

uint32_t gnrc_lwmac_frame_wa_t::current_phase

Node's current phase value.

Definition at line 92 of file hdr.h.

◆ dst_addr

gnrc_lwmac_l2_addr_t gnrc_lwmac_frame_wa_t::dst_addr

WA is broadcast, so destination address needed.

Definition at line 91 of file hdr.h.

◆ header

gnrc_lwmac_hdr_t gnrc_lwmac_frame_wa_t::header

WA packet header type.

Definition at line 90 of file hdr.h.


The documentation for this struct was generated from the following file: