Crate wlan_frame_writer

Source

Re-exports§

pub use wlan_common as __wlan_common;
pub use zerocopy as __zerocopy;

Macros§

append_frame_to
Appends a frame to a buffer that implements wlan_common::append::Append.
write_frame
Allocates a buffer in a new fdf::Arena and writes a frame into the buffer.
write_frame_to_vec
Writes a frame to a Vec
write_frame_with_fixed_slice
Writes a frame into a fixed sized slice.

Structs§

__Arena
Implements a memory arena allocator to be used with the Fuchsia Driver Runtime when sending and receiving from channels.