template <>

class WireEventSender

Defined at line 5852 of file fidling/gen/sdk/fidl/fuchsia.wlan.sme/fuchsia.wlan.sme/cpp/fidl/fuchsia.wlan.sme/cpp/wire_messaging.h

Public Methods

fidl::OneWayStatus OnConnectResult (const ::fuchsia_wlan_sme::wire::ConnectResult & result)

Return the result of the initial connection request or later SME-initiated reconnection.

fidl::OneWayStatus OnDisconnect (const ::fuchsia_wlan_sme::wire::DisconnectInfo & info)

Notify that the client has disconnected. If DisconnectInfo indicates that SME is

attempting to reconnect by itself, there's not need for caller to intervene for now.

fidl::OneWayStatus OnRoamResult (const ::fuchsia_wlan_sme::wire::RoamResult & result)

Report the result of a roam attempt.

fidl::OneWayStatus OnSignalReport (const ::fuchsia_wlan_internal::wire::SignalReportIndication & ind)

Give an update of the latest signal report.

fidl::OneWayStatus OnChannelSwitched (const ::fuchsia_wlan_internal::wire::ChannelSwitchInfo & info)

Give an update of the channel switching.