From b540e498c599f9bc199fdb25815f5314caefa9c8 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 2 Nov 2016 15:24:33 +0100 Subject: [PATCH] doc: Add Type property to Network objects Currently, the security type is only discovererable via the Device object. Let's add it security type property here to avoid unnecessary complex lookups. --- doc/network-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/network-api.txt b/doc/network-api.txt index 971035aa..fd4c3f4f 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -31,3 +31,8 @@ Properties string Name [readonly] object Device [readonly] The object path of the device the network belongs to. + + string Type + + Contains the type of the network. Possible + types are "open", "psk", "8021x" (EAP)