TODO: Add a unit test task for the mpdu frames

All frames need their own unit-test.
This commit is contained in:
Tomasz Bursztyka 2015-01-22 18:02:38 +02:00 committed by Denis Kenzior
parent 33ab01f669
commit 1d76163fb1
1 changed files with 8 additions and 0 deletions

8
TODO
View File

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