From 778da5b8c463b8b2d2e982228632dcd9675b9c2f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 30 Apr 2015 18:04:56 -0500 Subject: [PATCH] TODO: Add iwmon group printing task --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index cfdd08ac..4d27451d 100644 --- a/TODO +++ b/TODO @@ -188,6 +188,15 @@ Wireless monitor Priority: Medium Complexity: C2 +- Print the 'group' of the decoded message + + Whenever an event / message is received, iwmon should print the genl + group of the message (e.g. mlme, scan, config, regulatory). This will + make it easier to add handling of such events / commands inside iwd. + + Priority: Medium + Complexity: C1 + Wireless simulator ==================