Re-exports§
pub use wlan_common as __wlan_common;
pub use zerocopy as __zerocopy;
Macros§
- Appends a frame to a buffer that implements
wlan_common::append::Append
. - Allocates a buffer in a new
fdf::Arena
and writes a frame into the buffer. - Writes a frame to a Vec
- Writes a frame into a fixed sized slice.
Structs§
- Implements a memory arena allocator to be used with the Fuchsia Driver Runtime when sending and receiving from channels.