diff mbox series

[2/2] doc: document [DriverQuirks].SaeDisable

Message ID 20250211195855.85360-2-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [1/2] wiphy: add driver quirk to disable SAE | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success

Commit Message

James Prestwood Feb. 11, 2025, 7:58 p.m. UTC
---
 src/iwd.config.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/src/iwd.config.rst b/src/iwd.config.rst
index 0dd9d978..4ba7b4e7 100644
--- a/src/iwd.config.rst
+++ b/src/iwd.config.rst
@@ -465,6 +465,14 @@  are buggy or just don't behave similar enough to the majority of other drivers.
        If a driver in use matches one in this list, multicast RX will be
        disabled.
 
+   * - SaeDisable
+     - Values: comma-separated list of drivers or glob matches
+
+       If a driver in use matches one in this list, SAE/WPA3 will be disabled
+       for connections. This will prevent connections to WPA3-only networks, but
+       will allow for connections to WPA3/WPA2 hybrid networks by utilizing
+       WPA2.
+
 SEE ALSO
 ========