Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.cpp128 wifi_ring_buffer_entry *pRingBufferEntry; in process_log_extscan_capabilities() local
137 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_log_extscan_capabilities()
138 memset(pRingBufferEntry, 0, SCAN_CAP_ENTRY_SIZE); in process_log_extscan_capabilities()
140 (pRingBufferEntry + 1); in process_log_extscan_capabilities()
216 status = update_connectivity_ring_buf(info, pRingBufferEntry, tot_len); in process_log_extscan_capabilities()
227 wifi_ring_buffer_entry *pRingBufferEntry; in process_bt_coex_scan_event() local
233 pRingBufferEntry = (wifi_ring_buffer_entry *)&out_buf[0]; in process_bt_coex_scan_event()
234 memset(pRingBufferEntry, 0, RING_BUF_ENTRY_SIZE); in process_bt_coex_scan_event()
236 (pRingBufferEntry + 1); in process_bt_coex_scan_event()
269 status = update_connectivity_ring_buf(info, pRingBufferEntry, tot_len); in process_bt_coex_scan_event()
[all …]