From b89e0c975681132990608f42a212d3777b379ba4 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 24 Jun 2019 12:47:10 -0500 Subject: [PATCH] TODO: Add task for diagnostics interface --- TODO | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/TODO b/TODO index 5a7fdf18..501a9050 100644 --- a/TODO +++ b/TODO @@ -412,3 +412,25 @@ Wireless daemon Priority: Medium Complexity: C4 + +- Support Diagnostics interface + + The diagnostic interface for a particular Device would contain information + (and possibly operations) that would be meant for diagnostics applications + or other applications that require access to very low level details. Such + applications would be expected how to interpret this information + appropriately. + + This interface would also be heavily utilized by the Auto-Test framework + in order to more easily ascertain the internal state of the hardware & the + daemon itself. + + The list of possible information exposed via this interface includes: + - MAC address of the currently connected AP (in a Station) + - MAC addresses of currently connected clients (Adhoc, AP, etc) + - packet error rates or signal strength + - Throughput statistics + - FTM / direction finding operations + + Priority: Medium + Complexity: C4