tree: c8027a45ebbe9343ced94808c6f16d4f5f19ab46 [path history] [tgz]
  1. lib/
  2. testing/
  3. third_party/
  4. wlanif/
  5. wlanphy/
  6. wlansoftmac/
  7. METADATA.textproto
  8. OWNERS
  9. README.md
src/connectivity/wlan/drivers/README.md

Drivers

This repository contains drivers for wireless devices.

A Full MAC driver relies on the firmware in the wireless hardware to implement the majority of the IEEE 802.11 MLME functions.

A Soft MAC driver implements the basic building blocks of communication with the wireless hardware in order to allow the Fuchsia MLME driver to execute the IEEE 802.11 MLME functions.

The Fuchsia MLME driver is a hardware-independent layer that provides state machines for synchronization, authentication, association, and other wireless networking state. It communicates with a Soft MAC driver to manage the hardware.