Crate fidl_fuchsia_wlan_softmac
source ·Structs
- 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.
- Describes the capabilities of a SoftMAC on a particular band.
- A Stream of incoming requests for fuchsia.wlan.softmac/WlanSoftmacBridge.
- 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
Enums
- The
wlansoftmac
C++ driver establishes a FIDL channel serving theWlanSoftmacBridge
protocol to thewlan-mlme
Rust library. TheWlanSoftmacBridge
protocol is similar toWlanSoftmac
, but may not contain methods where the additional FIDL channel hinders performance.