Home
last modified time | relevance | path

Searched refs:wifi_io_d (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-sdio.c494 wifi_io_d("cmdresp->command = (0x%x)", cmdresp->command); in wlan_handle_cmd_resp_packet()
511wifi_io_d("cmdresp->command = (0x%x) last_cmd_sent = (0x%x)", cmdresp->command, last_cmd_sent); in wlan_handle_cmd_resp_packet()
516 wifi_io_d("cmdresp->result = (0x%x)", cmdresp->result); in wlan_handle_cmd_resp_packet()
519 wifi_io_d("Resp : (0x%x)", cmdtype); in wlan_handle_cmd_resp_packet()
572 wifi_io_d("Unimplemented Resp : (0x%x)", cmdtype); in wlan_handle_cmd_resp_packet()
599 wifi_io_d(" --- Rx: Cmd Response ---"); in wlan_decode_rx_packet()
603 wifi_io_d(" --- Rx: EVENT Response ---"); in wlan_decode_rx_packet()
1330 wifi_io_d("FWCMD : INIT (0xa9)"); in wlan_fw_init_cfg()
1343 wifi_io_d("CMD : LOW_POWER_MODE (0x128)"); in wlan_fw_init_cfg()
1357 wifi_io_d("CMD : SET_CAL_DATA (0x8f)"); in wlan_fw_init_cfg()
[all …]
Dwifi-imu.c427 wifi_io_d("cmdresp->command = (0x%x)", cmdresp->command); in wlan_handle_cmd_resp_packet()
442wifi_io_d("cmdresp->command = (0x%x) last_cmd_sent = (0x%x)", cmdresp->command, last_cmd_sent); in wlan_handle_cmd_resp_packet()
447 wifi_io_d("cmdresp->result = (0x%x)", cmdresp->result); in wlan_handle_cmd_resp_packet()
450 wifi_io_d("Resp : (0x%x)", cmdtype); in wlan_handle_cmd_resp_packet()
512 wifi_io_d("Unimplemented Resp : (0x%x)", cmdtype); in wlan_handle_cmd_resp_packet()
539 wifi_io_d(" --- Rx: Cmd Response ---"); in wlan_decode_rx_packet()
552 wifi_io_d(" --- Rx: EVENT Response ---"); in wlan_decode_rx_packet()
1603 wifi_io_d("%u IMU download WLAN FW.\n", OSA_TicksGet()); in imu_wifi_init()
1621 wifi_io_d("%u WLAN FW is active.\n", OSA_TicksGet()); in imu_wifi_init()
Dwifi-imu.h25 #define wifi_io_d(...) wmlog("wifi_io", ##__VA_ARGS__) macro
27 #define wifi_io_d(...) macro
Dwifi-sdio.h21 #define wifi_io_d(...) wmlog("wifi_io", ##__VA_ARGS__) macro
23 #define wifi_io_d(...) macro