I'm using Rawether 5.5.1804.1. Here is what I am doing: I start MPRead using an unconnected wireless adapter. I connect to a WPAPSK access point using the...
Microsoft completely revised the 802.11 architecture for Vista and, unfortunately, the new "Native Wi-Fi" implementation prevents NDIS protocols (such as those...
This news is unfortunate. I'll attempt to come up with another solution. I'm puzzled by your comment about using the Microsoft LAN API though... I was under...
The Microsoft Wireless LAN (WLAN) API is Microsoft's answer to everything third-party management related. The Vista WLAN API is more functional than on XP. The...
Currently I am in the process of re-running the DTM tests for vista x86. Since, I would be making the vista x86 driver submission to microsoft, I would also...
Hi Thomas, I am currently running the DTM tests for signing the PCAUSA NDIS IM Driver for vista x64 under the unclassified category. I have made the suggested...
The driver would be copied to the system32\drivers folder. Did you check there? The setupapi file should give some information about the operations that were...
Hi Thomas, It was observed that the driver file and DLL gets copied to the SysWOW64 folder instead of sys32. I believe we need to make more changes to the two...
Windows x64 editions "virtualize" access to certain system-related folders depending on the "bitness" of the calling application. In practical terms on a...
Windows x64 editions "virtualize" access to certain system-related folders depending on the "bitness" of the calling application. In practical terms on a...
Hi Thomas, The DLL "PCAImAPI.dll" is built for 64 bit platform (active solution configuration:release, active solution platform:x64). Also, the pcasim.sys file...
Humm... Are your INF files marked for NTAMD64? I surely have made NDIS 5 IM driver installs for Vista x64 WQHL testing and did not have too much difficulty. ...
Sorry about the incomplete message before: So in Send and Receive paths, these newly contructed packets are processed and then reinjected by using...
Egemen Tas
egemen.tas@...
Apr 26, 2009 2:46 am
8521
Hi Guys, We have a difficult problem with our packet filtering driver which is an NDIS6 LWF driver in Windows Vista. Let me first describe the problem: Under...
Egemen Tas
egemen.tas@...
Apr 26, 2009 3:11 pm
8522
Hi, We have a PCASIM IM driver which installs fine on 32 bit vista however it does not install on 64 bit vista OS. What are the minimal changes that might be...
Hi Thomas, Yes, the INF files are marked for NTAMD64 (the way you have mentioned it). How did you install the driver on vista x64 for WQHL? Did you use...
As a general rule I build all executables for the bitness of the target. I used a variation of FltInstall built for the x64 platform for the x64 target. ...
Hi Thomas, The Driver had installed successfully on x64 vista. I did notice the driver installed in the LAN properties. When DTM testing I had noticed that the...
Hi Thomas, I could build the fltinstall.exe for 64 bits OS. I had to change the precompiler --> _WIN32_WINNT=0x0500 to 0x0501. I could install the driver on...
Hi all, In one of our products, we are using Windows CE 5.0 on an Intel IXP425 board. Due to the nature of our application (redundant system) we need to change...
Hello, I have one problem with getting the RSSI values from the WLANcard with rawether: In principle it is no problem to call for new BSSIDitems and to extract...
The author of NetStumbler has some "inside information" that allows him to make some adapter vendor proprietary OIDs that are not documented publicly. I...
The author of NetStumbler has some "inside information" that allows him to make some adapter vendor proprietary OIDs that are not documented publicly. I...
Hello, I am developing a NDIS driver for Microsoft Windows and I am using the network examples that the WDK gives. But I have a doubt, can I develop a NDIS...
No, you cannot. You need to do it in the kernel. Don Burn (MVP, Windows DDK) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog:...
I've created a simple implementation of processing a TDI_RECEIVE asynchronously, but it doesn't seem to work properly (for example websites aren't loaded...
You need to study the TDI interface more carefully. The TDI_EVENT_RECEIVE mechanism is an alternative to TDI_RECEIVE. You need to deal with both. Good luck, ...
This is part of an effort to inspect incoming/outgoing traffic out-of-band from TDI filter point of view. Processing TDI_SEND out-of-band was straightforward...
I should also note that everything seems to be working fine until step 4. That is, if I don't return STATUS_MORE_PROCESSING_REQUIRED but let the TDI client...
I have XP signed NDIS 5.1 IM that can also run on Vista, some times ( very rarely, so far twice in past 5 months) my laptop's netowrk stopped working , devices...