Searched defs:mInterfacePrefix (Results 1 - 1 of 1) sorted by relevance

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

Completed in 35 milliseconds