react-native-network-info icon indicating copy to clipboard operation
react-native-network-info copied to clipboard

getBSSID always return 02:00:00:00:00:00

Open yusuf987 opened this issue 7 years ago • 1 comments

"react": "16.0.0-beta.5", "react-native": "0.49.3", "react-native-network-info": "^3.2.2",

Issue : some device start sending bssid 02:00:00:00:00:00 from every wifi/network

expected result: it should return different Bssid with different wifi network

yusuf987 avatar Sep 27 '18 03:09 yusuf987

Assuming you are using Android 6.0+ this is to be expected: See https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-hardware-id for reference.

Plus you'll need to guarantee Location services are enabled.

jeffreydelooff avatar Apr 09 '19 14:04 jeffreydelooff