Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 26) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparse_mac_trace.cmm21 ;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 …]
Dparser_api.c602 uint8_t code[REG_ALPHA2_LEN + 1]; in populate_dot11f_country() local
659 wlan_reg_read_current_country(mac->psoc, code); in populate_dot11f_country()
660 qdf_mem_copy(ctry_ie->country, code, REG_ALPHA2_LEN); in populate_dot11f_country()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_trace.c316 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 …]
Dqdf_nbuf.c1552 __qdf_nbuf_data_get_exp_msg_type(uint8_t *data, uint8_t code) in __qdf_nbuf_data_get_exp_msg_type() argument
1594 switch (code) { in __qdf_nbuf_data_get_exp_msg_type()
1612 __qdf_nbuf_data_get_eap_type(uint8_t *data, uint8_t code) in __qdf_nbuf_data_get_eap_type() argument
1618 return __qdf_nbuf_data_get_exp_msg_type(data, code); in __qdf_nbuf_data_get_eap_type()
1620 switch (code) { in __qdf_nbuf_data_get_eap_type()
1629 switch (code) { in __qdf_nbuf_data_get_eap_type()
1649 uint8_t code = *(data + EAP_CODE_OFFSET); in __qdf_nbuf_data_get_eap_code() local
1651 switch (code) { in __qdf_nbuf_data_get_eap_code()
1654 return __qdf_nbuf_data_get_eap_type(data, code); in __qdf_nbuf_data_get_eap_code()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_trace.h159 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/qca-wifi-host-cmn/utils/host_diag_log/src/
Di_host_diag_core_log.h51 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)
Dhost_diag_log.c63 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/
Dsme_trace.c38 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/qcacld-3.0/core/hdd/src/
Dwlan_hdd_trace.c44 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/
Dmac_trace.h47 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/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_trace.h120 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/qcacld-3.0/uapi/linux/
Ddbglog_common.h96 unsigned int code; /* Diag log or event Code */ member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_trace.c117 switch (pRecord->code) { in lim_trace_dump()
251 pRecord->code, pRecord->data); in lim_trace_dump()
Dlim_process_fils.c742 uint8_t code; in lim_process_auth_wrapped_data() local
763 code = *wrapped_data; in lim_process_auth_wrapped_data()
Dlim_process_assoc_req_frame.c2214 enum wlan_status_code code = STATUS_INVALID_IE; in lim_validate_pmkid_for_sae() local
2226 !lim_is_sae_peer_allowed(mac_ctx, session, &rsn_ie, sa, &code)) in lim_validate_pmkid_for_sae()
2232 lim_send_assoc_rsp_mgmt_frame(mac_ctx, code, 1, sa, sub_type, 0, in lim_validate_pmkid_for_sae()
Dlim_process_action_frame.c1710 delba_req->delba_param_set.tid, delba_req->Reason.code); in lim_process_delba_req()
Dlim_send_management_frames.c4271 frm.Reason.code = nReason; in lim_send_disassoc_mgmt_frame()
4505 frm.Reason.code = nReason; in lim_send_deauth_mgmt_frame()
7335 frm.Reason.code = reason_code;
Dlim_process_tdls.c2372 teardown->Reason.code = reason; in lim_send_tdls_teardown_frame()
Dlim_utils.c12201 stat.reason = frm->Reason.code; in lim_cp_stats_cstats_log_tear_down_evt()
/wlan-driver/platform/icnss2/
Dmain.c2168 static char *icnss_qcom_ssr_notify_state_to_str(enum qcom_ssr_notify_type code) in icnss_qcom_ssr_notify_state_to_str() argument
2170 switch (code) { in icnss_qcom_ssr_notify_state_to_str()
2185 unsigned long code, in icnss_wpss_early_notifier_nb() argument
2192 icnss_qcom_ssr_notify_state_to_str(code), code); in icnss_wpss_early_notifier_nb()
2194 if (code == QCOM_SSR_BEFORE_SHUTDOWN) { in icnss_wpss_early_notifier_nb()
2203 unsigned long code, in icnss_wpss_notifier_nb() argument
2213 icnss_qcom_ssr_notify_state_to_str(code), code); in icnss_wpss_notifier_nb()
2215 switch (code) { in icnss_wpss_notifier_nb()
2276 unsigned long code, in icnss_modem_notifier_nb() argument
2286 icnss_qcom_ssr_notify_state_to_str(code), code); in icnss_modem_notifier_nb()
[all …]
DKconfig60 This config enables slate code for compilation.
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms29 * 'framesc' program, it will generate C code for working with these frames:
46 // files we're compiling. IOW, they won't result in any C code being
302 code, 2;
624 \code
667 \code
698 \code
724 \code
817 \code
847 \code
872 \code
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h90 #define DOT11F_FAILED(code) ((code) & 0x10000000) argument
91 #define DOT11F_SUCCEEDED(code) ((code) == 0) argument
92 #define DOT11F_WARNED(code) (!DOT11F_SUCCEEDED(code) && !DOT11F_FAILED(code)) argument
345 uint16_t code; member
/wlan-driver/platform/cnss2/
Dmain.c1679 unsigned long code, in cnss_modem_notifier_nb() argument
1686 cnss_pr_dbg("Modem notifier: event %lu\n", code); in cnss_modem_notifier_nb()
1693 if (code == SUBSYS_AFTER_POWERUP) in cnss_modem_notifier_nb()
1695 else if (code == SUBSYS_BEFORE_SHUTDOWN) in cnss_modem_notifier_nb()
/wlan-driver/qcacld-3.0/
DKbuild4962 # If the module name is wlan, leave MULTI_IF_NAME undefined and the code will

12