Windows CE Networking - from NDIS to TCP to SOAP to VOIP and everything in between.
February 2006 - Posts
-
I've seen a lot of non-optimal code to import a session key into CAPI. The attached code provides a utility function to do the import. Note: KeySize depends on the algorithm of the session key. Read More...
|
-
I've spent the last few days looking at LSPs and have found some errors in the sample. These are: 1. Passing the wrong WSAPROTOCOLINFO to the next person in the chain: Symptom: WSPSocket fails when layered over another LSP. Fix: DCATALOG::FindNextProviderInChain Read More...
|
-
GPSID (the GPS abstraction APIs introduced in Windows Mobile 5) has a few known issues (aka bugs). This is rather complicated due to versioning issues and also because of a C# wrapper library for the API's that work around the bug, which may or may not Read More...
|
-
I little while back I had to setup a RADIUS server to perform 802.1x testing over Wifi for Windows CE. I wish to share the simple setup steps and the troubleshooting I had to do to make it work, especially for CE clients. Test Setup RADIUS Server (With Read More...
|