Browse Source

client: add Frequency to station show

upstream/latest
James Prestwood 2 years ago
committed by Denis Kenzior
parent
commit
bb7c515887
  1. 1
      client/diagnostic.c

1
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 }
};

Loading…
Cancel
Save