T
tsindia
Hi,
I am new to NDIS. I am getting IP packets from my device( a wireless kinda
card) and I need to pass it to the IP layer on the network stack so that the
app can get the data using the usual socket connection.
What I need to know is whether it is possible to pass the IP packet
directly to the IP layer. Does NDIS provide APIs I can call from within my
driver or do I have to encapsulate the IP packet in a mac header and pass it
to the IP layer as the mac layer usually does.
Any pointers on understanding NDIS better apart from DDK would be very
helpful.
Thanks.
I am new to NDIS. I am getting IP packets from my device( a wireless kinda
card) and I need to pass it to the IP layer on the network stack so that the
app can get the data using the usual socket connection.
What I need to know is whether it is possible to pass the IP packet
directly to the IP layer. Does NDIS provide APIs I can call from within my
driver or do I have to encapsulate the IP packet in a mac header and pass it
to the IP layer as the mac layer usually does.
Any pointers on understanding NDIS better apart from DDK would be very
helpful.
Thanks.