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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWatchdogStateMachine.java448 private static String wifiInfoToStr(WifiInfo wifiInfo) { argument
449 if (wifiInfo == null)
451 return "(" + wifiInfo.getSSID() + ", " + wifiInfo.getBSSID() + ")";
618 WifiInfo wifiInfo = (WifiInfo)
620 if (wifiInfo == null) {
625 if (wifiInfo.getSSID() == null || wifiInfo.getBSSID() == null) {
626 loge("Received wifiInfo object with null elts: "
627 + wifiInfoToStr(wifiInfo));
663 initConnection(WifiInfo wifiInfo) argument
[all...]

Completed in 49 milliseconds