Native WiFi Driver 802.11W Driver Support addition

Hi All,

I have a working WiFi driver and I want to add 802.11w support. Firstly, I need to make sure that windows acknowledges that my driver has support for the 802.11w specification.

In order to do that, I set the

DOT11_EXTSTA_ATTRIBUTES.bMFPCapable

to TRUE. However, when I type netsh wlan show drivers, the following is printed:

802.11w Management Frame Protection supported : No

This is further approved by the fact that the WiFi networks with 802.11w are marked in the network manager by a red explanation mark, indicating that my driver can’t connect to these networks.

Would you know how can I assure Windows that my driver is 802.11w compliant?

I was thinking whether it is possible to trace the OID calls that happen from OS/userspace to the drivers. Would you know if this is possible? Is there such a program?