class AccessPointStateUpdates
Defined at line 5081 of file fidling/gen/sdk/fidl/fuchsia.wlan.policy/fuchsia.wlan.policy/hlcpp/fuchsia/wlan/policy/cpp/fidl.h
AccessPoint operation status changes along with associated connection status.
Public Methods
void ~AccessPointStateUpdates ()
void OnAccessPointStateUpdate (::std::vector< ::fuchsia::wlan::policy::AccessPointState> access_points, OnAccessPointStateUpdateCallback callback)
Updates registered listeners with the current summary of wlan access point
operating states. This will be called when there are changes with active
access point networks - both the number of access points and their
individual activity. Registered listeners are responsible for deciding
what information has changed (this is dependent on when they last
acknowledged the update).