TODO: Add 4addr STA mode task

This commit is contained in:
Denis Kenzior 2018-05-21 17:19:03 -05:00
parent 2aba2f3ba9
commit 4760b31e3e
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -314,6 +314,16 @@ Wireless daemon
Priority: Low
Complexity: C2
- Implement 4-Address mode when acting as a client
NL80211 allows one to use 4-address mode in STA role. In this case the
EAPoL packets flow over the bridge interface while the rest of the commands
are addressed to the actual interface index. This can be useful to share
the WiFi interface over various VM instances.
Priority: Low
Complexity: C2
Client
======