Hi @Loic: Thanks for your reply.
The shell command you suggested is listing the networks!
However, the Wifi scan result is not showing it up in the UI.
Also during each Wifi scan animation in the Settings, the logcat prints -
07-23 10:22:33.124 2501 2670 I WifiService: startScan uid=1000
07-23 10:22:37.195 2501 2670 D WificondControl: Scan result ready event
07-23 10:22:37.203 2501 2578 D WificondScannerImpl: Filtering out 3 scan results.
07-23 10:22:37.218 2501 2670 I WifiService: getConfiguredNetworks uid=1000
07-23 10:22:37.222 2501 2670 I WifiService: getConfiguredNetworks uid=1000
07-23 10:22:37.225 2753 2753 D WifiSettings: onAccessPointChanged (singular) callback initiated
07-23 10:22:37.225 2753 2753 I chatty : uid=1000(system) com.android.settings identical 5 lines
07-23 10:22:37.225 2753 2753 D WifiSettings: onAccessPointChanged (singular) callback initiated
07-23 10:22:37.225 2753 2753 D WifiSettings: onAccessPointsChanged (WifiTracker) callback initiated
07-23 10:22:37.225 2501 2670 I WifiService: getWifiEnabledState uid=1000
07-23 10:22:37.527 2501 2670 I WifiService: getWifiEnabledState uid=1000
07-23 10:22:37.528 2501 2670 I WifiService: getConfiguredNetworks uid=1000
07-23 10:22:37.530 2501 2670 I WifiService: getPasspointConfigurations uid=1000
Does this mean Android is filtering out some SSID from the native scan results? Just a guess…
Any other inputs?
Thanks