开发者

WiFi NDIS driver does not appear in the WHQL ndistest device list

开发者 https://www.devze.com 2023-03-05 04:26 出处:网络
I maintain an NDIS 6.0 native WiFi driver. One of my missions is passing a WHQL test. To that end I installed version 1.6 of the Windows Logo Kit. I also installed my driver on a a Windows 7, 32-bit t

I maintain an NDIS 6.0 native WiFi driver. One of my missions is passing a WHQL test. To that end I installed version 1.6 of the Windows Logo Kit. I also installed my driver on a a Windows 7, 32-bit test machine. The device appears in the device manager and works correctly.

As a first step I tried to pass the stand-alone NDIS test. However when I run ndistest.exe, the device does not appear in the list of devices. The following screenshot demonstrates the problem:

WiFi NDIS driver does not appear in the WHQL ndistest device list

My device should have appeared in the 'Support Devices' list, or in the 'Test Device' drop box, but it fails to appear in e开发者_开发问答ither.

Can someone point out what may cause a device to not appear in these lists?

Thanks!


Well apparently we forgot to implement a couple of obligatory OIDs. If you encounter this problem, make sure that you implement all required OIDs.

0

精彩评论

暂无评论...
验证码 换一张
取 消