From 7199f61dc26a4827d09b3febc3f22cf20301198e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 21 Jan 2015 19:20:07 -0600 Subject: [PATCH] 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. --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 3ef9307f..92360b3c 100644 --- a/TODO +++ b/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 ======