Windows 7 Find out the max.WiFi protocol 802.11...of current hardware? + MIMO?

pstein

Extraordinary Member
Assume I have got an unknown computer/notebook with installed Windows.

The hardware has a WiFi Adapter.

How can I find out the maximum possible WiFi protocol 802.11......?

To clarify: I don't want to get the WiFi protocol with which the computer is currently connected (to Router (which can be lower)) but the maximum it offers.

Furthermore is there an information which MIMO technique is supported by the hardware:

MIMO, SU-MIMO, NU-MIMO?

Are the infos somehow retrievable from within a running WindowsOS?

Thank you
Peter
 
The following two commands should give you all of that information
netsh wlan show drivers
netsh wlan show wirelesscapabilities
 
Back
Top