Wifi Intermediate Driver DLL for Windows Mobile ================================================ == LICENSE: ================================================================= Copyright (c) 2008, Julien Cayzac. http://www.julien-cayzac.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ============================================================================= Excerpt from my blog'article: ----------------------------- For what it's worth, I have packaged a small "Wifi Intermediate Driver" into a DLL for Windows Mobile 5 (both PocketPC and Smartphone are supported) and 6 (Standard and Professional editions are both supported). The archive contains the header and source files of the DLL in unmanaged C++, as well as a small managed class in C# for using it from a .Net application. It is not complete in any way, as it does only what I need it to do, ie retrieving the HMAC address and the signal strength of currently available infrastructure 802.1x access points. The SSID is not retrieved but that's easy to implement once you understand the rest of the code. Archives are available in ZIP format as well as in 7zip format (.7z). -- MD5 Signatures ----------------------------------------------------------- 507dd82e359fda0aec8a990dd21ac1ba Wifi Intermediate Driver DLL for Windows Mobile.7z 28d845f293b9f95ff842010c276decd4 Wifi Intermediate Driver DLL for Windows Mobile.zip -- SHA-1 Signatures --------------------------------------------------------- dfef2846ec42ec85600d5ebaaa42694e14a93504 Wifi Intermediate Driver DLL for Windows Mobile.7z 3ff890624bbad339c08b38fa8cb1c02204e53b43 Wifi Intermediate Driver DLL for Windows Mobile.zip -- SHA-256 Signatures ------------------------------------------------------- 601ca153ed50d0713869bcada800e35b1839e8fa5bddcf3282b5ef9ad7034f88 Wifi Intermediate Driver DLL for Windows Mobile.7z dca3d02e1d018f616ec9c2367e4527827db7eca9b1cef6484a98b3fc9f3192dc Wifi Intermediate Driver DLL for Windows Mobile.zip -----------------------------------------------------------------------------