diff mbox series

[01/11] doc: Document UseDefaultEccGroup

Message ID 20240227183405.257206-1-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [01/11] doc: Document UseDefaultEccGroup | expand

Checks

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

Commit Message

James Prestwood Feb. 27, 2024, 6:33 p.m. UTC
---
 src/iwd.network.rst | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Denis Kenzior Feb. 27, 2024, 7:56 p.m. UTC | #1
Hi James,

On 2/27/24 12:33, James Prestwood wrote:
> ---
>   src/iwd.network.rst | 7 +++++++
>   1 file changed, 7 insertions(+)

All applied, thanks.

Regards,
-Denis
diff mbox series

Patch

diff --git a/src/iwd.network.rst b/src/iwd.network.rst
index 734dcfa1..b178c20c 100644
--- a/src/iwd.network.rst
+++ b/src/iwd.network.rst
@@ -174,6 +174,13 @@  The group ``[Settings]`` contains general settings.
        Properly configured Access Points will typically update this setting
        appropriately via Transition Disable indications.  User customization
        of this value is thus typically not required.
+   * - UseDefaultEccGroup
+     - Values: true, false
+
+       Forces the use of the default ECC group (19) for protocols using ECC
+       (WPA3 and OWE) if set true. If unset IWD will learn the capabilities of
+       the network based on its initial association and retain that setting for
+       the duration of its process lifetime.
 
 Network Authentication Settings
 -------------------------------