I've been using the tdi client/server code from PCAUSA successfully for several months, but I have run into a problem that is not covered by the example code....
Can this be implemented using sharing flags passed to ZwCreateFile which creates the address file object? Also remember that the address belongs to you unless...
Thomas, I don't think this is going to work, at least I don't think so. I need to do the equivalent of the following setsockopt (SOCKET s, int level, int...
Hi, I would like to process the "layer 2" frame of of the 802.11 network. I want to know the where to start my work and what are tools required. I will be...
Unfortunately the Windows NDIS design and implementation does not make this task easy. On pre-Vista Windows versions Windows NDIS API simply does not expose...
I believe that a monitoring LWF on Vista will let you see 802.11 frames, although I have not tested this myself. I think that's how NetMon3 works. As an...
Bryan Burgin
bburgin@...
Apr 15, 2008 6:55 pm
8319
Even on vista, a LWF will see what the native wi-fi miniport will provide. I've seen native wi-fi miniports that provide "cooked" 802.11 frames i.e. not the...
Hi, long time ago i ordered the TDI samples from PCAUSA as a base for my own driver. The TDIPASSL example (and i copied this) always verifies the DeviceObject...
The code is basically OK. I don't see anything obviously wrong. However, I do it a little differently. First, use NdisQueryPacket to fetch the number of...
Hello ALL, I have configured my Wireless Access Point with the below configuration. I am using CISCO AIRONET 802.11a/b/g WIRELESS ADAPTER card and a 3rd party...
Maju, M IN BLR SISL
m.maju@...
Apr 29, 2008 12:46 pm
8324
Folks, Is there any option on windows 2003 server to disable *generating* ICMP redirects? I know there is an option to disable responding to ICMP redirects,...
Maju, Sorry, but I haven't been involved in International issues like this. It certainly looks like you have done your homework and are doing logical things. I...
Today I received a direct email asking that I try to answer this question. Unfortunately, I wasn't able to reply directly to that individual; my email was not...
I installed the WinCE passthru driver, then the connection manager for WiFi stops working. Any idea if this is an incompatibility issue on Passthru Driver? ...
Dr. Gary Templeton, Assistant Professor of MIS at Mississippi State University has asked our group to participate in a study of eGroup "social" behavior. This...
Hi. We have a project where we need to build a windows application (C# .Net Framework 2.0) that setup our consultants notebooks networks configurations to...
Actually, there are no PCAUSA products that will help you in this area. Most of these functions can be implemented using facilities provided by Microsoft APIs...
Hi Aleandre, Have you looked at MultiNetwork Manager from globesoft. http://www.globesoft.com/ it sounds as if it does the things you are after /Niklas To:...
Niklas Olsson
niklaso@...
May 16, 2008 2:12 pm
8333
Thank you Niklas... i will give it a close look. Alexandre ... +0000Subject: [discussion-pcausa] Re: Plz help us to select your correct product that attend...
As we know, TCP protocol has the concept of Receive Window Size, and it plays a important role on the performance of network traffic. Now, I want to change...
I can't speak as to whether your scheme has any merit. However, if you want to tinker with these fields and flags you would not use a TDI filter. A TDI filter...
"or set the registry key of TCP1323Opts( Need a reboot to validate the change, that's not I want). So I have the following thought. Develop a NDIS driver" My...
Bryan Burgin
bburgin@...
May 22, 2008 6:20 pm
8338
Hi, I've used the ndis6 version of the NDISPROT driver. I'm trying do pretty typical things like using the following OIDs: OID_DOT11_CURRENT_OPERATION_MODE ...
See if stopping the Native Wifi service changes your results (nwifi.sys): "net stop nativewifip" From: discussion-pcausa@yahoogroups.com...
Bryan Burgin
bburgin@...
May 25, 2008 4:03 am
8340
Are you sure that the Microsoft WLAN user-mode API isn't sufficient for your needs? NDISPROT does not actually bind to Native Wi-Fi miniports. Instead, it...
Hi, When nativewifip is stopped the wireless interfaces disappear. They are still seen from the Network Connections Window. However, they are no longer listed...
Hi Thomas, Unfortunately the WLAN user-mode API will not be sufficient. I am working on porting supplicant with functionality unsupported on Native Wi-Fi. I...