Merge "WifiConfiguration: show more detail in toString()" into mm-wireless-dev

am: 7516adbd6d

* commit '7516adbd6d8584aff957ff722dd20543c25c6897':
  WifiConfiguration: show more detail in toString()
This commit is contained in:
mukesh agrawal
2016-03-03 21:22:43 +00:00
committed by android-build-merger

View File

@@ -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');