From a026e19947fefde48dfe4e4a67bd3937037439c9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 18 Jul 2016 11:24:07 -0500 Subject: [PATCH] TODO: Remove redundant tasks Parsing of Authentication / Association management frames is not needed since we are now using NL80211_CMD_CONNECT which combines authentication and association into one step. It might still be desirable to parse out authentication / association result codes, if the result code provided in the CMD_CONNECT callback is insufficient. --- TODO | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/TODO b/TODO index 06910945..3ac3ff6b 100644 --- a/TODO +++ b/TODO @@ -212,23 +212,6 @@ Wireless simulator Wireless daemon =============== -- Building 802.11 authentications management frames - - The other way round, provide a core API to encode an authentication - or deauthentication frame from a generic structure representing the - MPDU. - - Priority: Medium - Complexity: C2 - -- Handle the relevant logic of the authentication management frames - - When an authentication management frame is received, such frame needs - to be understood and handled properly. - - Priority: Medium - Complexity: C2 - - Add support for EAP based authentication and key generation Provide full EAP support for enterprise wireless. However it should be