Home
last modified time | relevance | path

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

/hal_infineon-latest/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() argument
205 if (events & *error_nums) in whd_set_error_handler_locally()
217 handler_func(whd_driver, error_nums, NULL, handler_user_data); in whd_set_error_handler_locally()
237 error_info->whd_event_list[entry].events = *error_nums; in whd_set_error_handler_locally()
558 whd_result_t whd_wifi_set_error_handler(whd_interface_t ifp, const uint8_t *error_nums, in whd_wifi_set_error_handler() argument
570 if (!error_nums || !error_index) in whd_wifi_set_error_handler()
584 res = whd_set_error_handler_locally(whd_driver, error_nums, handler_func, handler_user_data, in whd_wifi_set_error_handler()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_events.h249 uint32_t whd_wifi_set_error_handler(whd_interface_t ifp, const uint8_t *error_nums, whd_error_handl…
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_events_int.h418 …tern whd_result_t whd_set_error_handler_locally(whd_driver_t whd_driver, const uint8_t *error_nums,