From 874b17ca5614a0c22558326efd59fa866f285dd1 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 29 Mar 2021 10:33:10 -0700 Subject: [PATCH] client: add Security key to diagnostics --- client/diagnostic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/diagnostic.c b/client/diagnostic.c index 58c646d7..9e255918 100644 --- a/client/diagnostic.c +++ b/client/diagnostic.c @@ -92,6 +92,7 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = { { "RxMCS", 'y' }, { "TxMCS", 'y' }, { "Frequency", 'u' }, + { "Security", 's' }, { NULL } };