Our client is looking for a Sr. level Windows Device Driver Engineer. Client is moving to a Windows Server 2008 platform. Consultant will be involved in the...
Hi, When I run NdisSend with my spinlock locked, the system hangs without any warning or blue screen. Is that normal? Because I don't see such restriction in...
... [PCAUSA] I don't see a prohibition for this specific problem. However, it is never a good idea to call outside code - especially code known to be ...
Hi, I am a beginner into network driver programming. Our application uses wireless network driver for querying various wireless LAN parameters. Actually I am...
Maju, M IN BLR SISL
m.maju@...
Dec 12, 2007 5:53 am
8164
Hi everybody. I have a question about Ndiscope application(in ddk551805 \pcadev\rawether\1805\apps). I inserted WLAN NIC in my PC, and ran this application....
Hi, I have a query regarding NDIS miniport drivers. When NIC is initialized, miniport driver reads configuration information from registry. I am not clear...
Maju, M IN BLR SISL
m.maju@...
Dec 13, 2007 3:19 pm
8166
You don't necessarily need any information from the registry. If you can't think of a reason to read from the registry, you probably don't need to. Generally,...
... The archives of this list are do not have the best organization, however I am sure that many of the questions you are asking have been asked in the past. ...
There are a lot of issues with using WMI to access Wireless information. Some deal with data structures that differ across service packs and cannot, because of...
... ddk551805 ... ran this ... and ... AP and ... access ... WZC or ... this ... however I ... in the ... dumb ... its ... etc. ... then WZC ... first ... ...
... [PCAUSA] Since this is a relatively new technology there may not be new NDIS OIDs needed to manage the N device correctly. ... [PCAUSA] I don't know. I...
Hi, I have a query regarding network type in use (OID_802_11_NETWORK_TYPE_IN_USE). Let me explain the use case first. My NIC is currently connected to an...
Maju, M IN BLR SISL
m.maju@...
Dec 17, 2007 1:06 pm
8172
Hi everyone, I just installed the latest WDK for Windows Vista and had a look at the new filter drivers - esp. compared to the 'old' NDIS Intermediate drivers...
... [PCAUSA] Sure. The DDK "Passthru" driver is a NDIS 5 Intermediate (IM) filter driver. The WDK "NdisLwf" driver is a NDIS 6 Lightweight Filter (LWF) driver....
Hi All, I have installed the latest WLK kit for testing of NDIS IM driver. I have installed the DTM Controller, DTM Studio on one machine and DTM Client on...
Thanks for providing this information - it helped a lot. I've decided that I will need a NDIS 6 filter driver as my application targets e.g. the upcoming...
... [PCAUSA] I sure don't know the answer to that one. The chimney API doesn't seem to be in the public domain, and I don't have those sorts of adapters to ...
... [PCAUSA] All I can say is that the DTM Unclassified test is the way to go for NDIS IM drivers. It is actually pitiful because in the cases I have tested...
Hi Thomas, Thanks for the reply, the purpose of the testing is for me to get the NDIS IM driver signed, so that when the driver is installed it does not show...
AFAIK you must use the WLK 1.1 Unclassified test for testing NDIS 5 IM filter drivers. Concerning the errors: How can we know how to resolve the errors if we...
I'm trying to find out why Microsoft's VirtualWiFi project is not setting the ssid for my device. Microsoft's VirtualWiFi project can be found here:...
hi: everybody, I have written a tdi client which is used to send data to the server. But I find it is very inefficient. I don't know what's the cause, would...
Hi, There are two NIC on my computer, Broadcom and Realtek. All network components are uninstalled except TCP/IP. The MediumArray in passthru.c is restricted...
Hi, I am trying to get the WLK 1.1 certification for my TDI driver and it fails the Run INFTest against a single INF. The previous versions passed this test...
... [PCAUSA] Have you set a breakpoint in PtReceive and PtReceivePacket functions to see if packets actually arrive for the Realtek adapter? To make this...
If I recall correctly a TDI driver is a legacy driver that does not actually require an INF for installation. When you install your driver, do you actually use...
Hi Thomas, I am using an INF file for installation and I need certification to run on Vista 64. Same procedure used to work on previous WLK. The problem is on...
Sounds like you need to contact Microsoft again. I haven't (yet) encountered this issue, but I have only worked with an IM driver so far with WLK 1.1. I think...
Well, I was copying and installing the driver only on the test client and I point, in the studio, to the driver and inf copied ( on shared folder ) on the ...
If you can sign the driver, then you can make a .cat and self-sign it as well. Actually, if the INF doesn't have a CatalogFile then it just might not exist as...