Hi, this.wifiWizard2.getConnectedBSSID() return a constant value of 02:00:00:00:00:00

I got constant value of 02:00:00:00:00:00 While I get android phone Wifi MAC Address. I have used below given code in ionic v5 .
async getConnectedBSSID(){
this.netw = await this.wifiWizard2.getConnectedBSSID();
console.log(this.netw);
}