client: add Security key to diagnostics

This commit is contained in:
James Prestwood 2021-03-29 10:33:10 -07:00 committed by Denis Kenzior
parent c2330c5332
commit 874b17ca56
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = {
{ "RxMCS", 'y' },
{ "TxMCS", 'y' },
{ "Frequency", 'u' },
{ "Security", 's' },
{ NULL }
};