How do I see the BSSID of the Wifi AP I'm currently connected to in Windows?

9

2

In Windows, how can I find the BSSID of the Wifi Access Point I'm currently connected to?

qwertzguy

Posted 2016-11-02T01:03:32.627

Reputation: 1 394

1Can downvoters comment why they downvoted? – qwertzguy – 2016-11-04T22:55:23.067

2LOL no, that would make too much sense. Stack Overflow and co. said they wanted to make the Internet a better place - they do that by allowing anonymous downvoting thereby providing the OP with no constructive feedback with which to improve their answer whatsoever. Oh well it does provide the OP with something - bad feelings. – Howiecamp – 2017-10-18T23:16:42.710

Answers

11

In a command prompt (you can launch one by using Win+R and type "cmd") type:

netsh wlan show interfaces

and press enter.

qwertzguy

Posted 2016-11-02T01:03:32.627

Reputation: 1 394

Using netsh wlan show interfaces | find "BSSID" would be a little more straightforward. – M.S. Dousti – 2018-07-06T16:17:42.867