Home
last modified time | relevance | path

Searched refs:wmlog (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-debug.h21 #define wscan_d(...) wmlog("wscan", ##__VA_ARGS__)
30 #define wifi_d(...) wmlog("wifi", ##__VA_ARGS__)
39 #define ampdu_d(...) wmlog("ampdu", ##__VA_ARGS__)
48 #define w_tmr_d(...) wmlog("w_tmr", ##__VA_ARGS__)
57 #define w_mem_d(...) wmlog("w_mem", ##__VA_ARGS__)
66 #define w_pkt_d(...) wmlog("w_pkt", ##__VA_ARGS__)
75 #define wevt_d(...) wmlog("wevt", ##__VA_ARGS__)
84 #define wcmdr_d(...) wmlog("wcmdr", ##__VA_ARGS__)
93 #define wuap_d(...) wmlog("uap", ##__VA_ARGS__)
Dwifi-imu.h25 #define wifi_io_d(...) wmlog("wifi_io", ##__VA_ARGS__)
34 #define wifi_io_info_d(...) wmlog("wpkt", ##__VA_ARGS__)
Dwifi-sdio.h21 #define wifi_io_d(...) wmlog("wifi_io", ##__VA_ARGS__)
30 #define wifi_io_info_d(...) wmlog("wpkt", ##__VA_ARGS__)
Dsdio.h36 #define sdio_io_d(...) wmlog("wifi_io", ##__VA_ARGS__)
Dwifi_common.h21 #define wfd_d(...) wmlog("p2p", ##__VA_ARGS__)
Dwifi_pwrmgr.c30 #define pwr_d(...) wmlog("pwr", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/firmware_dnld/
Dfirmware_dnld.h19 #define fwdnld_io_d(...) wmlog("wifi_io", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/
Dwmlog.h37 #define wmlog(_mod_name_, _fmt_, ...) (void)PRINTF("[%s] " _fmt_ "\n\r", _mod_name_, ##__VA_ARGS__) macro
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool_config.h18 #define mpool_d(...) wmlog("mpool", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/incl/
Dmlan_sdio_api.h43 #define sdio_d(...) wmlog("sdio", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wps/
Dwifi_nxp_wps.h63 #define wps_d(...) wmlog("wps", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wmcrypto/
Dwmcrypto.h27 #define crypto_d(...) wmlog("crypt", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/
Drtos_wpa_supp_if.h33 #define supp_d(...) wmlog("supp_if", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c22 #define net_d(...) wmlog("net", ##__VA_ARGS__)
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h40 #define wlcm_d(...) wmlog("wlcm", ##__VA_ARGS__)