Hi,
I am doing a USB wireless driver in WinCE 5.0.My problem is that i am not
getting a proper adapter name when i do a ipconfig.Where as the description
field comes as proper which is same as my instance name.where as the adapter
name shows nothing.
eg.
Adapter Name.................:
Description......................:Athusb1
Because of this am not able to call NdisDeRegisterAdapter with my instance
name which shows error Adapter not found.
My ndisregisteradapter returns success and works properly.
I am able to unload my driver with the call NdisDeregisterAdapter(&Status,
_T(""));
I there any oid for this?
Please help me in this regard..
Ajith