TODO: Add EAP retransmission support task

This commit is contained in:
Denis Kenzior 2016-08-28 00:33:58 -05:00
parent 00dac648aa
commit 200070c060
1 changed files with 14 additions and 0 deletions

14
TODO
View File

@ -207,6 +207,20 @@ Wireless daemon
Priority: Medium
Complexity: C8
- Add support for EAP retransmissions
EAP protocol supports the concept of re-transmissions. Namely a packet might
be lost or not properly processed by the peer. If the peer sends us a
duplicate request, then our current behavior is to simply drop it on the
floor.
Previously generated request will need to be cached somewhere, either by the
method or by the overall EAP state machine. Duplicate requests can then be
served from the cache.
Priority: High
Complexity: C4
- Add unit test data with 2nd RSNE in Authenticator 3/4 message
The specification allows the AP to send a second RSN element in its 4-way