Merge "WifiConfiguration: show more detail in toString()" into mm-wireless-dev
This commit is contained in:
committed by
Android Partner Code Review
commit
7516adbd6d
@@ -1356,6 +1356,7 @@ public class WifiConfiguration implements Parcelable {
|
||||
append(" PROVIDER-NAME: ").append(this.providerFriendlyName).
|
||||
append(" BSSID: ").append(this.BSSID).append(" FQDN: ").append(this.FQDN)
|
||||
.append(" PRIO: ").append(this.priority)
|
||||
.append(" HIDDEN: ").append(this.hiddenSSID)
|
||||
.append('\n');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user