Searched defs:nrf_wifi_interface_stats (Results 1 – 1 of 1) sorted by relevance
525 struct nrf_wifi_interface_stats { struct527 unsigned int tx_unicast_pkt_count;529 unsigned int tx_multicast_pkt_count;531 unsigned int tx_broadcast_pkt_count;533 unsigned int tx_bytes;535 unsigned int rx_unicast_pkt_count;537 unsigned int rx_multicast_pkt_count;539 unsigned int rx_broadcast_pkt_count;564 /** Interface debug parameters @ref nrf_wifi_interface_stats */ argument