/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_trace.c | 316 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data) in qdf_trace() argument 360 rec->code = code; in qdf_trace() 413 void qdf_trace_dump_all(void *p_mac, uint8_t code, uint8_t session, in qdf_trace_dump_all() argument 458 if ((code == 0 || (code == p_record.code)) && in qdf_trace_dump_all() 718 static bool qdf_dp_trace_verbosity_check(enum QDF_DP_TRACE_ID code) in qdf_dp_trace_verbosity_check() argument 724 if (code <= QDF_DP_TRACE_MED_VERBOSITY) in qdf_dp_trace_verbosity_check() 728 if (code <= QDF_DP_TRACE_LOW_VERBOSITY) in qdf_dp_trace_verbosity_check() 732 if (code <= QDF_DP_TRACE_ULTRA_LOW_VERBOSITY) in qdf_dp_trace_verbosity_check() 736 if (code <= QDF_DP_TRACE_BASE_VERBOSITY) in qdf_dp_trace_verbosity_check() 821 const char *qdf_dp_code_to_string(enum QDF_DP_TRACE_ID code) in qdf_dp_code_to_string() argument [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parse_mac_trace.cmm | 21 ;This script picks up the enums for module ID, code and data part from the dump 22 ;only, for the records of modules: SME,PE,WMA and WMI. For HDD module, code type 29 ;So message ID's(hard-coded in script) should always be in sync with the driver code. 57 ;present in legacy code script 58 ;added and removed enums to sync with current driver code 365 ;present in legacy code script 366 ;added and removed enums to sync with current driver code 406 ;present in legacy code script 407 ;added and removed enums to sync with current driver code 425 ;present in legacy code script [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_trace.h | 159 uint16_t code; member 488 uint8_t code; member 705 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data); 749 void qdf_trace_dump_all(void *p_mac, uint8_t code, uint8_t session, 779 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data) in qdf_trace() argument 784 void qdf_trace_dump_all(void *p_mac, uint8_t code, uint8_t session, in qdf_trace_dump_all() argument 1014 void qdf_dp_trace(qdf_nbuf_t nbuf, enum QDF_DP_TRACE_ID code, uint8_t pdev_id, 1149 void qdf_dp_trace_ptr(qdf_nbuf_t nbuf, enum QDF_DP_TRACE_ID code, 1192 enum QDF_DP_TRACE_ID code, uint16_t msdu_id, 1224 qdf_dp_trace_proto_pkt(enum QDF_DP_TRACE_ID code, [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/ |
H A D | aidl.cpp |
|
H A D | aidl_manager.h |
|
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/ |
H A D | i_host_diag_core_log.h | 51 uint16_t code; member 65 void host_diag_log_set_code(void *ptr, uint16_t code); 110 static inline void host_diag_log_set_code(void *ptr, uint16_t code)
|
H A D | host_diag_log.c | 63 void host_diag_log_set_code(void *ptr, uint16_t code) in host_diag_log_set_code() argument 67 ((log_hdr_type *) ptr)->code = code; in host_diag_log_set_code()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_trace.c | 38 static uint8_t *sme_trace_get_rx_msg_string(uint32_t code) in sme_trace_get_rx_msg_string() argument 40 switch (code) { in sme_trace_get_rx_msg_string() 178 switch (record->code) { in sme_trace_dump() 204 sme_trace_get_rx_msg_string(record->code), in sme_trace_dump()
|
/wlan-driver/wpa_supplicant_8/src/radius/ |
H A D | radius_server.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_common/ |
H A D | eap_wsc_common.c |
|
H A D | eap_common.c |
|
H A D | eap_ikev2_common.c |
|
H A D | eap_wsc_common.h |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_trace.c | 44 if (TRACE_CODE_HDD_RX_SME_MSG == record->code) in hdd_trace_dump() 54 hdd_trace_event_string(record->code), in hdd_trace_dump()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | mac_trace.h | 47 static inline void mac_trace(struct mac_context *mac_ctx, uint16_t code, in mac_trace() argument 50 qdf_trace(QDF_MODULE_ID_PE, code, session, data); in mac_trace()
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | dpp_pkex.c |
|
H A D | dpp_i.h |
|
H A D | gas_server.c |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | README-DPP |
|
H A D | eapol_test.c |
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_trace.h | 120 static inline const char *hdd_trace_event_string(uint32_t code) in hdd_trace_event_string() argument 122 switch (code) { in hdd_trace_event_string()
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | ieee802_1x.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_peap.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_server/ |
H A D | eap_server_tls_common.c |
|
H A D | eap_server_eke.c |
|