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?

Posted on Aug 29, 2024 3:39 PM

Reply
19 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How can we get the BSSID value for a wifi network without sudo

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.