Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1183 uint32_t single_ppdu_dur_us, estimated_throughput_mbps, data_rate_kbps; in cm_calculate_etp() local
1249 estimated_throughput_mbps = in cm_calculate_etp()
1251 estimated_throughput_mbps = in cm_calculate_etp()
1252 (estimated_throughput_mbps * in cm_calculate_etp()
1256 if (estimated_throughput_mbps < CM_AVOID_CANDIDATE_MIN_SCORE) in cm_calculate_etp()
1257 estimated_throughput_mbps = CM_AVOID_CANDIDATE_MIN_SCORE; in cm_calculate_etp()
1258 if (estimated_throughput_mbps > CM_BEST_CANDIDATE_MAX_BSS_SCORE) in cm_calculate_etp()
1259 estimated_throughput_mbps = CM_BEST_CANDIDATE_MAX_BSS_SCORE; in cm_calculate_etp()
1275 single_ppdu_dur_us, estimated_throughput_mbps); in cm_calculate_etp()
1277 return estimated_throughput_mbps; in cm_calculate_etp()