Bug in Scan Results of available networks
On the diagnostic page, Eduroam is not found in scan network functions. With Android 11, The SSID name has been updated.
Old way:
String ssid = "\"eduroam\"";
New way:
String ssid = "eduroam";
We need to update all pages, where we check SSID names.