Is there a way to get the configured WiFi-SSIDS from an Android (not rooted) device via ADB? This should be working independant from the WiFi on/off state.
Thank yo
Finally found out that
adb shell dumpsys wifi | grep -i ssid
gives the configured wifis
Edit: Only if wifi is enabled