mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
TODO: Add task to obtain Replay Counter
If Re-Key Offload is enabled, and a re-key occurs, the kernel will send us an event with the updated Replay Counter. This information needs to be processed accordingly.
This commit is contained in:
parent
66596c30bc
commit
7199f61dc2
9
TODO
9
TODO
@ -370,6 +370,15 @@ Wireless daemon
|
||||
Priority: High
|
||||
Complexity: C1
|
||||
|
||||
- React to NL80211_CMD_SET_REKEY_OFFLOAD events
|
||||
|
||||
This command can be sent to userspace whenever a re-key transaction has
|
||||
occurred. The information contains the Replay Counter. The Replay Counter
|
||||
used by iwd needs to be updated with the new value.
|
||||
|
||||
Priority: Medium
|
||||
Complexity: C1
|
||||
|
||||
|
||||
Client
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user