mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-18 09:10:38 +01:00
TODO: Mark RRM task as done
This commit is contained in:
parent
d5e0882938
commit
3a74286949
13
TODO
13
TODO
@ -248,19 +248,6 @@ Wireless daemon
|
|||||||
Priority: Low
|
Priority: Low
|
||||||
Complexity: C4
|
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
|
- 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,
|
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
|
action frames can be used to perform a 4-way handshake to the target AP
|
||||||
|
@ -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
|
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.
|
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
|
Wireless monitor
|
||||||
================
|
================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user