From be821a80d8f2740f650af1d048057f7b3f2f12fc Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 14 Aug 2018 13:27:59 -0500 Subject: [PATCH] doc: Add Network.KnownNetwork property --- doc/network-api.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/network-api.txt b/doc/network-api.txt index 32a3514a..cb08e996 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -37,3 +37,10 @@ Properties string Name [readonly] Contains the type of the network. Possible types are "open", "psk", "8021x" (EAP) + + object KnownNetwork [readonly, optional] + + Contains the path of the KnownNetwork object + corresponding to this Network. If the network + is not provisioned or has not been connected to + before, the property is ommitted.