Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6885 - 6914 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6885
Hello All, How to check whether my device is conected to some device in ad hoc mode to other device. Usuallly if only one device is there in ad hoc mode it ...
rajat gogri
rajat_go
Offline Send Email
Oct 1, 2005
2:07 pm
6886
I want to know which type of authentication is configured on APs that are listed in OID_802_11_BSSID_LIST I have checked Information Elements it is comming...
vijay visana
vijayprofile
Offline Send Email
Oct 3, 2005
12:14 pm
6887
I have I driver I based on one of the NDISIM samples that looks for TCP and UDP packtes on various ports coming down the stack. When PC user has also connected...
Alfred_Eisenberg
Alfred_Eisen...
Offline Send Email
Oct 3, 2005
8:32 pm
6888
Don't think so. I never managed (and never really tried to) get behind the binding behaviour of different NDIS IM drivers on one NIC (assuming the VPN driver...
mosquitooth@...
mosquitooth
Offline Send Email
Oct 4, 2005
6:43 am
6889
... The facilities of a Notify Object may help you manage the bindings. The DDK includes a sample Notify Object for the MUX NDIS IM driver. It is a little...
Thomas F. Divine
pcatom
Offline Send Email
Oct 4, 2005
6:47 am
6890
It Looks like the Microsoft VPN client is above NDIS either in a TDI filter or firewall hook or packet filter area, so I don't think the binding order will...
Alfred J. Eisenberg
Alfred_Eisen...
Offline Send Email
Oct 4, 2005
2:23 pm
6891
Hello, I am Monica. I have a problem about WLANTool on the pocket pc toshiba e800. The application WLANTool by NDISTool function, but WLANTool.exe directly...
monicasasso80
Offline Send Email
Oct 5, 2005
1:51 pm
6892
Hi, After installing the NDIS IM driver (Modified passthru), there seems to be excessive packet loss on some adapters. I haven't encountered this problem on...
Roy Rajan
roy_rajan_ns
Offline Send Email
Oct 6, 2005
12:28 pm
6893
IM drivers shouldn't cause packet loss. How are you measuring that packets are being dropped? Inbound or outbound, or both? Assuming you're working from...
Steve Dispensa
stevedpositive
Offline Send Email
Oct 6, 2005
2:40 pm
6894
... If you are a PCAUSA customer, then please contact PCAUSA directly with your serial number. There is an as yet unreleased update to fix this problem. If you...
Thomas F. Divine
pcatom
Offline Send Email
Oct 6, 2005
3:45 pm
6895
If it's not your driver, Check your duplex settings on any switches and your NICs. Often even autodetect everywhere has problems with duplex mismatches, even...
Alfred J. Eisenberg
Alfred_Eisen...
Offline Send Email
Oct 6, 2005
7:20 pm
6896
Hi, The details of the problem encountered is as follows: 1>When I install the NDIS IM driver, all IP packets like UDP, ICMP etc work as expected. 2>However...
Roy Rajan
roy_rajan_ns
Offline Send Email
Oct 7, 2005
3:41 am
6897
... Unfortunately, it looks like you have a bug in your driver. You might try testing with a simple Winsock application instead of something as uncontrollable...
Thomas F. Divine
pcatom
Offline Send Email
Oct 7, 2005
4:20 am
6898
Hi, The problem seems to be what you have told. On 2K PtReceive is being called instead of PtReceivePacket. PtReceive is indicating up the packet using...
Roy Rajan
roy_rajan_ns
Offline Send Email
Oct 7, 2005
7:42 am
6899
Howdy, Does anyone happen to know how to detect and renable a network adapter that is present but disabled? Jim Howard Senior Software Developer Affinegy LLC,...
Howard, Jim
affinegyjim
Offline Send Email
Oct 7, 2005
5:07 pm
6900
When build my TDI driver in Windows Server 2003 CHecked AMD64 Bit Build Environment. There are a error: error LNK2019: unresolved external symbol...
sf wy
wysf1981
Offline Send Email
Oct 8, 2005
2:39 am
6901
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of sf wy Sent: Friday, October 07, 2005 10:23 PM To:...
Thomas F. Divine
pcatom
Offline Send Email
Oct 8, 2005
4:47 am
6902
... I know that the SNetCfg API can enumerate devices that are disabled. Don't know if it can tell whether a disabled device is present or not, though. Good...
Thomas F. Divine
pcatom
Offline Send Email
Oct 8, 2005
4:48 am
6903
It´s possible to detect what adapters are Wireless ? Thank you. Alexandre Parreira SAC Sistemas Sao Paulo - Brazil...
infocraft88
Offline Send Email
Oct 8, 2005
3:09 pm
6904
... You can identify a wireless adapter by making a NDIS query on OID_GEN_PHYSICAL_MEDIUM. A wireless adapter will return the value ...
Thomas F. Divine
pcatom
Offline Send Email
Oct 8, 2005
4:06 pm
6905
Hi everyone, does anyone know how to make an Ndis Query on OID_802_11_BSSID_LIST_SCAN. I'm trying to peridically, with a timer tick event (say every second or...
mauricekg9
Offline Send Email
Oct 13, 2005
1:15 pm
6906
Selon mauricekg9 <mauricekg9@...>: Don't query OID_802_11_BSSID_LIST_SCAN every second. Query it and 3 seconds after query OID_802_11_BSSID_LIST to...
Thierry
tmurail
Offline Send Email
Oct 13, 2005
3:03 pm
6907
I want to use strtok fuction in my NDIS IM driver, I have include #include <string.h> #include <stdio.h> in my file but the following error still exist. error...
tanm32
Offline Send Email
Oct 14, 2005
2:22 am
6908
... Basically, using CRT functions in kernel mode isn't the way to go. Examine the KM Rtl family of functions. They are actually pretty powerful. Thomas F....
Thomas F. Divine
pcatom
Offline Send Email
Oct 14, 2005
2:30 am
6909
... You should almost certainly not use str* functions in your driver. Most strings are UNICODE in drivers, except where explicitly indicated by the DDK. The...
Steve Dispensa
stevedpositive
Offline Send Email
Oct 14, 2005
2:32 am
6910
... driver. ... strings. ... the ... and ... strtok ... to ... you ... DDK. ... Thank you very much! I have read MSDN (safe string fuction)before use strtok,...
tanm32
Offline Send Email
Oct 14, 2005
3:14 am
6911
... It would be better to do as much of that tokenizing work in usermode and then IOCTL the parsed strings into the kernel. It's better in general to take care...
Steve Dispensa
stevedpositive
Offline Send Email
Oct 14, 2005
3:24 am
6912
... Steve is certainly right that it is best to do this in user-mode if possible. And, it is easy to really screw things up. However, if you are parsing HTTP...
Thomas F. Divine
pcatom
Offline Send Email
Oct 14, 2005
3:41 am
6913
... Best if to have user-mode convert the string to a ULONG and give that to you. MUCH better that way!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thos...
Thomas F. Divine
pcatom
Offline Send Email
Oct 14, 2005
3:43 am
6914
... Dispensa ... implement ... from the ... practical. ... be L'\0' if ... order ... can use ... Thank you!I will try to use Rtl* first. If failed ,I will try...
tanm32
Offline Send Email
Oct 14, 2005
6:46 am
Messages 6885 - 6914 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help