Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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...