tree: 40eb6b2e062a76a76bd37c7c7c152477ae5a60f9
  1. .agents/
  2. drivers/
  3. lib/
  4. testing/
  5. tests/
  6. tools/
  7. wlancfg/
  8. wlandevicemonitor/
  9. wlanix/
  10. BUILD.gn
  11. FIDL.md
  12. GEMINI.md
  13. METADATA.textproto
  14. OWNERS
  15. README.md
  16. 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.