class AccessPointController

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

AccessPointControllers allow the caller to trigger wlan state changes. This

includes whether the device will act as an access point and provide a wlan

network for other co-located devices.

Public Methods

void ~AccessPointController ()
void StartAccessPoint (::fuchsia::wlan::policy::NetworkConfig config, ::fuchsia::wlan::policy::ConnectivityMode mode, ::fuchsia::wlan::policy::OperatingBand band, StartAccessPointCallback callback)

Enables wlan to initiate AccessPoint operation using the provided network

configuration, connectivity mode and band.

void StopAccessPoint (::fuchsia::wlan::policy::NetworkConfig config, StopAccessPointCallback callback)

Deactivate AccessPoint operation for a specified network configuration.

void StopAllAccessPoints ()

Deactivates all AccessPoints currently operating on the device.