tree: ea1e50b77cd5c20ba4c303709296351b41c3de44
  1. drivers/
  2. lib/
  3. testing/
  4. tests/
  5. tools/
  6. wlancfg/
  7. wlandevicemonitor/
  8. wlanix/
  9. BUILD.gn
  10. FIDL.md
  11. GEMINI.md
  12. METADATA.textproto
  13. OWNERS
  14. README.md
  15. TESTING.json5
src/connectivity/wlan/README.md

Fuchsia WLAN

The WLAN stack is split into several layers: - Policy implements interfaces that are used by applications running on Fuchsia. - Device Monitor manages WLAN devices and interfaces. - Core consists of several components and libraries: - SME (Station Management Entity) implements the 802.11 SME interfaces. - MLME (MAC Sublayer Management Entity) implements the 802.11 MLME functions. - Drivers contains driver implementations for various hardware.

These layers communicate via FIDL protocols defined in FIDL.md.