Commit Graph
2 Commits
Author SHA1 Message Date
g_goessel aa3d82a1c0 Add missing rx/tx_bitrate reset 2026-04-01 12:12:04 +02:00
g_goessel 39656deab3 feat: Add wifi network link bitrate value
In order to obtain the RX and TX bitrates from the kernel netlink we need to open a second info socket to get the station data. The values are formatted like "1.9Gb/s" and then exposed as `rx_bitrate` and `tx_bitrate`.
This code is closely following the `iw` implementation.
2026-04-01 12:12:04 +02:00