Retrieve Raspberry PI wireless network -


i have raspberry pi connecting home network via 1 of wireless access points. have wpa_supplicant.conf set roam of 4 aps within range.

is there terminal command can run find out access point pi using? not able find tidbit online reason. 'ifconfig wlan0' lists ip address , tons of information not wap name. log in each wap , list wireless clients easier.

running latest raspbian release.

there couple of commands give ssid:

  1. iwgetid
  2. iwconfig

you can find out more details including options can pass following commands:

  • man iwgetid
  • man iwconfig

this display man (aka manual) page respective command.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -