From 1662707f22476e16eaa7a545b19b6ecad602d716 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 11 Feb 2025 11:58:55 -0800 Subject: [PATCH] doc: document [DriverQuirks].SaeDisable --- src/iwd.config.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ========