From fb014268d5ab4d1c2d8c82588141e75302108b07 Mon Sep 17 00:00:00 2001 From: Jesse Lentz Date: Wed, 20 Jul 2022 12:11:08 -0400 Subject: [PATCH] doc: Mention "wep" network type Document "wep" as a possible Network Type. Mention that connections to WEP networks are unsupported. --- doc/network-api.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index 77536e28..e4a34411 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -7,9 +7,9 @@ Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}/Xxx Methods void Connect() - Connect to the network. Request the device - implied by the object path to connect to specified - network. + Connect to the network. Request the device implied by + the object path to connect to specified network. + Connecting to WEP networks is not supported. Possible errors: net.connman.iwd.Aborted net.connman.iwd.Busy @@ -42,7 +42,7 @@ Properties string Name [readonly] string Type [readonly] Contains the type of the network. Possible - types are "open", "psk", "8021x" (EAP) + types are "open", "wep", "psk", or "8021x" (EAP) object KnownNetwork [readonly, optional]