From 6bf79dbb8b9852d97634b315b48a6be7ab731687 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 16 Nov 2018 14:22:57 -0800 Subject: [PATCH] doc: removed OWE TODO and added OWE to features --- TODO | 9 --------- doc/features.txt | 3 +++ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 22526b1e..efdf6c99 100644 --- a/TODO +++ b/TODO @@ -323,15 +323,6 @@ Wireless daemon Priority: Low Complexity: C8 -- OWE Support - - Opportunistic Wireless Encryption described in RFC 8110 provides a way for - open networks to be encrypted. No authentication is provided, only - encryption - - Priority: Low - Complexity: C8 - - iwctl should register the agent even in non-interactive mode When iwctl is started in non-interactive mode it currently does not register diff --git a/doc/features.txt b/doc/features.txt index cd248dcd..47c86e9e 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -49,6 +49,9 @@ the disassociate frame was valid. The alternate case is if the AP receives an (re)associate frame while the STA is still connected. In this case the AP will send an SA Query frame, which IWD will respond to if it is still connected. +- IWD supports Opportunistic Wireless Encryption (OWE). This allows encryption +on open networks, by using ECDH to negotiate a PMK. + - IWD supports the following EAP methods: - EAP-SIM - EAP-AKA