Home
last modified time | relevance | path

Searched refs:whd_wifi_read_wlan_log_unsafe (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_chip.c445 whd_result_t whd_wifi_read_wlan_log_unsafe(whd_driver_t whd_driver, uint32_t wlan_shared_address, c… in whd_wifi_read_wlan_log_unsafe() function
852 return whd_wifi_read_wlan_log_unsafe(whd_driver, ( (GET_C_VAR(whd_driver, CHIP_RAM_SIZE) + in whd_wifi_read_wlan_log()
862 result = whd_wifi_read_wlan_log_unsafe(whd_driver, ( (GET_C_VAR(whd_driver, CHIP_RAM_SIZE) + in whd_wifi_read_wlan_log()
884 … result = whd_wifi_read_wlan_log_unsafe(whd_driver, wlan_shared_address, buffer, buffer_size); in whd_wifi_read_wlan_log()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_chip.h394 extern whd_result_t whd_wifi_read_wlan_log_unsafe(whd_driver_t whd_driver, uint32_t wlan_shared_add…