Searched refs:whd_assert (Results 1 – 14 of 14) sorted by relevance
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_management.c | 342 whd_assert("Could not get buffer for IOVAR", 0 != 0); in whd_wifi_on() 358 whd_assert("Could not get buffer for IOVAR", 0 != 0); in whd_wifi_on() 389 whd_assert("Could not get buffer for IOCTL", 0 != 0); in whd_wifi_on() 426 whd_assert("Could not get buffer for IOVAR", 0 != 0); in whd_wifi_on() 467 whd_assert("Could not get buffer for IOCTL", 0 != 0); in whd_wifi_on()
|
D | whd_clm.c | 57 whd_assert("dload buffer too large", len < 0xffffffff - 8); in whd_download_wifi_clm_image()
|
D | whd_thread.c | 138 whd_assert("Could not bring bus back up", 0 != 0); in whd_thread_send_one_packet()
|
D | whd_ap.c | 107 …whd_assert("set_block_ack_window_size: Failed to set block ack window size\r\n", retval == WHD_SUC… in whd_wifi_set_block_ack_window_size_common() 556 … whd_assert("start_ap: Failed to set multicast transmission rate\r\n", result == WHD_SUCCESS); in whd_wifi_init_ap()
|
D | whd_wifi_api.c | 491 whd_assert("Bad interface", 0 != 0); in whd_wifi_set_channel() 1122 whd_assert("Received event which was not registered\n", 0 != 0); in whd_wifi_join_events_handler() 1143 …whd_assert("Unexpected semaphore\n", whd_driver->internal_info.active_join_semaphore == semaphore); in whd_wifi_join_events_handler() 1315 whd_assert("whd_wifi_prepare_join: Unsupported security type\n", 0 != 0); in whd_wifi_prepare_join() 1436 whd_assert("Set join Event handler failed\n", retval == WHD_SUCCESS); in whd_wifi_prepare_join() 1485 … whd_assert("Get semaphore failed", (result == CY_RSLT_SUCCESS) || (result == CY_RTOS_TIMEOUT) ); in whd_wifi_join_wait_for_complete() 2418 whd_assert("Get semaphore failed", (result == CY_RSLT_SUCCESS) || (result == CY_RTOS_TIMEOUT) ); in whd_wifi_scan_synch() 2468 whd_assert("Bad args", callback != NULL); in whd_wifi_scan() 2614 whd_assert("Bad args", callback != NULL); in whd_wifi_external_auth_request() 3386 whd_assert("Bad Args", oui != NULL); in whd_wifi_manage_custom_ie()
|
D | whd_chip.c | 747 whd_assert("Could not get buffer for IOCTL", 0 != 0); in whd_wifi_set_custom_country_code()
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_ap.h | 52 … whd_assert("Buffer alloc failed\n", 0 == 1); \ 59 whd_assert("Command failed\n", 0 == 1); \
|
D | whd_debug.h | 53 #define whd_assert(error_string, assertion) do { if (!(assertion) ){ WHD_TRIGGER_BREAKPOINT(); } } … macro 57 #define whd_assert(error_string, \
|
D | whd_thread_internal.h | 38 whd_assert("Could not bring bus up", (verify_result == WHD_SUCCESS) ); \
|
D | whd_types_int.h | 109 whd_assert("Command failed\n", check_res == WHD_SUCCESS); \
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
D | whd_bus_sdio_protocol.c | 251 whd_assert("Error setting wlan sleep", (result == WHD_SUCCESS) || (result == WHD_PENDING) ); in whd_bus_sdio_wait_for_wlan_event() 264 whd_assert("Poking failed!", result == WHD_SUCCESS); in whd_bus_sdio_wait_for_wlan_event() 274 …whd_assert("Could not get whd sleep semaphore\n", (result == CY_RSLT_SUCCESS) || (result == CY_RTO… in whd_bus_sdio_wait_for_wlan_event() 720 whd_assert("Get buffer error", in whd_bus_sdio_read_frame() 732 whd_assert("Read-abort failed", result == WHD_SUCCESS); in whd_bus_sdio_read_frame() 931 … whd_assert("whd_bus_sdio_cmd53: data_size > 512 for byte mode", (data_size <= (uint16_t )512) ); in whd_bus_sdio_cmd53() 1021 whd_assert("Failed to load wifi firmware\n", result == WHD_SUCCESS); in whd_bus_sdio_download_firmware()
|
D | whd_bus_spi_protocol.c | 467 return_with_error: whd_assert("Error accessing backplane", 0 != 0); in whd_bus_spi_packet_available_to_read() 802 whd_assert("Error setting wlan sleep", (result == WHD_SUCCESS) || (result == WHD_PENDING) ); in whd_bus_spi_wait_for_wlan_event() 815 whd_assert("Poking failed!", result == WHD_SUCCESS); in whd_bus_spi_wait_for_wlan_event() 825 …whd_assert("Could not get whd sleep semaphore\n", (result == CY_RSLT_SUCCESS) || (result == CY_RTO… in whd_bus_spi_wait_for_wlan_event()
|
D | whd_bus_common.c | 278 whd_assert("In order to support deep-sleep platform need to implement this function", 0); in whd_bus_resume_after_deep_sleep()
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/ |
D | whd_resources.c | 171 whd_assert("Request firmware in a no wifi firmware application", 0 == 1); in host_platform_resource_size()
|