I have an NDIS 5.0 intermediate driver. I have seen a crash, caused by my driver where I am asked to send an IP packet which has a total length field 2.96K...
Douglas G. Hanley
dhanley@...
Apr 7, 2004 10:52 am
4676
Hello, I have an application that needs the ability to set the WiFi parameters via our application. Our applicaiton has a 10 foot UI so it is configurable on...
Hi, I am working on NDIS IM driver in PocketPC 2003. I have Included some code in my IM driver for blocking and unblocking packets, It is working fine. Is it...
hi. i'm really appreciate for your help last time. for your help, i could get OEM SYS file. thank you. now. i have other problem. as i wanted to get VXD file,...
Hi I am trying to implement WPA support for a linux driver that uses NDIS driver (see http://ndiswrapper.sourceforge.net). I think I don't understand WPA well...
Hi , I have build passthru.dll for my PPC2003 device. I am trying to load it on my device, but I am unable to load it. Device Detail Name : i-mate CPU:...
NirajPCAUSA
royniraj_13@...
Apr 12, 2004 6:49 am
4681
Hi all, I am using Rawether to capture packets. When I am using it on windows 2k the largest size is 1514 but when I am trying to use it on XP, packets sent...
I want to chage payload of the incoming packet in PtReceive() function. I call: Packet = NdisGetReceivedPacket(pAdapt->BindingHandle, MacReceiveContext); But...
Hi all, i need to provide user mode configuration for the modified version of passthru driver . how do i go about it and what all is possible in it as firstly...
Hi, I am finding a strange problem in my pocketpc2003 wirelless connectivity. I have an LinkSys AcessPoint in my network to connect my pocketpc with my lan. ...
Hi Is it possible to filter Application specific packets in PocketPC2003? Say I want to block all the packets in/out from ICQ.exe. If possible then please give...
Hello, I have an application that runs on XP embedded. I need to be able to configure a WiFi card from this application. The app is built in C#. I am able...
Hi all, i need to provide a user mode interface for my modifed passthru driver which can do the configuration, give some statistics , or generate some alarm...
The Windows Driver Developer's Digest (http://www.wd-3.com) has a series of articles called "Extending the PassThru NDIS Intermediate Driver Sample". The...
You should be able to do this if you have your own NDIS protocol driver (or NDIS IM driver) that acts as a "relay" between your application and the 802.11 NIC...
There is no TDI on Windows CE. Just Winsock. You will probably have to do the Winsock replacement DLL approach unless CE supports Winsock Layered Service...
Do not EVER assume that NdisGetReceivedPacket will return anything!!! You must fetch the packet data from the LookaheadBuffer and HeaderBuffer and then...
Hi all I have started from the Thomas F. Divine's sample of NDIS IM driver. I am facing performance problems. When the driver is installed it takes 5 mins to...
Hi all I am working on a NDIS IM driver starting form the Thomas F. Divine's sample Part 2 In MPTransferData we actually pass a pointer to packet allocated by ...
Hi, i went through the extended passthru example as suggested by Thomas for building a user interface for my driver. My passthru driver is modifed from the ...
Just an update. With the latest PDA firmware update from the OEM, this problem goes away. A little bit of comfort that the issue was an MS issue :-). ... ...
Hello, I am having problems using the Thomas Divine passthru driver sample code and NetBEUI. Seems I cannot browse my internal network using Windows Explorer...
Hi... My NDIS Intermediate driver tries in its MiniportInitialize function to read the contents of a file by using the following code: UINT FileSize; ...
Hello, I’m using iPAQ h5450 with Pocket PC 2002 running windows ce 3.0. I’m developing with the embedded visual c++ 3.0. In my application I need to open a...
Vagner Sacramento
vagner@...
Apr 13, 2004 9:03 pm
4703
... For CE 3.0 you must write your own NDIS 4.0 NDIS protocol driver from scratch. You must also develop a CE "streams" interface to communicate beween your...