Hi

How can my application (under win ce) can get events (or status indications)
from my W-LAN driver? indications like radio ON/OFF, link UP/DOWN...

The miniport driver is working under NDIS, The driver is reporting NDIS on
its indications (via NdisMIndicateStatus()).

Do I need to register to win ce system events?
if Y how do I do that?

can I do it using NDISUIO?

Please help (- even an answer for win XP can be abig help)

Thanks

RE: Geting status indications from miniport driver by pavel_a

pavel_a
Thu Feb 09 08:10:28 CST 2006

WinCE (NET CF) has it's own event notification mechanism.

See this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce50conStatStor.asp

--PA

"BenziZbit" wrote:
> Hi
>
> How can my application (under win ce) can get events (or status indications)
> from my W-LAN driver? indications like radio ON/OFF, link UP/DOWN...
>
> The miniport driver is working under NDIS, The driver is reporting NDIS on
> its indications (via NdisMIndicateStatus()).
>
> Do I need to register to win ce system events?
> if Y how do I do that?
>
> can I do it using NDISUIO?
>
> Please help (- even an answer for win XP can be abig help)
>
> Thanks

RE: Geting status indications from miniport driver by BenziZbit

BenziZbit
Sun Feb 12 03:36:26 CST 2006

First thx for replaying :)
few Q:
1- can I do this under Win CE 5.0?
if Y :
do I need to change the way my miniport driver reports its status changes
(like changing registry keys)?
(now its calling - NdisMIndicateStatus())

2- Is this is the only way? Is there a way to do this using NDISUIO?

"Pavel A." wrote:

> WinCE (NET CF) has it's own event notification mechanism.
>
> See this:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce50conStatStor.asp
>
> --PA
>
> "BenziZbit" wrote:
> > Hi
> >
> > How can my application (under win ce) can get events (or status indications)
> > from my W-LAN driver? indications like radio ON/OFF, link UP/DOWN...
> >
> > The miniport driver is working under NDIS, The driver is reporting NDIS on
> > its indications (via NdisMIndicateStatus()).
> >
> > Do I need to register to win ce system events?
> > if Y how do I do that?
> >
> > can I do it using NDISUIO?
> >
> > Please help (- even an answer for win XP can be abig help)
> >
> > Thanks