class ClientStateUpdates

Defined at line 4993 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h

Wlan status changes for client connections and the associated network state.

These updates contain information about whether or not the device will attempt

to connect to networks, saved network configuration change information,

individual connection state information by NetworkIdentifier and connection

attempt information. The connection and network related calls are based on

NetworkIdentifier to allow multiple simultaneous connections on supporting

devices.

Public Methods

void ~ClientStateUpdates ()
void OnClientStateUpdate (::fuchsia::wlan::policy::ClientStateSummary summary, OnClientStateUpdateCallback callback)

Updates registered listeners with the current summary of wlan client state.

This will be called when there is any change to the state and the

registered listeners are responsible for deciding what information has

changed (since this is dependent on when they last acknowledged the update).