Searched refs:WPRINT_WHD_INFO (Results 1 – 10 of 10) sorted by relevance
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_buffer_api.c | 72 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_host_buffer_get() 102 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_buffer_release() 128 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_buffer_get_current_piece_data_pointer() 155 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_buffer_get_current_piece_size() 181 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_buffer_set_size() 215 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_buffer_add_remove_at_front()
|
D | whd_management.c | 145 WPRINT_WHD_INFO( ("Stack size is less than minimum stack size required.\n") ); in whd_init() 247 WPRINT_WHD_INFO( ("Could not initialize bus\n") ); in whd_management_wifi_platform_init() 304 WPRINT_WHD_INFO( ("Could not initialize wifi platform\n") ); in whd_wifi_on() 325 WPRINT_WHD_INFO( ("Shared bus for bt is fail\n") ); in whd_wifi_on() 332 WPRINT_WHD_INFO( ("Get FW Capabilities Fail\n") ); in whd_wifi_on()
|
D | whd_network_if.c | 81 WPRINT_WHD_INFO( ("Function pointers not provided .\n") ); in whd_network_process_ethernet_data()
|
D | whd_ap.c | 371 WPRINT_WHD_INFO ( (" Get STA MAC address failed result=%" PRIu32 "\n", result) ); in whd_wifi_init_ap() 376 WPRINT_WHD_INFO ( (" Get STA MAC address success\n") ); in whd_wifi_init_ap() 382 WPRINT_WHD_INFO ( (" Set AP MAC address failed result=%" PRIu32 "\n", result) ); in whd_wifi_init_ap()
|
D | whd_wifi.c | 93 WPRINT_WHD_INFO( (" STA MAC address : %02x:%02x:%02x:%02x:%02x:%02x \n" in whd_wifi_set_mac_address()
|
D | whd_events.c | 621 WPRINT_WHD_INFO( ("Event handler not registered \n") ); in whd_wifi_deregister_event_handler() 651 WPRINT_WHD_INFO( ("Error handler not registered \n") ); in whd_wifi_deregister_error_handler()
|
D | whd_wifi_api.c | 355 WPRINT_WHD_INFO( ("whd_wifi_set_up: already up.\n") ); in whd_wifi_set_up() 404 WPRINT_WHD_INFO( ("whd_wifi_set_down: already down.\n") ); in whd_wifi_set_down() 979 WPRINT_WHD_INFO( ("CSA event => chan %d\n", (dtoh16(wl_csa->chspec) & 0xff) ) ); in whd_wifi_join_events_handler() 1461 WPRINT_WHD_INFO( ("Failed join (err %" PRIu32 ")\n", result) ); in whd_wifi_active_join_deinit() 1501 …WPRINT_WHD_INFO( ("%s: not ready to transceive (err %" PRIu32 "); left network\n", __func__, resul… in whd_wifi_join_wait_for_complete() 1664 … WPRINT_WHD_INFO( ("%s: set_ssid result (err %" PRIu32 "); left network\n", __func__, result) ); in whd_wifi_join_specific() 1708 …WPRINT_WHD_INFO( ("%s:3 not ready to transceive (err %" PRIu32 "); left network\n", __func__, resu… in whd_wifi_join_specific() 1713 WPRINT_WHD_INFO( ("%s: active join init failed: (%" PRIu32 ")\n", __FUNCTION__, result) ); in whd_wifi_join_specific() 2411 WPRINT_WHD_INFO( ("Failed scan \n") ); in whd_wifi_scan_synch() 2425 WPRINT_WHD_INFO( ("Failed join (err %" PRIu32 ")\n", result) ); in whd_wifi_scan_synch() [all …]
|
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
D | whd_bus_m2m_protocol.c | 134 WPRINT_WHD_INFO( ("m2m_attach\n") ); in whd_bus_m2m_attach() 430 WPRINT_WHD_INFO( ("bus_m2m_wakeup\n") ); in whd_bus_m2m_wakeup() 436 WPRINT_WHD_INFO( ("bus_m2m_sleep\n") ); in whd_bus_m2m_sleep() 498 WPRINT_WHD_INFO( ("M2M interrupt enable\n") ); in whd_bus_m2m_irq_enable() 504 WPRINT_WHD_INFO( ("M2M interrupt disable\n") ); in whd_bus_m2m_irq_enable() 514 WPRINT_WHD_INFO( ("Reset wlan core..\n") ); in m2m_bus_write_wifi_firmware_image() 535 WPRINT_WHD_INFO( ("Release WLAN core..\n") ); in boot_wlan()
|
D | whd_bus_sdio_protocol.c | 470 WPRINT_WHD_INFO( ("WLAN FW download size: %" PRIu32 " bytes\n", wifi_firmware_image_size) ); in whd_bus_sdio_init() 471 WPRINT_WHD_INFO( ("WLAN FW download time: %" PRIu32 " ms\n", elapsed_time) ); in whd_bus_sdio_init() 1015 WPRINT_WHD_INFO( ("User aborted fw download\n") ); in whd_bus_sdio_download_firmware() 1404 WPRINT_WHD_INFO( ("whd_bus_reinit Completed \n") ); in whd_bus_sdio_reinit_stats()
|
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_debug.h | 82 #define WPRINT_WHD_INFO(args) WPRINT_MACRO(args) macro 84 #define WPRINT_WHD_INFO(args)
|