From 4760b31e3ed667a12bbb6ffb995900cf2169e6a0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 21 May 2018 17:19:03 -0500 Subject: [PATCH] TODO: Add 4addr STA mode task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index bb0be0e1..ea534a96 100644 --- a/TODO +++ b/TODO @@ -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 ======