The wireless dialog uses heavilly the Wirleless Zero Configuration service
API (WZCQueryInterface, etc): the documentation about this functions is
someway scarce but there's a command line sample tool which you can
examinate to have some
hints about them (expecially the use of some structures) in
%_WINCEROOT%\PUBLIC\COMMON\OAK\DRIVERS\NETSAMP\WZCTOOL.
Those WZC* functions end up calling your driver to query/set various OID's.
The Wireless dialog code is implemented in
%_WINCEROOT%\PUBLIC\COMMON\OAK\DRIVERS\NETUI so you need to debug it to find
where it hangs and figure out what in your driver may be wrong. Obviously
you have to take in account even the fact that you're using a custom SDIO
stack also so some problems can -theoretically- come from it.
--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it
"sunsaro" <u56304@uwe> ha scritto nel messaggio news:9f57701972616@uwe...