Modules§
Structs§
- DmaBuffer
- DMA buffer passed from the runtime queue layer to a driver queue.
- Event
- Event returned by
Interface::handle_irqindicating which queues have completed operations. - IdList
- Bitmask tracking up to 64 queue identifiers.
- IrqHandler
- Net
- Queue
Config - Queue configuration needed by the upper layer DMA pool.
- RxPacket
- RxQueue
- TxPending
- TxQueue
- Wifi
Control Handle - Standalone handle to a device’s wireless control plane.
- Wifi
Link Policy - Wireless link policy a device reports for itself, so the protocol stack can apply it without any Wi-Fi/SoftAP-specific knowledge.
Enums§
Traits§
- Driver
Generic - IRxQueue
- Receive queue interface.
- ITxQueue
- Transmit queue interface.
- Interface
- Core interface that network device drivers must implement.
- Wifi
Control - Optional control plane for a wireless
Interface.