ThanosFisherman / WifiUtils

Easily Connect to WiFi Networks
Apache License 2.0
731 stars 188 forks source link

Mac address changes on every reboot. #81

Closed dpnkrg closed 4 years ago

dpnkrg commented 4 years ago

After the integration of this library in my app. The device mac address is changed on every reboot.

Searched on the internet about this. I have found this

One of the things to take care of while assigning a new MAC address is that you should not change the manufacturer name. This is represented by XX:XX:XX, i.e, the first 6 places or digits. If you change these, you may face Wi-Fi authentication problems. So if your original mac address was a2:63:f4:h5:67:vt (it’s obviously made up), change it to something like a2:63:f4:YY:YY:YY

Any help? @ThanosFisherman

dpnkrg commented 4 years ago

Dear All,

Any suggestion or update?

dpnkrg commented 4 years ago

Checked the issue. seems like this issue is not related to the library.

Thanks, @ThanosFisherman for the library.