diff mbox series

[v2] doc: Mention "wep" network type

Message ID 20220720161108.250369-1-jesse@twosheds.org (mailing list archive)
State Accepted, archived
Headers show
Series [v2] doc: Mention "wep" network type | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-alpine-ci-fetch success Fetch PR
prestwoj/iwd-ci-gitlint success GitLint
prestwoj/iwd-ci-fetch success Fetch PR
prestwoj/iwd-alpine-ci-makedistcheck success Make Distcheck
prestwoj/iwd-alpine-ci-incremental_build success Incremental build not run PASS
prestwoj/iwd-alpine-ci-build success Build - Configure
prestwoj/iwd-ci-makedistcheck success Make Distcheck
prestwoj/iwd-ci-incremental_build success Incremental build not run PASS
prestwoj/iwd-ci-build success Build - Configure
prestwoj/iwd-alpine-ci-makecheckvalgrind success Make Check w/Valgrind
prestwoj/iwd-alpine-ci-makecheck success Make Check
prestwoj/iwd-ci-clang success clang PASS
prestwoj/iwd-ci-makecheckvalgrind success Make Check w/Valgrind
prestwoj/iwd-ci-makecheck success Make Check
prestwoj/iwd-ci-testrunner success test-runner PASS

Commit Message

Jesse Lentz July 20, 2022, 4:11 p.m. UTC
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(-)

Comments

Denis Kenzior July 20, 2022, 5:35 p.m. UTC | #1
Hi Jesse,

On 7/20/22 11:11, Jesse Lentz wrote:
> 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(-)
> 

Applied, thanks.

Regards,
-Denis
diff mbox series

Patch

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]