What I want to do is measure the link speed of each scanned network that WiFiManager finds.
I retrieve all of the scanned networks in a callback after wifiManager.startScan();
has being called using the method wifiManager.getScanResults();
but I can't find a method to measure the link speed of each scanned network.
The only way I could retrieve the link speed of a network is through WifiInfo, but that object only represents the current Wi-Fi connection.