How to retrieve list of supported oids of miniport driver ?
Category: windows hardware wdk and driver development
Question
Peter Skvarka on Sun, 05 May 2019 19:26:28
Does exist way how to retrieve list of supported OIDs of some miniport driver with help of Windbg or some command line utility ?
I know only way when it is retrieved with help of NdisOidRequest from driver.
Replies
Jeffrey Tippet [MSFT] on Mon, 06 May 2019 16:41:02
You can query it via OID_GEN_SUPPORTED_LIST and IOCTL_NDIS_QUERY_GLOBAL_STATS. Note, however, that we are gradually phasing out the notion of a supported OID list. The upcoming NetAdapter driver model does not really have this concept.