From 1d76163fb17c1ac3619aed8b4d7c9128c6aabe93 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 22 Jan 2015 18:02:38 +0200 Subject: [PATCH] TODO: Add a unit test task for the mpdu frames All frames need their own unit-test. --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 3e2d8410..9ebb4487 100644 --- a/TODO +++ b/TODO @@ -393,6 +393,14 @@ Wireless daemon Priority: High Complexity: C1 +- Add unit test for each of the mpdu management frame type + + Currently, only authentication and deauthentication frames have + proper unit test. Update unit/test-mpdu.c to handle other frames as + well. + + Priority: Medium + Complexity: C1 Client ======