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:
Denis Kenzior 2016-07-18 11:24:07 -05:00
parent 6be18cff4e
commit a026e19947
1 changed files with 0 additions and 17 deletions

17
TODO
View File

@ -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