I'd like to see what channel (e.g. 1-10, I believe) each SSID in the list is. How can I find that information?
Asked
Active
Viewed 6.5k times
7 Answers
9
From a cmd (command) prompt, type:
netsh wlan show interfaces
Outdated Computer Tech
- 2,762
dienilno
- 91
1
I'd recommend Free NetSpot for these purposes. All the necessary information is in the Discover mode window. Here are some screenshots:
0
Use either of these
netsh wlan show interface name="Wi-Fi" | findstr "Channel"
netsh wlan show networks interface="Wi-Fi" mode=bssid | findstr "Channel"
phuclv
- 30,396
- 15
- 136
- 260
0
I use Acrylic Wifi. The Home version is for free. It runs on Windows 7,8,10 but requires .NET Framework 4.5
Elmue
- 1,081



