Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4633932a authored by vandwalle's avatar vandwalle Committed by Android (Google) Code Review
Browse files

Merge "show frequency within debug settings"

parents 9a960c1c 8d9a055f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -530,6 +530,9 @@ class AccessPoint extends Preference {
        if (WifiSettings.mVerboseLogging > 0) {
            //add RSSI/band information for this config, what was seen up to 6 seconds ago
            //verbose WiFi Logging is only turned on thru developers settings
            if (mInfo != null && mState != null) { // This is the active connection
                summary.append(" (f=" + Integer.toString(mInfo.getFrequency()) + ")");
            }
            summary.append(" " + getVisibilityStatus());
            if (mConfig != null && mConfig.autoJoinStatus > 0) {
                summary.append(" (" + mConfig.autoJoinStatus);