mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-20 04:19:25 +01:00
TODO: Add task about MSK sizes
This commit is contained in:
parent
e458d0604e
commit
c9ee5b8e7f
12
TODO
12
TODO
@ -320,6 +320,18 @@ Wireless daemon
|
||||
Priority: Medium
|
||||
Complexity: C8
|
||||
|
||||
- Take EAP MSK size into consideration.
|
||||
|
||||
MSK is mandated to be 64 bytes long, and depending on the AKM, different parts
|
||||
of the MSK are used to generate keys. Some EAP methods produce MSKs with less
|
||||
than 64 bytes of useable data. For example, LEAP produces only 16 bytes and
|
||||
MSCHAPv2 produces 32 bytes. If the AKM requires MSK of a certain size, and
|
||||
the EAP method does not provide enough data, then the handshake should be
|
||||
aborted.
|
||||
|
||||
Priority: Medium
|
||||
Complexity: C2
|
||||
|
||||
|
||||
Client
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user