Searched refs:ssid (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java166 String ssid = networks.get(i).SSID;
167 log("-- START Wi-Fi connection test to : " + ssid + " --");
172 log("-- END Wi-Fi connection test to " + ssid + " -- ");
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java47 * <accesspoint></accesspoint>. The supported configuration includes: ssid,
56 * <ssid>testnet</ssid>
65 * Note:ssid and security have to be the first two tags
105 boolean ssid = false;
130 if (tagName.equalsIgnoreCase("ssid")) {
131 ssid = true;
192 if (ssid) {
194 ssid = false;
H A DConnectivityManagerTestActivity.java574 String ssid = config.SSID;
575 config.SSID = convertToQuotedString(ssid);
595 if (sr.SSID.equals(ssid)) {
596 log("found " + ssid + " in the scan result list");
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java532 String ssid = config.SSID;
533 config.SSID = convertToQuotedString(ssid);
553 if (sr.SSID.equals(ssid)) {
554 Log.v(LOG_TAG, "Found " + ssid + " in the scan result list.");
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java270 * @param ssid of the wifi to connect to
273 public boolean setDeviceWifiAndAirplaneMode(String ssid) { argument
275 assertTrue(mConnectionUtil.connectToWifi(ssid));
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java1299 // bssid | frequency | level | flags | ssid
1322 String ssid;
1327 ssid = "";
1330 ssid = result[3];
1334 ssid = result[4];
1336 // Here, we must have 3 fields: no flags and ssid
1339 ssid = "";
1342 // bssid + ssid is the hash key
1343 String key = bssid + ssid;
1347 scanResult.SSID = ssid;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java731 // If we just connected, grab the inintial signal strength and ssid
778 String ssid = info.getSSID();
779 if (ssid != null) {
780 return ssid;

Completed in 114 milliseconds