Module libwifi::frame[][src]

Libwifi’s own Error implementation

Re-exports

pub use control::*;
pub use data::*;
pub use management::*;

Modules

control
data
management

Enums

Frame

This represents all currently supported payloads for frame subtypes. Each variant is represented by its own struct. The structs are organized in files by their frame type, i.e. management, data, control.