BSSID of CoreWLAN getting nil in mac os 10.14

I want to get the bssid of connected wifi network. I am using below block of code it is working fine below 10.14 but after 10.14 getting

nil
. but all other values like
rssiValue
noiseMeasurement
transmitRate
etc getting .
[CWWiFiClient sharedWiFiClient].interface.bssid


Any Suggestions would me more helpful

Replies

Were you able to solve this issue? I am facing the same problem.