How to obtain Adapter handle without using NDIS?
Date: Thu, 30 Dec 2004 04:03:02 -0800
Hi,
I'm developing a miniport driver for my NIC and registering it with NDIS.
But for some valid reasons, I do not want to use ndisuio for SET and QUERY
functions(OIDs). I would like to talk to the NIC from the miniport itself.
However my miniport driver is dependant on a hardware library which takes
NDIS adapter as a neccesary input. Can someone please let me know how I can
obtain this adapter which NDIS has?
Any help on this is greatly valuable
Thanks
Relevant Pages
- NDISUIO - some basic questions
... I have some basic questions regarding NDISUIO and I am hoping someone here ... Does the application have to load the NDISUIO driver or is this loaded at ... Can NDIS ... Is there anything special that needs to be done from a WLAN miniport driver ... (microsoft.public.development.device.drivers) - NDISUIO - some basic questions
... I have some basic questions regarding NDISUIO and I am hoping someone here ... Does the application have to load the NDISUIO driver or is this loaded at ... Can NDIS ... Is there anything special that needs to be done from a WLAN miniport driver ... (microsoft.public.windowsce.embedded) - NDISUIO - some basic questions
... I have some basic questions regarding NDISUIO and I am hoping someone here ... Does the application have to load the NDISUIO driver or is this loaded at ... Can NDIS ... Is there anything special that needs to be done from a WLAN miniport driver ... (microsoft.public.pocketpc.developer) - Network data corruption problem !
... I have written a socket application like echo server to test my NDIS ... I have TCP client runs on Windows XP and echo server running on WinCE. ... I have debugged my NDIS miniport driver, but the data in my driver ... I use my local buffer in my echo server application for "recvfrom" ... (microsoft.public.windowsce.platbuilder) - how to use NDIS Ports
... controller so the driver that I'm writing is a simple miniport driver. ... In NDIS6, they introduced this thing called NDIS Ports. ... can still use the Port Zero, the Default port, with no problem. ... (microsoft.public.development.device.drivers) |
|