3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

TODO: Add tasks dealing with esoteric ciphers

This commit is contained in:
Denis Kenzior 2015-04-29 11:19:05 -05:00
parent 169aa04570
commit 251f5904d4

17
TODO
View File

@ -321,6 +321,23 @@ Wireless daemon
Priority: Medium Priority: Medium
Complexity: C1 Complexity: C1
- Handle "Use group cipher suite" option for pairwise ciphers
If the AP specifies "Use group cipher suite" as its only pairwise suite, then
handle this appropriately inside EAPoL handshaking code. The install_gtk
callback might need to be modified to handle this case.
Priority: Low
Complexity: C1
- Handle "Group addressed traffic not allowed" option for group ciphers
If the AP specifies "Group addressed traffic not allowed" as its group cipher
suite, then make sure that install_gtk callback is not used.
Priority: Low
Complexity: C1
Client Client
====== ======