Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c560 int32_t countWeight = 0; in sapweight_rssi_count() local
592 countWeight = ACS_WEIGHT_COMPUTE(sap_ctx->auto_channel_select_weight, in sapweight_rssi_count()
597 if (countWeight > softap_count_weight_local) in sapweight_rssi_count()
598 countWeight = softap_count_weight_local; in sapweight_rssi_count()
600 rssicountWeight = rssiWeight + countWeight; in sapweight_rssi_count()