Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 25 of 86) sorted by relevance

1234

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c100 (void)PRINTF("no networks found\r\n"); in __scan_cb()
104 (void)PRINTF("%d network%s found:\r\n", count, count == 1U ? "" : "s"); in __scan_cb()
111 (void)PRINTF("Error: can't get scan res %d\r\n", i); in __scan_cb()
119 (void)PRINTF(" \"%s\" %s\r\n", res.ssid, print_role(res.role)); in __scan_cb()
123 (void)PRINTF(" (hidden) %s\r\n", print_role(res.role)); in __scan_cb()
125 (void)PRINTF("\tmode: "); in __scan_cb()
130 (void)PRINTF("802.11AX "); in __scan_cb()
136 (void)PRINTF("802.11AC "); in __scan_cb()
142 (void)PRINTF("802.11N "); in __scan_cb()
148 (void)PRINTF("802.11BG "); in __scan_cb()
[all …]
Dwlan_enhanced_tests.c32 (void)PRINTF("Usage:\r\n"); in dump_wlan_uap_get_pmfcfg_usage()
33 (void)PRINTF("wlan-uap-get-pmfcfg \r\n"); in dump_wlan_uap_get_pmfcfg_usage()
51 … (void)PRINTF("Uap Management Frame Protection Capability: %s\r\n", mfpc == 1 ? "Yes" : "No"); in wlan_uap_pmfcfg_get()
53 … (void)PRINTF("Uap Management Frame Protection: %s\r\n", mfpr == 1 ? "Required" : "Optional"); in wlan_uap_pmfcfg_get()
57 (void)PRINTF("Uap PMF configuration read failed\r\n"); in wlan_uap_pmfcfg_get()
65 (void)PRINTF("Usage:\r\n"); in dump_wlan_get_pmfcfg_usage()
66 (void)PRINTF("wlan-get-pmfcfg \r\n"); in dump_wlan_get_pmfcfg_usage()
83 (void)PRINTF("Management Frame Protection Capability: %s\r\n", mfpc == 1U ? "Yes" : "No"); in wlan_pmfcfg_get()
86 … (void)PRINTF("Management Frame Protection: %s\r\n", mfpr == 1U ? "Required" : "Optional"); in wlan_pmfcfg_get()
91 (void)PRINTF("PMF configuration read failed\r\n"); in wlan_pmfcfg_get()
[all …]
Dwlan_test_mode_tests.c29 (void)PRINTF("Usage:\r\n"); in dump_wlan_set_rf_test_mode_usage()
30 (void)PRINTF("wlan-set-rf-test-mode \r\n"); in dump_wlan_set_rf_test_mode_usage()
31 (void)PRINTF("\r\n"); in dump_wlan_set_rf_test_mode_usage()
36 (void)PRINTF("RF Test Mode is not set\r\n"); in dump_wlan_set_rf_test_mode()
54 (void)PRINTF("RF Test Mode Set configuration successful\r\n"); in wlan_rf_test_mode_set()
58 (void)PRINTF("RF Test Mode Set configuration failed\r\n"); in wlan_rf_test_mode_set()
65 (void)PRINTF("Usage:\r\n"); in dump_wlan_unset_rf_test_mode_usage()
66 (void)PRINTF("wlan-unset-rf-test-mode \r\n"); in dump_wlan_unset_rf_test_mode_usage()
67 (void)PRINTF("\r\n"); in dump_wlan_unset_rf_test_mode_usage()
84 (void)PRINTF("RF Test Mode Unset configuration successful\r\n"); in wlan_rf_test_mode_unset()
[all …]
Dwlan_features.c26 (void)PRINTF("Enabled wlan IPv6 NS offload feature"); in test_wlan_ns_offload()
30 (void)PRINTF("Failed to enabled wlan auto arp offload, error: %d", ret); in test_wlan_ns_offload()
39 (void)PRINTF("Enabled wlan auto arp offload feature\r\n"); in test_wlan_auto_arp()
41 (void)PRINTF("Failed to enabled wlan auto arp offload, error: %d\r\n", ret); in test_wlan_auto_arp()
45 (void)PRINTF("Usage:\r\n"); in dump_wlan_add_packet_filter()
46 (void)PRINTF("For wowlan Add packet filter\r\n"); in dump_wlan_add_packet_filter()
47 (void)PRINTF("wowlan magic filter:\r\n"); in dump_wlan_add_packet_filter()
48 (void)PRINTF("wlan_add_packet_filter 1:\r\n"); in dump_wlan_add_packet_filter()
49 (void)PRINTF("wowlan User defined pattren packet filter:\r\n"); in dump_wlan_add_packet_filter()
50 …(void)PRINTF("wlan_add_packet_filter 0 <number of patterns> <ptn_len> <pkt_offset> <ptn> ........:… in dump_wlan_add_packet_filter()
[all …]
Dwlan_txpwrlimit_cfg.c115 (void)PRINTF("PKG_TYPE: QFN\r\n"); in wlan_set_rg_power_cfg()
116 (void)PRINTF("Set QFN tx power table data \r\n"); in wlan_set_rg_power_cfg()
120 (void)PRINTF("PKG_TYPE: BGA\r\n"); in wlan_set_rg_power_cfg()
121 (void)PRINTF("Set BGA tx power table data \r\n"); in wlan_set_rg_power_cfg()
125 (void)PRINTF("PKG_TYPE: CSP\r\n"); in wlan_set_rg_power_cfg()
126 (void)PRINTF("Set CSP tx power table data \r\n"); in wlan_set_rg_power_cfg()
131 (void)PRINTF("PKG_TYPE: UNKNOWN\r\n"); in wlan_set_rg_power_cfg()
132 (void)PRINTF("Set BGA tx power table data \r\n"); in wlan_set_rg_power_cfg()
133 (void)PRINTF("Can't get board type, we use bga data default \r\n"); in wlan_set_rg_power_cfg()
182 (void)PRINTF("Unable to set compressed TX power table configuration\r\n"); in wlan_set_rg_power_cfg()
[all …]
Dwlan_mcu_mem_access_cli.c23 (void)PRINTF("Input error!\r\n"); in test_mcu_mem_read()
24 (void)PRINTF("Usage:\r\n"); in test_mcu_mem_read()
25 (void)PRINTF(" mcu_mem_wirte <memory addr> [length]\r\n"); in test_mcu_mem_read()
26 (void)PRINTF(" <length> is dword length. Default is 1 and max is 16\r\n"); in test_mcu_mem_read()
34 (void)PRINTF("Read memory 0x%x ", addr); in test_mcu_mem_read()
38 (void)PRINTF("0x%x ", value); in test_mcu_mem_read()
40 (void)PRINTF("\r\n"); in test_mcu_mem_read()
50 (void)PRINTF("Invalid number of arguments!\r\n"); in test_mcu_mem_write()
51 (void)PRINTF("Usage:\r\n"); in test_mcu_mem_write()
52 (void)PRINTF(" mcu_mem_write <memory addr> <value>\r\n"); in test_mcu_mem_write()
[all …]
Dwlan_basic_cli.c29 (void)PRINTF("WLAN Version : %s\r\n", version_str); in test_wfa_wlan_version()
38 (void)PRINTF("WLAN Driver Version : %s\r\n", WLAN_DRV_VERSION); in test_wlan_version()
39 (void)PRINTF("WLAN Firmware Version : %s\r\n", version_str); in test_wlan_version()
49 (void)PRINTF("MAC address\r\n"); in test_wlan_get_mac_address()
56 (void)PRINTF("Error: unable to retrieve MAC address\r\n"); in test_wlan_get_mac_address()
60 …(void)PRINTF("STA MAC Address: %02X:%02X:%02X:%02X:%02X:%02X\r\n", sta_mac[0], sta_mac[1], sta_mac… in test_wlan_get_mac_address()
63 …(void)PRINTF("uAP MAC Address: %02X:%02X:%02X:%02X:%02X:%02X\r\n", uap_mac[0], uap_mac[1], uap_mac… in test_wlan_get_mac_address()
68 (void)PRINTF("P2P MAC address\r\n"); in test_wlan_get_mac_address()
70 (void)PRINTF("Error: unable to retrieve P2P MAC address\r\n"); in test_wlan_get_mac_address()
72 … (void)PRINTF("%02X:%02X:%02X:%02X:%02X:%02X\r\n", mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]); in test_wlan_get_mac_address()
Dwlan.c926 (void)PRINTF("Wakeup condition configure is not allowed when WIFI is disabled\r\n"); in wlan_send_host_sleep_int()
933 (void)PRINTF("Invalid wake_up_conds. Bit 5 is reserved.\r\n"); in wlan_send_host_sleep_int()
978 (void)PRINTF("No user configured MEF entries, use default ARP filters.\r\n"); in wlan_send_host_sleep_int()
1091 (void)PRINTF("PM: Failed to send msg to queue\r\n"); in wlan_hs_send_event()
1116 (void)PRINTF("Wakeup condition configure is not allowed when WIFI is disabled\r\n"); in wlan_wowlan_config()
1123 (void)PRINTF("Invalid wake_up_conds. Bit 5 is reserved.\r\n"); in wlan_wowlan_config()
1157 (void)PRINTF("No user configured MEF entries, use default ARP filters.\r\n"); in wlan_wowlan_config()
1261 PRINTF("Wlan not started, can't cancel host sleep\r\n"); in wlan_cancel_host_sleep()
2799 (void)PRINTF("skip re-scan when reset is in process\r\n"); in handle_scan_results()
3240 … (void)PRINTF("csi status report: enable and start csi on channel %d \r\n", pcsi_status->channel); in wlcm_process_csi_status_report()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-debug.c83 (void)PRINTF("[wifi] Assoc Status: %s\n\r", get_status_str(status)); in wifi_show_assoc_fail_reason()
88 (void)PRINTF("Assoc failed: Network not found.\n\r"); in wifi_show_assoc_fail_reason()
91 (void)PRINTF("(11n disabled ?)\n\r"); in wifi_show_assoc_fail_reason()
101 (void)PRINTF("%s: ", msg); in dump_mac_addr()
103 (void)PRINTF("mac: ", msg); in dump_mac_addr()
108 (void)PRINTF("%x", addr[i]); in dump_mac_addr()
110 (void)PRINTF(":"); in dump_mac_addr()
113 (void)PRINTF("\n\r"); in dump_mac_addr()
120 (void)PRINTF("Command ----- : %x\n\r", cmd->command); in dump_packet_header()
121 (void)PRINTF("Size -------- : %d\n\r", cmd->size); in dump_packet_header()
[all …]
Dwifi-sdio.c120 …(void)PRINTF("%s: txportno = %d mlan_adap->mp_wr_bitmap: %x\n\r", __func__, txportno, mlan_adap->m… in wifi_send_fw_data()
739 PRINTF("sdio mp cmd53 read failed: %d ioport=0x%x retry=%d\r\n", ret, port, i); in wlan_read_rcv_packet()
815 (void)PRINTF("wlan_read_rcv_packet: DUMP:"); in wlan_read_rcv_packet()
1578 (void)PRINTF("OUT_CMD"); in wlan_send_sdio_vdllcmd()
1603 (void)PRINTF("OUT_CMD"); in wlan_send_sdio_cmd()
1766 …(void)PRINTF("%s: txportno = %d mlan_adap->mp_wr_bitmap: %x\n\r", __func__, txportno, mlan_adap->m… in wlan_xmit_wmm_pkt()
1877 …(void)PRINTF("%s: txportno = %d mlan_adap->mp_wr_bitmap: %x\n\r", __func__, txportno, mlan_adap->m… in wlan_xmit_wmm_pkt()
2102 (void)PRINTF("INT : rd_bitmap=0x%x\n\r", rd_bitmap); in wlan_interrupt()
2104 (void)PRINTF("INT : wr_bitmap=0x%x\n\r", wr_bitmap); in wlan_interrupt()
2106 (void)PRINTF("INT : sdio_ireg = (0x%x)\r\n", sdio_ireg); in wlan_interrupt()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c151 PRINTF("Reg 0x%x: Val = 0x%x\r\n", i, *(uint32_t *)i); in BOARD_DumpRegs()
158 PRINTF("DUMP SIM_SEM_RTD:r\n"); in BOARD_DumpRTDRegs()
159PRINTF("* GPR0 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b00… in BOARD_DumpRTDRegs()
160PRINTF("* GPR1 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b00… in BOARD_DumpRTDRegs()
161PRINTF("* DGO_CTRL0 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b00… in BOARD_DumpRTDRegs()
162PRINTF("* DGO_CTRL1 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b00… in BOARD_DumpRTDRegs()
163PRINTF("* DGO_GP0 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b01… in BOARD_DumpRTDRegs()
164PRINTF("* DGO_GP1 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b01… in BOARD_DumpRTDRegs()
165PRINTF("* DGO_GP2 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b01… in BOARD_DumpRTDRegs()
166PRINTF("* DGO_GP3 = 0x%x\r\n", *((volatile uint32_t *)(0x2802b01… in BOARD_DumpRTDRegs()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/sm/porting/platform/imx95/ca55/
Dsm_platform.c88PRINTF("\nSCMI system notification: graceful=%u, state=0x%08X\n", graceful, systemState); in SM_Platform_Handler()
96 PRINTF("shutdown\r\n"); in SM_Platform_Handler()
101 PRINTF("reset"); in SM_Platform_Handler()
105 PRINTF("suspend"); in SM_Platform_Handler()
119 PRINTF("\nSCMI LMM notification: LM %u, flags=0x%08X\n", eventLm, notifyFlags); in SM_Platform_Handler()
130 PRINTF("\nSCMI BBM RTC notification: flags=0x%08X\n", flags); in SM_Platform_Handler()
139 PRINTF("\nSCMI BBM button notification: flags=0x%08X\n", flags); in SM_Platform_Handler()
149 PRINTF("\nSCMI sensor notification: sensor=%u, desc=0x%08X\n", sensorId, desc); in SM_Platform_Handler()
154 PRINTF("\nSCMI unknown notification: 0x%X, 0x%X\n", protocolId, messageId); in SM_Platform_Handler()
173 PRINTF("\nSCMI FuSa F-EENV notification: state=%u, mSel=%u\r\n", state, mSel); in SM_Platform_Handler()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/sm/porting/platform/imx95/cm7/
Dsm_platform.c103PRINTF("\nSCMI system notification: graceful=%u, state=0x%08X\n", graceful, systemState); in SM_Platform_Handler()
111 PRINTF("shutdown\r\n"); in SM_Platform_Handler()
116 PRINTF("reset"); in SM_Platform_Handler()
120 PRINTF("suspend"); in SM_Platform_Handler()
134 PRINTF("\nSCMI LMM notification: LM %u, flags=0x%08X\n", eventLm, notifyFlags); in SM_Platform_Handler()
145 PRINTF("\nSCMI BBM RTC notification: flags=0x%08X\n", flags); in SM_Platform_Handler()
154 PRINTF("\nSCMI BBM button notification: flags=0x%08X\n", flags); in SM_Platform_Handler()
164 PRINTF("\nSCMI sensor notification: sensor=%u, desc=0x%08X\n", sensorId, desc); in SM_Platform_Handler()
169 PRINTF("\nSCMI unknown notification: 0x%X, 0x%X\n", protocolId, messageId); in SM_Platform_Handler()
188 PRINTF("\nSCMI FuSa F-EENV notification: state=%u, mSel=%u\r\n", state, mSel); in SM_Platform_Handler()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/utilities/assert/
Dfsl_assert.c29 PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" \n", failedExpr, file, line); in __aeabi_assert()
31 (void)PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" \n", failedExpr, file, line); in __aeabi_assert()
48 (void)PRINTF("ASSERT ERROR \" %s \n", failedExpr); in __assertion_failed()
60 …(void)PRINTF("ASSERT ERROR \" %s \": file \"%s\" Line \"%d\" function name \"%s\" \n", failedExpr,… in __assert_func()
77 PRINTF("\r\nASSERT ERROR\r\n"); in __msl_assertion_failed()
78 PRINTF(" File : %s\r\n", file); in __msl_assertion_failed()
79 PRINTF(" Function : %s\r\n", func); /*compiler not support func name yet*/ in __msl_assertion_failed()
80 PRINTF(" Line : %u\r\n", (uint32_t)line); in __msl_assertion_failed()
81 PRINTF(" failedExpr: %s\r\n", failedExpr); in __msl_assertion_failed()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/
Dwmlog.h19 #ifndef PRINTF
20 #define PRINTF printk macro
24 #define wmlog_e(_mod_name_, _fmt_, ...) (void)PRINTF("[%s]%s" _fmt_ "\n\r", _mod_name_, " Error: ",…
30 #define wmlog_w(_mod_name_, _fmt_, ...) (void)PRINTF("[%s]%s" _fmt_ "\n\r", _mod_name_, " Warn: ", …
37 #define wmlog(_mod_name_, _fmt_, ...) (void)PRINTF("[%s] " _fmt_ "\n\r", _mod_name_, ##__VA_ARGS__)
40 #define wmlog_entry(_fmt_, ...) (void)PRINTF("> %s (" _fmt_ ")\n\r", __func__, ##__VA_ARGS__)
43 #define wmlog_exit(_fmt_, ...) (void)PRINTF("< %s" _fmt_ "\n\r", __func__, ##__VA_ARGS__)
Dwm_utils.h25 #ifndef PRINTF
26 #define PRINTF printk macro
213 (void)PRINTF("**** Dump @ %p Len: %d ****\n\r", data, len); in dump_hex()
219 (void)PRINTF("%02x ", data8[i++]); in dump_hex()
222 (void)PRINTF("\n\r"); in dump_hex()
226 (void)PRINTF("\n\r******** End Dump *******\n\r"); in dump_hex()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wps/
Dwifi_nxp_wps.h80 #define ENTER() PRINTF("Enter: %s : %i\r\n", __FUNCTION__, __LINE__)
86 #define LEAVE() PRINTF("Leave: %s : %i\r\n", __FUNCTION__, __LINE__)
113 PRINTF("[wps] %s - hexdump(len=%lu):\r\n", title, (unsigned long)len); in wps_hexdump()
118 PRINTF("%02x ", offset[j]); in wps_hexdump()
119 PRINTF("\r\n"); in wps_hexdump()
124 PRINTF("%02x ", offset[j]); in wps_hexdump()
125 PRINTF("\r\n"); in wps_hexdump()
/hal_nxp-latest/mcux/mcux-sdk/components/panic/
Dfsl_component_panic.c73 (void)PRINTF("System Panic happen:\r\n"); in panic()
74 (void)PRINTF("Panic id: 0x%x\r\n", id); in panic()
75 (void)PRINTF("Panic location: 0x%x\r\n", location); in panic()
76 (void)PRINTF("Panic extra1: 0x%x\r\n", extra1); in panic()
77 (void)PRINTF("Panic extra2: 0x%x\r\n", extra2); in panic()
78 (void)PRINTF("Panic linkRegister: 0x%x\r\n", panic_data.linkRegister); in panic()
/hal_nxp-latest/mcux/mcux-sdk/components/edgefast_wifi/source/
Dwpl_nxp.c80 PRINTF("-------- wlan_event_callback %d --------\r\n", reason); in wlan_event_callback()
138 PRINTF("Client => "); in wlan_event_callback()
140 PRINTF("Associated with Soft AP\r\n"); in wlan_event_callback()
145 PRINTF("Client => "); in wlan_event_callback()
147 PRINTF("Dis-Associated from Soft AP\r\n"); in wlan_event_callback()
159 PRINTF("Unknown Wifi CB Reason %d\r\n", reason); in wlan_event_callback()
465 PRINTF("[!] Memory allocation failed\r\n"); in WLP_process_results()
479 PRINTF("%s\r\n", scan_result.ssid); in WLP_process_results()
480PRINTF(" BSSID : %02X:%02X:%02X:%02X:%02X:%02X\r\n", (unsigned int)scan_result.bssid[0… in WLP_process_results()
484 PRINTF(" RSSI : %ddBm\r\n", -(int)scan_result.rssi); in WLP_process_results()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dmipi_rx.c29 PRINTF("\r\n---------------------------------------------------------------------------\r\n"); in MIPIRX_DumpRegs()
30 PRINTF("\r\nMIPIRX Reg\r\n"); in MIPIRX_DumpRegs()
31 PRINTF(" "); in MIPIRX_DumpRegs()
34 PRINTF(" %02X", (int)j); in MIPIRX_DumpRegs()
37 PRINTF(" "); in MIPIRX_DumpRegs()
40 PRINTF("\r\n---------------------------------------------------------------------------\r\n"); in MIPIRX_DumpRegs()
44 PRINTF("[%3X] ", i); in MIPIRX_DumpRegs()
48 PRINTF(" %02X", value); in MIPIRX_DumpRegs()
51 PRINTF(" -"); in MIPIRX_DumpRegs()
54 PRINTF("\r\n"); in MIPIRX_DumpRegs()
[all …]
Dhdmi_tx.c81 PRINTF(" "); in DumpHDMITXReg()
84 PRINTF(" %02X", j); in DumpHDMITXReg()
87 PRINTF(" "); in DumpHDMITXReg()
90 PRINTF("\r\n -----------------------------------------------------\r\n"); in DumpHDMITXReg()
96 PRINTF("[%3X] ", i); in DumpHDMITXReg()
102 PRINTF(" %02X", (int)ucData); in DumpHDMITXReg()
106 PRINTF(" XX", (int)ucData); // for DDC FIFO in DumpHDMITXReg()
110 PRINTF(" -"); in DumpHDMITXReg()
113 PRINTF("\r\n"); in DumpHDMITXReg()
116 PRINTF(" -----------------------------------------------------\r\n"); in DumpHDMITXReg()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/
Dfwk_platform_mcuboot_ota.ch167 PRINTF("write magic number offset = 0x%x\r\n", off);
172 PRINTF("%s: failed to erase trailer2\r\n", __FUNCTION__);
179 PRINTF("%s: failed to write trailer2\r\n", __FUNCTION__);
184 PRINTF("%s: Wrote trailer at offset %08x %08x", __FUNCTION__, off, _PAGE_ADDR(off));
210 PRINTF("%s: failed to erase trailer2\r\n", __FUNCTION__);
217 PRINTF("%s: failed to write trailer2\r\n", __FUNCTION__);
240 PRINTF("%s: failed to read trailer\r\n", __FUNCTION__);
247 PRINTF("%s: no image awaiting confirmation\r\n", __FUNCTION__);
255 PRINTF("%s: image already confirmed\r\n", __FUNCTION__);
267 PRINTF("%s: failed to erase trailer\r\n", __FUNCTION__);
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h59 PRINTF("%s\r\n", msg); in panic()
69 PRINTF("ASSERT: %s: %d\r\n", __func__, __LINE__); \
95 (void)PRINTF("[mlan] " __VA_ARGS__); \
96 (void)PRINTF("\n\r"); \
107 (void)PRINTF("[mlan] %s\r\n", x); \
109 (void)PRINTF("\r\n"); \
120 (void)PRINTF("[mlan] %s\r\n", x); \
122 (void)PRINTF("\r\n"); \
227 (void)PRINTF("wifi_uap_prepare_and_send_cmd UAP not suppored %s:%d\r\n", __func__, __LINE__); in wifi_uap_prepare_and_send_cmd()
/hal_nxp-latest/mcux/middleware/wifi_nxp/cli/
Dwifi_shell.c148 (void)PRINTF("%s %s\r\n", (char *)cli.commands[i]->name + 5, in help_command()
168 (void)PRINTF("nxp_wifi command too few arguments\r\n"); in nxp_wifi_request()
175 (void)PRINTF("nxp_wifi command name too long\r\n"); in nxp_wifi_request()
192 (void)PRINTF("Command %s\r\n", command->name); in nxp_wifi_request()
196 (void)PRINTF("Unknown comamnd %s\r\n", argv[1]); in nxp_wifi_request()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/configs/
Dfwk_lfs_config.h24 #define LFS_TRACE_(fmt, ...) PRINTF("[LFS_TRACE] " fmt "%s\n", __VA_ARGS__)
27 #define LFS_DEBUG_(fmt, ...) PRINTF("[LFS_DEBUG] " fmt "%s\n", __VA_ARGS__)
30 #define LFS_WARN_(fmt, ...) PRINTF("[LFS_WARN] " fmt "%s\n", __VA_ARGS__)
33 #define LFS_ERROR_(fmt, ...) PRINTF("[LFS_ERROR] " fmt "%s\n", __VA_ARGS__)

1234