The netsh wlan show networks mode=bssid
command in Windows is used to display detailed information about the wireless networks that your computer can detect. Here's how you can use it:
- Open Command Prompt: Press
Windows + R
to open the Run dialog box, typecmd
, and press Enter. - Run the Command: In the Command Prompt window, type
netsh wlan show networks mode=bssid
and press Enter.
This command will show you a list of all the wireless networks within range, along with detailed information such as:
- SSID: The name of the network.
- BSSID: The MAC address of the access point.
- Signal Strength: The strength of the signal.
- Channel: The channel on which the network is operating.
- Radio Type: The type of radio (e.g., 802.11n, 802.11ac).
- Authentication: The authentication method used by the network.
- Encryption: The encryption method used by the network.