client: add Frequency to station show

This commit is contained in:
James Prestwood 2021-02-03 09:20:45 -08:00 committed by Denis Kenzior
parent 1c80672983
commit bb7c515887
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ static const struct diagnostic_dict_mapping diagnostic_mapping[] = {
{ "RSSI", 'n', "dBm" },
{ "RxMCS", 'y' },
{ "TxMCS", 'y' },
{ "Frequency", 'u' },
{ NULL }
};