Is there a way to get a WiFi list based on Android from MAUI?

차준혁 40 Reputation points
2023-12-12T03:58:01.13+00:00

Is there a way to get a WiFi list based on Android from MAUI?

If you refer to Developer in Android Studio, you will be asked to use wifi manager to search for WiFi lists through StartScarn.

wifiManager.StartScan();

However, this method returns StartScan.count = 0 or False if you try to implement it in the MAUI.

I'm developing based on Net7.0, Android 13, and API 33.
I would appreciate it if you could let me know if there was a way to search for WiFi and get the list.

I read a lot of references, but I couldn't solve them...

Developer technologies | .NET | .NET MAUI
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.