Home
last modified time | relevance | path

Searched refs:total_score (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c2025 uint32_t total_score[MLD_MAX_LINKS - 1] = {}; in cm_calculate_mlo_bss_score() local
2129 total_score[i] = rssi_score[i] + bandwidth_score[i] + in cm_calculate_mlo_bss_score()
2131 if (total_score[i] > best_total_score) { in cm_calculate_mlo_bss_score()
2132 best_total_score = total_score[i]; in cm_calculate_mlo_bss_score()
2141 total_score[i]); in cm_calculate_mlo_bss_score()
2148 tmp_total_score = total_score[j]; in cm_calculate_mlo_bss_score()
2151 if (tmp_total_score < total_score[i]) { in cm_calculate_mlo_bss_score()
2152 tmp_total_score = total_score[i]; in cm_calculate_mlo_bss_score()
2163 total_score[best_partner_index] = total_score[j]; in cm_calculate_mlo_bss_score()
2165 total_score[j] = 0; in cm_calculate_mlo_bss_score()
[all …]
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h625 uint32_t total_score; member
891 uint16_t total_score; member
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_log.h440 uint32_t total_score; member
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A Dwlan_cp_stats_chipset_stats_events.h134 uint32_t total_score; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_connectivity_logging.c456 GET_ATTR_OFFSET(ap.total_score)},
482 GET_ATTR_OFFSET(ap.total_score)},
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_roam_api.c3276 ap->cu_score, ap->total_score, ap->dl_reason, in cm_stats_log_roam_scan_candidates()
4595 stat[i].total_score = ap->total_score; in cm_cp_stats_cstats_roam_scan_ap()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c6497 wlan_diag_event.total_score = ap->total_score; in cm_roam_candidate_info_event()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h9405 uint32_t total_score; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c20160 dst->total_score = src->total_score; in extract_roam_scan_ap_stats_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h40797 A_UINT32 total_score; /* AP total score */ member