Home
last modified time | relevance | path

Searched refs:scan_id (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifilogger_event_defs.h245 u32 scan_id; member
254 u32 scan_id; member
275 u32 scan_id; member
285 u32 scan_id; member
Dgscan.cpp1092 "for scan_id:%d", __FUNCTION__, results[(*num)-1].scan_id); in wifi_get_cached_gscan_results()
1416 cached_results[i].scan_id = in gscan_get_cached_results()
1458 cached_results[i].scan_id) { in gscan_get_cached_results()
1465 cached_results[i].scan_id, j, numScanResults); in gscan_get_cached_results()
1467 cached_results[i].scan_id; in gscan_get_cached_results()
1477 cached_results[i].scan_id, j, numScanResults); in gscan_get_cached_results()
1481 cached_results[i].scan_id); in gscan_get_cached_results()
2256 cached_results[i].scan_id = cachedResultRsp->scan_id; in copyCachedScanResults()
Dwifilogger_diag.cpp459 (u8 *)&pExtScanCycleStarted->scan_id, pTlv); in process_extscan_event()
482 (u8 *)&pExtScanCycleCompleted->scan_id, pTlv); in process_extscan_event()
689 sizeof(pRoamScanStarted->scan_id), in process_roam_event()
690 (u8 *)&pRoamScanStarted->scan_id, pTlv); in process_roam_event()
691 tot_len += sizeof(tlv_log) + sizeof(pRoamScanStarted->scan_id); in process_roam_event()
717 sizeof(pRoamScanComplete->scan_id), in process_roam_event()
718 (u8 *)&pRoamScanComplete->scan_id, pTlv); in process_roam_event()
719 tot_len += sizeof(tlv_log) + sizeof(pRoamScanComplete->scan_id); in process_roam_event()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifilogger_event_defs.h249 u32 scan_id; member
258 u32 scan_id; member
279 u32 scan_id; member
289 u32 scan_id; member
Dgscan.cpp1127 "for scan_id:%d", __FUNCTION__, results[(*num)-1].scan_id); in wifi_get_cached_gscan_results()
1453 cached_results[i].scan_id = in gscan_get_cached_results()
1495 cached_results[i].scan_id) { in gscan_get_cached_results()
1502 cached_results[i].scan_id, j, numScanResults); in gscan_get_cached_results()
1504 cached_results[i].scan_id; in gscan_get_cached_results()
1514 cached_results[i].scan_id, j, numScanResults); in gscan_get_cached_results()
1518 cached_results[i].scan_id); in gscan_get_cached_results()
2307 cached_results[i].scan_id = cachedResultRsp->scan_id; in copyCachedScanResults()
Dwifilogger_diag.cpp461 (u8 *)&pExtScanCycleStarted->scan_id, pTlv); in process_extscan_event()
484 (u8 *)&pExtScanCycleCompleted->scan_id, pTlv); in process_extscan_event()
691 sizeof(pRoamScanStarted->scan_id), in process_roam_event()
692 (u8 *)&pRoamScanStarted->scan_id, pTlv); in process_roam_event()
693 tot_len += sizeof(tlv_log) + sizeof(pRoamScanStarted->scan_id); in process_roam_event()
719 sizeof(pRoamScanComplete->scan_id), in process_roam_event()
720 (u8 *)&pRoamScanComplete->scan_id, pTlv); in process_roam_event()
721 tot_len += sizeof(tlv_log) + sizeof(pRoamScanComplete->scan_id); in process_roam_event()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h215 int scan_id; // a unique identifier for the scan unit member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp924 int scan_id = 0, flags = 0, num = 0, scan_ch_bucket_mask = 0; in handleResponse() local
927 scan_id = it2.get_u32(); in handleResponse()
928 ALOGV("retrieved scan_id : 0x%0x", scan_id); in handleResponse()
958 mScans[mRetrieved].scan_id = scan_id; in handleResponse()
962 ALOGV("Setting result of scan_id : 0x%0x", mScans[mRetrieved].scan_id); in handleResponse()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dgscan.cpp919 int scan_id = 0, flags = 0, num = 0, scan_ch_bucket_mask = 0; in handleResponse() local
922 scan_id = it2.get_u32(); in handleResponse()
923 ALOGV("retrieved scan_id : 0x%0x", scan_id); in handleResponse()
953 mScans[mRetrieved].scan_id = scan_id; in handleResponse()
957 ALOGV("Setting result of scan_id : 0x%0x", mScans[mRetrieved].scan_id); in handleResponse()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1184 results[i].scan_id, results[i].buckets_scanned, results[i].flags, in retrieveScanResults()