Merge "WifiConfiguration: show more detail in toString()" into mm-wireless-dev am: 7516adbd6d
am: d4ef42f0e5
* commit 'd4ef42f0e5eb1862850dc75a7004aaa421fedfa8':
WifiConfiguration: show more detail in toString()
This commit is contained in:
@@ -1357,6 +1357,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