Message ID | 20220720021226.242780-1-jesse@twosheds.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | doc: Add "wep" to network type list | expand |
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-ci-makedistcheck | success | Make Distcheck |
prestwoj/iwd-ci-incremental_build | success | Incremental build not run PASS |
prestwoj/iwd-alpine-ci-build | success | Build - Configure |
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 |
Hi Jesse, On 7/19/22 21:12, Jesse Lentz wrote: > Document "wep" as a possible network type. > --- > doc/network-api.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/network-api.txt b/doc/network-api.txt > index 77536e28..2032faad 100644 > --- a/doc/network-api.txt > +++ b/doc/network-api.txt > @@ -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) > Would it be a good idea to also mention that wep isn't supported? We can detect these networks, but can't connect to them. > object KnownNetwork [readonly, optional] > Regards, -Denis
diff --git a/doc/network-api.txt b/doc/network-api.txt index 77536e28..2032faad 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -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]