Searched refs:rssi_monitor_event_handlers (Results 1 – 1 of 1) sorted by relevance
43 } rssi_monitor_event_handlers; typedef47 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()