mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 20:54:14 +01:00
TODO: Remove redundant tasks
Parsing of Authentication / Association management frames is not needed since we are now using NL80211_CMD_CONNECT which combines authentication and association into one step. It might still be desirable to parse out authentication / association result codes, if the result code provided in the CMD_CONNECT callback is insufficient.
This commit is contained in:
parent
6be18cff4e
commit
a026e19947
17
TODO
17
TODO
@ -212,23 +212,6 @@ Wireless simulator
|
|||||||
Wireless daemon
|
Wireless daemon
|
||||||
===============
|
===============
|
||||||
|
|
||||||
- Building 802.11 authentications management frames
|
|
||||||
|
|
||||||
The other way round, provide a core API to encode an authentication
|
|
||||||
or deauthentication frame from a generic structure representing the
|
|
||||||
MPDU.
|
|
||||||
|
|
||||||
Priority: Medium
|
|
||||||
Complexity: C2
|
|
||||||
|
|
||||||
- Handle the relevant logic of the authentication management frames
|
|
||||||
|
|
||||||
When an authentication management frame is received, such frame needs
|
|
||||||
to be understood and handled properly.
|
|
||||||
|
|
||||||
Priority: Medium
|
|
||||||
Complexity: C2
|
|
||||||
|
|
||||||
- Add support for EAP based authentication and key generation
|
- Add support for EAP based authentication and key generation
|
||||||
|
|
||||||
Provide full EAP support for enterprise wireless. However it should be
|
Provide full EAP support for enterprise wireless. However it should be
|
||||||
|
Loading…
Reference in New Issue
Block a user