Searched refs:max_ap_cache_per_scan (Results 1 – 10 of 10) sorted by relevance
418 __FUNCTION__, mCapa->gscan_capa.max_ap_cache_per_scan, in handleResponse()469 mCapa->gscan_capa.max_ap_cache_per_scan = nla_get_u32(tbVendor[ in wifiParseCapabilities()
158 gscan_cap.max_ap_cache_per_scan = in process_log_extscan_capabilities()
42 int max_ap_cache_per_scan; // maximum number of APs that can be stored per scan member
136 capabilities.max_ap_cache_per_scan = MAX_APS_PER_SCAN; in getScanCapabilities()
1521 mBackgroundScheduler.setMaxApPerScan(capabilities.max_ap_cache_per_scan); in processMessage()
2974 public int max_ap_cache_per_scan;
856 out.max_ap_cache_per_scan = cap.maxApCachePerScan; in getBgScanCapabilities()
593 hidl_caps->maxApCachePerScan = legacy_caps.max_ap_cache_per_scan; in convertLegacyGscanCapabilitiesToHidl()
805 assertEquals(56, result.max_ap_cache_per_scan); in testGetBgScanCapabilities()
467 capabilities.max_ap_cache_per_scan = MAX_AP_PER_SCAN; in setupAndLoadDriver()