From 4df406b99c9d082532e67a6c4b7ef62060e081d9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 19 Oct 2017 20:09:28 -0500 Subject: [PATCH] TODO: Mark Preauthentication task as done --- TODO | 10 ---------- doc/features.txt | 7 +++++++ 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 662b5185..6da807ad 100644 --- a/TODO +++ b/TODO @@ -229,16 +229,6 @@ Wireless daemon Priority: Low Complexity: C4 -- Add support for Pre-authentication from 802.11-2007. This allows the client - to pre-authenticate to a target AP. The 802.1X exchange is done through the - currently connected AP, but with the target AP as the 'authenticator'. The - process creates a new PMK which is cached by both the target AP and the - client. The client can then roam onto the target AP using a process similar - to PMK caching outlined above. - - Priority: Low - Complexity: C4 - - Add support for Opportunistic Key Caching (OKC). This is not defined by any 802.11 standards, but is made available by major vendors such as Cisco and Microsoft. diff --git a/doc/features.txt b/doc/features.txt index 743f1fbb..f5086b5a 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -24,6 +24,13 @@ pending connection attempt. - IWD supports the full RSN 4-Way Handshake for PTK generation. Support for handling the optional (second) RSN element from the AP is included. +- IWD supports Pre-authentication from 802.11-2007. If the currently +connected AP supports pre-authentication and iwd determines that a roam is +required, then the pre-authentication process is kicked off. This is done +using the current connection, running 802.1X over 0x88c7 protocol. This results +in the creation of a new PMK which is cached by both the target and iwd. iwd +can then roam onto the target AP using the cached PMK. + Wireless monitor ================