From 48ddd52ced26f87c7df5049fd125619734c2ee4e Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Mon, 10 May 2021 10:58:06 +0200 Subject: [PATCH] doc: Document NetworkConfigurationEnabled in Daemon.GetInfo() --- doc/daemon-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/daemon-api.txt b/doc/daemon-api.txt index 439bf6f7..0e8b6b49 100644 --- a/doc/daemon-api.txt +++ b/doc/daemon-api.txt @@ -22,3 +22,9 @@ Methods dict GetInfo() state directory where network configuration and runtime state files are kept (see $STATE_DIRECTORY in iwd(8) and iwd.network(5)). + + bool NetworkConfigurationEnabled - Whether network + configuration is enabled (see iwd(8)). When true, + IWD configures the address, netmask, the resolver, + a route, the DHCP client or server (in station vs. + access point mode.)