Hi conrad:
I am not sure the following answer is what your need:
1) Use string sKey = Connectivity::GetNetworkAdapterKey(url,...) to get the network card key value
2) Use NetworkAdapterClass->GetInstance(sKey) to get the pNetworkInstance.
3) call pNetworkInstance->Name.GetValue() to get name information
and pNetworkInstance->Description.GetValue() to get more detail information.
If you need more information about the network Key.Name,Descriptons,PnpDeviceId etc ,please refer the Start->Programs->Intel Mobile Platform SDK 1.3->Docs->"Programing Guide" document.
best regards!