Home
last modified time | relevance | path

Searched refs:diag_cmn (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
Dwlan_connectivity_logging.c208 if (!mlme_priv->auth_log[i][0].diag_cmn.ktime_us) in wlan_print_cached_sae_auth_logs()
212 (struct qdf_mac_addr *)mlme_priv->auth_log[i][0].diag_cmn.bssid)) in wlan_print_cached_sae_auth_logs()
227 if (!mlme_priv->auth_log[i][j].diag_cmn.ktime_us) in wlan_print_cached_sae_auth_logs()
266 if (!pkt_info->diag_cmn.ktime_us) in wlan_is_log_record_present_for_bssid()
270 (struct qdf_mac_addr *)pkt_info->diag_cmn.bssid)) { in wlan_is_log_record_present_for_bssid()
355 (struct qdf_mac_addr *)pkt_info->diag_cmn.bssid, in wlan_add_sae_log_record_to_available_slot()
367 mlme_priv->auth_log[i][0].diag_cmn.ktime_us && in wlan_add_sae_log_record_to_available_slot()
368 qdf_is_macaddr_equal((struct qdf_mac_addr *)pkt_info->diag_cmn.bssid, in wlan_add_sae_log_record_to_available_slot()
369 (struct qdf_mac_addr *)mlme_priv->auth_log[i][0].diag_cmn.bssid)) { in wlan_add_sae_log_record_to_available_slot()
375 if (mlme_priv->auth_log[i][j].diag_cmn.ktime_us) in wlan_add_sae_log_record_to_available_slot()
[all …]
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
Dwlan_connectivity_logging.h367 struct wlan_connectivity_log_diag_cmn diag_cmn; member
410 struct wlan_connectivity_log_diag_cmn diag_cmn; member
427 struct wlan_connectivity_log_diag_cmn diag_cmn; member
445 struct wlan_connectivity_log_diag_cmn diag_cmn; member
467 struct wlan_connectivity_log_diag_cmn diag_cmn; member
489 struct wlan_connectivity_log_diag_cmn diag_cmn; member
513 struct wlan_connectivity_log_diag_cmn diag_cmn; member
542 struct wlan_connectivity_log_diag_cmn diag_cmn; member
581 struct wlan_connectivity_log_diag_cmn diag_cmn; member
617 struct wlan_connectivity_log_diag_cmn diag_cmn; member
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c6338 populate_diag_cmn(&wlan_diag_event->diag_cmn, vdev_id, in cm_roam_scan_info_event()
6423 populate_diag_cmn(&wlan_diag_event.diag_cmn, vdev_id, in cm_roam_trigger_info_event()
6483 populate_diag_cmn(&wlan_diag_event.diag_cmn, 0, (uint64_t)ap->timestamp, in cm_roam_candidate_info_event()
6554 qdf_mem_copy(event->diag_cmn.bssid, in cm_populate_roam_success_mlo_param()
6585 populate_diag_cmn(&wlan_diag_event.diag_cmn, vdev_id, fw_timestamp, in cm_roam_cancel_event()
6641 populate_diag_cmn(&wlan_diag_event.diag_cmn, vdev_id, in cm_roam_result_info_event()
6677 qdf_mem_copy(wlan_diag_event.diag_cmn.bssid, in cm_roam_result_info_event()
6686 qdf_mem_copy(wlan_diag_event.diag_cmn.bssid, in cm_roam_result_info_event()
6699 populate_diag_cmn(&wlan_diag_event.diag_cmn, vdev_id, in cm_roam_result_info_event()
6991 populate_diag_cmn(&wlan_diag_event.diag_cmn, vdev_id, in cm_roam_btm_query_event()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_connectivity_logging.c1360 wlan_diag_event.diag_cmn.vdev_id = wlan_vdev_get_id(vdev); in wlan_hdd_connectivity_fail_event()
1362 wlan_diag_event.diag_cmn.timestamp_us = qdf_get_time_of_the_day_us(); in wlan_hdd_connectivity_fail_event()
1363 wlan_diag_event.diag_cmn.ktime_us = qdf_ktime_to_us(qdf_ktime_get()); in wlan_hdd_connectivity_fail_event()
1365 qdf_mem_copy(wlan_diag_event.diag_cmn.bssid, rsp->bssid.bytes, in wlan_hdd_connectivity_fail_event()
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c547 wlan_diag_event.diag_cmn.vdev_id = wlan_vdev_get_id(pe_session->vdev); in wlan_diag_log_beacon_rpt_req_event()
548 wlan_diag_event.diag_cmn.timestamp_us = qdf_get_time_of_the_day_us(); in wlan_diag_log_beacon_rpt_req_event()
549 wlan_diag_event.diag_cmn.ktime_us = qdf_ktime_to_us(qdf_ktime_get()); in wlan_diag_log_beacon_rpt_req_event()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_trace.c1805 wlan_diag_event.diag_cmn.timestamp_us = in qdf_fill_wlan_connectivity_log()
1807 wlan_diag_event.diag_cmn.ktime_us = qdf_ktime_to_us(qdf_ktime_get()); in qdf_fill_wlan_connectivity_log()
1808 wlan_diag_event.diag_cmn.vdev_id = vdev_id; in qdf_fill_wlan_connectivity_log()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c5635 wlan_diag_event.diag_cmn.vdev_id = wlan_vdev_get_id(pe_session->vdev);
5636 wlan_diag_event.diag_cmn.timestamp_us = qdf_get_time_of_the_day_us();
5637 wlan_diag_event.diag_cmn.ktime_us = qdf_ktime_to_us(qdf_ktime_get());