Home
last modified time | relevance | path

Searched refs:whd_assert (Results 1 – 14 of 14) sorted by relevance

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_management.c342 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()
Dwhd_clm.c57 whd_assert("dload buffer too large", len < 0xffffffff - 8); in whd_download_wifi_clm_image()
Dwhd_thread.c138 whd_assert("Could not bring bus back up", 0 != 0); in whd_thread_send_one_packet()
Dwhd_ap.c107whd_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()
556whd_assert("start_ap: Failed to set multicast transmission rate\r\n", result == WHD_SUCCESS); in whd_wifi_init_ap()
Dwhd_wifi_api.c491 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()
1143whd_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()
1485whd_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()
Dwhd_chip.c747 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/
Dwhd_ap.h52whd_assert("Buffer alloc failed\n", 0 == 1); \
59 whd_assert("Command failed\n", 0 == 1); \
Dwhd_debug.h53 #define whd_assert(error_string, assertion) do { if (!(assertion) ){ WHD_TRIGGER_BREAKPOINT(); } } … macro
57 #define whd_assert(error_string, \
Dwhd_thread_internal.h38 whd_assert("Could not bring bus up", (verify_result == WHD_SUCCESS) ); \
Dwhd_types_int.h109 whd_assert("Command failed\n", check_res == WHD_SUCCESS); \
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_sdio_protocol.c251 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()
274whd_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()
931whd_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()
Dwhd_bus_spi_protocol.c467 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()
825whd_assert("Could not get whd sleep semaphore\n", (result == CY_RSLT_SUCCESS) || (result == CY_RTO… in whd_bus_spi_wait_for_wlan_event()
Dwhd_bus_common.c278 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/
Dwhd_resources.c171 whd_assert("Request firmware in a no wifi firmware application", 0 == 1); in host_platform_resource_size()