template <>

class WireWeakAsyncBufferClientImpl

Defined at line 5312 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/driver/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_wlan_softmac::WlanSoftmacIfc::ReportTxResult> ReportTxResult (const ::fuchsia_wlan_common::wire::WlanTxResult & tx_result)

Reports the result of an attempted transmission.

A device driver indicates support for `ReportTxResult()` using

`fuchsia.wlan.common/DeviceExtension.report_tx_result_supported`.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_wlan_softmac::WlanSoftmacIfc::NotifyScanComplete> NotifyScanComplete (::fuchsia_wlan_softmac::wire::WlanSoftmacIfcBaseNotifyScanCompleteRequest WlanSoftmacIfcBaseNotifyScanCompleteRequest)

Reports completion of a scan associated with the unique `scan_id`. `status`

indicates whether the scan completed successfully, failed due to an error,

or was cancelled.

Return status indicates the reason for scan completion:

ZX_OK: All channels were scanned successfully.

ZX_ERR_CANCELLED: The scan was terminated by a user request, either an

explicit WlanSoftmac.CancelScan() or the initiation of an

incompatible request (e.g. connect).

ZX_ERR_OUT_OF_RANGE: The scan request included a prohibited channel.

This may be due to the current country setting.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_wlan_softmac::WlanSoftmacIfc::Recv> Recv (const ::fuchsia_wlan_softmac::wire::WlanRxPacket & packet)

Forward up a packet received over the wireless medium.

Caller provides the backing storage for FIDL message.