TODO: Add task for diagnostics interface

This commit is contained in:
Denis Kenzior 2019-06-24 12:47:10 -05:00
parent cd67e66f8e
commit b89e0c9756
1 changed files with 22 additions and 0 deletions

22
TODO
View File

@ -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