Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_events.c190 whd_result_t whd_set_error_handler_locally(whd_driver_t whd_driver, const uint8_t *error_nums, in whd_set_error_handler_locally() function
584 res = whd_set_error_handler_locally(whd_driver, error_nums, handler_func, handler_user_data, in whd_wifi_set_error_handler()
Dwhd_thread.c343 whd_set_error_handler_locally(whd_driver, &error_type, NULL, NULL, NULL); in whd_thread_func()
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_events_int.h418 extern whd_result_t whd_set_error_handler_locally(whd_driver_t whd_driver, const uint8_t *error_num…
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_sdio_protocol.c622 whd_set_error_handler_locally(whd_driver, &error_type, NULL, NULL, NULL); in whd_bus_sdio_packet_available_to_read()