Home
last modified time | relevance | path

Searched refs:mInterfacePrefix (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java139 private final String mInterfacePrefix; field in WifiNative
154 mInterfacePrefix = "IFNAME=" + interfaceName + " "; in WifiNative()
156 mInterfacePrefix = ""; in WifiNative()
222 localLog(mInterfacePrefix + "connectToSupplicant"); in connectToSupplicant()
230 localLog(mInterfacePrefix + "closeSupplicantConnection"); in closeSupplicantConnection()
258 String toLog = mInterfacePrefix + command; in doBooleanCommand()
259 boolean result = doBooleanCommandNative(mInterfacePrefix + command); in doBooleanCommand()
269 boolean result = doBooleanCommandNative(mInterfacePrefix + command); in doBooleanCommandWithoutLogging()
278 String toLog = mInterfacePrefix + command; in doIntCommand()
279 int result = doIntCommandNative(mInterfacePrefix + command); in doIntCommand()
[all …]