Hello All, I am new to device driver programming. Does Microsoft native wifi filter driver supports USB cards? Any hint, how to check it. Thanks & Regards Maju...
Maju, M IN BLR SISL
m.maju@...
Aug 1, 2007 1:19 pm
7985
The Microsoft Native Wi-Fi filter does not care what bus the Native 802.11 adapter vendor uses for ther hardware. The important question is: Does the USB...
I would add to that: if they provide a native 802.11 miniport, does it deliver the original 802.11 frames or "precooked" ones? I know for sure that some native...
I tried to originate a NDIS OID query from NDIS 6.0 LWF driver (a modifying filter driver whose sample code is from WDK). But it failed (NdisFOidRequest got...
... [PCAUSA] Does it fail for all OIDs, or just one that you tried? ... [PCAUSA] What is the "related document" that you are referring to? ... [PCAUSA] I know...
Hi Thomas, Actually I didn't try more Oids before. After your reply, I started more testing and then I found what my problem was. Some Oids are no longer...
Thank you very much for your quick response. Actually I didn't try more OIDs before. According to your reply message, I started to do more testing. Then I got...
I write a NdisHook drivers, when the ProtocolReceivePacket is called, I will save packet to the buffer list, and set a event to notify Application a packet is...
... Study... Understand the receive packet flow before messing with it. Consider the need to also call ProtocolReceiveComplete after calling ProtocolReceive. ...
I've installed PCASIM active passthru driver. After that, some strange thing is occured. Before installing passthru driver, the command "ipv6 if 21" displays ...
Seong, Unfortunately, I have not heard of this problem, although I do not myself use IPv6 extensively. Does the problem go away after a reboot? Were the IP...
... myself ... After rebooting, the problem still exists. ... configure interface 23? Manual and Auto configuration have same problem. ... it when I ... I...
Dear all, I've browsed through the archives of the mailinglist but haven't found an answer to my problem. I've been trying to develop a console application...
I have developed a modified version of passthru and I also use a modified version of Bindview together with 'inf' file to install passthru. Is there a way to...
... [PCAUSA] This may be possible if you can actually write down the logic for identifying "the specific adapter". If "the specific adapter" can be identified...
I don't have an answer to your question. Sorry. However the tools and information on this page may help you research this behavior. See the "PCAGizmo" tool at...
Hi All, I set up a dhcp-server on a Windows box.. I set the option interface-mtu 1300. But Windows clients seems to ignore this option sent by the server. Is...
Hi, I have developed simple NDIS driver (based on "netvmini" from the ddk samples) which accept data from user code application (using win32 WriteFile) and...
... [PCAUSA] Yes. Don't do that. Don't ever wait in a dispatch routine. Study how to use asynchronous I/O in your application and your driver. The appropriate...
Did you open the device in the application with OVERLAPPED? If not you will get exactly the behavior you describe. Don Burn (MVP, Windows DDK) Windows...
I have developed a midified version of passthru and while debugging it would be nice to be able to compile a new version, then reload this it without rebooting...
Hello all- I have a few questions about getting the basic Rawether apps to run under Vista, that I would be greatly appreciative if anyone could offer any...
Craig, Problems with Rawether on Vista (or any other platform) are a almost always related to installation. The Rawether Guide has a topic: Introduction to...
Thank you very much, OVERLAPPED solved the problem. Manzury ... ____________________________________________________________________________________ Shape...
Hi, I am writing a LWF driver for MS Vista. I need to know how to disable the TCP/IP Task Offloading functionality in MS Vista , so that the native TCP/IP ...
See the WDK NDIS_FILTER_ATTACH_PARAMETERS topic. I think you can modify these parameters to disable large send. Also, the NIC's Network Control Panel Applet...
Has anyone seen this behavior? I am sending a packet to the adapter using the W32N_PacketSend() method, and when I sniff with Wireshark on another machine, I...
Craig, I will take a look at this. Thomas F. Divine From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Craig...