Hi SIr,
I am using the below code and API to fetch BSSID, but BSSID value is always null.
Please suggest a better way to fetch BSSID value:
API:
CWInterface *wif = [wifiInterface interface];
NSString *bssidName = wif.bssid;
NSLog(@"BSSID %@",bssidName);
Output:
2020-04-16 14:37:50.976 mysample[99186:5816581] BSSID (null)