Re: LAN and WAN NDIS IM Driver by Madhur
Madhur
Wed Sep 21 06:44:20 CDT 2005
Hi Kimo
Yes this is very much possible.
U will need to set different protocol characterstics for LAN and WAN.
You can make two logical drivers in the same NDIS IM. This means that there
would be two drivers in a single dll, accessing the same functions except
for the 3 functions for which the handlers are different in case of LAN and
WAN. Then depending upon the choice of the user (whether he wants to bind
to LAN or WAN), you register the ProtocolCharacterstics using
NdisRegisterProtocol
"Kimo Jolin" <kimojolin@yahoo.com> wrote in message
news:OkZFosXuFHA.1572@TK2MSFTNGP10.phx.gbl...
> In NDIS intermediate driver, the driver characteristics (miniport and
> protocol callback functions) for both the LAN and WAN (AsynMac) are a
little
> bit different. If I want to implement both (LAN and WAN) IM in one driver
in
> WinCE, is it possible?
>
>
>
>