IOCTL_NDIS_QUERY_GLOBAL_STATS support in NDIS 6.8 Windows 10

  • Thread starter Thread starter arya2arya
  • Start date Start date
A

arya2arya

Guest
Hi Everyone,

I have implemented a test app to send an OID to WDI based Windows sample driver. I have used IOCTL_NDIS_QUERY_GLOBAL_STATS in DeviceIOControl() API. Whatever the custom OID i have implemented is not reaching to the driver.

I have tried sending OID_DOT11_STATISTICS from test app and observed in driver that it is getting converted to WDI supported OID. [Native WLAN to WDI OID mapping - Windows drivers]

Is there any way to send custom OIDs using IOCTL_NDIS_QUERY_GLOBAL_STATS to Windows 10 WDI based driver?

WDI: WDI Miniport Driver Design Guide - Windows drivers

Please suggest if any way is available to solve this problem.

Thanks in Advance!!

Continue reading...
 
Back
Top