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...
That is not surprising. If one stops nativewifi, then the Ethernet 802.3 LAN emulation (LANE) goes away. Since there is no longer a virtual 802.3 miniport for...
Hi Thomas, So how hard is it to create a virtual 802.3 miniport that would just create the Ethernet 802.3 LAN emulation? Do you know if there is some sort of...
Moved from the protocol driver to the LWF driver. Added numerous items to the LWF driver including new IOCTL calls and extensions to allow detail logging of...
Nwifi.sys is a LWF itself and is always layered directly over the miniport. Your LWF is still layered above nwifi. Therefore, you won't see a difference. I...
Bryan Burgin
bburgin@...
May 28, 2008 4:06 am
8347
I tried a completely mindless, poorly-thought-out experiment. Using my NDIS 6 protocol and filter driver samples I simply added a call to set...
I am hoping that there are 802.11 adapter vendors on this list that might consider working with PCAUSA on a few "Special Projects". Basically I am looking for...
Thanks Thomas!! Great news. How do you reference a particular instance? I just handle the IOCTL calls and redirect it accordingly to set/get/method OID...
Below is output from a test application (Part of a new set of samples that I am putting together. More soon, I hope...) This is for a monitoring NDIS 6 LWF...
So here's the thing: Well, my suspicion is that the native wifi filter is a mandatory filter driver. As stated in the article below: "If the mandatory filter...
Thanks for the reply Brian. I need it to port a supplicant w/ distinct functionalities that I cannot get from the native wifi supplicant without being able to ...
In keeping with the apparent Microsoft policy, the Microsoft Native Wi-Fi filter is, indeed, a mandatory filter. If it is not present, then access to Native...
Thomas, thanks for the constant support and advice. So I have taken your advice for the monitoring LWF. You are correct I do get more bindings. The "0000"...