Re: ndisprot - ndis 6 or ndis 5



What OS are you going to run the driver on? NDIS 5 is for XP/2003, NDIS 6
is for Vista/2008.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply


<r_konjeti@xxxxxxxxx> wrote in message
news:284acec3-eeaf-4391-aa46-b4cc9200d28f@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I want to gather signal strength of all WiFi access points in Windows
Vista.
For this, I want to write a NdisProt driver so that my application
can
send request to my driver which in-turn will request miniport driver.
For this I have to use IOCTL_NDISPROT_QUERY_OID_VALUE with
OID_802_11_BSSID_LIST. Is this correct approach to what I need to
do ?

I looked at WDK 6000 sample code. There are two NdisProt code samples
- one for NDIS 5.0 and another for NDIS 6.0. Which sample should I
take as a base code for my project?


Thanks,
Raj



.



Relevant Pages

  • Re: How do you make a WDF driver create .Raw & .Translated resourc
    ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... provide you with the resources. ...
    (microsoft.public.development.device.drivers)
  • Re: Help to evaluate the system crash resistance method
    ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... > them if not all, it is a standard kernel exception handling mechnism, the ... Neither of these is a small task such as tweaking an IDT ... >> Don Burn (MVP, Windows DDK) ...
    (microsoft.public.windowsxp.device_driver.dev)
  • Re: What is the risk of NOT using build but Visual Studio IDE
    ... script called "DDKBUILD" which helps integrating the Windows DDK with Visual ... But I think it is possible for microsoft to integrate the WDK ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ...
    (microsoft.public.development.device.drivers)
  • Re: IRP_MJ_READ/IRP_MJ_WRITE
    ... I hope you did not put the scenario in a production driver. ... Don Burn (MVP, Windows DDK) ... Neither IO means that you touch user mode memory from kernel ...
    (microsoft.public.development.device.drivers)
  • Re: How to pass security descriptor to NdisMRegisterDevice?
    ... You might try SetKernelObjectSecurity on the device object. ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... > grant them access, and unfortunately, we can't wait for NDIS 6.0. ...
    (microsoft.public.development.device.drivers)