react-native-network-info
react-native-network-info copied to clipboard
getBSSID always return 02:00:00:00:00:00
"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
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.