hi all,
i need to get and set some OID's (802_11) , i have Orinoco Sillver CARD
installed on windows 2000 machine,
i need to query certain OID's 802_11 and set also
any ideas how ??
regards
tarun

Re: can i query the vendoe 802_11 driver by stewo68

stewo68
Wed Jul 09 15:17:34 CDT 2003

Ok, so now your earlier question seems to make sense to me.

802.11 is supported by NDIS 5.1, that's right. However, it's just that
NDIS 5.1 specifies some new OIDs (OID_802_11_xxx). But these OIDs may
also be supported by an NDIS 5.0 driver.

More precisely, any 802.11 driver will probably do a runtime check for
the NDIS version supported on the system it is actually running on. If
it is NDIS 5.1 (i.e. XP and higher), it will also register as an NDIS
5.1 miniport. Otherwise (W2K), it will register as an NDIS 5.0
miniport (...I am not taking into account NT4 etc. here).

However, the miniport may still support all the 802.11 OIDs,
regardless which NDIS version the system supports.

See also
http://support.microsoft.com/default.aspx?scid=kb;en-us;313664

Stephan
---
On Thu, 3 Jul 2003 16:02:59 +0530, "tarun" <tkalra@gric.com> wrote:

>hi all,
>i need to get and set some OID's (802_11) , i have Orinoco Sillver CARD
>installed on windows 2000 machine,
>i need to query certain OID's 802_11 and set also
>any ideas how ??
>regards
>tarun