Loading...
Searching...
No Matches
netdev_radio_rx_info Struct Reference

Received frame status information for most radios. More...

Detailed Description

Received frame status information for most radios.

May be different for certain radios.

Definition at line 279 of file netdev.h.

#include <netdev.h>

Data Fields

int16_t rssi
 RSSI of a received frame in dBm.
 
uint8_t lqi
 LQI of a received frame.
 

Field Documentation

◆ lqi

uint8_t netdev_radio_rx_info::lqi

LQI of a received frame.

Definition at line 281 of file netdev.h.

◆ rssi

int16_t netdev_radio_rx_info::rssi

RSSI of a received frame in dBm.

Definition at line 280 of file netdev.h.


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