How do I get the Bssid – Android of the WiFi network configured in the requester?

When I use getConfiguredNetworks() to get the BSSID value, it will not give me anything. I get all other values ​​except BSSID. Can anyone tell me why this is happening? Yes, the network I received has its own BSSID. I found it through getScanResults(). When I use getConfiguredNetworks(), I don’t get the BSSID.
< /div>

I guess it will work like that (even if the documentation does not mention it): getConfiguredNetworks() only retrieves my “saved” wifi hotspots, which may not save the BSSID (because You don’t care) which access point is connected to, it’s just that it has the expected ssid). If you need the BSSID, you may just need to use getConfiguredNetworks() to cross-reference getScanResults().

When I When using getConfiguredNetworks() to get the BSSID value, it will not give me anything. I get all other values ​​except BSSID. Can anyone tell me why this is happening? Yes, the network I received has its own BSSID. I found it through getScanResults(). When I use getConfiguredNetworks(), I don’t get the BSSID.

I Guess it will work like that (even if the documentation doesn’t mention it): getConfiguredNetworks() only retrieves my “saved” wifi hotspots, this may not save the BSSID (because you don’t care) which access point is connected to, it’s just it There is the expected ssid). If you need the BSSID, you may just need to use getConfiguredNetworks() to cross-reference getScanResults().

Leave a Comment

Your email address will not be published.