WifiCommandUtil.ScanResult

public static class WifiCommandUtil.ScanResult
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.WifiCommandUtil.ScanResult


Represents a wifi network containing its related info.

Summary

Public constructors

ScanResult()

Public methods

String getInfo(String infoKey)

Returns the wifi network information related to the key

String toString()

Public constructors

ScanResult

public ScanResult ()

Public methods

getInfo

public String getInfo (String infoKey)

Returns the wifi network information related to the key

Parameters
infoKey String

Returns
String

toString

public String toString ()

Returns
String