Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c290 int8_t rssi_pref_5g_rssi_thresh; in cm_get_rssi_prorate_pct() local
295 rssi_pref_5g_rssi_thresh = score_param->rssi_pref_5g_rssi_thresh * (-1); in cm_get_rssi_prorate_pct()
302 rssi_pref_5g_rssi_thresh, in cm_get_rssi_prorate_pct()
304 if (same_bucket || (rssi < rssi_pref_5g_rssi_thresh)) in cm_get_rssi_prorate_pct()
2493 int8_t rssi_pref_5g_rssi_thresh; in cm_calculate_bss_score() local
2594 rssi_pref_5g_rssi_thresh = in cm_calculate_bss_score()
2595 score_config->rssi_score.rssi_pref_5g_rssi_thresh * (-1); in cm_calculate_bss_score()
2598 entry->rssi_raw, rssi_pref_5g_rssi_thresh, in cm_calculate_bss_score()
2616 (entry->rssi_raw > rssi_pref_5g_rssi_thresh) && !same_bucket) in cm_calculate_bss_score()
3859 score_cfg->rssi_score.rssi_pref_5g_rssi_thresh = in wlan_cm_init_score_config()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_bss_score_param.h108 uint8_t rssi_pref_5g_rssi_thresh; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_public_struct.h2424 uint32_t rssi_pref_5g_rssi_thresh; member
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c5358 score_param->rssi_scoring.rssi_pref_5g_rssi_thresh = in send_roam_scan_offload_ap_profile_cmd_tlv()
5359 (-1) * ap_profile->param.rssi_scoring.rssi_pref_5g_rssi_thresh; in send_roam_scan_offload_ap_profile_cmd_tlv()
5365 score_param->rssi_scoring.rssi_pref_5g_rssi_thresh); in send_roam_scan_offload_ap_profile_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h22433 A_INT32 rssi_pref_5g_rssi_thresh; member