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:
- iwgetid
- 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
Post a Comment