Expand description
This crate implements IEEE Std 802.11-2016 MLME as a library for hardware that supports
SoftMAC. This is distinct from FullMAC, which is implemented by drivers and firmware. The
implementation is broadly divided between client and AP stations, with some shared components
and state machine infrastructure. See the client
and ap
modules.
Re-exports
pub use wlan_common as common;