How can we get the BSSID value for a wifi network without sudo
We are looking to get BSSID value for a wifi network from terminal as this needs to be used in automation script.Currently when running /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I ,it gives BSSID value as blank and only if we run with sudo, it provides the value.
Can we get this value without sudo?