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:
Denis Kenzior 2015-01-21 19:20:07 -06:00
parent 66596c30bc
commit 7199f61dc2
1 changed files with 9 additions and 0 deletions

9
TODO
View File

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