From f0d227dcb5ac82fa0826ae4efe270667e80cf7d3 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 31 Aug 2021 14:39:45 -0500 Subject: [PATCH] TODO: Mark Diagnostic interface task done --- TODO | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/TODO b/TODO index 26017ca0..5dbdbf8e 100644 --- a/TODO +++ b/TODO @@ -349,27 +349,6 @@ 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 Network Configuration =====================