Collaboration diagram for frame_data_rx_t:
Data Fields | |
frame_t | hdr |
common frame header | |
strinfo_t | strinfo |
stream status | |
timestamp_t | ts |
timestamp of reception of this frame | |
struct { | |
uint8_t rssi | |
receive signal strength of this frame | |
uint8_t rxstatus | |
rx status bits from the modem | |
uint16_t length | |
length in bytes of the frame payload | |
struct { | |
uint8_t signal | |
802.11PLCP signal field | |
uint8_t service | |
802.11PLCP service field | |
uint16_t length | |
802.11PLCP length field (uS) | |
} plcp | |
} | rxinfo |
|
common frame header
|
|
802.11PLCP length field (uS)
|
|
receive signal strength of this frame
|
|
rx status bits from the modem
|
|
802.11PLCP service field
|
|
802.11PLCP signal field
|
|
stream status
|
|
timestamp of reception of this frame
|