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

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 32 int opportunistic; member in struct:rsn_pmksa_cache_entry
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 36 int opportunistic; member in struct:rsn_pmksa_cache_entry
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java 44 boolean opportunistic; field in class:AppScanStats.LastScan
50 boolean opportunistic, boolean background) {
53 this.opportunistic = opportunistic;
103 scan.opportunistic = settings.getScanMode() == ScanSettings.SCAN_MODE_OPPORTUNISTIC;
210 if (lastScan.opportunistic) sb.append(" (Opportunistic)");
212 if (lastScan.timeout) sb.append(" (Forced-Opportunistic)");
237 if (scan.opportunistic) sb.append("Opp ");

Completed in 1295 milliseconds