Si917 specific Wi-Fi asynchronous statistics.
Public Attributes#
Number of transmitted packets.
Reserved fields.
Number of transmission retries.
Number of packets that passed CRC check.
Number of packets that failed CRC check.
Number of times CCA got stuck.
Number of times CCA didn't get stuck.
Number of packet aborts.
Number of false RX starts.
CCA idle time.
Reserved fields.
Number of reception retries.
Reserved fields.
Calibrated RSSI.
Reserved fields.
Number of transmitted packets dropped after maximum retries.
Maximum consecutive packets dropped.
Reserved fields.
BSSID matched broadcast packets count.
BSSID matched multicast packets count.
BSSID & multicast filter matched packets count.
Public Attribute Documentation#
cca_not_stk#
uint16_t sl_si91x_async_stats_response_t::cca_not_stk
Number of times CCA didn't get stuck.
xretries#
uint16_t sl_si91x_async_stats_response_t::xretries
Number of transmitted packets dropped after maximum retries.
max_cons_pkts_dropped#
uint16_t sl_si91x_async_stats_response_t::max_cons_pkts_dropped
Maximum consecutive packets dropped.
bss_broadcast_pkts#
uint16_t sl_si91x_async_stats_response_t::bss_broadcast_pkts
BSSID matched broadcast packets count.
bss_multicast_pkts#
uint16_t sl_si91x_async_stats_response_t::bss_multicast_pkts
BSSID matched multicast packets count.
bss_filter_matched_multicast_pkts#
uint16_t sl_si91x_async_stats_response_t::bss_filter_matched_multicast_pkts
BSSID & multicast filter matched packets count.