Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getBSSID always return 02:00:00:00:00:00 #61

Open
yusuf987 opened this issue Sep 27, 2018 · 1 comment
Open

getBSSID always return 02:00:00:00:00:00 #61

yusuf987 opened this issue Sep 27, 2018 · 1 comment

Comments

@yusuf987
Copy link

yusuf987 commented Sep 27, 2018

"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

@jeffreydelooff
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants