Searched refs:mWifiSsid (Results 1 – 1 of 1) sorted by relevance
42 protected String mWifiSsid = null; field in WifiCheck64 if (mWifiSsid == null) { // no connection to create, check for existing connectivity in run()72 CLog.i("Attempting connection to \"%s\"", mWifiSsid); in run()73 if (!device.connectToWifiNetwork(mWifiSsid, mWifiPsk)) { // attempt connection in run()77 mWifiSsid); in run()