class Start
Defined at line 1631 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/markers.h
Signal to the server that the MLME for the iface is ready to send and receive
frames.
The client provides the following arguments:
- `ifc`: The client end of a `WlanSoftmaIfc` server which the
server will use to send events to the client.
The server returns a server end of a `fuchsia.wlan.mlme/MLME` protocol. The SME
for the iface owns the client end. Thus, this channel is used for SME
<
-> MLME
communication.
Except where noted, `WlanSoftmac` methods must only be called after
a successful call to `WlanSoftmac.Start`.
Common errors include:
- `ZX_ERR_ALREADY_BOUND`: `Start` was already called on this softmac.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal