Hello,
Thank you for posting in Q&A forum.
WPA3 Enterprise networks are a subset of WPA2 Enterprise networks. Internally, when processing scan results, Windows will mark WPA3Enteprise networks as both WPA2Enterprise and WPA3Enterprise. This is used during what we call the “capability match” which is basically a three-way filtering based on what is supported by profiles, by networks and by drivers – we select the strongest authentication algorithm supported by all three. Since the network is marked with both WPA2 and WPA3, it will allow us to default to WPA2 if WPA3 is not supported.
Windows will actively compare the wireless profile to the driver’s supported authentication and cipher suites.
- There are checks done in both Netsh and WlanSvc.
- Each one throws a different message, but both will block a profile add when the driver does not support the wireless profile's authentication or cipher algorithm.
Run this command to confirm what authentication and cipher suites the wireless driver supports.
netsh wlan show driver
Sample output:
In this example, only "WPA3-Enterprise 192 Bits GCMP-256" is supported by the wireless driver. Using a normal WPA3ENT profile will fail because it is not on the "Authentication and cipher supported in infrastructure mode" list.
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.