2021-05-06 23:28:28 +02:00
|
|
|
Daemon hierarchy
|
|
|
|
================
|
|
|
|
|
|
|
|
Service net.connman.iwd
|
|
|
|
Interface net.connman.iwd.Daemon [Experimental]
|
|
|
|
Object path /net/connman/iwd
|
|
|
|
|
|
|
|
Methods dict GetInfo()
|
|
|
|
|
|
|
|
Returns basic IWD daemon's status and configuration
|
|
|
|
properties. Their values are global and may be useful
|
|
|
|
for D-Bus clients interacting with IWD, not so much
|
|
|
|
for the user. The returned dictionary (a{sv}) maps
|
|
|
|
string keys to values of types defined per key.
|
|
|
|
Clients should ignore unknown keys.
|
|
|
|
|
|
|
|
The following key/value pairs are defined currently:
|
|
|
|
|
|
|
|
string Version - IWD release version,
|
|
|
|
|
|
|
|
string StateDirectory - Absolute path to the IWD
|
|
|
|
state directory where network configuration and
|
|
|
|
runtime state files are kept (see $STATE_DIRECTORY in
|
|
|
|
iwd(8) and iwd.network(5)).
|
2021-05-10 10:58:06 +02:00
|
|
|
|
|
|
|
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.)
|