mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
TODO: Add EAP-OTP and EAP-GTC tasks
This commit is contained in:
parent
a8a9eb4a1c
commit
e17d5abc70
14
TODO
14
TODO
@ -293,6 +293,20 @@ Wireless daemon
|
||||
Priority: Medium
|
||||
Complexity: C4
|
||||
|
||||
- Add support for EAP-GTC. GTC stands for 'Generic Token Card' and can be
|
||||
found in RFC3784. Essentially it prompts the user to enter some value which
|
||||
is reported back to the authenticator. EAP-GTC is generally tunneled inside
|
||||
EAP-PEAP and is used in the PEAPv1 authentication suite.
|
||||
|
||||
Priority: Medium
|
||||
Complexity: C4
|
||||
|
||||
- Add support for EAP-OTP. OTP stands for 'One Time Password' and can be
|
||||
found in RFC3784.
|
||||
|
||||
Priority: Low
|
||||
Complexity: C4
|
||||
|
||||
- Take EAP MSK size into consideration.
|
||||
|
||||
MSK is mandated to be 64 bytes long, and depending on the AKM, different parts
|
||||
|
Loading…
Reference in New Issue
Block a user