HomeSort by relevance Sort by last modified time
    Searched defs:scanResult (Results 1 - 10 of 10) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 292 scan_mngrResultStatus_e scanResult;
300 scanResult = scanMngr_startImmediateScan (pRoamingMngr->hScanMngr, TI_TRUE);
304 scanResult = scanMngr_startImmediateScan (pRoamingMngr->hScanMngr, TI_FALSE);
307 if (scanResult != SCAN_MRS_SCAN_RUNNING)
309 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smInvokeScan, scanResult = %d\n", scanResult);
310 roamingMngr_immediateScanComplete(pRoamingMngr, scanResult);
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.c 292 scan_mngrResultStatus_e scanResult;
300 scanResult = scanMngr_startImmediateScan (pRoamingMngr->hScanMngr, TI_TRUE);
304 scanResult = scanMngr_startImmediateScan (pRoamingMngr->hScanMngr, TI_FALSE);
307 if (scanResult != SCAN_MRS_SCAN_RUNNING)
309 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smInvokeScan, scanResult = %d\n", scanResult);
310 roamingMngr_immediateScanComplete(pRoamingMngr, scanResult);
  /frameworks/base/libs/utils/
Asset.cpp 166 bool scanResult;
191 scanResult = ZipUtils::examineGzip(fp, &method, &uncompressedLen,
195 if (!scanResult) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 117 scan_cncnResultStatus_e scanResult[ SCAN_SCC_NUM_OF_CLIENTS ]; /**<
  /build/tools/zipalign/
ZipFile.cpp 464 bool scanResult;
468 scanResult = ZipUtils::examineGzip(inputFp, &method, &uncompressedLen,
470 if (!scanResult || method != ZipEntry::kCompressDeflated) {
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 464 bool scanResult;
468 scanResult = ZipUtils::examineGzip(inputFp, &method, &uncompressedLen,
470 if (!scanResult || method != ZipEntry::kCompressDeflated) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 20 import android.net.wifi.ScanResult;
266 List<ScanResult> list = mWifiManager.getScanResults();
271 final ScanResult scanResult = list.get(i);
273 if (scanResult == null) {
277 if (TextUtils.isEmpty(scanResult.SSID)) {
281 scanList.append(scanResult.SSID+" ");
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 206 private List<ScanResult> mScanResults;
401 mScanResults = new ArrayList<ScanResult>();
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 46 import android.net.wifi.ScanResult;
199 private final LinkedHashMap<String, ScanResult> mScanResultCache;
249 mScanResultCache = new LinkedHashMap<String, ScanResult>(
    [all...]

Completed in 711 milliseconds