Bug 481301

Summary: Decrease connection speed precision
Product: [Plasma] plasmashell Reporter: Bernhard <micraft.b>
Component: Networks widgetAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: nate
Priority: NOR Keywords: usability
Version First Reported In: master   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Bernhard 2024-02-13 22:53:05 UTC
SUMMARY
WiFi connection speed is typically rounded to full MBit/s. The bitrate shown as "1.2009 GBit/s"  would usually be reported as 1200 MBit/s or 1.2 GBit/s by most tools. For example, `nmcli -f CAPABILITIES.SPEED dev show wlan0` reports 1200 Mb/s.

STEPS TO REPRODUCE
1. Check details of a connected wifi network in the applet

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Kernel Version: 6.6.16-1-lts (64-bit)

ADDITIONAL INFORMATION
Also I had a look in UiUtils::connectionSpeed and I think there is something wrong with the (not kilo)bits si-prefix
Comment 1 Ben Cooksley 2024-12-23 18:25:55 UTC
Bulk transfer as requested in T17796