Ndis packet wrapper

From: Cesar (anonymous_at_discussions.microsoft.com)
Date: 03/29/04


Date: Mon, 29 Mar 2004 06:16:10 -0800

Hi all,

I need send 802.11 frames using the Ndis. I changed the uiotest in the
Win DDK sample in order to send/receive 802.11 frames. My next step is
start a EAP/PEAP authentication. But, now I have a question:

1. I am using the ReadFile to read the packets. At this level, if
I read ALL the packets(including beacons) what happen with the NIC
database?

I ask this, because the beacons are required to update the NIC's
database. If I read, probably the packet will be delete from the
interface(Is that correct?).

2. Must I use some kind of filter in order to read only EAP/PEAP
packets? Is it possible?

Thanks in advance,
Cesar.



Relevant Pages

  • Ndis packet wrapper
    ... Win DDK sample in order to send/receive 802.11 frames. ... I am using the ReadFile to read the packets. ... I read ALL the packets(including beacons) what happen with the NIC ... database. ...
    (microsoft.public.pocketpc.wireless)
  • Ndis packet wrapper
    ... Win DDK sample in order to send/receive 802.11 frames. ... I am using the ReadFile to read the packets. ... I read ALL the packets(including beacons) what happen with the NIC ... database. ...
    (microsoft.public.platformsdk.security)
  • Re: Ndis packet wrapper
    ... > Win DDK sample in order to send/receive 802.11 frames. ... I am using the ReadFile to read the packets. ... > I read ALL the packets(including beacons) what happen with the NIC ... > database. ...
    (microsoft.public.pocketpc.wireless)
  • Re: Ndis packet wrapper
    ... > Win DDK sample in order to send/receive 802.11 frames. ... I am using the ReadFile to read the packets. ... > I read ALL the packets(including beacons) what happen with the NIC ... > database. ...
    (microsoft.public.platformsdk.security)
  • Re: Ndis packet wrapper
    ... > Win DDK sample in order to send/receive 802.11 frames. ... I am using the ReadFile to read the packets. ... > I read ALL the packets(including beacons) what happen with the NIC ... > database. ...
    (microsoft.public.development.device.drivers)

Loading