"Vicks" <> wrote in message
news:ca501131-42da-4876-a8b3-...
> Hi,
>
> There is a sample driver in DDK about adding WMI support to custom
> oid's. I followed that and it worked for most oids. But i have some
> custom oids which checks signature (ulong value) for verification of
> authorized application. Now WMI query for these oids fails by ndis test
> (1c_oidswmi). The reason is ndis test wont pass signature. How to
> handle these private oid's? thanks in advance.
>
> I tried giving default value as signature in mof file. creating
> instance of class but none helped me.
>
> Thanks,
> Vikas
Such "security" features are not in the usual contract of NDIS drivers.
What you can do - try to return some bogus values instead of failing the
request.
--pa
|