From 3a742869494a6d3ee6e7dfcf40e613d7c0b55610 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 19 Oct 2017 20:25:16 -0500 Subject: [PATCH] TODO: Mark RRM task as done --- TODO | 13 ------------- doc/features.txt | 7 +++++++ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/TODO b/TODO index 45f9ce4c..c394407f 100644 --- a/TODO +++ b/TODO @@ -248,19 +248,6 @@ Wireless daemon Priority: Low Complexity: C4 -- Add support for Radio Resource Management from 802.11k. If supported by the - AP, allows the client to optimize its scanning strategy by obtaining the - channels of nearby APs that are part of the same ESS as the currently - connected AP. This requires the client to enable 'RM Enabled Capabilities' - element (section 8.4.2.47) appropriately, and send appropriately formatted - Action frames to request relevant reports from the AP. The reports from the - AP will be received via Management frames and contain multiple Neighbor - Report elements (8.4.2.39). Also examine how AP Channel Report element - (8.4.2.38) is used. - - Priority: Medium - Complexity: C4 - - Add support for Fast BSS Transition (FT) from 802.11r. FT over air is already supported by iwd. Add support for 'FT over DS'. In FT over DS, action frames can be used to perform a 4-way handshake to the target AP diff --git a/doc/features.txt b/doc/features.txt index 911d65f9..e1a62bcb 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -36,6 +36,13 @@ FT-over-Air (fastest option) is currently supported by iwd. Whenever iwd determines that a roam is required and a suitable target that supports fast transitions is available, iwd roams to the target AP using FT automatically. +- IWD supports Radio Resource Management from 802.11k. In particular iwd +can request and utilize Neighbor Reports. When iwd determines that a roam +is required, iwd will try to obtain a Neighbor Report from the currently +connected AP (using a special Action frame). This enables iwd to optimize +the list of channels to scan in order to find a suitable target for roaming +much quicker. + Wireless monitor ================