#include <wifi_rx_queue.h>
Public Attributes | |
bool | blocking_read |
unsigned int | count |
frame_t | frames [RX_RING_ELEMENTS] |
unsigned int | head |
sem_t | sem |
unsigned int | tail |
Definition at line 55 of file wifi_rx_queue.h.
Definition at line 59 of file wifi_rx_queue.h.
unsigned int wifi_ring_t::count |
Definition at line 57 of file wifi_rx_queue.h.
Definition at line 58 of file wifi_rx_queue.h.
unsigned int wifi_ring_t::head |
Definition at line 57 of file wifi_rx_queue.h.
sem_t wifi_ring_t::sem |
Definition at line 60 of file wifi_rx_queue.h.
unsigned int wifi_ring_t::tail |
Definition at line 57 of file wifi_rx_queue.h.