How can we get the BSSID value for a wifi network without sudo
How can we get the BSSID value for a wifi network without sudo?
This command used to work earlier but its not giving the required data now.
ioreg -l -n AWDLPeerManager | perl -lne 'print $1 if $_ =~ /IO80211BSSID.*<(.*)>/;' | fold -w2 | paste -sd: -
Any idea what alternative command we could use to get network bssid value?