class NetworkProvisioningServerDelegateImpl
Defined at line 22 of file ../../src/connectivity/weave/adaptation/network_provisioning_server_delegate_impl.h
A concrete implementation of the delegate used by NetworkProvisioningServerImpl to
make the required platform calls needed to manage connectivity state in Weave.
Public Methods
WEAVE_ERROR Init ()
NetworkProvisioningServerImpl::Delegate APIs
Defined at line 30 of file ../../src/connectivity/weave/adaptation/network_provisioning_server_delegate_impl.cpp
WEAVE_ERROR GetWiFiStationProvision (DeviceNetworkInfo & net_info, bool include_credentials)
Defined at line 51 of file ../../src/connectivity/weave/adaptation/network_provisioning_server_delegate_impl.cpp
void SetWlanNetworkConfigProvider (fidl::InterfaceHandle<class fuchsia::weave::WlanNetworkConfigProvider> provider)
Set WLAN Network Config Provider which can be used to watch WLAN network provision updates.
Defined at line 40 of file ../../src/connectivity/weave/adaptation/network_provisioning_server_delegate_impl.cpp
void OnWlanNetworkUpdate (fuchsia::wlan::policy::NetworkConfig current_network_config)
Callback function for WLAN network provision updates.
Defined at line 32 of file ../../src/connectivity/weave/adaptation/network_provisioning_server_delegate_impl.cpp