From: Skiler on
H all,
I need to find WiFicard on my PocketPC on WM 5/6 and then to measure
WIFI signal strength.
Can smb provide me some help???
Thanks a lot!
From: Chris Tacke, MVP on
Using what programming language?


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"Skiler" <sklyar.andriy(a)gmail.com> wrote in message
news:360beca3-7d24-4c37-8760-82e77ff6745a(a)z11g2000prl.googlegroups.com...
>H all,
> I need to find WiFicard on my PocketPC on WM 5/6 and then to measure
> WIFI signal strength.
> Can smb provide me some help???
> Thanks a lot!

From: Skiler on
C++

:))
From: Chris Tacke, MVP on
The best bet is to downlaod the evaluation version of Platform Builder and
look at the source for the NETUI and WZC tools that come with it.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"Skiler" <sklyar.andriy(a)gmail.com> wrote in message
news:c5083a69-63e6-4d3e-8435-38440e0f4851(a)v26g2000prm.googlegroups.com...
> C++
>
> :))

From: vishal.g.shah on
Hi Skiler,
You can also get wifi card on your pocket pc as well as
signal strength using NDISUIO_DEVICE_NAME i.e UIO1: driver and then
using its DeviceIoControl with suitable arguments

or you can also refer sample code available at
http://www.codeproject.com/KB/mobile/PeekPocket.aspx


On Aug 18, 7:10 pm, Skiler <sklyar.and...(a)gmail.com> wrote:
> C++
>
> :))