Sunday, May 19, 2024

How to find which Access Point (AP) connected on Windows 10 / 11?

To find a AP which is your laptop connected, you can run the following command:

netsh wlan show in

There is 1 interface on the system:

    Name                   : Wi-Fi
    Description            :
    GUID                   : 
    Physical address       : 
    State                  : connected
    SSID                   : 
    BSSID                  : <This is the MAC address of the AP you connected>
    Network type           : Infrastructure
    Radio type             : 802.11n
    Authentication         : 
    Cipher                 : 
    Connection mode        : Auto Connect
    Channel                : 
    Receive rate (Mbps)    : 
    Transmit rate (Mbps)   : 
    Signal                 : %
    Profile                : 

    Hosted network status  : Not available

Print Friendly and PDF
Share/Bookmark

No comments:

Post a Comment