How to get BSSID Wifi is connected to from command line past 15.3+?
I am building a simple free app that is measuring the quality of a wifi connection. I can't figure out a way how to get BSSID - the AP MAC address, which is crucial for this to work reliably in case you are trying to understand what AP is your device connected to when performing the measurement. airport utility seems to be out, wdutil info shows ` MAC Address : <redacted> (hw=<redacted>)` , `ioreg -l | grep "IO80211BSSID"` shows just `000000000000` instead... Is that really gone and no way to get it?
Mac has been a good alternative to Linux in many ways, but steps like these are really putting off many power users and professionals.
I saw How to get BSSID Wifi is connected to fro… - Apple Community and How can we get the BSSID value for a wifi… - Apple Community , but those seems to be for older versions, so was hoping there is something better.