Structs§
- A Stream of incoming requests for fuchsia.wlan.softmac/EthernetRx.
- A Stream of incoming requests for fuchsia.wlan.softmac/EthernetTx.
- Argument table to be passed as the single argument to WlanSoftmac.NotifyAssociationComplete. All information here is relevant only in the context of the association with the given peer_addr. All fields in this table are required unless stated otherwise.
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanRx.
- Describes the capabilities of a SoftMAC on a particular band.
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanSoftmacBase.
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanSoftmacBridge.
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanSoftmacIfcBase.
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanSoftmacIfcBridge.
- High-level information describing the state of a running softmac. All fields in this response are required.
- Argument struct to be passed as the single argument to WlanSoftmac.StartActiveScan
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanTx.
Enums§
- Protocol for sending an Ethernet frame from the bridged wlansoftmac driver to the wlansoftmac driver.
- Protocol for sending an Ethernet frame from the wlansoftmac driver to the bridged wlansoftmac driver.
- Protocol for sending a WLAN frame from the wlansoftmac driver to the bridged wlansoftmac driver.
WlanSoftmacBase
is a template protocol intended to be composed intoWlanSoftmacBridge
andWlanSoftmac
.WlanSoftmacBase
contains all method that bothWlanSoftmacBridge
andWlanSoftmac
have in common.WlanSoftmacBase
should not be implemented directly.WlanSoftmacBridge
is the protocol thewlansoftmac
driver serves to the bridged driver. This protocol should not be implemented by a vendor driver.- Protocol containing methods common to both
WlanSoftmacIfc
andWlanSoftmacIfcBridge
. - Protocol that transports
WlanSoftmacIfc
requests from the wlansoftmac driver to the bridged driver. - Protocol for sending a WLAN frame from the bridged wlansoftmac driver to the wlansoftmac driver.