station->connected_time, station->inactive_msec,
station->signal, station->last_ack_signal,
station->rx_packets, station->tx_packets, station->rx_bytes, station->tx_bytes,
- station->rx_rate * 100, station->rx_mcs, station->rx_vhtmcs, station->rx_vhtnss,
- station->tx_rate * 100, station->tx_mcs, station->tx_vhtmcs, station->tx_vhtnss);
+ station->rx_rate * 100 * 1024, station->rx_mcs, station->rx_vhtmcs, station->rx_vhtnss,
+ station->tx_rate * 100 * 1024, station->tx_mcs, station->tx_vhtmcs, station->tx_vhtnss);
}
static int hostapd_parse(td_ctx* ctx, td_file* stdout, unsigned long lineno,