Using NdisMRgisterDevice() function in NDIS IM driver

ganesan.nagrajan_at_gmail.com
Date: 11/26/04


Date: 25 Nov 2004 18:40:58 -0800

Hi all

Thanks for the Help in advance.

I am trying to register a NDIS IM driver thru NdisRegisterDevice(),
but only NIDS.H header shows this function. None of the
library(nids.lib etc.) has this function. Does any know, if this
function is supported in CE?

If NOT, How do we communicate from NDIS IM driver to user mode apps in
CE, through IOCTLs?

Thanks
Ganesan



Relevant Pages

  • Re: NDIS + EAPOL
    ... No. Native WiFi platforms based on NDIS 6.x will always transform the 802.3 ... header to ther appropriate 802.11 header, ... NDIS on such systems will give the driver and expect from the driver ... EAPOL or not (but once the group keying material is installed by ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS miniport driver - expected frame format
    ... after the source address) but say the IM driver has already inserted the 4 ... do the type/length field determination for Ethernet encapsulation. ... of the IP header and not the 802.1p value in the tag? ... Is this the reason why NDIS passes 802.1Q info in out-of-band struct? ...
    (microsoft.public.development.device.drivers)
  • Re: Serious problem with IO manager and device removal
    ... > happens to IO from the app that still has access to the old dispatcher. ... If, as Eliyas wrote, the driver was NOT unloaded, and a new instance has been ... instances of NDIS miniports, they belong to the *whole* driver. ... Perhaps the point here is that NdisRegisterDevice is kind of old hack. ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS miniport driver - expected frame format
    ... after the source address) but say the IM driver has already inserted the 4 ... do the type/length field determination for Ethernet encapsulation. ... of the IP header and not the 802.1p value in the tag? ... Is this the reason why NDIS passes 802.1Q info in out-of-band struct? ...
    (microsoft.public.development.device.drivers)
  • Using NdisMRgisterDevice() function in NDIS IM driver
    ... I am trying to register a NDIS IM driver thru NdisRegisterDevice(), ... but only NIDS.H header shows this function. ...
    (microsoft.public.windowsce.embedded.vc)