Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:handler

204     wifi_alert_handler handler;
207 handler.on_alert = info->on_alert;
210 if (handler.on_alert) {
211 handler.on_alert(0, alert_msg, strlen(alert_msg), reason_code);
476 wifi_firmware_memory_dump_handler handler)
527 /* copy the callback into callback handler */
531 handler.on_firmware_memory_dump;
549 wifi_ring_buffer_data_handler handler)
555 info->on_ring_buffer_data = handler.on_ring_buffer_data;
557 if (handler.on_ring_buffer_data == NULL) {
558 ALOGE("Set log handler is NULL");
578 wifi_alert_handler handler)
583 if (handler.on_alert == NULL) {
584 ALOGE("Set alert handler is NULL");
588 info->on_alert = handler.on_alert;
1149 /* After successful read, call the callback handler*/
1332 /* This function will be the main handler for incoming (from driver)
1334 * Calls the appropriate callback handler after parsing the vendor data.
1357 ALOGE("%s: Unable to register Vendor Handler Vendor Id=0x%x subcmd=%u",