mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
TODO: Mark Fast Transition over Air task as Done
This commit is contained in:
parent
4df406b99c
commit
d5e0882938
14
TODO
14
TODO
@ -261,17 +261,13 @@ Wireless daemon
|
||||
Priority: Medium
|
||||
Complexity: C4
|
||||
|
||||
- Add support for Fast BSS Transition (FT) from 802.11r. There are a couple
|
||||
of modes for FT supported. 'FT over DS' and 'FT over air'. In FT over DS,
|
||||
- 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
|
||||
while still connected to the current AP. FT over air folds 4-way handshake
|
||||
messages into authenticate/authenticate response and
|
||||
reassociate/reassociate response messages.
|
||||
while still connected to the current AP.
|
||||
|
||||
In theory, it is possible to use FT with PSK networks.
|
||||
|
||||
Priority: Medium
|
||||
Complexity: C8
|
||||
Priority: Low
|
||||
Complexity: C4
|
||||
|
||||
- Add support for 802.11u. This is required for Passpoint 2.0 support.
|
||||
|
||||
|
@ -31,6 +31,11 @@ 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.
|
||||
|
||||
- IWD supports Fast Transitions for fast roaming between access points. Only
|
||||
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.
|
||||
|
||||
|
||||
Wireless monitor
|
||||
================
|
||||
|
Loading…
Reference in New Issue
Block a user