From 18e48a7997b096f3f8cd338b9ee94f61f56a8947 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 14 Jan 2021 12:54:42 -0800 Subject: [PATCH] doc: add Diagnostic RxMode/TxMode attributes --- doc/diagnostics.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/diagnostics.txt b/doc/diagnostics.txt index f94ef6f8..10bf470b 100644 --- a/doc/diagnostics.txt +++ b/doc/diagnostics.txt @@ -23,10 +23,16 @@ Methods dict GetDiagnostics() RSSI [optional] - The RSSI of the currently connected BSS. + RxMode [optional] - The phy technology being used + (802.11n, 802.11ac or 802.11ax). + RxRate [optional] - Receive rate in 100kbit/s RxMCS [optional] - Receiving MCS index + TxMode [optional] - Same meaning as RxMode, just for + transmission. + TxRate [optional] - Transmission rate in 100kbit/s TxMCS [optional] - Transmitting MCS index