From 9b8fddaa43b5796f2c8e3cb05d300d2935faa66d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 8 Aug 2014 20:08:03 -0700 Subject: [PATCH] TODO: Add task list for new features of hwsim utility --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/TODO b/TODO index 2e61dffb..05c2c205 100644 --- a/TODO +++ b/TODO @@ -288,3 +288,21 @@ Wireless monitor Priority: High Complexity: C1 + + +Wireless simulator +================== + +- Add support for builtin wireless access point emulator + + When creating a pair of mac80211_hwsim radios, allow one to operate as + access point. The hwsim utility will emulate the access point on the + second interface for as long as it is running. Which means that from + the first interface it is possible to scan and connect to this access + point using standard wireless tools (including iwd and iwctl). + + Code for the AP mode can be shared from iwd feature for access point + operation once that has been implemented. + + Priority: Medium + Complexity: C8