TODO: Mark RRM task as done

This commit is contained in:
Denis Kenzior 2017-10-19 20:25:16 -05:00
parent d5e0882938
commit 3a74286949
2 changed files with 7 additions and 13 deletions

13
TODO
View File

@ -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

View File

@ -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
================