Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Drssi_monitor.cpp48 } rssi_monitor_event_handlers; typedef
52 info->rssi_handlers = (rssi_monitor_event_handlers *)malloc(sizeof( in initializeRSSIMonitorHandler()
53 rssi_monitor_event_handlers)); in initializeRSSIMonitorHandler()
55 memset(info->rssi_handlers, 0, sizeof(rssi_monitor_event_handlers)); in initializeRSSIMonitorHandler()
67 rssi_monitor_event_handlers* event_handlers; in cleanupRSSIMonitorHandler()
69 event_handlers = (rssi_monitor_event_handlers*) info->rssi_handlers; in cleanupRSSIMonitorHandler()
73 memset(event_handlers, 0, sizeof(rssi_monitor_event_handlers)); in cleanupRSSIMonitorHandler()
332 rssi_monitor_event_handlers* event_handlers; in wifi_stop_rssi_monitoring()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Drssi_monitor.cpp43 } rssi_monitor_event_handlers; typedef
47 info->rssi_handlers = (rssi_monitor_event_handlers *)malloc(sizeof( in initializeRSSIMonitorHandler()
48 rssi_monitor_event_handlers)); in initializeRSSIMonitorHandler()
50 memset(info->rssi_handlers, 0, sizeof(rssi_monitor_event_handlers)); in initializeRSSIMonitorHandler()
62 rssi_monitor_event_handlers* event_handlers; in cleanupRSSIMonitorHandler()
64 event_handlers = (rssi_monitor_event_handlers*) info->rssi_handlers; in cleanupRSSIMonitorHandler()
68 memset(event_handlers, 0, sizeof(rssi_monitor_event_handlers)); in cleanupRSSIMonitorHandler()
325 rssi_monitor_event_handlers* event_handlers; in wifi_stop_rssi_monitoring()