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 fidl_fuchsia_wlan_ieee80211 as fidl_ieee80211;
pub use wlan_common as common;