mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
TODO: Add task to set TK into the kernel
This commit is contained in:
parent
7199f61dc2
commit
572fee1176
10
TODO
10
TODO
@ -379,6 +379,16 @@ Wireless daemon
|
|||||||
Priority: Medium
|
Priority: Medium
|
||||||
Complexity: C1
|
Complexity: C1
|
||||||
|
|
||||||
|
- Add utilities to set Transient Key into the driver
|
||||||
|
|
||||||
|
Once the 4-Way handshake is complete and the TK is generated, it must be sent
|
||||||
|
to the kernel so that normal traffic can be encrypted and decrypted
|
||||||
|
appropriately. This seems to be accomplished by NL80211_CMD_NEW_KEY
|
||||||
|
and NL80211_CMD_SET_KEY commands.
|
||||||
|
|
||||||
|
Priority: High
|
||||||
|
Complexity: C1
|
||||||
|
|
||||||
|
|
||||||
Client
|
Client
|
||||||
======
|
======
|
||||||
|
Loading…
Reference in New Issue
Block a user