Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_bss_scoring.c409 score_params->weight_config.channel_congestion_weightage; in cm_calculate_congestion_score()
498 return (score_config->weight_config.nss_weightage * score_pct * in cm_calculate_nss_score()
563 return (score_config->weight_config.security_weightage * score_pct) / in cm_calculate_security_score()
708 score_params->weight_config.oce_wan_weightage, in cm_calculate_oce_wan_score()
733 score = score_params->weight_config.oce_subnet_id_weightage * in cm_calculate_oce_subnet_id_weightage()
765 return score_params->weight_config.sae_pk_ap_weightage * in cm_calculate_sae_pk_ap_weightage()
841 score = score_params->weight_config.oce_ap_tx_pwr_weightage * in cm_calculate_oce_ap_tx_pwr_weightage()
1436 struct weight_cfg *weight_config; in cm_get_band_score() local
1438 weight_config = &score_config->weight_config; in cm_get_band_score()
1449 return weight_config->chan_band_weightage * in cm_get_band_score()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c1365 struct weight_cfg *weight_config) in cm_update_mlo_score_params() argument
1368 weight_config->eht_caps_weightage; in cm_update_mlo_score_params()
1370 weight_config->mlo_weightage; in cm_update_mlo_score_params()
1375 struct weight_cfg *weight_config) in cm_update_mlo_score_params() argument
1479 struct weight_cfg *weight_config; in cm_update_score_params() local
1492 weight_config = &score_config->weight_config; in cm_update_score_params()
1498 req_score_params->rssi_weightage = weight_config->rssi_weightage; in cm_update_score_params()
1499 req_score_params->ht_weightage = weight_config->ht_caps_weightage; in cm_update_score_params()
1500 req_score_params->vht_weightage = weight_config->vht_caps_weightage; in cm_update_score_params()
1501 req_score_params->he_weightage = weight_config->he_caps_weightage; in cm_update_score_params()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_bss_score_param.h245 struct weight_cfg weight_config; member