|
@@ -3012,8 +3012,10 @@ send_roam_scan_offload_ap_profile_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
ap_profile->param.oce_subnet_id_weightage;
|
|
|
score_param->vendor_roam_score_algorithm_id =
|
|
|
ap_profile->param.vendor_roam_score_algorithm;
|
|
|
+ score_param->sae_pk_ap_weightage_pcnt =
|
|
|
+ ap_profile->param.sae_pk_ap_weightage;
|
|
|
|
|
|
- WMI_LOGD("Score params weightage: disable_bitmap %x rssi %d ht %d vht %d he %d BW %d band %d NSS %d ESP %d BF %d PCL %d OCE WAN %d APTX %d roam score algo %d subnet id %d",
|
|
|
+ WMI_LOGD("Score params weightage: disable_bitmap %x rssi %d ht %d vht %d he %d BW %d band %d NSS %d ESP %d BF %d PCL %d OCE WAN %d APTX %d roam score algo %d subnet id %d sae-pk %d",
|
|
|
score_param->disable_bitmap, score_param->rssi_weightage_pcnt,
|
|
|
score_param->ht_weightage_pcnt,
|
|
|
score_param->vht_weightage_pcnt,
|
|
@@ -3026,7 +3028,8 @@ send_roam_scan_offload_ap_profile_cmd_tlv(wmi_unified_t wmi_handle,
|
|
|
score_param->oce_wan_weightage_pcnt,
|
|
|
score_param->oce_ap_tx_pwr_weightage_pcnt,
|
|
|
score_param->vendor_roam_score_algorithm_id,
|
|
|
- score_param->oce_ap_subnet_id_weightage_pcnt);
|
|
|
+ score_param->oce_ap_subnet_id_weightage_pcnt,
|
|
|
+ score_param->sae_pk_ap_weightage_pcnt);
|
|
|
|
|
|
score_param->bw_scoring.score_pcnt = ap_profile->param.bw_index_score;
|
|
|
score_param->band_scoring.score_pcnt =
|