Sorry that I didn't provide a core dump. I was planning to try to
figure out the cause of the problem myself, thus my original request
for information about the adapters themselves.
Yes, I have stepped through the code as it executes.
My wireless CF card is found as an Adapter.
IsWireless returns false. Inside SignalStrengthInDecibels,
retval = NDISUIOPInvokes.DeviceIoControl... returns false.
Ignoring that (as I know it is a wireless adapter), I call
NearbyAccessPoints.
Inside RefreshList, whether it is being called by the constructor or
being called from my code, again the NDISUIOPInvokes.DeviceIoControl
call returns false.
That call is perfectly opaque to me right now, but if someone call
point me to some info about it, I might be able to work this out.
Paul G. Tobey [eMVP] wrote:
"does not work correctly for me" is pretty useless information. What
happens? Have you single-stepped through to see where whatever is
happening
is happening? Are you using the latest code? There have been many
changes
rolled in over time.
Paul T.
Chris, I am actually using OpenNETCF to build my project, but the
Adapter class does not work correctly for me, so I was hoping to
discover the cause, fix it and contibute my solution back to the
project. I'm not sure that there is enough information in the
Adapter
source code for me to be able to fix it, so I am hoping that
someone
who knows about the low-level interaction with these devices can
provide more info.
For what it is worth, my hardware is a Dell Axim 5 running PocketPC
4.20 with a Symbol CF 802.11b card. Of course, I am hoping that my
application will work on all PPC/wireless card combos.
Adam
Chris Tacke, eMVP wrote:
The Adapter class in the SDF provides this.
www.opennetcf.org/sdf
--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
I'm building a project which I would like to be able to talk
directly
to a wireless card to retreive the SSIDs of in-range access
points.
I've searched prety extensively for theis information using
Google,
but
I have not had any luck.
My project is in C#, but I can translate from any programming
language.
If any of you good folks could point me in the right direction,
I
would
appreciate it very much.
My kindest regards,
Adam