Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.9.2
-
Fix Version/s: None
-
Component/s: Network, Network: BearerManagement
-
Labels:
-
Environment:Windows 7
Description
Windows: QNetworkInterface::name() returns an empty string. This is because it is unable to match the interface when going via QNetworkConfiguration::name().
What happens is that when the scan occurs it does this via interfaceListingWinXP() in qnetworkinterface_win.cpp and this will get the index and the adapter name. However, the active configuration's identifier is a GUID which is coming from QNativeWifiEngine::getInterfaceFromId() so it never matches up.