Could WiFiStatus plugin for WiFiInfoType=AUTH support WPA3 Authentication. Currently it return "???".
Unfortunately WPA3 enumeration doesn't seem to be in DOT11_AUTH_ALGORITHM (wlantypes.h), but it is in WDI_AUTH_ALGORITHM from wditypes.hpp which require min WIn10 or from dot11wificxtypes.h which require min WIn11.
This has been added this for the next release. Thanks for the suggestion!
oZone wrote: ↑November 19th, 2021, 10:10 pm
Unfortunately WPA3 enumeration doesn't seem to be in DOT11_AUTH_ALGORITHM (wlantypes.h), but it is in WDI_AUTH_ALGORITHM from wditypes.hpp which require min WIn10 or from dot11wificxtypes.h which require min WIn11.
The WPA3 values actually are there, but MS has not documented them for some reason.