... provide ... am not ... virtual ... balancing ... passthru ... by me. ... quite ... installs as a ... goal is ... direct ... windows ... Hello,All, In mux...
Hi Group, I've already discussed this with Thomas, but I wanted to see if anyone out there has ever experienced a blue-screen connected to a cancel request....
There are several issues here. Start with a hypothetical system with eight NICs from various vendors. (I know you are thinking of only two, but prepare for the...
if I have a virtual ethernet NIC driver, bound with NdisIM, but the adapter byitself is not routable interface, can DTM logo-test be run on such adapter?...
The WLK/DTM "Unclassified" test is probably going to be your method to sign this sort of driver. Thomas F. Divine From: discussion-pcausa@yahoogroups.com ...
First,please allow me to thank Thomas F. Divine for his big help! I am studying the windows2000's passthru and windows2003's mux, Would somebody suggest any...
If you were using a TDI client on "Big Windows", you can simply use Winsock in your CE "driver". Thomas F. Divine From: discussion-pcausa@yahoogroups.com ...
Hello, Is there anyway to check virtual wireless LAN interface? Access Point can create virtual wlan interface. How do I differentiate it with a normal wlan...
Maju, M IN BLR SISL
m.maju@...
Mar 11, 2008 5:08 am
8282
A NDIS Notify Object using the INetCfg API can make the INetCfgComponent::GetCharacteristics call. See the NCF_VIRTUAL and NCF_PHYSICAL values that are...
Thanks a lot your responses. I have more questions. Now I think that I have to change the TDI function of my driver for the Windows CE version. On windows...
I call Windows CE "Little Windows" and Windows XP/Vista, etc. "Big Windows". Sorry. In your CE "driver" just use Winsock instead of TDI. Thomas F. Divine From:...
Hello all, I am stuck with one problem and currently need some fresh ideas on what can be wrong. I am a legacy TDI filter driver (Attaching to \Device\Tcp via ...
You probably need to monitor TDI receive operations in addition to the event handler. One strategy that a client may use is to accept only part of the ...
Thomas, thanks for a valuable reply. Actually, I was handling TDI_RECIEVE as-well. But it makes the picture more complex, so I just commented that code for a...
I am sure, that this is exactly the case. I just make sure, that I sum bytes only in the following cases: 1. In completion routine (if original event handler...
Seong, can you explain what you are trying to do? Thanks, -Ajay ... From: SeongMoon <seong@...> To: discussion-pcausa@yahoogroups.com Sent: Tuesday,...
Still, I got more than I should get. In case of sending 15k of bytes, I get approximately 18.5k ... ... TDIScope ... ideas ... ReceiveFlags, IN ... ...
OK... I'll explain what I wanna do. 1. My driver exposes a virtual miniport network adapter. 2. Sending Packets 2-1. A dedicated application sets an IPv6 route...
There is no such thing as kernel-mode on Windows CE. CE "drivers" are DLLs bound to device.exe. There are unique CE memory-management issues, but Winsock is...
Hi All, I want to install a driver without popping the window :"Add New Hardware", and then click the "Next" buttons..., of course except the "WHQL" window....
You should be able to use Winsock without any issues. -Ajay ... From: SeongMoon <seong@...> To: discussion-pcausa@yahoogroups.com Sent: Wednesday, March...
Hello, I have a NDIS intermediate driver ( running NDIS version 5.0 ) and I have a problem when trying to disable a network adapter that is not connected ( has...
What happens if you switch to NDIS 5.1 and make the call to NdisIMNotifyPnPEvent in PtPNPHandler: #ifdef NDIS51 // // Pass on this notification to protocol(s)...
Bryan Burgin
bburgin@...
Mar 14, 2008 6:57 pm
8299
Hello, I have a query about using the new native wi-fi api in windows vista. I have an Access Point with the below configurations: Country code: JAPAN SSID...