template <>
class WireWeakOnewayBufferClientImpl
Defined at line 1404 of file fidling/gen/sdk/fidl/fuchsia.wlan.tap/fuchsia.wlan.tap/cpp/fidl/fuchsia.wlan.tap/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus Rx (::fidl::VectorView<uint8_t> data, const ::fuchsia_wlan_tap::wire::WlanRxInfo & info)
The device "receives" a frame "over the air" and pass it up to driver.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus ReportTxResult (const ::fuchsia_wlan_common::wire::WlanTxResult & txr)
For rate selection (Minstrel), the device's last frame transmission is a success/failure,
with a certain number of retries.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus ScanComplete (uint64_t scan_id, int32_t status)
Caller provides the backing storage for FIDL message.