tree: 399e56fceb6fb705e5c619f96c2dfe3bc3139bf1 [path history] [tgz]
  1. fullmac/
  2. rust/
  3. README.md
src/connectivity/wlan/lib/mlme/README.md

WLAN MLME

This library implements IEEE 802.11 MLME functions for hardware with SoftMAC capabilities.

Our SoftMAC MLME is generally instantiated inside the ‘wlan’ driver.

Layout

MLME is divided into two separate implementations, one for ‘client STAs’ and one for ‘APs’. Each implementation is primarily a state machine (or in the case of AP, a state machine per-client).