public inbox for iwd@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 01/11] doc: Document UseDefaultEccGroup
@ 2024-02-27 18:33 James Prestwood
  2024-02-27 18:33 ` [PATCH 02/11] knownnetworks: add option to force a default ECC group James Prestwood
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: James Prestwood @ 2024-02-27 18:33 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

---
 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
 -------------------------------
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-02-27 19:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27 18:33 [PATCH 01/11] doc: Document UseDefaultEccGroup James Prestwood
2024-02-27 18:33 ` [PATCH 02/11] knownnetworks: add option to force a default ECC group James Prestwood
2024-02-27 18:33 ` [PATCH 03/11] network: retain default ECC group for OWE after setting James Prestwood
2024-02-27 18:33 ` [PATCH 04/11] network: set use default ECC group in handshake setup James Prestwood
2024-02-27 18:33 ` [PATCH 05/11] sae: remove sae_sm_set_force_group_19, use handshake James Prestwood
2024-02-27 18:34 ` [PATCH 06/11] netdev: add NETDEV_EVENT_ECC_GROUP_RETRY, handle in station James Prestwood
2024-02-27 18:34 ` [PATCH 07/11] auto-t: add Device.event_ocurred James Prestwood
2024-02-27 18:34 ` [PATCH 08/11] auto-t: add HostapdCLI.sta_status James Prestwood
2024-02-27 18:34 ` [PATCH 09/11] auto-t: refactor/fix testSAE James Prestwood
2024-02-27 18:34 ` [PATCH 10/11] auto-t: Add test for new SAE default group behavior James Prestwood
2024-02-27 18:34 ` [PATCH 11/11] auto-t: add OWE test for auto default group James Prestwood
2024-02-27 19:56 ` [PATCH 01/11] doc: Document UseDefaultEccGroup Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox