From 66596c30bc4c12907949d1e333272ea3b664f8b2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 21 Jan 2015 19:19:11 -0600 Subject: [PATCH] TODO: Add new task for REKEY_DATA --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index b4883e86..3ef9307f 100644 --- a/TODO +++ b/TODO @@ -361,6 +361,15 @@ Wireless daemon Complexity: C2 Owner: Jukka Rissanen +- Add utility to create netlink REKEY_DATA attributes + + The REKEY_DATA needs to be uploaded to the driver so that if re-keying is + triggered by the AP, the TK is updated properly. Additionally, helper + function to send NL80211_CMD_SET_REKEY_OFFLOAD command is required. + + Priority: High + Complexity: C1 + Client ======