From 3ab09e0ae24580e25162ddccad67d7a9847526d9 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 27 Feb 2024 10:33:55 -0800 Subject: [PATCH] doc: Document UseDefaultEccGroup --- src/iwd.network.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 -------------------------------