From bb7c515887143264f34718643bf9e1040d4334ec Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 3 Feb 2021 09:20:45 -0800 Subject: [PATCH] client: add Frequency to station show --- client/diagnostic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/diagnostic.c b/client/diagnostic.c index 9d6b599d..c94178d6 100644 --- a/client/diagnostic.c +++ b/client/diagnostic.c @@ -87,6 +87,7 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = { { "RSSI", 'n', "dBm" }, { "RxMCS", 'y' }, { "TxMCS", 'y' }, + { "Frequency", 'u' }, { NULL } };