Crate libwifi[][src]

Re-exports

pub use crate::frame::Frame;

Modules

error

Libwifi’s own Error implementation

frame

The Frame enum and all structs that represent each type of possible frame.

Enums

FrameSubType

Representation of the exact frame subtypes.

FrameType

Representation of all possible the frame types.

Traits

Addresses

Helper trait to easily access source, destination and bssid on various types.

Functions

parse_frame

This is the main function for IEE 802.11 parsing.