Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
H A Dwlan_connectivity_logging.c129 logging_debug("vdev:%d clear sae auth logs cache", in wlan_clear_ml_vdev_sae_auth_logs()
168 logging_debug("vdev:%d clear sae auth logs cache", vdev_id); in wlan_clear_sae_auth_logs_cache()
221 logging_debug("No cached SAE auth logs"); in wlan_print_cached_sae_auth_logs()
378 logging_debug("vdev:%d added at [i][j]:[%d][%d]", in wlan_add_sae_log_record_to_available_slot()
390 logging_debug("vdev:%d added entry at [i][j]:[%d][%d]", in wlan_add_sae_log_record_to_available_slot()
581 logging_debug("vdev: %d link_ctx not found", in wlan_populate_mlo_mgmt_event_param()
677 logging_debug("link %d: chan_info not found", in wlan_connectivity_mlo_setup_event()
760 logging_debug("Invalid direction %d", in wlan_populate_tid_link_id_bitmap()
941 logging_debug("Unable to find vdev:%d", vdev_id); in wlan_connectivity_mgmt_event()
954 logging_debug("vdev:%d is_connection:%d | %s skip mgmt event", in wlan_connectivity_mgmt_event()
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h1159 #define logging_debug(params...) QDF_TRACE_DEBUG(QDF_MODULE_ID_QDF, ## params) macro