Wireguard connection as installed from https://www.wireguard.com/install/ has IfType == 53
see https://learn.microsoft.com/en-us/windows-hardware/drivers/network/ndis-interface-types
In the code InterfaceType::try_from returns Err and this interface is skipped although it is active with a unique IP address etc. In general I think we should report unknown devices when IfType is unrecognized. Windows native "ipconfig.exe" reports "Unknown adapter"